LG Soft Interview Experience| C++ Developer

Last Updated : 1 Nov, 2024

The interview process at LG Soft consisted of three rounds, although I ultimately did not receive an offer. Here’s a detailed breakdown of my experience:

Round 1: Technical Test

The first round was an online technical test featuring multiple-choice questions that primarily focused on OOP concepts in C++ and C. The test included code snippets covering various scenarios, as well as questions related to Computer Networks (CN) and Operating Systems (OS). I successfully passed this round and was selected for the second interview round.

Round 2: Technical Interview

The second round was conducted online with two interviewers. This round concentrated on CN and OS, but a strong understanding of C++ concepts was also essential. Key topics discussed included:

  • Pointers
  • Exception handling
  • Logging
  • The diamond problem

I recognized the importance of mastering core OOP principles, particularly the four pillars: encapsulation, inheritance, polymorphism, and abstraction, as well as a solid grasp of the OSI model.

Unfortunately, I did not progress to the third round. However, based on feedback from candidates who did, this round primarily focused on DSA questions, with coding exercises involving binary trees, linked lists, and arrays. The specific focus varied depending on the interview panel.

Reflection

While I did not receive an offer, the experience was invaluable. I learned the importance of reinforcing my foundational knowledge and preparing for a variety of questions and topics.

Remember to stay focused and continue improving—your opportunity will come!

Comment