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

Filter interviews by

Clear (1)

EY Global Delivery Services ( EY GDS) DOT NET Developer Interview Questions, Process, and Tips

Updated 7 Oct 2024

EY Global Delivery Services ( EY GDS) DOT NET Developer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. How can we return multiple data with different data types from a function in .c#
  • Ans. 

    To return multiple data with different data types from a function in .c#, use Tuple or create a custom class with properties for each data type.

    • Use Tuple to return multiple data with different data types. For example: Tuple

    • Create a custom class with properties for each data type and return an instance of that class. For example: public class CustomData { public int Number { get; set; } public string

  • Answered by AI
  • Q2. How to Optimize Stored Procedure
  • Ans. 

    Optimizing stored procedures involves reducing execution time and resource usage.

    • Use proper indexing on tables involved in the stored procedure

    • Avoid using SELECT * and only fetch necessary columns

    • Minimize the use of temporary tables and cursors

    • Avoid using scalar functions in WHERE clauses

    • Consider using table-valued functions instead of scalar functions

  • Answered by AI
  • Q3. How do you run Azure Functions Locally
  • Ans. 

    Azure Functions can be run locally using Azure Functions Core Tools

    • Install Azure Functions Core Tools using npm

    • Create a new Azure Functions project using func init command

    • Run the Azure Functions project locally using func start command

  • Answered by AI
  • Q4. API Rate Limiting
  • Q5. API Return Types
  • Q6. What is a Partial Class
  • Ans. 

    Partial class is a class that allows splitting the definition of a class into multiple files.

    • Partial classes are used to divide a large class into smaller, more manageable parts.

    • Each part of a partial class must use the 'partial' keyword.

    • All parts of a partial class must be in the same namespace and assembly.

    • Partial classes are commonly used in code generation scenarios.

    • Example: public partial class MyClass { }

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I was interviewed in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Simple coding questions..Basically pattern.
  • Q3. And also they will ask about your projects.

Interview Preparation Tips

Round: Test
Experience: 60 multiple choice questions so have to manage time carefully.
Tips: Have to give equal importance to all the sections..So try to do well in all section.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: Don't panic...Only write those things that you know in your resume.

Skills: Smart Coding
College Name: Jaypee Institute Of Information Technology, Noida

I was interviewed in May 2017.

Interview Preparation Tips

Round: Test
Total Questions: 20

Round: Group Discussion
Duration: 1 hour

Skills: Coding Skills And Knowledge On Data Structures

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes

Skills: Engineering Basics

I was interviewed in May 2017.

Interview Preparation Tips

Round: Group Discussion
Duration: 7 hours

College Name: Andhra university

I was interviewed in Aug 2017.

Interview Preparation Tips

Round: Test
Tips: Practice e litmus questions and also give mock tests on placement season
Duration: 2 hours

Round: Technical + HR Interview
Experience: The interviewer asked me questions from the subjects I mentioned in my CV and also asked so many situational questions like what will you do in this situation etc.

Skills: Presence Of Mind, Technical Skill
Contribute & help others!
anonymous
You can choose to be anonymous

EY Global Delivery Services ( EY GDS) Interview FAQs

How many rounds are there in EY Global Delivery Services ( EY GDS) DOT NET Developer interview?
EY Global Delivery Services ( EY GDS) interview process usually has 1 rounds. The most common rounds in the EY Global Delivery Services ( EY GDS) interview process are Technical.
How to prepare for EY Global Delivery Services ( EY GDS) DOT NET 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 EY Global Delivery Services ( EY GDS). The most common topics and skills that interviewers at EY Global Delivery Services ( EY GDS) expect are C#, Entity Framework, SSIS, SSRS and Javascript.
What are the top questions asked in EY Global Delivery Services ( EY GDS) DOT NET Developer interview?

Some of the top questions asked at the EY Global Delivery Services ( EY GDS) DOT NET Developer interview -

  1. How can we return multiple data with different data types from a function in ...read more
  2. How do you run Azure Functions Loca...read more
  3. How to Optimize Stored Proced...read more

Recently Viewed

INTERVIEWS

EY Global Delivery Services ( EY GDS)

No Interviews

SALARIES

Barclays

INTERVIEWS

EY Global Delivery Services ( EY GDS)

No Interviews

INTERVIEWS

EY Global Delivery Services ( EY GDS)

No Interviews

INTERVIEWS

EY Global Delivery Services ( EY GDS)

No Interviews

SALARIES

Patel Infrastructure

SALARIES

Adani Infra

INTERVIEWS

Geo Chem Laboratories

No Interviews

INTERVIEWS

EY Global Delivery Services ( EY GDS)

No Interviews

SALARIES

Barclays

Tell us how to improve this page.

EY Global Delivery Services ( EY GDS) DOT NET Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Senior Consultant
3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
2.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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

Ernst & Young

3.4
Compare

TCS

3.7
Compare

Accenture

3.8
Compare

Deloitte

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