Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sony Team. If you also belong to the team, you can get access from here

Sony Verified Tick

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

Sony Executive Interview Questions and Answers

Updated 14 Jun 2024

Sony Executive Interview Experiences

2 interviews found

Executive Interview Questions & Answers

user image jignesh dabhi

posted on 14 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self.
  • Q2. General basic questions and about experience and expertise.
  • Q3. Confirmed company policy and terms of work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be normal at interview, and give genuine answers as actually you knows about it.

Executive Interview Questions & Answers

user image Anonymous

posted on 25 Mar 2022

I applied via Recruitment Consulltant

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. Tell me about yourself.
  • Q4. Speak in hindi english
  • Ans. 

    I can speak in both Hindi and English.

    • I am fluent in both languages.

    • I can switch between the two languages easily.

    • I have experience communicating with people who speak either language.

    • I can translate between Hindi and English if needed.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sony Executive interview:
  • English
Interview preparation tips for other job seekers - Speak in hindi english about your self

Executive Interview Questions Asked at Other Companies

Q1. How will you start RS method Development for known drug product?
Q2. What is peak purity and how it is calculated in hplc?
Q3. Procedure of export and import.China as country and as manufactur ... read more
Q4. How to use excell and basics of advance excellent
Q5. 1 - Which biological indicator use in autoclave validation at the ... read more

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Why not MS?

Interview Preparation Tips

Round: Test
Experience: It was constituted of two parts: Logic and DI. Both parts were simple. Questions were CAT type.

Round: Technical Interview
Experience: Simple C, C++ questions were asked. Technical questions based on internship project were asked. General questions asked to check reaction to sudden stress (for example: Why do earthquakes occur?).
Tips: Courses like DSP (application based) and information systems should be thorough. Knowing 1 programming language is very essential.

Round: HR Interview
Experience: Resume based questions were asked.
Tips: Know complete details of your interns, BTP and resume thoroughly.

College Name: IIT KANPUR

Interview Questionnaire 

1 Question

  • Q1. A pseudo code or solution(if you can) for solving the rubik's cube
  • Ans. 

    A solution for solving the Rubik's cube

    • Use the layer-by-layer method

    • Solve the first layer cross

    • Solve the first layer corners

    • Solve the second layer

    • Solve the third layer cross

    • Solve the third layer corners

    • Orient the third layer corners

    • Permute the third layer corners

    • Permute the third layer edges

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: A systematic approach is all what he expects from us. Our approach and our way of thinking is what he observes. An algorithm to solve a single face worked in my case. So called HR interview was more technical and a discussion about the projects mentioned in my resume.
Tips: An overview on problems like sudoku, rubik's cube, chess etc. A proper approach and a structure for solving the problem should be mentioned.

Round: Interview
Experience: Some questions on basic data structures, dynamic programming and recursion.
Tips: Recognize the problem(dp, recursion, etc.). Throw some algorithm.

General Tips: Be clear with basics.
Skill Tips: ""
Skills: Data structures, Data Processing, Recursion
College Name: IIT Madras
Motivation: SAMSUNG!
Funny Moments: A saviour for the leftover cse students especially b.tech and dual. It does not depend on whether your interview went well or not. Just basic cse stuff is enough.

Interview Questionnaire 

6 Questions

  • Q1. Questions on routing protocols and CDMA
  • Q2. Questions based on the previous day's coding test
  • Q3. A small portion of the questions were centered on their current projects
  • Q4. Scholastic achievements
  • Q5. Preference of location
  • Ans. 

    I am open to working in any location as long as the job is challenging and rewarding.

    • Open to relocation

    • Prioritize job satisfaction over location

    • Flexible with work arrangements

  • Answered by AI
  • Q6. Further studies

Interview Preparation Tips

Round: Test
Experience: Objective test in C(30 min),followed by a paper-based coding test.(1 hour, Written ).
Tips: There are old Samsung tests available online. The questions are based on the same fundamentals.Coding test focuses more on getting the pseudo code and logic right
Duration: 90 minutes

Round: Technical Interview
Experience: Interview questions were mostly based on projects and skills mentioned in the resume.Be sure to read up on your projects.They asked to explain the code.On the lines of how would I approach the problem of getting faster downloads in cellphones.

General Tips: I got selected because of my projects fit the profile they were looking for. They seemed to like the Olympiad ranks too.Data structures and algorithms basic fundaes, C coding and theory (asked in every profile), Revision of your electives (depending the core specialization)For any communication profile, do not ignore revision of courses and also it was necessary to read up
further as MTechs and MS students have an edge.
Skill Tips: Went through all the literature for all my projects.My courses and projects were all related to Communication Networks and Communication Systems. This background made the questions easier to answer. Majority of questions were about network protocols and network architecture.Started preparing DS&A at the beginning of seventh sem because I had never taken the course. The rest of it can be revised a couple of weeks before the tests start.
Skills: Algorithm, C Programming, Communication Networks, Communication Systems, Network protocols, Network architecture.
College Name: IIT Madras

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisting done based on resume.
Tips: Create good resume highlighting projects and research work. Remain updated about the company's research work.

Round: Test
Experience: There are two written tests. One is based on C and algorithms.
Tips: Old Samsung tests that are available online.Knowledge of C is must.
Duration: 30 minutes

Round: Test
Experience: The second test is paper-based coding test.
Tips: Coding test is used to mainly gauge your logic applying abilities.
Duration: 60 minutes

Round: Interview
Experience: Personal Interview: one round lasting around 40 minutes.
 Interview questions were mostly straightforward, technical and based on projects and
research work mentioned in the resume.
 Previous day's code is also asked to explain.
 Couple of questions were about the company's on-going work. In-depth knowledge regarding courses related to the profile is necessary.
Tips: Revise courses, Project work. Additional reading is recommended.
Basics of core subjects.

College Name: IIT Madras

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

I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Questions on difference between C and C++
  • Q2. Questions on Linked List, how to add and delete a node write complete program
  • Q3. About my technical interests
  • Q4. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced engineer with a passion for problem-solving and innovation.

    • I have a Bachelor's degree in Engineering from XYZ University.

    • I have worked at ABC Company for 5 years, where I specialized in designing and implementing new technologies.

    • I am proficient in CAD software and have experience in project management.

    • I am a team player and enjoy collaborating with colleagues to achieve common goals.

  • Answered by AI
  • Q5. Why samsung
  • Ans. 

    Samsung is a leading technology company known for innovation, quality products, and global presence.

    • Samsung is a well-established and reputable company in the technology industry

    • They are known for their innovative products and cutting-edge technology

    • Samsung has a strong global presence and a wide range of products including smartphones, TVs, appliances, and more

  • Answered by AI
  • Q6. Puzzle quetions like

Interview Preparation Tips

Round: Technical Interview
Experience: I have explained difference between C and C++ is classes and C++ uses OOPs, Have answered almost all the questions
Tips: Be clear with concepts of C++ , its most important in almost every interview, and data structures and algorithms atleast till Balanced Binary tree.

Round: HR Interview
Experience: I have answered all the questions well
Tips: Prepare for HR questions like tell me about yourself and about the company

College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: The first consisted of an online test which had an aptitude section which was pretty simply and then a programming section consisting of three different programs. The programs were logical required basic knowledge of array, sorting and a little bit of data structures.

Round: Technical Interview
Experience: Around 13 of us were shortlisted for the interview round, B.Tech and M.Tech included. The interview round was mostly interactive, where we had to mention about the various interns that we went through. A few programming questions were asked based on topics which we were comfortable with.
Tips: Just get used to coding, data structures and basic aptitude. GRE preparation as such helped me.

Round: HR Interview
Experience: Finally there was a HR round in which I was asked as to why I would like to work in Samsung R&D and general things about interests and future plans. On the whole Samsung took 3 B.Tech students and 2 M.Tech students when they came for placements apart from PPOs.

General Tips: Personally I feel that one should apply in only those companies in which they are sure of having job satisfaction. So don't apply to companies which you are not interested in just for the sake of having a backup because once you are placed you do not have a second chance.
Do not get dejected if you do not get through in the first few tries. Keep your hopes up and be confident when ever you get to interview rounds. Try to be assertive when giving answers. It is some times exhausting to go through placements but the moment you get placed you will have the best feeling ever.
Skill Tips: Just chill and take the test. Once you clear the online test, irrespective of your pointer if you have a good profile you can convince the interviewers.
Skills:
College Name: NIT Surathkal

Software Engineer Interview Questions & Answers

Samsung user image Shubham Srivastava

posted on 5 Feb 2016

Interview Preparation Tips

Round: Test
Experience: Written round: One programming question of 3 hours duration.All test cases were to passed.
Duration: 3 hours minutes
Total Questions: 1

Round: Technical Interview
Experience:
There were two rounds : tech PI and HR round.
A.Tech. PI: Firstly,interviewer went through my whole resume.He started asking questions from project done during summer internship.Questions were:
1.What is he project about?
2.Difference between 3G and 4G.
3.What is the aim of this research internship?
4.How much was i able to complete in two months?(I told that i am continuing as major project,since in two months time i could not get desired result).

Then, he went onto programming language i was comfortable. I answered C.
1.sizeof("shubham")
strlen("shubham")
I was asked to write output.Output would be 8 and 7. He asked why. Basic concepts should be clear.
2.Storage Classes in C-asked me concept and gave some questions to write output.
3.Constant pointers and pointers to constant. Asked to write output of snippets he gave.
4.malloc,caloc,realloc,free-syntax
5.Questions on pointers.

Basic concepts of let us C were asked mostly,that book is enough . Also see, GEEKSFORGEEKS, C section.

Operating System: Mutex and Semaphore,critical Section, Scheduling algorithms, Producer-Consumer Problem.
(Data Structures was not asked to me but others.)

Puzzles:
1. Maximum run a batsman can make in 50 overs.
2.There are 10 coins. 5 face head side and 5 as tail. You are blind folded.Make two piles of equal number of coins such that number of head in equal in both the piles.
Assumption:You can flip coin any number of times.

Question: Why do you want to join Samsung ,though placed in other company?

Questions: Any plans of future studies. I answered 'NO' only job.

Last question: Any question I would like to ask them. I asked what work would be doing in R&D. He explained me a lot of things.
Tips: 1.Be thorough with your project(done during internship or training) . You should be able to answer almost all the questions.
2.Study operating system very well if you plan to sit in samsung R&D.
3.Data structures and any one programming language.
4.Prepare puzzles as it can be asked by anyone. See programmerinterview.com etc.
5.Refer samsung archives of GEEKSFORGEEKS . Interview questions were mostly covering those.

Round: HR Interview
Experience: 1.Introduce yourself.
2.How would your friends describe you?
3.Tell the recent experiences of which makes you initiative.(i told that i am initiative,then he asked that question. So be ready with the examples,when u say any of your qualities.)
4.What is your weakness?
5.Puzzles.He asked me to fill the numbers from 1 to 8 in these 8 boxes, one number exactly once, such that no two consecutive elements are
adjacent(diagonally, horizontally or vertically) to each other.

-----/
6.Which places in India have you been?


Skills: Solving Logic Puzzles, Basic C/C++, Data Structures, Operating Systems
College Name: NIT Raipur

Sony Interview FAQs

How many rounds are there in Sony Executive interview?
Sony interview process usually has 1 rounds. The most common rounds in the Sony interview process are HR.
How to prepare for Sony Executive 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 Sony. The most common topics and skills that interviewers at Sony expect are Accounting, Auditing, Business Analysis, Cost and FICO.

Tell us how to improve this page.

Sony Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 546 Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
OPPO Interview Questions
4.0
 • 211 Interviews
LG Electronics Interview Questions
4.0
 • 198 Interviews
Vivo Interview Questions
4.1
 • 194 Interviews
Blue Star Interview Questions
4.1
 • 159 Interviews
Philips Interview Questions
3.8
 • 157 Interviews
Daikin Interview Questions
4.2
 • 147 Interviews
HP India Interview Questions
4.1
 • 140 Interviews
Samsung Research Interview Questions
3.1
 • 131 Interviews
View all
Sony Executive Salary
based on 26 salaries
₹3.5 L/yr - ₹12.7 L/yr
79% more than the average Executive Salary in India
View more details

Sony Executive Reviews and Ratings

based on 5 reviews

4.8/5

Rating in categories

3.9

Skill development

4.8

Work-life balance

3.1

Salary

4.7

Job security

4.8

Company culture

3.0

Promotions

4.9

Work satisfaction

Explore 5 Reviews and Ratings
Sales Executive
189 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Area Sales Manager
80 salaries
unlock blur

₹5.9 L/yr - ₹20 L/yr

Senior Software Engineer
69 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Technical Support Engineer
59 salaries
unlock blur

₹1.8 L/yr - ₹4.9 L/yr

Software Engineer
53 salaries
unlock blur

₹4.5 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Sony with

Samsung

3.9
Compare

LG Electronics

4.0
Compare

Panasonic Avionics Corporation

3.4
Compare

Toshiba

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