Upload Button Icon Add office photos

Sonata Software

Compare button icon Compare button icon Compare

Filter interviews by

Sonata Software Senior Java Developer Interview Questions, Process, and Tips

Updated 28 Sep 2022

Sonata Software Senior Java Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Jan 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 - Technical 

(8 Questions)

  • Q1. Old project tech stack and architecture
  • Q2. When to use abstract class and when should we use interfaces in Java?
  • Ans. 

    Abstract classes are used for code reuse and interfaces are used for multiple inheritance and loose coupling.

    • Abstract classes can have both abstract and non-abstract methods while interfaces can only have abstract methods.

    • Abstract classes can have constructors while interfaces cannot.

    • Interfaces are used when a class needs to implement multiple behaviors while abstract classes are used for code reuse.

    • Interfaces promote ...

  • Answered by AI
  • Q3. ArrayList vs LinkedList
  • Ans. 

    ArrayList is better for random access, LinkedList is better for frequent insertion/deletion.

    • ArrayList uses contiguous memory, LinkedList uses nodes

    • ArrayList is faster for accessing elements by index

    • LinkedList is faster for adding or removing elements in the middle of the list

    • ArrayList is better for small lists, LinkedList is better for large lists

  • Answered by AI
  • Q4. Internal working of HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • HashMap uses an array of buckets to store key-value pairs

    • Each bucket contains a linked list of entries

    • Hashing is used to determine the index of the bucket where the entry should be stored

    • If multiple entries have the same hash code, they are stored in the same bucket as a linked list

    • When retrieving a value, the hash code ...

  • Answered by AI
  • Q5. Spring IOC, DI, Autowiring
  • Q6. ApplicationContext vs BeanFactory
  • Ans. 

    ApplicationContext is a sub-interface of BeanFactory in Spring Framework.

    • ApplicationContext provides more advanced features like AOP, i18n, event propagation, etc.

    • BeanFactory is a basic container that provides the fundamental functionality of DI and IOC.

    • ApplicationContext is preferred over BeanFactory in most cases due to its advanced features.

    • Example: ApplicationContext can be used to load properties files, whereas Be...

  • Answered by AI
  • Q7. Caching mechanisms used
  • Ans. 

    Caching mechanisms used

    • In-memory caching using ConcurrentHashMap or Guava Cache

    • Distributed caching using Redis or Hazelcast

    • HTTP caching using ETag or Last-Modified headers

    • Query caching using Hibernate or JPA

    • Page caching using Varnish or Squid

  • Answered by AI
  • Q8. AWS S3, EC2, Security Groups, VPC, Subnets
Round 3 - Behavioral 

(2 Questions)

  • Q1. Expectations from the project
  • Q2. Basic project overview was provided
Round 4 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?

Interview Preparation Tips

Topics to prepare for Sonata Software Senior Java Developer interview:
  • Java
  • AWS
  • Database
  • Spring
Interview preparation tips for other job seekers - Technical Interview is divided up into 3 parts:
- Java
- Spring
- AWS

Focus more on Java and spring... Basic knowledge of AWS would suffice...

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

1 Assignment which you need to solve in front of the interviewer

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on Java Streams
  • Q2. Questions on springboot
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hierarchy of collection framework,
  • Ans. 

    Collection framework in Java provides a hierarchy of interfaces and classes to store and manipulate groups of objects.

    • Interfaces: Collection, List, Set, Queue, Map

    • Classes: ArrayList, LinkedList, HashSet, TreeSet, HashMap, TreeMap

    • Collections class provides utility methods for working with collections

  • Answered by AI
  • Q2. Questions on Spring boot, microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - very unprofessional Resourcing/ HR team. Even after clearing all the rounds of interview , they don't release the offer letter. False promises.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. 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 - Technical 

(4 Questions)

  • Q1. Java 8 features
  • Q2. JPA implementation
  • Ans. 

    JPA implementation is a Java specification for mapping Java objects to relational databases.

    • JPA stands for Java Persistence API.

    • It provides a set of annotations and APIs for managing relational data in Java applications.

    • JPA allows developers to write database-independent code.

    • It supports object-relational mapping (ORM) and provides features like entity mapping, query language, and transaction management.

    • Popular JPA imp...

  • Answered by AI
  • Q3. JDBC Connection steps
  • Ans. 

    JDBC Connection steps

    • Load the JDBC driver class

    • Establish a connection to the database using the DriverManager class

    • Create a statement object to execute SQL queries

    • Execute the SQL query and retrieve the results

    • Process the results

    • Close the statement and connection

  • Answered by AI
  • Q4. Lambda expression
Round 3 - Coding Test 

Coding questions and core java concepts needs to be brush up

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Questions on Spring security Questions on Api desgin patterns
  • Q2. Questions on kafka interview streaming

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Un-professional interviewer.
2.Came late to the interview.
3.Started reading my cv in the interview session. And he was very rude.
4. That's when I realized this company is not for me.
5. I managed to answer most of questions.
6. He gave tricky program where the fail-fast scenario will occur.
I wrote a program and program was behaving correctly as per collection fail-fast. When I asked him you should be knowing the solution tell me the solution I want to learn then he was like you can try later.
7. Shame on you. Why the hell you send unprofessional to the interview.

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Explain Project and the architecture?
  • Ans. 

    The project is a Java-based web application with a microservices architecture.

    • The project is built using Java and follows a microservices architecture.

    • The application is designed to be scalable and modular.

    • Each microservice is responsible for a specific task or functionality.

    • The architecture allows for easy maintenance and updates.

    • Examples of microservices include user management, payment processing, and inventory mana

  • Answered by AI
  • Q2. Explain OOPs concept with your current Project?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects.

    • My current project is built using OOPs concepts.

    • I have used classes and objects to represent real-world entities.

    • Inheritance and polymorphism are used to achieve code reusability and flexibility.

    • Encapsulation is used to hide the implementation details of the classes.

    • Abstraction is used to provide a simplified view of the complex system.

    • For example, I have a...

  • Answered by AI
  • Q3. What is N tier and 2 tier architecture?
  • Ans. 

    N tier and 2 tier architecture are software architecture patterns used in designing applications.

    • 2 tier architecture involves a client and a server, where the client directly communicates with the server.

    • N tier architecture involves multiple layers of servers, where each layer communicates with the layer above and below it.

    • 2 tier architecture is simpler and faster, but less scalable and secure than N tier architecture.

    • ...

  • Answered by AI
  • Q4. Core Data Structure and Algorithm Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good at Core Java you can easily crack the Interview.

** Dont expect more than 30% hike on your current CTC. If you are expecting more than 30% percent dont go for the interview or else you can clearly told your salary expectation in PRE HR.
Your experience and skill set no worth at for the company

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Is there WFM option in tata elxsi?
  • Ans. 

    Tata Elxsi offers WFM solutions for various industries including healthcare, retail, and manufacturing.

    • Tata Elxsi provides Workforce Management (WFM) solutions for industries such as healthcare, retail, and manufacturing.

    • Their WFM solutions help organizations optimize their workforce and improve productivity.

    • Tata Elxsi's WFM solutions include features such as scheduling, time and attendance tracking, and performance ma...

  • Answered by AI
  • Q2. How is work life balance
  • Ans. 

    Work life balance is important to me and I prioritize it by setting boundaries and managing my time effectively.

    • I prioritize my workload and set realistic deadlines

    • I communicate my availability and limitations to my team

    • I make time for hobbies and activities outside of work

    • I practice self-care and prioritize my mental and physical health

    • I am open to flexible work arrangements when necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic and any advance frame work

I applied via Approached by Company and was interviewed in Sep 2022. There were 4 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 

(1 Question)

  • Q1. L1 interview, java 8 features, solid principle, Java coding program to print string in reverse
Round 3 - Assignment 

L2 technical round, 2 programs based on java 8 features

Round 4 - Technical 

(1 Question)

  • Q1. Client interview... General questions on project and java 8 features, solid principle, garbage collection mechanism

Interview Preparation Tips

Interview preparation tips for other job seekers - Altimetrik had a long interview process, after which they took a long time to say the results as selected for salary discussion. But after the salary discussion and bgv verification, offer not generated and no explanation given for the same from HR.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement Queue
  • Q2. Implement Merge Sort
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges them.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. And difficult as well to tackle few questions but I was able to do it.

Sonata Software Interview FAQs

How many rounds are there in Sonata Software Senior Java Developer interview?
Sonata Software interview process usually has 4 rounds. The most common rounds in the Sonata Software interview process are Behavioral, HR and Resume Shortlist.
How to prepare for Sonata Software Senior Java Developer 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 AWS, Core Java, EJB, JBoss and JPA.
What are the top questions asked in Sonata Software Senior Java Developer interview?

Some of the top questions asked at the Sonata Software Senior Java Developer interview -

  1. When to use abstract class and when should we use interfaces in Ja...read more
  2. ApplicationContext vs BeanFact...read more
  3. ArrayList vs LinkedL...read more

Tell us how to improve this page.

Sonata Software Senior Java Developer Salary
based on 7 salaries
₹6.8 L/yr - ₹26 L/yr
At par with the average Senior Java Developer Salary in India
View more details

Sonata Software Senior Java Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Consultant
649 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Senior System Analyst
576 salaries
unlock blur

₹3.9 L/yr - ₹16.1 L/yr

Software Engineer
401 salaries
unlock blur

₹3 L/yr - ₹12.8 L/yr

Technical Lead
312 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Digital Engineer
304 salaries
unlock blur

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