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 Software Asset Management Analyst Interview Questions and Answers

Updated 19 May 2022

Ernst & Young Software Asset Management Analyst Interview Experiences

1 interview found

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 - One-on-one 

(3 Questions)

  • Q1. About SOFTWARE ASSET MANAGEMENT
  • Q2. Asked about licensing different publishers
  • Q3. Tell us software asset management and licensing
  • Ans. 

    Software asset management involves managing and optimizing software licenses to ensure compliance and cost-effectiveness.

    • SAM helps organizations track and manage their software licenses

    • It ensures compliance with licensing agreements and reduces the risk of audits and penalties

    • SAM also helps optimize software usage and reduce costs by identifying unused licenses or alternative licensing options

    • Examples of SAM tools incl

  • Answered by AI
Round 3 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Develop soft skills fluently and as well as licensing of different publisher

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Dec 2024. There were 10 interview rounds.

Round 1 - Aptitude Test 

Any ideas for an aptitude test?

Round 2 - Technical 

(2 Questions)

  • Q1. You have a good network connection.
  • Ans. 

    Yes as g good network connection

  • Answered Anonymously
  • Q2. Which individuals are currently employed?
  • Ans. 

    The current employees include software developers, project managers, quality assurance analysts, and technical support specialists.

    • Software developers

    • Project managers

    • Quality assurance analysts

    • Technical support specialists

  • Answered by AI
Round 3 - Case Study 

What is education in place?

Round 4 - Coding Test 

What is a SQL Server?

Round 5 - Group Discussion 

Effective communication and any suggestion.

Round 6 - HR 

(2 Questions)

  • Q1. What is your name?
  • Ans. 

    My name is John Doe.

    • Full name is John Doe

    • Common name in English-speaking countries

    • No middle name or initial

  • Answered by AI
  • Q2. What is your educational background?
  • Ans. 

    I have a Bachelor's degree in Computer Science from XYZ University.

    • Bachelor's degree in Computer Science

    • Graduated from XYZ University

    • Specialized in software development

    • Took courses in programming languages, algorithms, and software engineering

  • Answered by AI
Round 7 - HR 

(2 Questions)

  • Q1. What type of work does the Deloitte company engage in?
  • Ans. 

    Deloitte is a multinational professional services network that provides consulting, audit, tax, and advisory services.

    • Deloitte engages in consulting services for various industries

    • They provide audit and assurance services to ensure financial accuracy

    • The company offers tax services to help clients navigate complex tax regulations

    • Deloitte also provides advisory services to help businesses improve performance and manage r

  • Answered by AI
  • Q2. What type of work does Deloitte engage in?
  • Ans. 

    Deloitte engages in consulting, audit, tax, and advisory services for clients in various industries.

    • Consulting services for businesses

    • Audit services for financial statements

    • Tax services for individuals and corporations

    • Advisory services for strategy and operations

    • Industry-specific services such as healthcare, technology, and financial services

  • Answered by AI
Round 8 - HR 

(2 Questions)

  • Q1. What is your father's name?
  • Ans. 

    My father's name is John Smith.

    • Father's name is John Smith

    • He goes by the name John

    • His full name is John Smith

  • Answered by AI
  • Q2. What is your father's name?
  • Ans. 

    My father's name is John Smith.

    • Father's first name is John.

    • Father's last name is Smith.

    • Full name is John Smith.

  • Answered by AI
Round 9 - Assignment 

Engage with any assignment provided.

Round 10 - Assignment 

Please provide any assignments you have.

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes I am interested in this job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How does Django apply migrations to the database?
  • Ans. 

    Django applies migrations to the database using the 'manage.py migrate' command.

    • Django tracks changes to models and generates migration files accordingly.

    • The 'manage.py makemigrations' command creates migration files based on model changes.

    • The 'manage.py migrate' command applies the generated migration files to the database.

    • Migrations help keep the database schema in sync with the changes in Django models.

  • Answered by AI
  • Q2. What is hoisting in javascript?
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
Round 2 - Assignment 

Create a full stack application in 3 days.

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

(2 Questions)

  • Q1. Difference between inheritance and polymorphism
  • Ans. 

    Inheritance is a way to create a new class using properties and methods of an existing class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance promotes code reusability and reduce...

  • Answered by AI
  • Q2. Write a code to check anagram or not
  • Ans. 

    Code to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Convert both strings to lowercase and remove any spaces

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked very basic java questions like difference between inheritance and polyformism.
Asked basic java concepts

Skills evaluated in this interview

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

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a java program to sort an array
  • Ans. 

    Java program to sort an array of strings

    • Use Arrays.sort() method to sort the array of strings

    • Import java.util.Arrays package

    • Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);

  • Answered by AI
  • Q2. Collections in java and springboot
  • Ans. 

    Collections in Java and Spring Boot are used to store and manipulate groups of objects.

    • Collections in Java are used to store multiple objects in a single unit.

    • Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.

    • Collections in Java and Spring Boot help in organizing and manipulating data efficiently.

    • Example: List names = new ArrayList<>();

Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java questions
  • Q2. Spring, Spring boot basics
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices Communications
  • Q2. Project level experiences
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Few basics of java
Dsa question

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading questions
  • Q2. Spring boot questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions. Could be done easily if practiced enough

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Array searching
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Dec 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

It was a MCQ type round with 3 coding questions. This round consisted of questions from aptitude, SQL knowledge and a sql command writing question, Programming basics, Web Technology, 2 coding questions. CS Subjects and some Situational based questions.

Round 2 - Group Discussion 

It was a Just a minute round in which a topic was given by the interviewer to speak upon.

Round 3 - Technical 

(1 Question)

  • Q1. What all technologies you feel will be fruitful in learning with regards to your future growth?
Round 4 - Technical 

(1 Question)

  • Q1. Explain NOSQL databases and their working?
  • Ans. 

    NOSQL databases are non-relational databases that provide flexible schema design and horizontal scalability.

    • NOSQL databases store data in key-value pairs, wide-column stores, document databases, or graph databases.

    • They are designed for handling large volumes of data and are highly scalable.

    • Examples include MongoDB, Cassandra, Redis, and Neo4j.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Describe the working of your projects and how did you manage with hectic load of your curriculum being a part of your project building which is from some other domain?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be thorough with whatever is mentioned in your resume and be confident in answering the question. If you are not sure about the answer don’t give it a try it may have a negative impact. Also you should have an in-depth knowledge of your projects.

Skills evaluated in this interview

Software Developer Interview Questions & Answers

ZS user image Rahul Yamsani 010

posted on 22 Dec 2024

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

Challenging questions in mathematics.

Round 2 - Group Discussion 

A constructive discussion about the significance of various topics and additional aspects.

Ernst & Young Interview FAQs

How many rounds are there in Ernst & Young Software Asset Management Analyst interview?
Ernst & Young interview process usually has 3 rounds. The most common rounds in the Ernst & Young interview process are Resume Shortlist, One-on-one Round and Group Discussion.
How to prepare for Ernst & Young Software Asset Management Analyst 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 IT Management.
What are the top questions asked in Ernst & Young Software Asset Management Analyst interview?

Some of the top questions asked at the Ernst & Young Software Asset Management Analyst interview -

  1. Tell us software asset management and licens...read more
  2. About SOFTWARE ASSET MANAGEM...read more
  3. Asked about licensing different publish...read more

Tell us how to improve this page.

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
Senior Consultant
15.6k salaries
unlock blur

₹9.1 L/yr - ₹29.8 L/yr

Consultant
11.9k salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Manager
7.5k salaries
unlock blur

₹16.5 L/yr - ₹52 L/yr

Assistant Manager
6.3k salaries
unlock blur

₹9.8 L/yr - ₹30 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
Did you find this page helpful?
Yes No
write
Share an Interview