Premium Employer

i

This company page is being actively managed by Sutherland Global Services Team. If you also belong to the team, you can get access from here

Sutherland Global Services Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 6.6k Reviews

Filter interviews by

Sutherland Global Services Java Microservice Developer Interview Questions and Answers

Updated 27 Nov 2023

Sutherland Global Services Java Microservice Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Oct 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 - One-on-one 

(1 Question)

  • Q1. Core Java, Microservices and coding question.
Round 3 - Technical 

(1 Question)

  • Q1. Total experience in AWS. If it is less than 4, interviewer will end the interview immediately.

Java Microservice Developer Jobs at Sutherland Global Services

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Detailed around Core Java
  • Q2. Hands on stream API Java 8
  • Q3. Hands on Spring Web, Spring Data
  • Q4. JVM Garbage Collection
  • Q5. Locking and transactions in Spring data
  • Ans. 

    Spring Data provides support for locking and transactions to ensure data consistency and integrity.

    • Spring Data JPA supports optimistic locking and pessimistic locking mechanisms.

    • Optimistic locking is based on versioning where each entity has a version attribute that is checked before updating.

    • Pessimistic locking locks the database row for a transaction to prevent other transactions from modifying it.

    • Spring Data also su...

  • Answered by AI
Round 2 - Case Study 

System Design and functional and non functional requirements for designing a large scale online booking platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Hands on practice around Core Java, Spring, Locking principles and strategies, databases in detail, JPA, JVM, Garbage collection, Streams

Skills evaluated in this interview

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

(1 Question)

  • Q1. Where the abstraction implemented in your framework
  • Ans. 

    Abstraction is implemented in the framework through interfaces and base classes.

    • Abstraction is achieved through interfaces which define the contract for classes to implement.

    • Base classes provide common functionality that can be inherited by concrete classes.

    • Abstraction helps in decoupling the implementation details from the actual test cases.

    • Example: Interface 'ITestCase' defines methods like 'executeTest' which are im

  • Answered by AI

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. What is OOps cconcept
  • Ans. 

    OOps concept is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOps stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to perform tasks

    • Encapsulation, inheritance, and polymorphism are the key features of OOps

    • Examples of OOps languages include Java, C++, and Python

  • Answered by AI
  • Q2. BDD framework.....................
Round 3 - HR 

(2 Questions)

  • Q1. Agile methodology........................
  • Q2. Are you team player?
  • Ans. 

    Yes, I am a team player.

    • I believe in collaboration and working towards a common goal.

    • I actively participate in team discussions and contribute my ideas.

    • I am willing to help and support my team members whenever needed.

    • I prioritize effective communication and ensure everyone is on the same page.

    • I am open to feedback and constructive criticism from my team.

    • I have successfully worked in cross-functional teams in my previou

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident, keep learning new tools,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(1 Question)

  • Q1. Related to Software Testing
Round 3 - Technical 

(1 Question)

  • Q1. Related to Software Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company to Grow Up with, good work culture and good befifits

I applied via Approached by Company and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java, Spring, Spring Boot, Microservice related questions
Round 2 - Behavioral 

(2 Questions)

  • Q1. Describe last project/ assignment worked upon.
  • Ans. 

    Developed a microservice for an e-commerce platform

    • Developed a microservice using Java and Spring Boot

    • Implemented RESTful APIs for handling product catalog and inventory management

    • Integrated with payment gateway for secure online transactions

    • Utilized Docker for containerization and deployment

    • Implemented caching mechanism using Redis for improved performance

  • Answered by AI
  • Q2. Knowledge on docker, kubernetes.
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?
  • Ans. 

    I would like to discuss my salary expectations in person during the negotiation process.

    • Express willingness to discuss salary expectations in person

    • Highlight the importance of negotiation process

    • Avoid giving a specific salary figure

  • Answered by AI

Interview Preparation Tips

Topics to prepare for _VOIS Microservice Developer interview:
  • Core Java
  • Spring
  • Spring Boot
  • Microservices
  • Docker
  • Kubernetes
Interview preparation tips for other job seekers - Interview was good and also the feedback was quite fast.

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain the Test Plan and its Items?
  • Q2. What is Test Prioritization and How we apply to our Test Case?
  • Ans. 

    Test prioritization is the process of determining the order in which tests should be executed based on their importance and risk.

    • Tests are prioritized based on their impact on the system and the likelihood of failure.

    • Prioritization helps to ensure that critical defects are identified and fixed early in the testing process.

    • Factors such as business requirements, user expectations, and regulatory compliance are considered...

  • Answered by AI
  • Q3. What is User Acceptance Testing?
  • Ans. 

    User Acceptance Testing (UAT) is the final phase of testing where end-users test the software to ensure it meets their requirements.

    • UAT is performed by end-users or business representatives

    • It is done in a real-world environment

    • The focus is on validating the software's functionality and usability

    • UAT is conducted after all other testing phases are completed

    • Defects found during UAT are reported and fixed before the softwa

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain how you plan the Test Cycle Schedule?
  • Ans. 

    Test cycle schedule is planned by considering project timelines, test objectives, resources, and risks.

    • Identify project timelines and milestones

    • Define test objectives and scope

    • Allocate resources and identify dependencies

    • Identify and prioritize risks

    • Create a detailed test plan and schedule

    • Review and adjust the schedule as needed

  • Answered by AI
  • Q2. Explain the Defect Life Cycle and its Categories?
  • Ans. 

    Defect Life Cycle is a process followed by testers to identify, report, and resolve defects in software.

    • Defect is identified and reported by tester

    • Defect is reviewed by development team

    • Defect is assigned to a developer for fixing

    • Defect is fixed by developer

    • Defect is retested by tester

    • Defect is closed if it passes retest, else reopened

    • Categories include New, Open, In Progress, Fixed, Reopened, Closed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for Multiple Interviews and Collect the Interview Questions and Prepare well.

Skills evaluated in this interview

Sutherland Global Services Interview FAQs

How many rounds are there in Sutherland Global Services Java Microservice Developer interview?
Sutherland Global Services interview process usually has 3 rounds. The most common rounds in the Sutherland Global Services interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Sutherland Global Services Java Microservice 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 Sutherland Global Services. The most common topics and skills that interviewers at Sutherland Global Services expect are Microservices, Agile Coaching, Hibernate, Java and Java Spring Boot.
What are the top questions asked in Sutherland Global Services Java Microservice Developer interview?

Some of the top questions asked at the Sutherland Global Services Java Microservice Developer interview -

  1. Total experience in AWS. If it is less than 4, interviewer will end the intervi...read more
  2. Core Java, Microservices and coding questi...read more

Tell us how to improve this page.

Join Sutherland Global Services We are a digital transformation company. We make digital 𝐡𝐮𝐦𝐚𝐧™

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
View all
Java Microservice Developer

Hyderabad / Secunderabad

6-11 Yrs

Not Disclosed

Sr Java Microservices Developer

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Explore more jobs
Associate
2.3k salaries
unlock blur

₹1.1 L/yr - ₹7.4 L/yr

Senior Associate
1.8k salaries
unlock blur

₹1.8 L/yr - ₹7.8 L/yr

Customer Service Associate
1.6k salaries
unlock blur

₹1.2 L/yr - ₹5.8 L/yr

Associate Manager
841 salaries
unlock blur

₹4.3 L/yr - ₹13.5 L/yr

Process Associate
645 salaries
unlock blur

₹1.4 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Sutherland Global Services with

Genpact

3.9
Compare

Concentrix Corporation

3.8
Compare

Teleperformance

3.9
Compare

Wipro

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