Upload Button Icon Add office photos

Filter interviews by

Sonata Software Interview Questions, Process, and Tips

Updated 2 Jan 2025

Top Sonata Software Interview Questions and Answers

View all 58 questions

Sonata Software Interview Experiences

Popular Designations

112 interviews found

Trainee Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at R N S Institute of Technology, Bangalore and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was Aptitude round, Questions were tricky.

Round 2 - Technical 

(1 Question)

  • Q1. Second round was Technical Round -1, here they asked about introduction, project and ML
Round 3 - Technical 

(1 Question)

  • Q1. Third round was Technical round -3, here the interviewer gave me situational based questions and i had to answer them

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Pat Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2024

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

(5 Questions)

  • Q1. Self introduction
  • Q2. Rotate a 2d matrix by 90 degree
  • Q3. Search key in 2d
  • Ans. 

    Search for a key in a 2D array where rows and columns are sorted in ascending order.

    • Iterate through each row and column to search for the key

    • Start from the top right corner or bottom left corner for efficient search

    • Use binary search within each row or column for faster search

  • Answered by AI
  • Q4. Maximus sum substring
  • Q5. SQL query to calculate average salary of each department

Network Engineer Interview Questions & Answers

user image naveen rajendran

posted on 3 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the SMTP?
  • Q2. What is the RSMTP?
  • Q3. Tell about TCP Rest

Top Sonata Software Network Engineer Interview Questions and Answers

Q1. Is there any breach in the network?
View answer (1)

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About your self
  • Q2. How do you learn devops
  • Ans. 

    Learning DevOps involves a combination of self-study, online courses, hands-on experience, and networking with other professionals.

    • Take online courses on platforms like Udemy, Coursera, or Pluralsight to learn the fundamentals of DevOps practices and tools.

    • Practice using DevOps tools in a lab environment or on personal projects to gain hands-on experience.

    • Attend DevOps meetups, conferences, and webinars to network with...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How do you check container logs?
  • Ans. 

    To check container logs, use commands like docker logs or kubectl logs.

    • Use 'docker logs ' to view logs of a Docker container.

    • Use 'kubectl logs ' to view logs of a Kubernetes pod.

    • Check log files within the container by accessing the container's shell and navigating to the log directory.

Answered by AI
  • Q2. Docker mostly used commands?
  • Q3. How to restartJenkins
  • Ans. 

    To restart Jenkins, you can either use the Jenkins web interface or the command line.

    • To restart Jenkins using the web interface, navigate to 'Manage Jenkins' > 'Reload Configuration from Disk' > 'Restart'

    • To restart Jenkins using the command line, you can use the following command: 'sudo systemctl restart jenkins'

    • Make sure to have the necessary permissions to restart Jenkins

  • Answered by AI
    Round 3 - Coding Test 

    Write some groovy code

    Interview Preparation Tips

    Interview preparation tips for other job seekers - We have so many jobs in market try and try we can reach the goal

    Skills evaluated in this interview

    Devops Engineer Interview Questions asked at other Companies

    Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
    View answer (3)

    Sonata Software interview questions for popular designations

     Team Lead

     (6)

     Consultant

     (5)

     Software Developer

     (5)

     Software Engineer

     (5)

     Digital Engineer

     (4)

     Functional Consultant

     (4)

     Senior Consultant

     (3)

     Senior Software Engineer

     (3)

    Intern Interview Questions & Answers

    user image Anonymous

    posted on 7 Oct 2024

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

    AMCAT aptitude test for the first round, selected candidates will further go through 2 rounds of interview

    Round 2 - Technical 

    (2 Questions)

    • Q1. Basic technical coding questions from Engineering syllabus
    • Q2. Any random questions from the syllabus, even if you don't know the correct answer just be confident about whatever you know.
    Round 3 - HR 

    (1 Question)

    • Q1. SWOT ANALYSIS QUESTIONS, BASIC QUESTIONS ABOUT YOURSELF

    Intern Interview Questions asked at other Companies

    Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
    View answer (8)

    Get interview-ready with Top Sonata Software Interview Questions

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - Aptitude Test 

    General aptitude online test

    Round 2 - Technical 

    (2 Questions)

    • Q1. OOPS basic concepts with eg
    • Q2. C#,Sql,MVC concepts
    Round 3 - Technical 

    (2 Questions)

    • Q1. Project experience
    • Ans. 

      I have experience working on various projects including web development, mobile app development, and database management.

      • Developed a web application using React.js and Node.js for a client in the e-commerce industry

      • Created a mobile app using Swift for a healthcare startup to track patient data

      • Managed a MySQL database for a financial services company to store and retrieve customer information

    • Answered by AI
    • Q2. Coding related questions asked

    Software Developer Interview Questions asked at other Companies

    Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
    View answer (39)

    Jobs at Sonata Software

    View all
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    4-6 weeks
    Result
    No response

    I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    Aptitude was about quantitative, reasoning and verbal

    Round 2 - Technical 

    (1 Question)

    • Q1. Not attended the interview yet

    Engineer Trainee Interview Questions asked at other Companies

    Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
    View answer (8)

    Reactjs Developer interview

    user image MoSu WebX

    posted on 28 Feb 2022

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - Technical 

    (1 Question)

    • Q1. Based on the description
    Round 2 - Technical 

    (1 Question)

    • Q1. Based on the description
    Round 3 - Face to face 

    (1 Question)

    • Q1. Salesforce sales cloud and service cloud related questions

    Salesforce Testing Engineer Interview Questions asked at other Companies

    Q1. 2. Security model in salesforce
    View answer (2)

    Technical Lead Interview Questions & Answers

    user image Harish Karer

    posted on 23 Oct 2024

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

    (2 Questions)

    • Q1. What is microservice
    • Ans. 

      Microservices are a software development technique where an application is composed of small, independent services that communicate over well-defined APIs.

      • Microservices are small, independent services that work together to form an application

      • Each microservice is responsible for a specific function or feature

      • Microservices communicate with each other over well-defined APIs

      • Microservices can be developed, deployed, and sca...

    • Answered by AI
    • Q2. Explain repository design pattern
    • Ans. 

      Repository design pattern is a structural design pattern that separates the data access logic from the business logic in an application.

      • It provides a way to access data from a data source without exposing the underlying data access code to the business logic.

      • It helps in achieving separation of concerns by keeping data access code in a separate layer.

      • Commonly used in applications where data needs to be accessed from mul

    • Answered by AI

    Skills evaluated in this interview

    Technical Lead Interview Questions asked at other Companies

    Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
    View answer (4)

    Sonata Software Interview FAQs

    How many rounds are there in Sonata Software interview?
    Sonata Software interview process usually has 2-3 rounds. The most common rounds in the Sonata Software interview process are Technical, Resume Shortlist and HR.
    How to prepare for Sonata Software 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 SQL, AWS, Communication Skills, Java and Javascript.
    What are the top questions asked in Sonata Software interview?

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

    1. When to use abstract class and when should we use interfaces in Ja...read more
    2. What is your current CTC and what is your expected C...read more
    3. sorting algorithm to use when 70% of numbers are sor...read more
    How long is the Sonata Software interview process?

    The duration of Sonata Software interview process can vary, but typically it takes about less than 2 weeks to complete.

    Tell us how to improve this page.

    Sonata Software Interview Process

    based on 44 interviews in last 1 year

    Interview experience

    4.1
      
    Good
    View more

    People are getting interviews through

    based on 70 Sonata Software interviews
    Job Portal
    Campus Placement
    Recruitment Consultant
    Referral
    Company Website
    WalkIn
    43%
    26%
    6%
    4%
    4%
    3%
    14% candidates got the interview through other sources.
    High Confidence
    ?
    High Confidence means the data is based on a large number of responses received from the candidates.

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.1k Interviews
    Infosys Interview Questions
    3.7
     • 7.4k Interviews
    Wipro Interview Questions
    3.7
     • 5.5k Interviews
    Tech Mahindra Interview Questions
    3.6
     • 3.7k Interviews
    HCLTech Interview Questions
    3.5
     • 3.7k Interviews
    LTIMindtree Interview Questions
    3.9
     • 2.8k Interviews
    Mphasis Interview Questions
    3.4
     • 779 Interviews
    CitiusTech Interview Questions
    3.4
     • 259 Interviews
    View all

    Sonata Software Reviews and Ratings

    based on 1k reviews

    3.5/5

    Rating in categories

    3.5

    Skill development

    3.6

    Work-Life balance

    3.1

    Salary & Benefits

    3.4

    Job Security

    3.3

    Company culture

    2.8

    Promotions/Appraisal

    3.3

    Work Satisfaction

    Explore 1k Reviews and Ratings
    Opportunity For D365 Functional SCM Support - SE

    Hyderabad / Secunderabad,

    Bangalore / Bengaluru

    3-8 Yrs

    Not Disclosed

    Project Manager-D365 F& O

    Hyderabad / Secunderabad,

    Chennai

    +1

    12-22 Yrs

    Not Disclosed

    Explore more jobs
    Consultant
    618 salaries
    unlock blur

    ₹7 L/yr - ₹22 L/yr

    Senior System Analyst
    593 salaries
    unlock blur

    ₹5 L/yr - ₹16.1 L/yr

    Software Engineer
    395 salaries
    unlock blur

    ₹2.8 L/yr - ₹13 L/yr

    Technical Lead
    327 salaries
    unlock blur

    ₹10 L/yr - ₹32 L/yr

    System Analyst
    327 salaries
    unlock blur

    ₹3 L/yr - ₹10 L/yr

    Explore more salaries
    Compare Sonata Software with

    LTIMindtree

    3.9
    Compare

    Persistent Systems

    3.5
    Compare

    TCS

    3.7
    Compare

    Wipro

    3.7
    Compare

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview