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 Data Science Intern Interview Questions and Answers

Updated 12 Sep 2024

Sony Data Science Intern Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Projects worked on?
  • Ans. 

    Developed predictive models for customer churn and sales forecasting using machine learning algorithms.

    • Built a customer churn prediction model using logistic regression and random forest algorithms.

    • Implemented a time series forecasting model for sales prediction using ARIMA and LSTM neural networks.

    • Utilized Python libraries such as pandas, scikit-learn, and TensorFlow for data preprocessing and model building.

  • Answered by AI
  • Q2. Explain what are GANs?
  • Ans. 

    GANs are Generative Adversarial Networks, a type of deep learning model consisting of two neural networks - a generator and a discriminator.

    • GANs are used to generate new data samples that resemble a given dataset.

    • The generator network creates fake data samples, while the discriminator network tries to distinguish between real and fake samples.

    • The two networks are trained simultaneously in a competitive manner, improvin...

  • Answered by AI
  • Q3. Any Research Paper published?
  • Ans. 

    Yes, I have published a research paper on the topic of machine learning algorithms for predictive analytics.

    • Published research paper on machine learning algorithms

    • Focused on predictive analytics

    • Presented findings at a data science conference

  • Answered by AI
  • Q4. Explain working of Neural networks?
  • Ans. 

    Neural networks are a type of machine learning algorithm inspired by the human brain's neural structure.

    • Neural networks consist of layers of interconnected nodes (neurons) that process input data and pass it through activation functions.

    • They use weights to adjust the strength of connections between neurons during training.

    • Neural networks are capable of learning complex patterns and relationships in data, making them su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed at Sony Research India. All went well, they asked me to explain the projects i worked on, specially related to GANs. But, they mostly required a person who has already published some papers.

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Experience: 20 English questions
Rest of the 40 were quant.
There was a severe shortage of time in this test. English was a piece of cake but the rest of the questions were pretty time consuming.
Tips: Its better to finish those questions first which aren't time consuming.
Duration: 1 hour
Total Questions: 60

Round: Test
Experience: There was one three mark question and two five mark questions.
The three marker was either on linked list or array sorting.
The second question was based on dynamic programming.
The third question was on algorithms and number theory. Eg. My question was to find the units digit in a^b.
You could code in C,C++, Java or C#
Duration: 1 hour 10 minutes
Total Questions: 3

Round: Group Discussion
Experience: It wasn't exactly a group discussion. It was more of extempore. We were given ten minutes to note down points on the topic and each of us had to speak for two minutes. And then at the end there was a brief discussion on the arguments.
Tips: Don't start making philosophical arguments. You are expected to give technical arguments and reasons.
Don't contradict yourself ever. Make your stand on the topic clear and stick to it.
Don't cut off people in the middle. Hear them out.
It's not about who is speaking the most. It's about who is most effective.
Duration: 1 hour

College Name: IIT Madras

Intern Interview Questions & Answers

Daikin user image Anonymous

posted on 11 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

3 Questions

  • Q1. How was yesterday ?
  • Ans. 

    Yesterday was a productive day filled with meetings and project work.

    • Attended a team meeting in the morning

    • Worked on a project proposal in the afternoon

    • Had a networking event in the evening

  • Answered by AI
  • Q2. Why are letters in a keyboard placed like that ?
  • Ans. 

    The letters on a keyboard are placed in a specific layout called QWERTY, which was designed to prevent typewriter jams.

    • The QWERTY layout was developed by Christopher Sholes in 1873 for typewriters.

    • The layout was designed to separate commonly used letters to reduce the likelihood of jamming.

    • The arrangement of letters was based on the frequency of their use in the English language.

    • The QWERTY layout became popular and was

  • Answered by AI
  • Q3. What do you know about air conditioner ?
  • Ans. 

    An air conditioner is a device that cools and dehumidifies the air in a room or building.

    • Air conditioners work by removing heat and moisture from the air.

    • They use a refrigeration cycle to cool the air.

    • Air conditioners can be used for both residential and commercial purposes.

    • They come in different types such as window units, split systems, and central air conditioning systems.

    • Air conditioners improve indoor air quality ...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: I was asked several question related to my cv and other general knowledge and technical questions to measure my suitablity for the job.

Skills: Communication, Excel Skills, Knowledge Of MS Office
College Name: Keshav Mahavidyalaya

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Whats c
  • Ans. 

    C is a general-purpose programming language developed by Dennis Ritchie in 1972.

    • C is used for developing operating systems, embedded systems, and system software.

    • It is a compiled language and has a low-level memory access.

    • C is the predecessor of many modern programming languages like C++, Java, and Python.

  • Answered by AI
  • Q2. Whats loop
  • Ans. 

    A loop is a programming structure that repeats a set of instructions until a certain condition is met.

    • Loops are used to iterate over a collection of data or to repeat a set of instructions a certain number of times.

    • There are three types of loops in most programming languages: for, while, and do-while.

    • Example: for (int i = 0; i < 10; i++) { // do something }

  • Answered by AI
  • Q3. Why mi good samsung bad

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy peasy interieds

Interview Questionnaire 

1 Question

  • Q1. What's you name

Interview Preparation Tips

Interview preparation tips for other job seekers - See GFG for answers

Intern Interview Questions & Answers

HARMAN user image Anonymous

posted on 20 Aug 2024

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

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contains 35 question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the project
  • Ans. 

    The project is a web application that helps users track their daily water intake and reminds them to stay hydrated.

    • Users can input their daily water consumption and set goals for themselves.

    • The application sends notifications to remind users to drink water throughout the day.

    • Users can view their water intake history and track their progress over time.

  • Answered by AI
  • Q2. Write the code for even number
  • Ans. 

    Code to identify even numbers

    • Use the modulo operator (%) to check if a number is divisible by 2

    • If the remainder is 0, then the number is even

    • Example: int num = 6; if(num % 2 == 0) { // num is even }

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI
  • Q2. Some situational question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering

Intern Interview Questions & Answers

HARMAN user image Anonymous

posted on 19 Oct 2024

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

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical questions related to C
  • Q2. Questions about Linux
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The easy aptitude test was well-designed.

Round 2 - Group Discussion 

A group discussion on a specific topic.

Round 3 - Technical 

(1 Question)

  • Q1. Sql related questions

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Your Strengths?
  • Q2. 2. Brief 2 issues that made you challenge and how have you overcome?
  • Q3. 3. Previous experience - Companies and Education?
  • Q4. 4. Tell me about yourslef?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it was a good experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were around 30 questions in aptitude

Round 2 - Coding Test 

There are 2 coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Regarding my resume and dsa

Sony Interview FAQs

How many rounds are there in Sony Data Science Intern interview?
Sony interview process usually has 1 rounds. The most common rounds in the Sony interview process are Technical.
What are the top questions asked in Sony Data Science Intern interview?

Some of the top questions asked at the Sony Data Science Intern interview -

  1. Explain what are GA...read more
  2. Explain working of Neural networ...read more
  3. Any Research Paper publish...read more

Tell us how to improve this page.

Sony Data Science Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HARMAN Interview Questions
3.7
 • 262 Interviews
OPPO Interview Questions
4.0
 • 213 Interviews
LG Electronics Interview Questions
4.0
 • 199 Interviews
Vivo Interview Questions
4.1
 • 196 Interviews
Blue Star Interview Questions
4.1
 • 161 Interviews
Philips Interview Questions
3.8
 • 157 Interviews
Daikin Interview Questions
4.1
 • 147 Interviews
HP India Interview Questions
4.1
 • 142 Interviews
Samsung Research Interview Questions
3.1
 • 131 Interviews
Voltas Interview Questions
4.0
 • 130 Interviews
View all
Sales Executive
188 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
67 salaries
unlock blur

₹9 L/yr - ₹23.6 L/yr

Technical Support Engineer
59 salaries
unlock blur

₹1.8 L/yr - ₹4.9 L/yr

Software Engineer
54 salaries
unlock blur

₹4.5 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Sony with

Vivo

4.1
Compare

OPPO

4.0
Compare

LG Electronics

4.0
Compare

HARMAN

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