The process took 1 day. I interviewed at Samsung Electronics (Chandigarh) in Mar 2025
Interview
The interview process consisted of four stages:
1. Coding Round: Focused on language-specific questions, assessing foundational programming skills.
2. Advanced Coding Round: Delved deeper into specific technologies relevant to the role.
3. Managerial Round: Included general interview questions related to management and project experiences.
4. HR Round: Covered HR-related questions and salary negotiations.
Interview questions [1]
Question 1
1. Question: What is your tech stack, and how comfortable are you with version controls like JIRA?
Answer: I primarily work with technologies such as [Your Tech Stack], and I have extensive experience using version control systems, including JIRA, for project management and collaboration.
2. Question: Can you explain the OOP concepts with an example?
Answer: Object-Oriented Programming (OOP) is a paradigm based on the concept of “objects,” which can contain data and code. The four main principles are encapsulation, abstraction, inheritance, and polymorphism. For example, in a class hierarchy of ‘Vehicle,’ a ‘Car’ class can inherit properties from the ‘Vehicle’ class, demonstrating inheritance.
3. Question: How do you reverse a linked list in C++?
Answer: To reverse a singly linked list in C++, you can iterate through the list and adjust the pointers of each node to point to the previous node, effectively reversing the direction of the list.
The interview process was good. Smooth interview process. Takes 1-3 weeks. First round was screening, talks about your legal status, experience, salary expectations. Second round is technical. Went for about 1.5 hours, third round was system design and final round was managerial round.
I applied online. I interviewed at Samsung Electronics
Interview
1st round: HR phone interview to get to know brief background. This is round takes about 30 minutes.
2nd round: technical background by team manager. This round focus on project experience and language used during work. And they introduced the company and also told me they were looking for someone to convert frontend to react.