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
4.2

based on 1.2k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Sony Technical Specialist Interview Questions and Answers

Updated 14 Jun 2022

Sony Technical Specialist Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Dec 2021. There were 4 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 - Coding Test 

Python coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Devops interview questions, maven goals and lifecycles, sonarqube integrations
Round 4 - One-on-one 

(1 Question)

  • Q1. General aptitude questions

Interview Preparation Tips

Topics to prepare for Sony Technical Specialist interview:
  • Python
  • Devops
Interview preparation tips for other job seekers - focus on basics and keep practicing python

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. Technical level
  • Q2. Cloud architecture on Iaas, Paas and agentless services.
  • Ans. 

    Cloud architecture involves IaaS, PaaS, and agentless services for efficient and scalable solutions.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet.

    • PaaS (Platform as a Service) offers a platform allowing customers to develop, run, and manage applications without dealing with infrastructure.

    • Agentless services do not require the installation of agents on the target systems, r...

  • Answered by AI
  • Q3. Linux/Unix deep level of troubleshooting concepts with Bash shell scripting.
Round 3 - Technical 

(1 Question)

  • Q1. Deep technical level of troubleshooting on cloud.
  • Ans. 

    Deep technical troubleshooting on cloud involves identifying and resolving complex issues within cloud infrastructure.

    • Understand the architecture and components of the cloud platform being used

    • Utilize monitoring and logging tools to identify issues

    • Analyze system performance metrics to pinpoint potential bottlenecks

    • Use debugging tools and techniques to troubleshoot code or configuration issues

    • Collaborate with cross-func

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Cloud based scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Awesome

Skills evaluated in this interview

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

(1 Question)

  • Q1. Create custom smart pointer
  • Ans. 

    Custom smart pointer implementation in C++

    • Use templates to create a generic smart pointer class

    • Implement overloaded operators like * and -> for pointer-like behavior

    • Manage memory allocation and deallocation using reference counting

    • Example: CustomSmartPointer ptr(new int(5));

Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Design library system
  • Ans. 

    Design a library system for managing books and patrons

    • Create a database to store information about books, patrons, and transactions

    • Implement a user-friendly interface for patrons to search and borrow books

    • Include features like book reservations, late fees, and book recommendations

    • Utilize RFID technology for efficient book tracking and inventory management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are tested

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Questions are related to the job description.
  • Q2. And more about the Resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Embedded code test wrto static global element

Round 3 - Technical 

(1 Question)

  • Q1. Autosar interview questions

Technical Lead Interview Questions & Answers

Philips user image Chanakya Sankritayayana

posted on 20 Mar 2024

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

It was DSA(about leed code medium level)

Round 2 - Technical 

(1 Question)

  • Q1. Advance c# concept
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. They were looking for someone having Azure experience so questions were mostly from Azure. Benefit of different Azure Services.
  • Q2. Work on azure services like azure functions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some understanding of Azure. Topics like Azure Web App, Azure function.

Certification like Az-204 , Az-305 are plus
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic C# questions
  • Q2. Project Architecture
Round 3 - Technical 

(1 Question)

  • Q1. Architecture round
Round 4 - mangerial round 

(1 Question)

  • Q1. General project details

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Good
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Explain the Design Patters you worked
  • Ans. 

    I have worked with several design patterns including Singleton, Factory, Observer, and Decorator.

    • Implemented Singleton pattern to ensure only one instance of a class is created.

    • Used Factory pattern to create objects without exposing the instantiation logic to the client.

    • Implemented Observer pattern to notify dependent objects of any state changes.

    • Used Decorator pattern to add functionality to an object dynamically with

  • Answered by AI
  • Q2. Explain the Solid Design Pattern
  • Ans. 

    Solid Design Pattern is a set of principles for writing maintainable and scalable code.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

  • Answered by AI
  • Q3. Explain the ASP.Net Core Middleware
  • Ans. 

    ASP.Net Core Middleware is a pipeline that handles requests and responses.

    • Middleware is a series of components that handle requests and responses in a pipeline

    • Each middleware component can modify the request or response

    • Middleware can be added to the pipeline using the Use() method

    • Examples of middleware include authentication, logging, and routing

  • Answered by AI
Round 3 - Coding Test 

Need to develop a employee portal using asp.net core and angular and share the code base to them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company, nice oprrtunity to work with. Worked on latest technologies and also few microservices based applications

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Based Oops concept and advance C++ concepts
Round 2 - Coding Test 

Scenario based coding

Round 3 - One-on-one 

(1 Question)

  • Q1. HR discussion is final round

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have confidence and strong knowledge on concepts

Sony Interview FAQs

How many rounds are there in Sony Technical Specialist interview?
Sony interview process usually has 4 rounds. The most common rounds in the Sony interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Sony Technical Specialist 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 Java, Python, Web Services, Automation and C++.
What are the top questions asked in Sony Technical Specialist interview?

Some of the top questions asked at the Sony Technical Specialist interview -

  1. devops interview questions, maven goals and lifecycles, sonarqube integrati...read more
  2. general aptitude questi...read more

Tell us how to improve this page.

Sony Technical Specialist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 554 Interviews
HARMAN Interview Questions
3.8
 • 257 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
LG Electronics Interview Questions
4.0
 • 189 Interviews
Blue Star Interview Questions
4.0
 • 154 Interviews
Apple Interview Questions
4.3
 • 141 Interviews
Voltas Interview Questions
4.0
 • 126 Interviews
Bajaj Electricals Interview Questions
4.0
 • 120 Interviews
Whirlpool Interview Questions
4.0
 • 91 Interviews
IFB Interview Questions
3.6
 • 90 Interviews
View all
Sony Technical Specialist Salary
based on 32 salaries
₹13 L/yr - ₹31.6 L/yr
38% more than the average Technical Specialist Salary in India
View more details

Sony Technical Specialist Reviews and Ratings

based on 4 reviews

3.4/5

Rating in categories

3.7

Skill development

2.8

Work-life balance

4.3

Salary

4.5

Job security

3.4

Company culture

3.6

Promotions

3.2

Work satisfaction

Explore 4 Reviews and Ratings
Sales Executive
194 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Area Sales Manager
82 salaries
unlock blur

₹5.9 L/yr - ₹20 L/yr

Senior Software Engineer
68 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Software Engineer
62 salaries
unlock blur

₹4.5 L/yr - ₹13.2 L/yr

Technical Support Engineer
57 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Explore more salaries
Compare Sony with

Samsung

4.0
Compare

LG Electronics

4.0
Compare

Panasonic Avionics Corporation

2.4
Compare

Toshiba

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