i
Ernst &
Young
Filter interviews by
Auto-populate fields in Dynamics CRM using JavaScript when a lookup field is selected.
Use the 'onChange' event of the lookup field to trigger the auto-population.
Retrieve the selected record's data using the Xrm.WebApi.retrieveRecord method.
Set the values of the target fields using the formContext.getAttribute('fieldname').setValue() method.
Example: If 'account' is the lookup, use 'accountId' to fetch related fields li...
Plugin pipeline is a sequence of events that occur when a plugin is executed in Microsoft Dynamics CRM.
Plugin pipeline consists of stages and steps that define the order of execution for plugins.
Stages include pre-validation, pre-operation, main operation, and post-operation.
Each stage contains multiple steps where plugins can be registered to execute.
Plugins can be synchronous or asynchronous, depending on the stage t...
Business rules can enhance editable grids in Dynamics CRM by enforcing logic and validation on data entries.
Business rules can be applied to editable grids to enforce data validation, such as ensuring required fields are filled.
For example, a business rule can prevent saving a record if a 'Status' field is set to 'Inactive'.
You can use business rules to show or hide fields based on the values in other fields within the...
I applied via LinkedIn and was interviewed in Nov 2020. There was 1 interview round.
OOP is a programming paradigm based on objects, encapsulating data and behavior for modular and reusable code.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interface for differe...
I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.
Synchronous operations block execution until completion, while asynchronous operations allow other tasks to run concurrently.
Synchronous operations wait for a task to complete before moving to the next one. Example: A function that reads a file and returns its content.
Asynchronous operations allow other tasks to run while waiting for a task to complete. Example: A web request that fetches data without blocking the UI.
S...
What people are saying about Ernst & Young
I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.
Cofing round on hackerearth
Case study with algo and db design
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Sep 2021. There were 2 interview rounds.
MCQs ques related to dbms,os ,oops
2 coding question on basic dsa and arrays and 2 SQL queries
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
This test consists of two coding questions and some MCQ regarding computer fundamentals.
Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...
Find total distinct card types and common card types between two packs of cards.
Create a set to store distinct card types when combining both packs.
Iterate through each pack and add card types to the set.
Find the intersection of card types between the two packs to get common card types.
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through all possible allocations of books to students.
Calculate the maximum number of pages assigned to a student for each allocation.
Return the minimum of these maximums as the result.
Round duration - 40 minutes
Round difficulty - Easy
It was a technical round that is based on DSA and computer fundamentals.
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Reverse a singly linked list of integers and return the head of the reversed linked list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.
Update the head of the reversed linked list as the last node encountered during the reversal process.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.
Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.
based on 1 interview experience
Difficulty level
Senior Consultant
19.9k
salaries
| ₹15 L/yr - ₹27 L/yr |
Consultant
13.6k
salaries
| ₹10 L/yr - ₹18.2 L/yr |
Manager
8.3k
salaries
| ₹23 L/yr - ₹40 L/yr |
Assistant Manager
6.9k
salaries
| ₹14.3 L/yr - ₹25.5 L/yr |
Associate Consultant
4.4k
salaries
| ₹5.2 L/yr - ₹12 L/yr |
Deloitte
PwC
EY Global Delivery Services ( EY GDS)
Accenture