Upload Button Icon Add office photos

Filter interviews by

PwC Senior Security Analyst Interview Questions and Answers

Updated 30 Sep 2024

PwC Senior Security Analyst Interview Experiences

2 interviews found

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
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

Senior Security Analyst Interview Questions Asked at Other Companies

Q1. Tell me about Security incident response framework that you have ... read more
Q2. What is log4j vulnerability and how do you feel with it?
Q3. As an SOC analyst, what are the main event IDs that you need to m ... read more
Q4. How do you deal with phishing incidents
Q5. What is Service Management, ITIL process?

Interview questions from similar companies

I applied via Referral and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Vuln Mgt,Daily task,IRP

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and speak only what you know.
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
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 - 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. 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

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
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?
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 - Technical 

(2 Questions)

  • Q1. What is Deloitte and what do we do? When was a time where you handled adversity?
  • Q2. When was a time where you handled adversity?
Round 3 - Coding Test 

Python coding and security basic such as network security and OSI models

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and believe in yourself. You will be able to do find in the interview.
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:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
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.

PwC Interview FAQs

How many rounds are there in PwC Senior Security Analyst interview?
PwC interview process usually has 1-2 rounds. The most common rounds in the PwC interview process are Technical and Behavioral.
What are the top questions asked in PwC Senior Security Analyst interview?

Some of the top questions asked at the PwC Senior Security Analyst interview -

  1. Log sources - to hunt for thre...read more
  2. Technical questions on build and operati...read more

Tell us how to improve this page.

PwC Senior Security Analyst Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 792 Interviews
ZS Interview Questions
3.4
 • 480 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 100 Interviews
Grant Thornton Interview Questions
3.7
 • 99 Interviews
WSP Interview Questions
4.3
 • 89 Interviews
View all
PwC Senior Security Analyst Salary
based on 7 salaries
₹5 L/yr - ₹16 L/yr
At par with the average Senior Security Analyst Salary in India
View more details

PwC Senior Security Analyst Reviews and Ratings

based on 3 reviews

1.7/5

Rating in categories

1.7

Skill development

1.7

Work-life balance

1.4

Salary

2.6

Job security

1.7

Company culture

1.7

Promotions

1.7

Work satisfaction

Explore 3 Reviews and Ratings
Senior Associate
14.9k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
12.9k salaries
unlock blur

₹4.9 L/yr - ₹17 L/yr

Manager
6.7k salaries
unlock blur

₹14 L/yr - ₹44.4 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹32.6 L/yr

Associate2
4.2k salaries
unlock blur

₹4.6 L/yr - ₹16.6 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.9
Compare

TCS

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