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

Filter interviews by

Ernst & Young Senior Security Consultant Interview Questions and Answers

Updated 28 Sep 2023

Ernst & Young Senior Security Consultant Interview Experiences

3 interviews found

I applied via Referral and was interviewed in Mar 2022. There were 3 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. It was purely related to the specific tool which i have worked. Need to be very clear on tool background and depth.
Round 3 - HR 

(1 Question)

  • Q1. Discussion on final CTC and other benefita

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear whatever you are putting in resume. Dont bluff anything. Can google the related questions over internet.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Basics of vulnerability management. Questions reg qualys
Round 3 - Coding Test 

Testing communication ability

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Senior Security Consultant Interview Questions Asked at Other Companies

Q1. Types of Proxy and different ways to deploy Proxy in network
Q2. Validation of a malicious file

I applied via Recruitment Consulltant and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on NIST, Data Protection
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on Encryption, Vendor Management
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and share your experience and knowledge in detail

Interview questions from similar companies

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

I applied via campus placement at Guru Nanak Dev University (GNDU) and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Asked about Reasoning, English, Computer networks, Database Management system, Electronics

Round 2 - Group Discussion 

15 min discussion on any topic given on the spot, 1 min for thinking

Round 3 - Technical 

(3 Questions)

  • Q1. What do you know about Cloud Computing?
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including servers, storage, databases, networking, software, analytics, and intelligence.

    • Cloud computing allows users to access and store data and applications on remote servers instead of on their local devices.

    • It offers scalability, flexibility, cost-effectiveness, and the ability to access resources from anywhere with an internet connection.

    • Exa...

  • Answered by AI
  • Q2. OOPs concepts and examples
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q3. SQL queries like Joins and Selection

Interview Preparation Tips

Topics to prepare for KPMG India Cyber Security Analyst interview:
  • DSA
  • Cloud Computing
  • Network Security
  • OOPS
Interview preparation tips for other job seekers - Prepare well for Cloud computing, SQL, OOPs and basic coding

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain interesting incident you handled
  • Q2. Log sources - to hunt for threats
  • Ans. 

    Log sources are essential for hunting threats in a network environment.

    • Collect logs from network devices such as firewalls, routers, and switches.

    • Utilize logs from endpoint security solutions like antivirus and EDR tools.

    • Incorporate logs from servers, including authentication logs and system logs.

    • Monitor logs from cloud services and applications for any suspicious activities.

    • Analyze logs from SIEM solutions to correlat

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on what you have mentioned in resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. Basic web application attacks
  • Q2. Active Directory attacks
  • Q3. Network security pentesting mythology
Round 3 - HR 

(1 Question)

  • Q1. Asking about ctc and notice period or general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

There was group of 5 people in the gd and the topic was Electric Vehicles
20 minutes were given to conclude the gd

Round 2 - One-on-one 

(2 Questions)

  • Q1. This was a one to one technical round they ask about your project. what are your three strengths?
  • Q2. How will you lead your team?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 hours, basic dsa questions, cyber security related mcqs

Round 2 - Technical 

(4 Questions)

  • Q1. What is normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured and organized manner.

    • Normalization also helps in improving data integrity by ensuring that data is consistent ...

  • Answered by AI
  • Q2. Difference between truncate and delete
  • Ans. 

    Truncate is a DDL command that removes all records from a table, while delete is a DML command that removes specific records.

    • Truncate is faster than delete as it does not log individual row deletions.

    • Truncate resets identity columns, while delete does not.

    • Truncate cannot be rolled back, while delete can be rolled back using a transaction.

    • Truncate does not fire triggers, while delete does.

  • Answered by AI
  • Q3. How will your protect your digital data
  • Ans. 

    I will protect my digital data by implementing strong encryption, regular backups, and strict access controls.

    • Implement strong encryption algorithms to secure data in transit and at rest

    • Regularly backup data to prevent loss in case of cyber attacks or hardware failures

    • Enforce strict access controls by using multi-factor authentication and least privilege principle

  • Answered by AI
  • Q4. Some types of cyber attacks
  • Ans. 

    Some types of cyber attacks include phishing, malware, ransomware, DDoS attacks, and social engineering.

    • Phishing: fraudulent emails or messages to trick individuals into revealing sensitive information

    • Malware: malicious software designed to damage or gain unauthorized access to a computer system

    • Ransomware: encrypts files on a victim's system and demands payment for decryption

    • DDoS attacks: overwhelming a system with a f...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Focus on owasp top 10
Round 3 - Technical 

(1 Question)

  • Q1. Deep knowledge of the vulnerableity and how to mitigate them
Round 4 - HR 

(1 Question)

  • Q1. Basics of your and why looking to change

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare and confident at the time of interview. And build up with strong technical knowledge
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 3 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 - Aptitude Test 

General aptitude test - Quant, DI/LR, English

Round 3 - Technical 

(4 Questions)

  • Q1. General information about resume
  • Q2. Interest and knowledge of cybersecurity and computer network concepts
  • Q3. Hobbies and interests
  • Q4. Extra curricular activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well ur resume and networking concepts.

Ernst & Young Interview FAQs

How many rounds are there in Ernst & Young Senior Security Consultant interview?
Ernst & Young interview process usually has 3-4 rounds. The most common rounds in the Ernst & Young interview process are HR, One-on-one Round and Resume Shortlist.
What are the top questions asked in Ernst & Young Senior Security Consultant interview?

Some of the top questions asked at the Ernst & Young Senior Security Consultant interview -

  1. It was purely related to the specific tool which i have worked. Need to be ver...read more
  2. Basics of vulnerability management. Questions reg qua...read more
  3. Discussion on final CTC and other benef...read more

Tell us how to improve this page.

Ernst & Young Senior Security Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
KPMG India Interview Questions
3.5
 • 802 Interviews
ZS Interview Questions
3.4
 • 482 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
View all
Ernst & Young Senior Security Consultant Salary
based on 276 salaries
₹8.5 L/yr - ₹29.4 L/yr
At par with the average Senior Security Consultant Salary in India
View more details

Ernst & Young Senior Security Consultant Reviews and Ratings

based on 18 reviews

3.6/5

Rating in categories

3.4

Skill development

3.2

Work-life balance

3.9

Salary

3.9

Job security

3.5

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 18 Reviews and Ratings
Senior Consultant
15.7k salaries
unlock blur

₹9.2 L/yr - ₹29.5 L/yr

Consultant
12k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Manager
7.6k salaries
unlock blur

₹17 L/yr - ₹51.2 L/yr

Assistant Manager
6.4k salaries
unlock blur

₹9.5 L/yr - ₹28.7 L/yr

Associate Consultant
3.9k 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview