Upload Button Icon Add office photos
Engaged Employer

i

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

EY Global Delivery Services ( EY GDS) Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 3.3k Reviews

Filter interviews by

EY Global Delivery Services ( EY GDS) Senior Software Engineer Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top EY Global Delivery Services ( EY GDS) Senior Software Engineer Interview Questions and Answers

View all 8 questions

EY Global Delivery Services ( EY GDS) Senior Software Engineer Interview Experiences

11 interviews found

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between patch and post
  • Q2. Api gateway
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Check knowledge on String Constant Pool ?
  • Ans. 

    String Constant Pool is a special area in memory where String literals are stored to optimize memory usage.

    • String literals are stored in the String Constant Pool to avoid duplicate storage.

    • When a new String is created with the same value as an existing String literal, it refers to the same object in the pool.

    • Using intern() method on a String object can force it to be stored in the String Constant Pool.

  • Answered by AI
  • Q2. Check knowledge on basic OOPs like what is overloading and overriding?

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding different Biztalk adapters
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions for Biztalk interface
Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Java and Spring Boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions were easy. Normal Java and Spring questions .But didn't hear back from them.

EY Global Delivery Services ( EY GDS) interview questions for designations

 Software Engineer

 (8)

 Senior Software Developer

 (2)

 Associate Software Engineer

 (10)

 Software Testing Engineer

 (1)

 Senior Software Quality Analyst

 (1)

 Senior Test Engineer

 (3)

 Senior Data Engineer

 (3)

 Software Developer

 (5)

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

(2 Questions)

  • Q1. Difference between interface and abstract class
  • Ans. 

    Interface is a contract for classes to implement, while abstract class can have some implementation.

    • Interface cannot have any implementation, only method signatures.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class can have both abstract and concrete methods.

    • Interfaces are used for achieving multiple inheritance in Java.

    • Example: interface Animal { void eat(); } abstra

  • Answered by AI
  • Q2. What is jwt token
  • Ans. 

    JWT token is a JSON Web Token used for securely transmitting information between parties as a compact and self-contained way.

    • JWT token is composed of three parts: header, payload, and signature.

    • It is commonly used for authentication and information exchange in web applications.

    • JWT tokens are signed using a secret key or a public/private key pair to verify their authenticity.

    • Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

  • Answered by AI

Get interview-ready with Top EY Global Delivery Services ( EY GDS) Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(1 Question)

  • Q1. Sql and Basic programming 5-10question
Round 3 - Assignment 

Advance Excel , BI tecnical question and Advance sql (mostly feom advance sql)

Round 4 - One-on-one 

(2 Questions)

  • Q1. Sql function ,keys, Sp and about project
  • Q2. Question like Project error handling,Data modelong ways ,use of schema in project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are pros of Ivy Engine?
  • Ans. 

    Ivy Engine is a powerful software engine with several advantages.

    • 1. Ivy Engine offers high performance and efficiency.

    • 2. It provides excellent scalability and can handle large datasets.

    • 3. Ivy Engine has a user-friendly interface and is easy to use.

    • 4. It supports multiple programming languages and platforms.

    • 5. Ivy Engine offers advanced data analytics and machine learning capabilities.

    • 6. It provides robust security feat...

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

(1 Question)

  • Q1. How did you resolve a team conflict?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was alright. Python concepts were asked. Questions were asked from what I have worked in previous company.
Round 2 - Technical 

(1 Question)

  • Q1. Questions were asked from previous experience.
Round 3 - HR 

(1 Question)

  • Q1. Roles and responsibilities.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Technical 

(5 Questions)

  • Q1. What is monolithic
  • Ans. 

    Monolithic refers to a software architecture where all components are tightly coupled and dependent on each other.

    • All components of the application are interconnected and interdependent

    • Changes to one part of the application require changes to other parts

    • Difficult to scale and maintain due to the tightly coupled nature

    • Examples include traditional desktop applications and some legacy systems

  • Answered by AI
  • Q2. What is docker and kubernetics
  • Ans. 

    Docker is a platform for developing, shipping, and running applications in containers. Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.

    • Docker allows developers to package applications and their dependencies into a container that can run on any system.

    • Kubernetes helps in managing multiple containers across a cluster of servers, providing features like ...

  • Answered by AI
  • Q3. Microservices design pattern
  • Ans. 

    Microservices design pattern is an architectural style that structures an application as a collection of loosely coupled services.

    • Each service is responsible for a specific business function and can be developed, deployed, and scaled independently.

    • Communication between services is typically done through APIs, allowing for flexibility and resilience.

    • Microservices promote agility, scalability, and fault isolation in soft...

  • Answered by AI
  • Q4. Saga design pattern
  • Q5. Sql using mongo db
  • Ans. 

    MongoDB is a NoSQL database, so it does not use SQL. Instead, it uses a query language similar to JSON.

    • MongoDB uses a query language called MongoDB Query Language (MQL) which is similar to JSON.

    • Queries in MongoDB are expressed as JSON-like documents.

    • There is no need for SQL when working with MongoDB.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Nov 2022. There were 4 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 - Coding Test 

Coding test in MCQ format

Round 3 - Technical 

(1 Question)

  • Q1. Have to be technically stron in whatever is mentioned in the resume
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and basic questions

EY Global Delivery Services ( EY GDS) Interview FAQs

How many rounds are there in EY Global Delivery Services ( EY GDS) Senior Software Engineer interview?
EY Global Delivery Services ( EY GDS) interview process usually has 2-3 rounds. The most common rounds in the EY Global Delivery Services ( EY GDS) interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in EY Global Delivery Services ( EY GDS) Senior Software Engineer interview?

Some of the top questions asked at the EY Global Delivery Services ( EY GDS) Senior Software Engineer interview -

  1. Check knowledge on String Constant Poo...read more
  2. What is docker and kubernet...read more
  3. Difference between interface and abstract cl...read more

Tell us how to improve this page.

EY Global Delivery Services ( EY GDS) Senior Software Engineer Interview Process

based on 7 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 5 EY Global Delivery Services ( EY GDS) interviews
Company Website
Job Portal
Referral
20%
20%
20%
40% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
EY Global Delivery Services ( EY GDS) Senior Software Engineer Salary
based on 490 salaries
₹6.9 L/yr - ₹23.5 L/yr
7% less than the average Senior Software Engineer Salary in India
View more details

EY Global Delivery Services ( EY GDS) Senior Software Engineer Reviews and Ratings

based on 33 reviews

3.4/5

Rating in categories

3.6

Skill development

3.4

Work-Life balance

2.9

Salary & Benefits

3.6

Job Security

3.4

Company culture

2.7

Promotions/Appraisal

2.8

Work Satisfaction

Explore 33 Reviews and Ratings
Senior Consultant
2.8k salaries
unlock blur

₹10 L/yr - ₹36.1 L/yr

Assistant Manager
2.1k salaries
unlock blur

₹9.6 L/yr - ₹31.6 L/yr

Manager
1.7k salaries
unlock blur

₹14.4 L/yr - ₹52.7 L/yr

Consultant
1.4k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Senior Associate
1.3k salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Explore more salaries
Compare EY Global Delivery Services ( EY GDS) with

Ernst & Young

3.5
Compare

TCS

3.7
Compare

Accenture

3.9
Compare

Deloitte

3.8
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