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

Filter interviews by

Clear (1)

Sony Technical Support Engineer Interview Questions, Process, and Tips

Updated 20 Apr 2024

Top Sony Technical Support Engineer Interview Questions and Answers

Sony Technical Support Engineer Interview Experiences

3 interviews found

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

I applied via Walk-in and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Also its ask about your family details
Round 2 - Quality Round 

(1 Question)

  • Q1. In this round they just talk to you on any topic to check your fluency in English
Round 3 - Technical 

(6 Questions)

  • Q1. Difference between Microcontroller and microprocessor
  • Ans. 

    Microcontroller is a single integrated circuit that contains a processor core, memory, and programmable input/output peripherals, while a microprocessor is just the processor core.

    • Microcontroller is a self-contained system with memory, I/O peripherals, and a processor core on a single chip.

    • Microprocessor is just the central processing unit (CPU) and requires external components for memory and I/O operations.

    • Microcontro...

  • Answered by AI
  • Q2. Uses of HDMI cable
  • Ans. 

    HDMI cable is used to transmit high-quality audio and video signals from one device to another.

    • Connects devices such as TVs, monitors, projectors, and gaming consoles

    • Supports high-definition video and audio

    • Eliminates the need for multiple cables for audio and video connections

    • Used in home entertainment systems, conference rooms, and gaming setups

  • Answered by AI
  • Q3. Full form of HDMI cable
  • Ans. 

    High Definition Multimedia Interface

    • Stands for High Definition Multimedia Interface

    • Used to transmit high-quality audio and video signals

    • Commonly used to connect devices like TVs, monitors, and projectors

    • Supports resolutions up to 4K and beyond

  • Answered by AI
  • Q4. Difference between LCD and LED
  • Ans. 

    LCD uses liquid crystals to produce images, while LED uses light-emitting diodes for backlighting.

    • LCD stands for Liquid Crystal Display, while LED stands for Light-Emitting Diode.

    • LCD screens require a separate light source for illumination, while LED screens have built-in backlighting.

    • LED screens are generally more energy-efficient and produce brighter images compared to LCD screens.

    • Examples: LCD TVs, LED monitors.

  • Answered by AI
  • Q5. Tell me about your college project and describe it properly
  • Q6. In smart watch which sensor is used to measurement of pulse

Interview Preparation Tips

Interview preparation tips for other job seekers - You all have to just prepare your self for fluency English speaking because this job is only a customer care center job

Skills evaluated in this interview

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Introduction is most common question
  • Q2. Second most common question is Strength and weakness.
  • Q3. U have to prepare for what u have earned and what u know or what u can do for the company or the organisation as well as for the position u are applying for describe this info in brief.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be in formal and with positive attitude with a good smile and fresh.

Technical Support Engineer Interview Questions Asked at Other Companies

asked in Salesforce
Q1. Admin Questions :- What is Relationships what are types of relati ... read more
asked in Zoho
Q2. Send an email to customer apologising the mistake made by the rep ... read more
asked in Salesforce
Q3. How you will get contact of account with name starting with abc.
Q4. What are the steps which you will follow if a customer calls and ... read more
Q5. How to release previous IP which assign to your device?

Interview Questionnaire 

2 Questions

  • Q1. In second round they will ask you about Sony India product .
  • Q2. They asked some technology like DLNA, HDMI ,NFC , VR, Latest processor etc . They also asked from me about my final year project .

Interview Preparation Tips

Round: Resume Shortlist
Experience: They genrally check ur communication skill in first round , and will and company policies, term & condition etc
They will tell about leaves , off and salary in first round .
If you are okay with all then they will conduct second round

Interview questions from similar companies

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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Shell scripting
  • Q2. CICD pipeline question

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

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic question from resume
  • Q2. Basic concepts of distributed systems, coding, Business problem discussion
  • Q3. Demonetization problem
  • Ans. 

    Demonetization problem refers to the sudden withdrawal of high-value currency notes from circulation.

    • Demonetization can lead to cash shortages and economic disruption.

    • It can also have long-term effects on the economy, such as increased digitization and reduced corruption.

    • Examples of demonetization include India's 2016 demonetization of 500 and 1000 rupee notes and Zimbabwe's 2015 demonetization of its currency.

    • Software...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Given a marathon racer and an array of 5 elements having the time taken (t_i) and energy spent(e_i) for running 1 Km. He has to run a marathon of D Km and expending atmost E energy. Find the minimum time required to run the marathon. Once he starts a 1 Km sprint, he has to continue at the same speed till the 1 Km is complete.
Tips: Try Brute force, if nothing works.

I used a*e_1+b*e_2+c*e_3+d*e_4+e * e_5 <= E
and a+b+c+d+e = D

Solve these two equation and minimize a*t_1+b*t_2+c*t_3+d*t_4+e * t_5
Duration: 3 hours
Total Questions: 1

Round: HR Interview
Experience: Family background, About the HIPC coding competition that we won. Publication, etc

Round: Technical Interview
Experience: This round was to test my knowledge on distributed systems and problem thinking skills.
Coding question
-----/

Q)What new feature will you add in Television?
I initially said, recommendation. But he said what more. Then I said gesture control.

Round: Technical Interview
Experience: All the currency notes are demonetized, You as RBI cheif have to distribute the 500 cr given by center for chennai have to distribute to various, public sector, private sector, and cooperative banks in the city. You have all the transactions data available with you. Solve this problem with your knowledge of distributed systems.

Skills: General Coding And Problem Solving
College Name: IIT Madras

Software Engineer Interview Questions & Answers

Samsung user image PRINCE KUMAR TOMAR

posted on 25 May 2017

I was interviewed in Mar 2017.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Computer Science
  • Q2. Dynamic Programming and Graphs

Interview Preparation Tips

Round: Test
Total Questions: 1

College Name: NIT Durgapur

I was interviewed in Nov 2016.

Interview Preparation Tips

Round: Test
Experience: It was an online coding test on the platform provided by Samsung only. The difficulty level was advance.
Duration: 3 hours
Total Questions: 1

Round: Technical Interview
Experience: It was a technical interview which covered all the topics related to data structure and algorithms.

Round: Technical Interview
Experience: It was a technical interview which covered all topics related to subjects like is, DBMS, c++,etc

Round: Technical Interview
Experience: It was a technical interview in which interviewer asked about the projects done.

Round: HR Interview
Experience: The basic intro,questions related to Samsung and why do u want to join Samsung.

College Name: NIT Kurukshetra

I was interviewed in Dec 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Out of 150 students 50 resume got shortlisted.

Round: Test
Experience: Out of 150 students 50 resume got shortlisted.
Total Questions: 60

Round: Test
Experience: Normal aptitude based questions.
Duration: 1 hour
Total Questions: 60

Round: Test
Experience: Question related to coding were asked within topics like data structures.

College Name: Delhi Technological University (DCE)
Contribute & help others!
anonymous
You can choose to be anonymous

Sony Interview FAQs

How many rounds are there in Sony Technical Support Engineer interview?
Sony interview process usually has 3 rounds. The most common rounds in the Sony interview process are HR and Technical.
What are the top questions asked in Sony Technical Support Engineer interview?

Some of the top questions asked at the Sony Technical Support Engineer interview -

  1. In smart watch which sensor is used to measurement of pu...read more
  2. Difference between Microcontroller and microproces...read more
  3. Difference between LCD and ...read more

Recently Viewed

INTERVIEWS

Tripjack

No Interviews

INTERVIEWS

JCB

No Interviews

INTERVIEWS

Tripjack

No Interviews

INTERVIEWS

Sony

No Interviews

INTERVIEWS

Panasonic Avionics Corporation

No Interviews

INTERVIEWS

JCB

No Interviews

INTERVIEWS

Exicom

No Interviews

INTERVIEWS

Tripjack

No Interviews

INTERVIEWS

Sony

No Interviews

INTERVIEWS

Exicom

No Interviews

Tell us how to improve this page.

Sony Technical Support Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 561 Interviews
HARMAN Interview Questions
3.8
 • 259 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
Vivo Interview Questions
4.1
 • 192 Interviews
Philips Interview Questions
3.8
 • 158 Interviews
Blue Star Interview Questions
4.0
 • 158 Interviews
Daikin Interview Questions
4.2
 • 144 Interviews
HP India Interview Questions
4.1
 • 139 Interviews
Samsung Research Interview Questions
3.2
 • 131 Interviews
View all
Sony Technical Support Engineer Salary
based on 56 salaries
₹1.8 L/yr - ₹4 L/yr
40% less than the average Technical Support Engineer Salary in India
View more details

Sony Technical Support Engineer Reviews and Ratings

based on 36 reviews

4.0/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.1

Salary

3.9

Job security

4.1

Company culture

2.4

Promotions

3.4

Work satisfaction

Explore 36 Reviews and Ratings
Sales Executive
187 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 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