Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ernst & Young Team. If you also belong to the team, you can get access from here

Ernst & Young Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 10.3k Reviews

Filter interviews by

Ernst & Young Data Architect Interview Questions and Answers

Updated 27 Dec 2022

Ernst & Young Data Architect Interview Experiences

1 interview found

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

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

(1 Question)

  • Q1. Sql basic and advance
Round 3 - Technical 

(1 Question)

  • Q1. Data Architecture based real scenarios
Round 4 - Case Study 

Salary expectations, joining date, and other fundamental details were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest in the interviews and don't try to run around the buses while giving answers

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Data model for book lending
  • Ans. 

    A data model for book lending

    • Create entities for books, borrowers, and loans

    • Include attributes such as book title, author, borrower name, loan date, and due date

    • Establish relationships between books and borrowers through loan transactions

    • Consider additional attributes like book genre, borrower contact information, and loan status

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong in data model

Skills evaluated in this interview

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

(1 Question)

  • Q1. What are fear that you overcome
Round 2 - Coding Test 

Python coding test that was baasic included panadas framework

Round 3 - HR 

(1 Question)

  • Q1. Behavioural round
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was Moderate
Round 2 - Behavioral 

(1 Question)

  • Q1. It was moderate
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design a system for ticket booking platform
  • Ans. 

    Design a system for ticket booking platform

    • Utilize a database to store information about events, venues, and available tickets

    • Implement a user-friendly interface for customers to search, select, and purchase tickets

    • Incorporate payment gateway for secure transactions

    • Include features like seat selection, ticket printing, and email confirmation

    • Develop an admin panel for managing events, venues, and ticket inventory

  • Answered by AI

Skills evaluated in this interview

Architect Interview Questions & Answers

PwC user image Rahul Raveendranath

posted on 14 Aug 2024

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

(1 Question)

  • Q1. Project related

Architect Interview Questions & Answers

Deloitte user image Rohit Sharma

posted on 17 Mar 2023

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 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 

(2 Questions)

  • Q1. What is static class. What is polymorphism Basic's of Oops concept. How to improve performance of query in sql.
  • Ans. 

    Static class is a class that cannot be instantiated and its members can be accessed without creating an object. Polymorphism is the ability of an object to take on many forms. OOP is a programming paradigm based on the concept of objects.

    • Static class is used for creating utility classes or for grouping related methods and properties.

    • Polymorphism allows objects of different classes to be treated as if they were of the s...

  • Answered by AI
  • Q2. Basics of C#, ASP.Net , SQL , Javascript , Azure. They have asked everything.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good understanding of all the basics of Micosoft tech stack

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Data model for book lending
  • Ans. 

    A data model for book lending

    • Create entities for books, borrowers, and loans

    • Include attributes such as book title, author, borrower name, loan date, and due date

    • Establish relationships between books and borrowers through loan transactions

    • Consider additional attributes like book genre, borrower contact information, and loan status

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong in data model

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jun 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 - One-on-one 

(5 Questions)

  • Q1. Explain your project Design
  • Q2. Design pattern used and purpose
  • Ans. 

    The design pattern used is the Model-View-Controller (MVC) pattern.

    • MVC separates the application into three interconnected components: the model, the view, and the controller.

    • The model represents the data and business logic of the application.

    • The view displays the data to the user and handles user interactions.

    • The controller handles the communication between the model and the view, and manages the flow of data and user...

  • Answered by AI
  • Q3. As a lead what you expect from your team member ?
  • Q4. Which version controller tool used and CI/CD ?
  • Ans. 

    We use Git as our version control tool and Jenkins for CI/CD.

    • We use Git for version control as it is widely used and has a lot of community support.

    • Jenkins is our preferred CI/CD tool as it is open-source and has a large number of plugins available.

    • We have also used other version control tools like SVN and Mercurial in the past.

    • For CI/CD, we have used tools like Travis CI and CircleCI for specific projects.

    • We follow th...

  • Answered by AI
  • Q5. How do you establish connection b/w the services that are running in different cloud provider
  • Ans. 

    To establish connection between services running in different cloud providers, we can use various methods.

    • One way is to use APIs provided by the cloud providers to connect the services.

    • Another way is to use middleware like Apache Kafka or RabbitMQ to connect the services.

    • We can also use VPNs to establish a secure connection between the cloud providers.

    • Container orchestration tools like Kubernetes can also be used to co...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to the project /Org requirement - what they are expecting from us ?

Don't share the additional info ..
Patient and polite

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Aug 2021. 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. Various question about the project work experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technology deep knowledge discussions and challenges faced.
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with your work experience and be precise with the work details and deep understanding.

Ernst & Young Interview FAQs

How many rounds are there in Ernst & Young Data Architect interview?
Ernst & Young interview process usually has 4 rounds. The most common rounds in the Ernst & Young interview process are Technical, Resume Shortlist and Case Study.
How to prepare for Ernst & Young Data Architect 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 Ernst & Young. The most common topics and skills that interviewers at Ernst & Young expect are Consulting, Big Data, Healthcare, SQL and Supply Chain Management.
What are the top questions asked in Ernst & Young Data Architect interview?

Some of the top questions asked at the Ernst & Young Data Architect interview -

  1. Data Architecture based real scenar...read more
  2. sql basic and adva...read more

Tell us how to improve this page.

Ernst & Young Data Architect Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
KPMG India Interview Questions
3.5
 • 792 Interviews
ZS Interview Questions
3.4
 • 480 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
View all
Ernst & Young Data Architect Salary
based on 10 salaries
₹9 L/yr - ₹27.7 L/yr
24% less than the average Data Architect Salary in India
View more details
Senior Consultant
15.6k salaries
unlock blur

₹9.1 L/yr - ₹29.7 L/yr

Consultant
11.9k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Manager
7.5k salaries
unlock blur

₹16.5 L/yr - ₹52 L/yr

Assistant Manager
6.4k salaries
unlock blur

₹9.5 L/yr - ₹28.9 L/yr

Associate Consultant
3.8k salaries
unlock blur

₹3.3 L/yr - ₹12 L/yr

Explore more salaries
Compare Ernst & Young with

Deloitte

3.8
Compare

PwC

3.4
Compare

EY Global Delivery Services ( EY GDS)

3.6
Compare

Accenture

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