Upload Button Icon Add office photos

Sonata Software

Compare button icon Compare button icon Compare

Filter interviews by

Sonata Software Software Engineer Interview Questions, Process, and Tips

Updated 17 May 2024

Top Sonata Software Software Engineer Interview Questions and Answers

Sonata Software Software Engineer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 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. Design a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Nodes contain data and a reference to the next node

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Operations include insertion, deletion, traversal, and searching

    • Example: Node { data: 5, next: Node { data: 10, next: null } }

  • Answered by AI
  • Q2. Implement binary search
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value in a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index as (low + high) / 2.

    • Compare the target value with the value at the mid index and adjust the low and high indices accordingly.

    • Repeat the process until the target value is found or the low index surpasses the high index.

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Sorting algorithm to use when 70% of numbers are sorted
  • Ans. 

    Use a modified version of Merge Sort or Tim Sort for efficient sorting when 70% of numbers are already sorted.

    • Consider using Merge Sort with optimizations for nearly sorted arrays, such as checking for already sorted subarrays before merging.

    • Tim Sort, a hybrid sorting algorithm derived from Merge Sort and Insertion Sort, is also a good choice for partially sorted arrays.

    • Both algorithms have a time complexity of O(n log...

  • Answered by AI
  • Q2. What is virtual destructor in c++
  • Ans. 

    A virtual destructor in C++ is used to ensure that the correct destructor is called when deleting an object through a base class pointer.

    • Virtual destructors are necessary when deleting an object through a pointer to a base class in order to properly call the derived class destructor.

    • Without a virtual destructor, only the base class destructor would be called, potentially leading to memory leaks or undefined behavior.

    • Ex...

  • Answered by AI
  • Q3. What is overflow in c++ ?
  • Ans. 

    Overflow in C++ occurs when a value is too large to be stored in the data type, leading to unexpected behavior.

    • Overflow can happen when adding two large numbers, causing the result to exceed the maximum value that can be stored in the data type.

    • For example, adding 2147483647 + 1 to an int data type in C++ will result in overflow, wrapping around to -2147483648.

    • To prevent overflow, it is important to check for potential...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
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 - One-on-one 

(2 Questions)

  • Q1. About the previous experience
  • Q2. Explained in detail about the past works taken

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be honest and make sure you give your 100 percent, be ready to be cooked

I applied via Company Website and was interviewed in 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 - Aptitude Test 

It was pretty simple like all the other aptitude tests

Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about you that is not mentioned in your resume
  • Q2. Tell me about your weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Never provide all the information in your resume. Keep details like strengths and weakness hidden so that the interviewer has something to ask to you and it is intrested to know more about you.

Sonata Software interview questions for designations

 Senior Software Engineer

 (3)

 Senior Associate Software Engineer

 (1)

 Software Developer

 (5)

 Network Engineer

 (2)

 Devops Engineer

 (2)

 System Engineer

 (2)

 Lead Engineer

 (2)

 Softwaretest Engineer

 (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about Your project
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented features like task assignment, progress tracking, and team collaboration

    • Integrated with third-party tools like GitHub and Slack

    • Designed a user-friendly interface with responsive design

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Tell me about your CV!
  • Ans. 

    My CV showcases my experience in software development, including projects in Java, Python, and web development.

    • Experience in Java, Python, and web development

    • Worked on projects involving database management systems

    • Familiar with Agile development practices

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Tough! But manuplative ,yes manuplative ,I feel that your test scores are manuplated by the company! You score full marks in the test , but you are mechanical engineer you might not qualify for the next round! I say this as per ny experience . POINTER ,BRANCH and then score in this test describe the overall perfomance!
Tips: The company is totally for IT engineers if you are from other branch fonnot hope much, have a backup.
Duration: 1 hour 20 minutes
Total Questions: 80

Round: Technical + HR Interview
Experience: They Play with your minds,yes they do! Believe me donot show tough expressions!
Tips: Stay Calm ,they are not to scare you!

Skills: Technical, knowledge, gritt, Behavioural Skills
College Name: Atharva College Of Engineering

I was interviewed in May 2017.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your Project done in 4th year Btech
  • Ans. 

    Developed a web-based project management system for tracking tasks and deadlines.

    • Used HTML, CSS, JavaScript for front-end development

    • Implemented backend using Node.js and MongoDB for database management

    • Incorporated user authentication and authorization features

    • Utilized Agile methodology for project management

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 3 hours

Round: Technical + HR Interview
Experience: They asked several questions regarding all the bio data and some computer questions and some hr level questions

Round: Resume Shortlist
Experience: Resume got shortlisted and I got the Job that time I even can't believe that

College Name: ITER BHUBANESWSR

I was interviewed before Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1. How to start an induction motor?
  • Ans. 

    An induction motor can be started by providing a rotating magnetic field.

    • Use a three-phase power supply to create a rotating magnetic field

    • The magnetic field induces a current in the rotor, causing it to rotate

    • The motor may require a starting capacitor or a starting winding to provide the initial torque

    • Once the motor reaches its rated speed, the starting mechanism can be switched off

  • Answered by AI
  • Q2. Tell me something about yourself?
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • Experienced in full stack web development

    • Proficient in languages like JavaScript, Python, and Java

    • Familiar with frameworks like React, Node.js, and Spring Boot

    • Strong problem-solving and analytical skills

    • Excellent team player with good communication skills

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was a wonderful experience overall. Giving an online test with my batch mates was amazing. I did the test very well and with ease.
Tips: Just enter the exam hall with confidence...
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Technical + HR Interview
Experience: As I was strong in basics so I was able to answer this quest. He asked few related questions and I was able to give right answers.
Tips: Be strong in core subject basics and forget the rest of the subjects completely. They just want to see how much faithful you are with whatever you do. Moreover, just tell your name, state of birth, schooling, hobbies, etc(with free mind). They are just recruiters and not butchers, so stay calm as much as you can.

College Name: Maharaja Agrasen Institute Of Technology, Delhi

I was interviewed in Mar 2017.

Interview Preparation Tips

Skills: Interpersonal Communication, Tech Question

Sonata Software Interview FAQs

How many rounds are there in Sonata Software Software Engineer interview?
Sonata Software interview process usually has 2-3 rounds. The most common rounds in the Sonata Software interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Sonata Software Software Engineer 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 Sonata Software. The most common topics and skills that interviewers at Sonata Software expect are .NET, C#, Javascript, SQL and jQuery.
What are the top questions asked in Sonata Software Software Engineer interview?

Some of the top questions asked at the Sonata Software Software Engineer interview -

  1. sorting algorithm to use when 70% of numbers are sor...read more
  2. what is virtual destructor in ...read more
  3. what is overflow in c+...read more

Tell us how to improve this page.

Sonata Software Software Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Sonata Software Software Engineer Salary
based on 402 salaries
₹3 L/yr - ₹11.1 L/yr
13% less than the average Software Engineer Salary in India
View more details

Sonata Software Software Engineer Reviews and Ratings

based on 18 reviews

3.3/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.4

Salary

3.3

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 18 Reviews and Ratings
Consultant
649 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior System Analyst
574 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
402 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
311 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Engineer
306 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sonata Software with

LTIMindtree

3.8
Compare

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Wipro

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