Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Interview Questions and Answers

Updated 10 Jul 2025
Popular Designations

410 Interview questions

A Software Developer was asked
Q. Explain the concept of virtual addressing and the allocation of virtual addresses during the execution of a program.
Ans. 

Virtual addressing is a memory management technique that allows a process to use a range of memory addresses independent of physical memory.

  • Virtual addresses are mapped to physical addresses by the memory management unit (MMU)

  • Virtual addresses are allocated to a process during its execution

  • Virtual addressing allows for efficient use of physical memory by allowing multiple processes to share the same physical memor...

View all Software Developer interview questions
A Software Developer was asked
Q. Write the code for the producer-consumer problem using mutex.
Ans. 

Code for producer-consumer problem using mutex

  • Create a shared buffer with a fixed size

  • Create a mutex to control access to the buffer

  • Create a semaphore to keep track of the number of items in the buffer

  • Create a producer thread that adds items to the buffer

  • Create a consumer thread that removes items from the buffer

  • Use mutex to lock the buffer while adding or removing items

  • Use semaphore to signal when the buffer is f...

View all Software Developer interview questions
A Software Developer was asked
Q. Write the functions to create a stack and to delete a node from the stack.
Ans. 

Functions to create and delete nodes in a stack

  • To create a stack, initialize a top pointer to null

  • To push a node, create a new node and set its next to the current top, then set top to the new node

  • To pop a node, set top to its next and return the popped node

  • To delete the stack, pop all nodes until top is null

View all Software Developer interview questions
A Software Engineer was asked
Q. How can we determine if a linked list is circular?
Ans. 

To check if a linked list is circular, we can use Floyd's cycle-finding algorithm.

  • Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.

  • If the linked list is circular, the fast pointer will eventually catch up to the slow pointer.

  • If the linked list is not circular, the fast pointer will reach the end of the list and the algorithm will terminate.

View all Software Engineer interview questions
A Software Engineer was asked
Q. How does the operating system ensure that the value of a constant integer, such as const int i = 5, cannot be altered?
Ans. 

Operating system uses memory protection to prevent modification of const variables like const int i=5;

  • Operating system marks the memory page containing i as read-only

  • Any attempt to modify i will result in a segmentation fault

  • Compiler may optimize code by replacing i with its value at compile time

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is a real-time operating system?
Ans. 

A real-time operating system is an OS that processes data and events as they occur, without delay.

  • Real-time operating systems are used in applications that require immediate response, such as aviation, medical equipment, and industrial control systems.

  • They prioritize tasks based on their urgency and importance, and can handle multiple tasks simultaneously.

  • Examples of real-time operating systems include VxWorks, QN...

View all Software Engineer interview questions
A Software Engineer was asked
Q. Which aspect of a mobile application is the highest priority?
Ans. 

The priority of a mobile application depends on the business goals and user needs.

  • The priority of a mobile application can vary depending on the business goals and user needs.

  • For example, a mobile banking app may have a higher priority than a social media app for a bank.

  • On the other hand, a social media app may have a higher priority for a media company.

  • The priority can also depend on the target audience and the m...

View all Software Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. What is structure byte padding, how is it formed, and what does it depend on?
Ans. 

Structure byte padding is the insertion of unused bytes between structure members to align them in memory.

  • Padding is added to ensure that each member of a structure is aligned on a memory boundary that is a multiple of its size.

  • The amount of padding added depends on the size and alignment requirements of the members.

  • Padding can affect the size of a structure and the performance of code that uses it.

  • For example, a ...

View all Software Engineer interview questions
A Software Engineer was asked
Q. How do you set the priority of a process in Windows and Linux?
Ans. 

To set process priority in Windows and Linux, use task manager and nice command respectively.

  • In Windows, open task manager, right-click on the process and select 'Set Priority'

  • In Linux, use the 'nice' command followed by the process name or ID and the priority level (values range from -20 to 19)

  • Higher priority levels mean the process will get more CPU time

  • Examples: 'nice -n 10 firefox' sets Firefox priority to 10 ...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What are the differences between UNIX and LINUX?
Ans. 

UNIX is an operating system developed in the 1970s, while LINUX is a free and open-source operating system based on UNIX.

  • UNIX is proprietary, while LINUX is open-source

  • UNIX is older and has a longer history, while LINUX is a newer development

  • UNIX is more stable and reliable, while LINUX is more customizable and flexible

  • UNIX has a more limited user base, while LINUX has a larger and more active community

  • Examples of...

View all Software Engineer interview questions

Samsung Interview Experiences

577 interviews found

Area Manager Interview Questions & Answers

user image Anonymous

posted on 22 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - Technical 

(9 Questions)

  • Q1. What does a 4G GSM network diagram illustrate?
  • Ans. 

    A 4G GSM network diagram illustrates the architecture and components of a fourth-generation Global System for Mobile Communications network.

    • Illustrates the various network elements such as base stations, mobile switching centers, and routers

    • Shows the connections between these elements to facilitate data and voice communication

    • Demonstrates the flow of data packets and signaling within the network

    • Includes details on how ...

  • Answered by AI
  • Q2. What is beamwidth in the context of antenna theory?
  • Ans. 

    Beamwidth in antenna theory refers to the angular width of the main lobe of the radiation pattern.

    • Beamwidth is typically measured in degrees and can be either horizontal or vertical.

    • It is an important parameter as it determines the coverage area and directionality of the antenna.

    • A narrower beamwidth indicates a more focused radiation pattern, while a wider beamwidth provides broader coverage.

    • For example, a directional ...

  • Answered by AI
  • Q3. What steps would you take to observe the field if you were to visit it?
  • Ans. 

    I would conduct thorough field observations by following a structured approach.

    • Create a checklist of key areas to observe such as customer interactions, employee performance, and store layout.

    • Interact with employees and customers to gather feedback and insights.

    • Review sales data and inventory levels to assess performance and identify areas for improvement.

    • Observe competitor activity and market trends to stay informed a...

  • Answered by AI
  • Q4. What is a threshold?
  • Ans. 

    A threshold is a point at which a change or effect occurs.

    • A threshold is a specific point or level that must be reached for a particular action or result to happen.

    • It can also refer to a limit or boundary that must be crossed for something to occur.

    • For example, a company may have a sales threshold that must be met in order to receive a bonus.

    • In biology, a threshold may refer to the minimum amount of a stimulus needed t...

  • Answered by AI
  • Q5. What is Voltage Standing Wave Ratio (VSWR)?
  • Ans. 

    VSWR is a measure of how efficiently radio-frequency power is transmitted from a power source, through a transmission line, to a load.

    • VSWR is calculated as the ratio of the maximum voltage to the minimum voltage along a transmission line.

    • It is used to measure the impedance mismatch between a transmission line and its load.

    • A VSWR of 1:1 indicates a perfect match, while higher values indicate poor matching.

    • VSWR is import...

  • Answered by AI
  • Q6. What is MIMO (Multiple Input Multiple Output) technology?
  • Ans. 

    MIMO technology is a wireless communication technology that uses multiple antennas to improve data transfer rates and signal reliability.

    • MIMO technology involves multiple antennas at both the transmitter and receiver to improve communication performance.

    • It allows for multiple data streams to be transmitted simultaneously, increasing data transfer rates.

    • MIMO technology can also improve signal reliability by using spatia...

  • Answered by AI
  • Q7. What is an E-Node B?
  • Ans. 

    An E-Node B is a hardware component in LTE networks that connects mobile devices to the core network.

    • E-Node B stands for Evolved Node B.

    • It is responsible for radio communication with mobile devices.

    • E-Node Bs are connected to the EPC (Evolved Packet Core) in LTE networks.

    • They handle tasks such as radio resource management and handovers between cells.

  • Answered by AI
  • Q8. Why is a Base Station Controller (BSC) unnecessary in a 4G network?
  • Ans. 

    A BSC is unnecessary in a 4G network because the functions of a BSC are integrated into the base station in 4G technology.

    • In 4G networks, the functions of a BSC are handled by the eNodeB (Evolved Node B), which combines the functionalities of both the BSC and the Node B in previous generations.

    • The eNodeB in a 4G network directly communicates with the core network, eliminating the need for a separate BSC.

    • This integratio...

  • Answered by AI
  • Q9. What are the uplink and downlink speeds in a 4G network?
  • Ans. 

    Uplink and downlink speeds in a 4G network typically range from 5-50 Mbps and 50-100 Mbps respectively.

    • Uplink speeds in a 4G network usually range from 5-50 Mbps

    • Downlink speeds in a 4G network typically range from 50-100 Mbps

    • Speeds can vary based on network congestion, location, and device capabilities

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. What reasons can you provide that would support the decision to hire you?
  • Ans. 

    I have a proven track record of successfully managing multiple teams and exceeding sales targets.

    • Proven track record of exceeding sales targets

    • Strong leadership and team management skills

    • Excellent communication and problem-solving abilities

  • Answered by AI
  • Q2. Can you provide details about your family and academic background?
  • Ans. 

    I come from a close-knit family with a strong academic background.

    • Family: Close-knit and supportive

    • Academic background: Strong with focus on business management

    • Examples: My parents are both successful entrepreneurs, and I have a degree in Business Administration.

  • Answered by AI
  • Q3. What motivates you to want to join our organization?
  • Ans. 

    I am motivated to join your organization because of your strong reputation in the industry, opportunities for growth, and commitment to employee development.

    • Strong reputation in the industry

    • Opportunities for growth

    • Commitment to employee development

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about my self?
  • Ans. 

    I am a dedicated and detail-oriented individual with strong communication skills and a passion for problem-solving.

    • Strong communication skills

    • Detail-oriented

    • Problem-solving skills

    • Dedicated

  • Answered by AI
  • Q2. What your salary expectations?
  • Ans. 

    My salary expectations are in line with industry standards and based on my experience and qualifications.

    • Research industry standards for the position

    • Consider my experience and qualifications

    • Be open to negotiation based on the job responsibilities and benefits package

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. What's your age? Nd what is your weakness?
  • Ans. 

    I am 25 years old. My weakness is that I tend to be overly critical of my own work.

    • Age: 25

    • Weakness: Being overly critical of my own work

    • Example: I often spend too much time perfecting a project before submitting it

  • Answered by AI
  • Q2. What's your hobby?
  • Ans. 

    My hobby is photography, where I love capturing moments and exploring different perspectives.

    • I enjoy experimenting with different camera settings and angles

    • I like to explore new locations and find unique subjects to photograph

    • I often edit my photos to enhance their visual appeal

    • Photography allows me to express my creativity and share my perspective with others

  • Answered by AI
  • Q3. What is your strength
  • Ans. 

    My greatest strength is my ability to adapt to new situations and learn quickly.

    • Quick learner

    • Adaptable

    • Problem solver

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice this time
Thank you,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

A Group Discussion (GD) is a crucial component of the selection process in many organizations, especially for MBA admissions and job recruitment. Here's a comprehensive overview:

What is a Group Discussion?
A Group Discussion is a formal conversation involving a small group of participants, usually 8-12, who discuss a specific topic or issue. The purpose is to assess the candidates' communication skills, problem-solving abilities, and teamwork.

Types of Group Discussions
1. *Topic-based GD*: Participants discuss a specific topic, such as current events, social issues, or business-related themes.
2. *Case study-based GD*: Participants analyze a business case study and discuss potential solutions.
3. *Role-play GD*: Participants are assigned roles and must discuss a scenario or issue from their assigned perspective.

Evaluation Criteria
During a GD, evaluators assess participants based on:

1. *Communication skills*: Clarity, articulation, and ability to express thoughts.
2. *Leadership skills*: Ability to lead the discussion, facilitate conversation, and build consensus.
3. *Teamwork*: Ability to work collaboratively, listen to others, and contribute to the discussion.
4. *Problem-solving skills*: Ability to analyze the topic, identify key issues, and propose solutions.
5. *Knowledge and awareness*: Depth of knowledge on the topic and ability to provide relevant examples.

Tips for Success
1. *Prepare thoroughly*: Research the topic, practice articulating your thoughts, and prepare examples.
2. *Listen actively*: Pay attention to others, respond thoughtfully, and build on their ideas.
3. *Be respectful*: Maintain a professional tone, avoid interrupting, and show respect for others' opinions.
4. *Take initiative*: Don't hesitate to start the discussion or steer it back on track.
5. *Stay calm and composed*: Manage your nerves, speak clearly, and maintain eye contact.

Common GD Topics
1. Social issues: Education, healthcare, poverty, etc.
2. Business and economics: Globalization, entrepreneurship, marketing, etc.
3. Current events: Politics, environmental issues, technological advancements, etc.
4. Abstract topics: Ethics, morality, values, etc.

By understanding the format, evaluation criteria, and tips for success, you'll be better equipped to ace your next Group Discussion!

Round 2 - Assignment 

Here are some assignment ideas for diploma students in Electronics and Communication Engineering:

Project-based Assignments
1. *Design and Implementation of a Simple Electronic Circuit*: Design and build a simple electronic circuit using components like resistors, capacitors, and transistors.
2. *Development of a Microcontroller-based Project*: Develop a project using a microcontroller like Arduino or Raspberry Pi to demonstrate its application in real-life scenarios.
3. *Design and Simulation of a Communication System*: Design and simulate a communication system using software tools like MATLAB or Simulink.

Research-based Assignments
1. *Study on Recent Trends in Wireless Communication*: Research and write a report on recent trends and advancements in wireless communication.
2. *Investigation on Energy Harvesting Techniques*: Investigate and write a report on energy harvesting techniques and their applications.
3. *Analysis of Electronic Waste Management*: Research and write a report on electronic waste

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The inclusion of an aptitude test in the interview process ensures a more reliable, fair, and efficient recruitment method, benefiting both employers and candidates by aligning skills and job requirements effectively.

Interview Preparation Tips

Interview preparation tips for other job seekers - Here are some essential tips for job seekers to enhance their chances of landing a great role:

1. Refine Your Resume

Tailor your resume for each job, highlighting relevant skills and accomplishments.

Use action verbs and quantify achievements (e.g., "Increased sales by 30%").

Keep it concise (1-2 pages) and error-free.


2. Leverage Networking

Inform your friends, family, and professional contacts about your job search.

Attend industry events, job fairs, and webinars to connect with professionals.

Build and maintain a strong LinkedIn profile to showcase your skills and engage with potential employers.


3. Develop New Skills

Identify skills in demand for your desired role and upskill through online courses or certifications.

Stay updated with industry trends to remain competitive.


4. Prepare for Interviews

Research the company and its values before your interview.

Practice answering common questions and prepare examples demonstrating your skills.

Dress professionally and be punctual.


5. Customize Applications

Write personalized cover letters explaining why you're a good fit for the job.

Avoid generic applications; show enthusiasm for the specific role and company.


6. Use Job Search Platforms

Regularly check job boards like LinkedIn, Indeed, and Glassdoor.

Set up alerts for roles that match your profile.


7. Be Persistent

Job hunting can be a lengthy process; don’t get discouraged by rejection.

Follow up on applications and interviews to demonstrate interest.


8. Showcase Your Soft Skills

Employers value teamwork, communication, adaptability, and problem-solving skills.

Highlight these during interviews and on your resume.


9. Stay Organized

Keep track of the jobs you’ve applied to, including deadlines and follow-up dates.

Use tools like spreadsheets or job search apps to manage applications.


10. Focus on Well-being

Take breaks from job searching to avoid burnout.

Stay positive, exercise, and engage in hobbies to maintain a balanced life.


Bonus Tip: Seek Feedback

If you’re not getting responses, ask for feedback on your resume or interview performance.

This insight can help you improve and stand out in future applications.


Keep working on your goals, and success will come your way!

Chief Manager Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Share your entire work experiences and challenges and howvwe responded
  • Ans. 

    I have over 10 years of experience in various management roles, facing challenges such as team conflicts and budget constraints.

    • Managed a team of 20 employees, resolving conflicts through open communication and team-building activities

    • Implemented cost-saving measures to address budget constraints, resulting in a 15% reduction in expenses

    • Led a project to streamline processes, overcoming resistance to change by involving...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Required depth subject knowledge pertaining to your position
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. He ask me about product knowledge
  • Q2. How to handle customer and asking thear need and canverd to avoiding to ask

Interview Preparation Tips

Interview preparation tips for other job seekers - Customer first fall you have to grave the knowledge about product and how to handle customer and ther queries
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. How thish behave
  • Ans. 

    The behavior of 'thish' can vary based on context, often referring to a specific object or situation.

    • In programming, 'this' refers to the current object context, e.g., in JavaScript, 'this' can change based on how a function is called.

    • In everyday conversation, 'thish' might indicate something nearby or a specific item, like saying 'thish book' when pointing to it.

    • In a social context, 'thish' could imply a casual refere...

  • Answered by AI
  • Q2. Friendly work now
  • Q3. My dream no many for Samsung development
  • Q4. No company brand for public barand
  • Q5. You have my great design

Interview Preparation Tips

Interview preparation tips for other job seekers - You have my dream next level samsung technology public attraction international level marketing advertising

Area Sales Manager Interview Questions & Answers

user image Pradeep Rawat

posted on 6 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Explain in detail about your internship experience
  • Q2. People normally switch to HUL, P&G after 1 year, how can we believe that you are here to stay?
  • Ans. 

    I am committed to long-term growth and value alignment with your company, ensuring my dedication to HUL/P&G.

    • I believe in building a career rather than just switching jobs; my goal is to grow with the company.

    • HUL/P&G's values align with my personal values, particularly in sustainability and innovation.

    • I have a strong track record of loyalty in previous roles, where I contributed to long-term projects.

    • I am excite...

  • Answered by AI
  • Q3. You have studied in Chennai, Do you know Tamil?
  • Ans. 

    Yes, I have studied in Chennai and I am proficient in Tamil, which helps in building rapport with local clients.

    • Studied in Chennai for several years, which immersed me in the Tamil language and culture.

    • I can communicate effectively in Tamil, which aids in understanding client needs better.

    • Being fluent in Tamil allows me to negotiate and close deals more efficiently with local businesses.

    • I have used my language skills t...

  • Answered by AI
  • Q4. How will you handle team since you are fresh out of college?
  • Ans. 

    I will leverage my fresh perspective, strong communication skills, and a collaborative approach to lead and motivate my team effectively.

    • Build relationships: I will take time to understand each team member's strengths and weaknesses, fostering a supportive environment.

    • Encourage open communication: I will create a culture where team members feel comfortable sharing ideas and feedback, enhancing collaboration.

    • Set clear g...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Hanging problem
  • Ans. 

    Samsung phone hang while is go is tha request accept

  • Answered Anonymously
  • Q2. Quality less product
  • Ans. 

    Is tha plastic bad material now exchange metals body rights now better

  • Answered Anonymously
  • Q3. Designer development
  • Ans. 

    Pur years s service phone not designed development

  • Answered Anonymously
  • Q4. Yers way yers next level
  • Ans. 

    The question is asking about your plans for career advancement and growth within the company.

    • Discuss your goals for professional development and how you plan to achieve them within the company.

    • Highlight any specific skills or experiences that you believe will help you reach the next level in your career.

    • Provide examples of how you have successfully progressed in your career in the past.

    • Express your enthusiasm for takin...

  • Answered by AI
  • Q5. New generation skill
  • Q6. Flow me Apple India

Interview Preparation Tips

Interview preparation tips for other job seekers - Software hanging problem solved
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell Me about your self.
  • Ans. 

    Experienced sales professional with a proven track record of exceeding targets and building strong client relationships.

    • Over 5 years of sales experience in the industry

    • Consistently met or exceeded sales targets by 20% each quarter

    • Built and maintained strong relationships with key clients such as XYZ Company

    • Led a successful sales team to achieve record-breaking sales numbers

  • Answered by AI
  • Q2. Why you left previous organization
  • Ans. 

    Seeking new challenges and growth opportunities in a larger organization.

    • Desire for career advancement

    • Opportunity for professional development

    • Seeking new challenges

    • Company restructuring or downsizing

    • Relocation to a new area

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self.
  • Ans. 

    Experienced sales professional with a proven track record of exceeding targets and building strong client relationships.

    • Over 5 years of sales experience in the industry

    • Consistently met or exceeded sales targets by 20% each quarter

    • Built and maintained strong relationships with key clients, resulting in repeat business

    • Led a successful sales team to achieve company goals

  • Answered by AI
  • Q2. Why would i hire you.
  • Ans. 

    I have a proven track record of exceeding sales targets, strong leadership skills, and a strategic mindset.

    • Proven track record of exceeding sales targets

    • Strong leadership skills

    • Strategic mindset

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident. Speak point to point. Don't try to gwt into deep untill asked by interviewer.

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Samsung?
Ask anonymously on communities.

Samsung Interview FAQs

How many rounds are there in Samsung interview?
Samsung interview process usually has 2-3 rounds. The most common rounds in the Samsung interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Samsung interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Samsung. The most common topics and skills that interviewers at Samsung expect are Marketing, Sales, Hardware, Logistics and Quality.
What are the top questions asked in Samsung interview?

Some of the top questions asked at the Samsung interview -

  1. How to divide the frequency of the clock by t...read more
  2. Design a sequential circuit to detect a sequence 001001?Explain it?How can you ...read more
  3. How to divide the frequency of the clock by thr...read more
What are the most common questions asked in Samsung HR round?

The most common HR questions asked in Samsung interview are -

  1. Why should we hire y...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...read more
How long is the Samsung interview process?

The duration of Samsung interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 438 interview experiences

Difficulty level

Easy 29%
Moderate 57%
Hard 14%

Duration

Less than 2 weeks 71%
2-4 weeks 17%
4-6 weeks 5%
6-8 weeks 2%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

Dell Interview Questions
3.9
 • 405 Interviews
HARMAN Interview Questions
3.8
 • 277 Interviews
OPPO Interview Questions
4.0
 • 230 Interviews
LG Electronics Interview Questions
3.9
 • 228 Interviews
vivo Interview Questions
4.1
 • 209 Interviews
Philips Interview Questions
3.8
 • 169 Interviews
Apple Interview Questions
4.3
 • 150 Interviews
Voltas Interview Questions
4.0
 • 149 Interviews
View all

Samsung Reviews and Ratings

based on 7.7k reviews

3.9/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.8

Salary

3.6

Job security

3.6

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 7.7k Reviews and Ratings
Area Business Manager

Bangalore Rural

7-12 Yrs

Not Disclosed

Area Business Manager

Mangaluru,

Bangalore Rural

6-11 Yrs

₹ 14.1-27 LPA

Performance Lead

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
1k salaries
unlock blur

₹9.3 L/yr - ₹15.1 L/yr

Software Engineer
949 salaries
unlock blur

₹11.6 L/yr - ₹20 L/yr

Sales Executive
893 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Manager
520 salaries
unlock blur

₹15.5 L/yr - ₹28.3 L/yr

Senior Engineer
470 salaries
unlock blur

₹7.9 L/yr - ₹14.7 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

vivo

4.1
Compare

OPPO

4.0
Compare

Dell

3.9
Compare
write
Share an Interview