cyberangles blog

Samsung Delhi Interview Experience | Set 38 (On - Campus)

This blog post aims to provide a comprehensive account of the on - campus interview experience at Samsung Delhi, specifically set 38. For students aspiring to join Samsung or those interested in understanding the interview process of a leading technology company, this detailed account can serve as a valuable resource. It will cover every stage of the interview, from the initial screening to the final round, including the types of questions asked, the evaluation criteria, and tips for success.

2026-07

Table of Contents#

  1. Pre - Interview Preparation
  2. Online Test
    • Test Format
    • Question Types
    • Time Management
  3. Technical Interview Round 1
    • Interviewer Introduction
    • Technical Questions
    • Problem - Solving Approach
  4. Technical Interview Round 2
    • Advanced Technical Concepts
    • Project Discussion
    • Puzzle Solving
  5. HR Interview
    • Personal and Professional Goals
    • Teamwork and Communication Skills
    • Company Fit
  6. Common Practices and Best Practices
    • General Preparation Tips
    • During the Interview
    • Post - Interview Follow - up
  7. Conclusion
  8. References

1. Pre - Interview Preparation#

Before the interview process begins, it is crucial to do thorough research about Samsung. Understand the company's products, services, recent projects, and its mission and values. Familiarize yourself with the latest trends in the technology industry, especially those relevant to Samsung's areas of focus such as semiconductor technology, mobile devices, and smart home solutions.

Review your academic coursework, especially in areas like data structures, algorithms, programming languages (C, C++, Java are commonly used), and operating systems. Brush up on your coding skills by practicing on platforms like LeetCode, HackerRank, or GeeksforGeeks. Additionally, prepare a list of your projects, internships, and achievements, and be ready to discuss them in detail.

2. Online Test#

Test Format#

The online test usually consists of multiple - choice questions (MCQs) and coding questions. The test duration can vary, but it is typically around 2 - 3 hours. The MCQs cover a wide range of topics including programming concepts, data structures, algorithms, and basic electronics.

Question Types#

  • MCQs: These questions test your theoretical knowledge. For example, you might be asked about the time complexity of different sorting algorithms, the properties of data structures like stacks and queues, or the working principles of microprocessors.
  • Coding Questions: You will be given one or more coding problems to solve. These problems can range from simple algorithms like finding the sum of an array to more complex problems such as implementing a graph traversal algorithm.

Time Management#

Since the test has a time limit, it is essential to manage your time effectively. Allocate a specific amount of time for each section. For MCQs, if you are unsure about a question, mark it and come back to it later. For coding questions, start with the easier ones to build confidence and then move on to the more challenging ones.

3. Technical Interview Round 1#

Interviewer Introduction#

The interview usually starts with the interviewer introducing themselves and briefly explaining the structure of the interview. They may also ask you to introduce yourself, focusing on your educational background, relevant projects, and any internships or work experience.

Technical Questions#

The interviewer will ask a series of technical questions to assess your knowledge and understanding of fundamental concepts. For example:

  • Data Structures: You might be asked to implement a stack or a queue using an array or a linked list.
  • Algorithms: Questions about sorting algorithms like quicksort, mergesort, and their time and space complexities.
  • Programming Languages: They may ask you to write code to solve a specific problem in your preferred programming language. For instance, writing a function to reverse a string in Java.

Problem - Solving Approach#

When answering technical questions, it is important to explain your thought process. Start by understanding the problem clearly, break it down into smaller steps, and then explain how you would approach solving it. For example, if you are asked to find the maximum element in an array, you can explain that you would initialize a variable to store the maximum value and then iterate through the array, comparing each element with the current maximum value.

4. Technical Interview Round 2#

Advanced Technical Concepts#

In this round, the interviewer will focus on more advanced technical concepts. This could include topics like multithreading, database management systems, and computer networks. For example, you might be asked to explain how multithreading works in Java and how to handle synchronization issues.

Project Discussion#

The interviewer will also discuss your projects in detail. They will ask about the problem you were trying to solve, the technologies you used, and any challenges you faced during the project. Be prepared to explain the architecture of your project and how different components interacted with each other.

Puzzle Solving#

Some interviewers may include puzzle - solving questions to test your logical thinking and problem - solving skills. For example, you might be given a puzzle like the "Tower of Hanoi" problem and asked to explain how to solve it.

5. HR Interview#

Personal and Professional Goals#

The HR interviewer will ask about your personal and professional goals. They want to understand your long - term career aspirations and how they align with Samsung's goals. For example, you might be asked where you see yourself in 5 years and how working at Samsung can help you achieve those goals.

Teamwork and Communication Skills#

HR will also assess your teamwork and communication skills. They may ask you about a time when you worked in a team and faced a conflict, and how you resolved it. They might also ask you to describe a situation where you had to communicate complex technical information to a non - technical audience.

Company Fit#

The interviewer will try to determine if you are a good fit for the company culture. They will ask questions about your values, your attitude towards work, and your ability to adapt to a fast - paced environment.

6. Common Practices and Best Practices#

General Preparation Tips#

  • Study Regularly: Keep learning and practicing coding and technical concepts on a regular basis.
  • Mock Interviews: Conduct mock interviews with your friends or mentors to improve your communication and problem - solving skills.
  • Stay Updated: Keep up with the latest technological advancements and industry news.

During the Interview#

  • Be Confident: Project confidence in your abilities, but also be humble and willing to learn.
  • Listen Carefully: Make sure you understand the question before answering. If you are unsure, ask for clarification.
  • Explain Your Thought Process: As mentioned earlier, explain how you are approaching a problem, not just the solution.

Post - Interview Follow - up#

  • Send a Thank - You Email: After the interview, send a thank - you email to the interviewer, expressing your appreciation for the opportunity and reiterating your interest in the position.
  • Stay Patient: The recruitment process may take some time. Be patient and wait for the results.

7. Conclusion#

The Samsung Delhi on - campus interview process is a comprehensive assessment of your technical skills, problem - solving abilities, and cultural fit. By following the tips and best practices outlined in this blog, you can increase your chances of success. Remember to stay calm, be confident, and showcase your knowledge and skills effectively.

8. References#