Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Samsung Branch Manager Interview Questions and Answers

Updated 13 Apr 2023

Samsung Branch Manager Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous experience
  • Q2. Previous job role
Round 3 - One-on-one 

(3 Questions)

  • Q1. Compatible check with current position
  • Q2. Home location from the reporting area
  • Ans. 

    My home is located within the reporting area.

    • I live in a nearby neighborhood within the same city.

    • My commute to work is convenient and short.

    • Living close to work allows me to be readily available for any urgent matters.

  • Answered by AI
  • Q3. Why he /she leave the current job

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice to give only appropriate answer. Do not give any fake commitment to get the job.Do not be over smart during interview. Give answer after 2 or 3 second after question. Pure communication is always healthy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Question was related to your current profile.
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiations.

Interview Preparation Tips

Topics to prepare for Samsung Branch Manager interview:
  • Current Job
  • MIS
  • Problem Solving
  • Data Analysis
  • Competitor Analysis
Interview preparation tips for other job seekers - In HR round very carefully discussed on CTC part. Brand has power to pay as per caliber.

Branch Manager Interview Questions Asked at Other Companies

Q1. Role of Branch Manager?How to manage team?Cross sell?
Q2. You are a DBM officially but taken a charge of a BM in your curre ... read more
Q3. What is 2515? Wis difference between commercial car and private c ... read more
Q4. Is it easy to give loans or is it easy to collect monthly EMI ?
asked in Axis Bank
Q5. What's the difference between operation and sales.

Interview Questionnaire 

1 Question

  • Q1. Experience

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Basic java and android questions, and logical programming question
  • Q2. Advanced Android questions, scenario wise handling of projects qestions

Interview Questionnaire 

2 Questions

  • Q1. Basic Java and Android questions and Logical programming questions
  • Q2. Advances Android questions

Interview Questionnaire 

2 Questions

  • Q1. Logical programming questions & Java and Android logical questions based on scenarios.
  • Q2. Advanced android concepts

I appeared for an interview in Oct 2016.

Interview Questionnaire 

8 Questions

  • Q1. C,C++, Programming Concepts
  • Q2. Resume Based
  • Q3. Puzzle Questions
  • Q4.  OS, Database, Networking, Computer Architecture based question
  • Q5. Project Based- Briefs, Details
  • Q6. What are your hobbies
  • Ans. 

    My hobbies include hiking, playing guitar, and cooking.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Playing guitar: I love learning new songs and improving my skills.

    • Cooking: I like experimenting with different recipes and creating delicious meals.

  • Answered by AI
  • Q7. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and improving my skills

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q8. Why do you want to join DELL.
  • Ans. 

    I want to join DELL because of their innovative technology solutions and strong reputation in the industry.

    • DELL is known for their cutting-edge technology solutions which align with my passion for software development.

    • I admire DELL's strong reputation in the industry and their commitment to customer satisfaction.

    • I believe joining DELL will provide me with opportunities for growth and career advancement.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA>9.0

Skills: Technical Skills
College Name: KIIT University

I appeared for an interview in Jan 2017.

Interview Preparation Tips

Round: Group Discussion
Experience: All got different topics to discuss on gd.
Tips: Plan before you speak. Be sure whether you are to or against.
Duration: 5 minutes

Round: Test
Experience: More questions on blood relationship, ages
Tips: Os db on technical
Duration: 1 hour

Skills: Technical Questions, Manage A Difficult Situation, Technical Knowledge(ML

I appeared for an interview in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: There was an online test having 3 section, one for aptitude testing, one for logical testing and the last one for technical testing.
Aptitude and logical questions were very basic.
Technical questions included : C C++ Java DS DBMS DAA
Tips: For aptitude and logical part, you need to prepare regularly. Nothing comes out of the box, but you just have to be quick in solving the questions.
For the technical part, prepare well by revising your course materials. Basic one word questions are asked.
Duration: 1 hour
Total Questions: 60

Round: Coding
Experience: This round consists of multiple sets of coding. One question per paper. It's on your luck, which question you'll get. Also,net is allowed. You have to complete the code and show it to the invigilator.
Tips: This round is generally not there in placement drives of DELL. It is on your luck.

Skills: Communication, Data Structures, Basic Knowledge Of DBMS
College Name: Manipal University Jaipur

I appeared for an interview in May 2017.

Interview Questionnaire 

4 Questions

  • Q1. Why is string immutable
  • Ans. 

    String is immutable because it ensures data integrity and allows for efficient memory management.

    • Immutable strings prevent accidental modification of data.

    • Immutable strings can be easily shared and reused, improving memory efficiency.

    • Immutable strings enable efficient string interning and caching.

    • Immutable strings support thread safety in concurrent environments.

  • Answered by AI
  • Q2. Do @requestparam has default value
  • Ans. 

    Yes, @RequestParam has a default value if not specified.

    • If a @RequestParam is not provided in the request, it will use its default value.

    • The default value can be set using the 'defaultValue' attribute of @RequestParam annotation.

    • If no default value is specified, the parameter will be considered as required and an exception will be thrown if not provided.

  • Answered by AI
  • Q3. Singleton and prototype
  • Q4. Why abstract class is required
  • Ans. 

    Abstract classes are required to provide a common interface and share code among related classes.

    • Abstract classes allow for code reusability and promote modular design.

    • They provide a common interface for a group of related classes.

    • Abstract classes can define abstract methods that must be implemented by subclasses.

    • They can also provide default implementations for common methods.

    • Abstract classes cannot be instantiated, b

  • Answered by AI

Skills evaluated in this interview

Samsung Interview FAQs

How many rounds are there in Samsung Branch Manager interview?
Samsung interview process usually has 3 rounds. The most common rounds in the Samsung interview process are One-on-one Round, Resume Shortlist and HR.
What are the top questions asked in Samsung Branch Manager interview?

Some of the top questions asked at the Samsung Branch Manager interview -

  1. Home location from the reporting a...read more
  2. Compatible check with current posit...read more

Tell us how to improve this page.

Samsung Branch Manager Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Dell Interview Questions
4.0
 • 386 Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
OPPO Interview Questions
4.0
 • 212 Interviews
LG Electronics Interview Questions
4.0
 • 198 Interviews
Vivo Interview Questions
4.1
 • 196 Interviews
Philips Interview Questions
3.8
 • 157 Interviews
Daikin Interview Questions
4.2
 • 147 Interviews
Apple Interview Questions
4.3
 • 138 Interviews
Voltas Interview Questions
4.0
 • 129 Interviews
View all
Samsung Branch Manager Salary
based on 49 salaries
₹24.1 L/yr - ₹55 L/yr
369% more than the average Branch Manager Salary in India
View more details

Samsung Branch Manager Reviews and Ratings

based on 8 reviews

3.7/5

Rating in categories

2.6

Skill development

2.1

Work-life balance

4.4

Salary

2.4

Job security

2.6

Company culture

2.9

Promotions

2.6

Work satisfaction

Explore 8 Reviews and Ratings
Sales Executive
1.1k salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Assistant Manager
1.1k salaries
unlock blur

₹5.5 L/yr - ₹19.7 L/yr

Software Engineer
887 salaries
unlock blur

₹6.6 L/yr - ₹25 L/yr

Manager
527 salaries
unlock blur

₹10 L/yr - ₹33.5 L/yr

Senior Engineer
473 salaries
unlock blur

₹4.3 L/yr - ₹18 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

LG Electronics

4.0
Compare

Sony

4.2
Compare

Xiaomi

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview