Upload Button Icon Add office photos

Filter interviews by

KPMG India Security Analyst Interview Questions and Answers

Updated 28 Oct 2024

KPMG India Security Analyst Interview Experiences

3 interviews found

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

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

Round 1 - Case Study 

They ask questions based on security

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is injection
  • Ans. 

    Injection is a technique used to introduce code or data into a computer program or system.

    • Injection is commonly used in cyber attacks to exploit vulnerabilities in software.

    • Types of injection include SQL injection, cross-site scripting (XSS), and command injection.

    • Injection attacks can lead to unauthorized access, data theft, and system compromise.

  • Answered by AI
  • Q2. Type of injection
  • Ans. 

    SQL injection is a type of injection attack that allows an attacker to execute malicious SQL statements.

    • SQL injection involves inserting malicious SQL code into input fields of a web application

    • Attackers can manipulate databases, steal data, and even delete or modify records

    • Examples include entering ' OR '1'='1' into a login form to bypass authentication

  • Answered by AI

I applied via Hirist and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why join KPMG?
  • Q2. Owasp top 10 scenario questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and you're good to go

Security Analyst Interview Questions Asked at Other Companies

Q1. How do you test a web application? What is CSRF and SSRF? What is ... read more
asked in TCS
Q2. What protocols used by nmap Difference between public and private ... read more
Q3. 1. Describe your SOC scenario! 2. What kind of report you prepari ... read more
Q4. Difference between encryption and encoding? With examples and imp ... read more
asked in TCS
Q5. what are the major vulnerabilities you've encounterd? how did you ... read more

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tools worked on. AV, DLP
  • Ans. 

    I have worked extensively on AV and DLP tools.

    • Implemented and managed various AV solutions like Symantec Endpoint Protection, McAfee VirusScan, and Windows Defender

    • Configured and monitored DLP tools like Symantec DLP and McAfee DLP to prevent data loss

    • Conducted regular vulnerability assessments and penetration testing using AV tools

    • Developed and implemented security policies and procedures for AV and DLP tools

    • Provided ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge on AV like defender.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Sast Dast Security fundementals
Round 3 - One-on-one 

(1 Question)

  • Q1. SAST Dast Burp suite
Round 4 - One-on-one 

(1 Question)

  • Q1. Sast Dast Security fundemnetals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the points that are mentioned in resume.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an MCQ test with questions from Quantitative Ability, Logical reasoning, Verbal Abililty

Round 2 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Describe your internship experience and what was your contribution.
  • Q3. Why do you want to pivot to Cyber Security from your Electrical engineering degree?
  • Q4. Are you willing to learn?
Round 3 - HR 

(4 Questions)

  • Q1. Where are you from? What do you like about this city?
  • Q2. What do you think Consultants do?
  • Ans. 

    Consultants provide expert advice and guidance to clients in a specific field or industry.

    • Consultants analyze client needs and provide tailored solutions

    • They offer recommendations based on industry best practices

    • Consultants may also assist with implementation and training

    • They often work on a project basis or provide ongoing support

    • Examples: Cyber Security Consultants help organizations improve their security posture, I

  • Answered by AI
  • Q3. Would you like travelling for work?
  • Q4. Are you willing to relocate?

Interview Preparation Tips

Interview preparation tips for other job seekers - For a fresh college graduate, prepare your resume well and mention only those skills/experience you are able to defend well. Don't bluff on your resume. Revise the answers to common interview questions. And please know what Consulting is what consultants do.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical questions on build and operations
Round 2 - Behavioral 

(1 Question)

  • Q1. Managerial question and communication skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Risky user investigation and defination
  • Q2. Mitre attack frame work

I applied via Naukri.com and was interviewed before Nov 2021. There were 3 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 

(6 Questions)

  • Q1. What is xss and how it's can be exploited?
  • Ans. 

    XSS is a type of web vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users.

    • XSS stands for Cross-Site Scripting.

    • Attackers can exploit XSS vulnerabilities by injecting malicious scripts into web pages viewed by other users.

    • These scripts can steal sensitive information, such as login credentials or personal data, from the victim's browser.

    • XSS attacks can be prevented by prope...

  • Answered by AI
  • Q2. What is csrf and how it can be exploited?
  • Ans. 

    CSRF is a type of attack where a malicious website tricks a user into performing an action on a different website.

    • CSRF stands for Cross-Site Request Forgery

    • It can be exploited by tricking a user into clicking a link or button on a malicious website that sends a request to a different website where the user is logged in

    • The request can perform actions on behalf of the user without their knowledge or consent

    • To prevent CSR...

  • Answered by AI
  • Q3. What is sast and dast and why it is performed?
  • Ans. 

    SAST and DAST are security testing techniques used to identify vulnerabilities in software applications.

    • SAST (Static Application Security Testing) is performed on the source code of an application to identify security vulnerabilities before the application is compiled and deployed.

    • DAST (Dynamic Application Security Testing) is performed on a running application to identify vulnerabilities in real-time.

    • SAST is useful fo...

  • Answered by AI
  • Q4. What is httpsOnly and secure flag is used for?
  • Ans. 

    httpsOnly and secure flag are used for securing web traffic and preventing attacks.

    • httpsOnly ensures that all traffic to a website is encrypted and cannot be intercepted by attackers.

    • Secure flag ensures that cookies are only sent over encrypted connections, preventing session hijacking attacks.

    • Both are important security measures for protecting sensitive information and preventing attacks.

    • Examples of websites that use ...

  • Answered by AI
  • Q5. What are the security headers used in an application?
  • Ans. 

    Security headers are used to enhance the security of web applications by providing additional protection against attacks.

    • Common security headers include Content-Security-Policy (CSP), X-XSS-Protection, X-Content-Type-Options, X-Frame-Options, and Strict-Transport-Security (HSTS)

    • CSP helps prevent cross-site scripting (XSS) attacks by specifying which sources of content are allowed to be loaded

    • X-XSS-Protection helps prev...

  • Answered by AI
  • Q6. How cache control is implemented?
  • Ans. 

    Cache control is implemented through HTTP headers to specify how long a resource should be cached.

    • Cache-Control header is used to specify caching directives

    • Expires header is used to specify an expiration date for the resource

    • Max-Age header is used to specify the maximum age of the resource in seconds

    • Pragma header is used for backwards compatibility with HTTP/1.0

    • Examples: Cache-Control: max-age=3600, Expires: Wed, 21 Oc

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Application and api security questions?
  • Q2. Work experience and questions related to work performed in previous organization?

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly prepare for the interview and practice basics of application vulnerability.

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
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Ransomware scenario based
  • Q2. Networking concepts
Round 2 - Technical 

(2 Questions)

  • Q1. APT questions like recent cyber attacks
  • Q2. Networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

KPMG India Interview FAQs

How many rounds are there in KPMG India Security Analyst interview?
KPMG India interview process usually has 2 rounds. The most common rounds in the KPMG India interview process are Case Study and One-on-one Round.
How to prepare for KPMG India Security 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 KPMG India. The most common topics and skills that interviewers at KPMG India expect are SIEM, Security, Python, AWS and Active Directory.
What are the top questions asked in KPMG India Security Analyst interview?

Some of the top questions asked at the KPMG India Security Analyst interview -

  1. what is inject...read more
  2. Tools worked on. AV, ...read more
  3. type of inject...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.5
 • 1.1k Interviews
ZS Interview Questions
3.4
 • 468 Interviews
View all
KPMG India Security Analyst Salary
based on 72 salaries
₹3.7 L/yr - ₹7.5 L/yr
11% less than the average Security Analyst Salary in India
View more details

KPMG India Security Analyst Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

3.8

Salary

4.9

Job security

4.7

Company culture

3.9

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
Consultant
7.5k salaries
unlock blur

₹7 L/yr - ₹26.5 L/yr

Assistant Manager
6.8k salaries
unlock blur

₹10.5 L/yr - ₹31.9 L/yr

Associate Consultant
4.5k salaries
unlock blur

₹4.4 L/yr - ₹15.7 L/yr

Analyst
3.4k salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Manager
2.8k salaries
unlock blur

₹12 L/yr - ₹46 L/yr

Explore more salaries
Compare KPMG India with

Cognizant

3.8
Compare

PwC

3.4
Compare

Capgemini

3.8
Compare

Google

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview