i
Ernst &
Young
Filter interviews by
High-risk countries often face political instability, economic challenges, or security threats, impacting global business and travel.
Countries with ongoing conflicts, such as Syria and Afghanistan.
Nations with high corruption levels, like Venezuela and Somalia.
Regions experiencing significant economic instability, such as Zimbabwe.
Countries with high crime rates, such as Mexico and Brazil.
Transaction monitoring is the process of tracking and analyzing financial transactions to detect suspicious activities and prevent fraud.
Involves real-time analysis of transactions to identify anomalies.
Utilizes algorithms and rules to flag unusual patterns, such as large cash deposits.
Commonly used in banking and financial services to comply with regulations.
Example: Monitoring for transactions that exceed a cert...
Skill growth refers to the process of improving and expanding one's abilities and competencies over time through practice and learning.
Continuous learning: Engaging in courses or training to acquire new skills, such as taking a data analysis course.
Practice and application: Regularly applying skills in real-world scenarios, like using Excel for data visualization.
Feedback and reflection: Seeking constructive feedb...
A Python program is a set of instructions written in Python to perform specific tasks or solve problems.
Python is an interpreted, high-level programming language.
It supports multiple programming paradigms, including procedural and object-oriented.
Example: A simple program to print 'Hello, World!': ```python print('Hello, World!') ```
Python has a rich ecosystem of libraries, such as NumPy for numerical computations...
What people are saying about Ernst & Young
I hold a Bachelor's degree in Business Administration with a focus on Data Analytics, complemented by relevant internships and certifications.
Bachelor's degree in Business Administration with a focus on Data Analytics.
Completed internships at XYZ Corp, where I analyzed sales data to improve forecasting accuracy.
Certified in Data Analysis and Visualization using tools like Excel and Tableau.
Participated in a capsto...
Functional components in React are JavaScript functions that return JSX, allowing for reusable UI elements.
Functional components are defined as JavaScript functions.
They can accept props as an argument: `const MyComponent = (props) => { ... }`.
They return JSX, which describes what the UI should look like: `return <div>Hello, {props.name}</div>;`.
They can use hooks like `useState` and `useEffect` for...
Yes, I have studied taxation, focusing on its principles, regulations, and implications for individuals and businesses.
Understanding different types of taxes: income tax, sales tax, property tax.
Studied tax regulations and compliance requirements for individuals and corporations.
Learned about tax deductions and credits, such as mortgage interest deduction.
Analyzed the impact of tax policies on business decisions a...
Call horizon refers to the time frame within which a call option can be exercised or evaluated for its potential value.
Call horizon is crucial in options trading, determining when an option can be exercised.
For example, a call option with a 6-month horizon can only be exercised within that period.
Understanding call horizon helps investors strategize their trades effectively.
It also impacts the pricing of options, ...
Calibration is the process of adjusting and verifying the accuracy of measurement instruments or systems.
Calibration ensures that instruments provide accurate readings, e.g., calibrating a thermometer to ensure it reads the correct temperature.
It involves comparing the instrument's output with a known standard, such as using a certified weight to calibrate a scale.
Regular calibration is essential in industries lik...
The PM module integrates with various modules to streamline project management and enhance collaboration across departments.
Integration with Finance: PM module connects with financial modules for budget tracking and cost management, ensuring projects stay within budget.
Collaboration with HR: It links with HR modules for resource allocation, allowing project managers to assign the right personnel to tasks.
Linking w...
I have 3 years of experience with Angular. Pipes are used for data transformation and components are building blocks of Angular applications.
I have worked on Angular projects for 3 years, developing and testing various features.
Pipes in Angular are used for transforming data before displaying it in the UI. For example, date pipe formats dates in a specific way.
Components in Angular are reusable building blocks that enc...
Yes, I can replicate the screen in Angular that is currently visible on my display.
Use Angular's component structure to recreate the screen
Identify the HTML elements and CSS styles used on the screen
Fetch data from APIs if needed to populate the screen
Ensure functionality like buttons, forms, and interactions are replicated accurately
Multiple questions regarding data structures.
I appeared for an interview in Jan 2025.
Architecture of multiple microservices in MS Paint
Draw separate boxes for each microservice
Connect the boxes with lines to show communication
Label each box with the name of the microservice
Include any databases or external services used by the microservices
Anna Sebistian's case raises concerns about workplace safety and mental health in high-pressure environments like EY.
Workplace Environment: High-pressure environments can lead to stress and mental health issues, as seen in Anna's case.
Support Systems: Companies should implement robust support systems, such as counseling services, to help employees cope with stress.
Training and Awareness: Regular training on mental heal...
Agile is a project management methodology focused on iterative development, SDLC is the software development life cycle, and user stories are short descriptions of a feature told from the perspective of the end user.
Agile is a project management approach that emphasizes flexibility, collaboration, and customer feedback.
SDLC is the process of planning, creating, testing, and deploying software applications.
User stories ...
To create a new market in Vietnam for LC/BG, we can start by conducting market research, building relationships with local businesses and government agencies, and offering tailored financial solutions.
Conduct market research to understand the needs and preferences of Vietnamese businesses
Build relationships with local banks, businesses, and government agencies to establish credibility and trust
Offer tailored financial ...
Acceptance criteria are conditions that a product must satisfy to be accepted by a user, customer, or stakeholder.
Acceptance criteria are typically defined during the planning phase of a project.
They are used to determine whether a product or feature is complete and functioning as expected.
Acceptance criteria are often written in a specific format, such as 'Given X, when Y, then Z.'
They help ensure that the product mee...
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
Power BI Services features include data visualization, interactive reports, dashboards, and data connectivity.
Data visualization tools like charts, graphs, and maps
Interactive reports for exploring data and gaining insights
Dashboards for monitoring key metrics and KPIs
Data connectivity to various sources like Excel, SQL databases, and cloud services
Seeking new challenges and growth opportunities in a different environment.
Desire for career advancement
Looking for new challenges
Seeking a change in work environment
Opportunity to learn and grow in a different setting
I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.
I have 3 years of experience working in the Data Analytic team where I analyzed large datasets to provide insights and recommendations.
Performed data cleaning and preprocessing tasks to ensure data accuracy
Utilized statistical analysis and machine learning techniques to extract valuable information
Created data visualizations and reports to communicate findings to stakeholders
Data cleansing involves identifying and correcting errors in data to improve its quality. Ways to analyze data include using statistical methods, data visualization, and machine learning algorithms.
Identify and remove duplicate records
Standardize data formats and values
Fill in missing values using imputation techniques
Use data profiling to understand data quality issues
Apply data validation rules to ensure accuracy
Util...
I would deal with the overwhelming nature of working in a Big4 by prioritizing tasks, seeking support from colleagues, and practicing self-care.
Prioritize tasks based on deadlines and importance to avoid feeling overwhelmed
Seek support from colleagues or mentors to discuss challenges and brainstorm solutions
Practice self-care activities such as exercise, meditation, or hobbies to manage stress and maintain work-life ba...
Horizontal Pod Autoscaler (HPA) automatically adjusts the number of pods in a deployment based on CPU utilization or other metrics.
HPA monitors metrics like CPU and memory usage to determine scaling needs.
It uses the Kubernetes Metrics Server to gather resource usage data.
For example, if CPU usage exceeds a defined threshold, HPA can increase the number of pods.
HPA can also scale down pods when resource usage is low, e...
Terraform checks resources using the 'terraform plan' command to preview changes and 'terraform state' for current resource status.
Use 'terraform plan' to see what changes will be made before applying them.
Run 'terraform apply' to implement the changes after reviewing the plan.
Check the current state of resources with 'terraform state list' to view managed resources.
Use 'terraform show' to display detailed information ...
Docker's EXPOSE and -p options define container ports for communication and mapping to host ports.
EXPOSE command in Dockerfile specifies which ports the container listens on at runtime.
Example: EXPOSE 80 exposes port 80 for HTTP traffic.
-p option in 'docker run' maps a container's port to a host port.
Example: 'docker run -p 8080:80 myapp' maps host port 8080 to container port 80.
Using EXPOSE alone does not publish the ...
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
An aptitude test was conducted prior to being selected for Interviews
I possess strong analytical, communication, and problem-solving skills, essential for effective business consulting.
Analytical Skills: I excel in data analysis, using tools like Excel and Tableau to derive insights from complex datasets.
Communication: I have experience presenting findings to stakeholders, ensuring clarity and engagement during discussions.
Problem-Solving: I successfully led a project that streamlined o...
Some of the top questions asked at the Ernst & Young interview -
The duration of Ernst & Young interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 1k interview experiences
Difficulty level
Duration
based on 12.4k reviews
Rating in categories
Senior Consultant
19.9k
salaries
| ₹15 L/yr - ₹27 L/yr |
Consultant
13.5k
salaries
| ₹10 L/yr - ₹18.2 L/yr |
Manager
8.2k
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