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.5

based on 10k Reviews

Filter interviews by

Ernst & Young Ssis Developer Interview Questions and Answers

Updated 23 Dec 2024

Ernst & Young Ssis Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Star and snowflake schema
Round 2 - Technical 

(1 Question)

  • Q1. Star and snoflake schema
Round 3 - Technical 

(1 Question)

  • Q1. Formal and actual parameter

Ssis Developer Jobs at Ernst & Young

View all

Interview questions from similar companies

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

I applied via campus placement at National Institute of Technology (NIT), Patna and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. MULTIPLE QUESTIONS OF OOPS
  • Q2. Program of prime number
  • Ans. 

    A program to find prime numbers within a given range

    • Iterate through numbers in the given range

    • Check if each number is divisible by any number other than 1 and itself

    • If not divisible, it is a prime number

  • Answered by AI
  • Q3. Pseudo code of finding ones in a number
  • Ans. 

    Count the number of ones in a given number using pseudo code

    • Initialize a count variable to 0

    • Iterate through each bit of the number and check if it is 1

    • Increment the count if the bit is 1

    • Return the count as the result

  • Answered by AI
  • Q4. Basic questions of sql and mongodb

Interview Preparation Tips

Interview preparation tips for other job seekers - have proper command of oops ,basic DSA and have good projects

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Merge sort time complexity less
  • Ans. 

    Merge sort has a time complexity of O(n log n) in the worst case scenario.

    • Merge sort divides the array into two halves, sorts them recursively, and then merges them back together.

    • The time complexity of merge sort is O(n log n) in the worst case scenario.

    • For example, sorting an array of 8 elements would take 3 recursive calls to merge sort.

  • Answered by AI
  • Q2. Palindrome with react js to show on UI
  • Ans. 

    Create a palindrome checker using React JS to display on the UI

    • Create a input field for user to enter a string

    • Use state to store the input string

    • Create a function to check if the input string is a palindrome

    • Display the result on the UI

  • Answered by AI
Round 2 - Coding Test 

Javascript question on promise, callbacks, hosting

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Javascript array questions like palindrom and others with aptitude

Round 2 - Technical 

(4 Questions)

  • Q1. Skill related technical questions
  • Q2. How to share data in components react
  • Ans. 

    Data can be shared between components in React using props, context, or state management libraries like Redux.

    • Use props to pass data from parent to child components

    • Use context to share data across multiple components without passing props manually

    • Use state management libraries like Redux to manage global state and share data between components

  • Answered by AI
  • Q3. Prop drilling explain in react
  • Ans. 

    Prop drilling is the process of passing data through multiple levels of components in React.

    • Prop drilling occurs when a component needs to pass data to a deeply nested child component.

    • It can lead to code that is hard to maintain and understand.

    • One way to avoid prop drilling is by using Context API or Redux for state management.

  • Answered by AI
  • Q4. Redux flow explain
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux stores the entire state of an application in a single immutable object.

    • State changes are made by dispatching actions, which are plain JavaScript objects.

    • Reducers specify how the application's state changes in response to actions.

    • Redux flow: Action -> Reducer -> Store -> View

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Previous project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basics of react or angular and redux also.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Fir arrow function This keyword Promises Promise chain Generator function Rest operator Spread operator React hooks Higher order component Redux life cycle Palindrome string code Fibonacci code
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Just asked to expand on past experiences and what technologies i had experience with.

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test with different sections. Each section had its own time limit. Level - Moderate to difficult

Round 2 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. 

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

    • Experienced in Java and Python programming languages

    • Proficient in web development technologies like HTML, CSS, and JavaScript

    • Currently pursuing a degree in Computer Science

  • Answered by AI
  • Q2. Resume projects
  • Q3. 2 DSA questions
  • Q4. One SQL Query question

Interview Questionnaire 

1 Question

  • Q1. What actually needs to do programming?
  • Ans. 

    Programming is the process of writing instructions for a computer to perform specific tasks.

    • Programming involves writing code using programming languages.

    • It requires problem-solving skills to break down complex problems into smaller, manageable tasks.

    • Programmers need to understand algorithms and data structures to optimize code efficiency.

    • Debugging and testing are essential to identify and fix errors in the code.

    • Contin...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(4 Questions)

  • Q1. Javascipt question
  • Q2. Promises, filter, map, What is single page , mulitple page application, opened google page by search for one product in that using console filter it only for sony products only
  • Q3. What is DOM, what is the use of that
  • Ans. 

    DOM stands for Document Object Model, it is a programming interface for web documents. It represents the structure of a document as a tree of objects.

    • DOM is used to interact with HTML and XML documents in a structured way

    • It allows developers to manipulate the content, structure, and style of a website dynamically

    • DOM provides methods and properties to access and modify elements on a web page

    • Example: document.getElementB...

  • Answered by AI
  • Q4. What is the output if u type document in console
  • Ans. 

    The output will display the document object in the console.

    • Typing 'document' in the console will return the document object, which represents the current HTML document.

    • The document object provides access to the content and structure of the webpage, allowing manipulation of elements and properties.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamental knowledge on javascript is much important

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is Hash map? What app did you build How do u maintain app life cycle
  • Ans. 

    A hash map is a data structure that allows for efficient storage and retrieval of key-value pairs.

    • A hash map uses a hash function to convert keys into array indices.

    • It provides constant-time average case complexity for insertion, deletion, and retrieval operations.

    • Hash maps are commonly used in programming languages and databases for fast data access.

    • Example: HashMap map = new HashMap<>();

    • map.put("appl

  • Answered by AI

Skills evaluated in this interview

Ernst & Young Interview FAQs

How many rounds are there in Ernst & Young Ssis Developer interview?
Ernst & Young interview process usually has 3 rounds. The most common rounds in the Ernst & Young interview process are Technical.
How to prepare for Ernst & Young Ssis 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 Ernst & Young. The most common topics and skills that interviewers at Ernst & Young expect are Automation Testing, Client Management, Consulting, Data Analysis and Data Analytics.
What are the top questions asked in Ernst & Young Ssis Developer interview?

Some of the top questions asked at the Ernst & Young Ssis Developer interview -

  1. Star and snowflake sch...read more
  2. star and snoflake sch...read more
  3. formal and actual parame...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
PwC Interview Questions
3.4
 • 1.3k Interviews
KPMG India Interview Questions
3.5
 • 767 Interviews
ZS Interview Questions
3.4
 • 458 Interviews
BCG Interview Questions
3.8
 • 190 Interviews
View all
Senior Consultant
15.3k salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Consultant
11.8k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Manager
7.4k salaries
unlock blur

₹16.5 L/yr - ₹51.2 L/yr

Assistant Manager
6.2k salaries
unlock blur

₹9 L/yr - ₹27.5 L/yr

Associate Consultant
3.8k salaries
unlock blur

₹3.5 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

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