🎤 Interview Preparation

Cybersecurity Analyst Interview Questions
India 2025

Real questions asked by Indian recruiters — with expert guidance on how to answer each one.

20
Questions
5
Categories
Free
No Signup

About Cybersecurity Analyst interviews in India

Indian tech interviews typically run across multiple rounds — a technical screen, one or two deep-dive rounds, a system/design or practical round, and an HR and managerial discussion. Interviewers care as much about how you reason as the final answer, so think aloud, state assumptions, and use real examples from your own work.

🎯 Interview Success Tips

STAR MethodSituation → Task → Action → Result. Use for every behavioural question. Quantify the Result.
Research FirstRead company news, LinkedIn page, Glassdoor reviews and the interviewer's profile before the interview.
Salary TipNever give a number first. Ask: "What is the budgeted range for this role?" — always.
Virtual InterviewsTest camera + mic 30 min before. Good lighting, neutral background. Join 5 min early.

🔧 Technical Questions

Technical Question 1
Explain the CIA triad.
💡 How to answer: Confidentiality (only authorised access), Integrity (data isn't tampered), Availability (systems stay up). Every security control maps to one or more. Give a real example for each.
Technical Question 2
What is the difference between symmetric and asymmetric encryption?
💡 How to answer: Symmetric uses one shared key (AES) — fast, but key distribution is hard. Asymmetric uses a public/private key pair (RSA, ECC) — solves key exchange, used in TLS. HTTPS combines both.
Technical Question 3
Walk me through how you'd respond to a security incident.
💡 How to answer: Follow the IR lifecycle: Preparation, Identification, Containment, Eradication, Recovery, Lessons Learned. Preserve evidence, isolate affected hosts, and communicate per the plan.
Technical Question 4
What is the difference between a vulnerability, a threat and a risk?
💡 How to answer: Vulnerability = a weakness. Threat = something that could exploit it. Risk = likelihood × impact of that happening. Controls reduce risk by addressing vulnerabilities or threats.
Technical Question 5
How does a firewall differ from an IDS/IPS?
💡 How to answer: A firewall filters traffic by rules (allow/deny). An IDS detects and alerts on suspicious activity; an IPS actively blocks it. Defence in depth uses all of them together.
Technical Question 6
Explain common web attacks — SQL injection, XSS, CSRF — and defences.
💡 How to answer: SQLi: parameterised queries. XSS: output encoding and CSP. CSRF: anti-CSRF tokens and SameSite cookies. All trace back to validating input and not trusting the client.
Technical Question 7
What is a zero-day and how do you defend against unknown threats?
💡 How to answer: A vulnerability unknown to the vendor with no patch yet. Defend with layered controls — least privilege, segmentation, EDR, behaviour-based detection, patching discipline, and rapid response.
Technical Question 8
What is the principle of least privilege and why does it matter?
💡 How to answer: Give users and systems only the access they need, nothing more. It limits the blast radius if an account is compromised. Pair with regular access reviews and just-in-time access.
Technical Question 9
How would you secure a company's cloud environment?
💡 How to answer: Identity (MFA, least-privilege IAM), network segmentation, encryption at rest and in transit, logging/monitoring (CloudTrail, SIEM), secrets management, and continuous config scanning (CSPM).
Technical Question 10
What is a SIEM and how do you reduce alert fatigue?
💡 How to answer: Security Information and Event Management aggregates and correlates logs to detect threats. Reduce noise by tuning rules, prioritising by risk, suppressing known-benign events, and automating triage (SOAR).

🧠 Behavioural Questions

Behavioural Question 1
Tell me about a security incident or vulnerability you handled.
💡 How to answer: Use STAR. Cover detection, your containment and remediation steps, stakeholder communication, and what you changed to prevent recurrence. Stress calm under pressure.
Behavioural Question 2
How do you stay current with evolving threats?
💡 How to answer: Mention threat intel feeds, CVE tracking, security communities, CTFs/labs, and following frameworks like MITRE ATT&CK. Show genuine curiosity, not just certifications.

💡 Situational Questions

Situational Question 1
You detect unusual outbound traffic from an internal server at 2 AM. What do you do?
💡 How to answer: Don't tip off the attacker prematurely. Isolate the host from the network, preserve memory and logs, investigate the process and destination, escalate per the IR plan, and hunt for lateral movement.
Situational Question 2
A developer wants to disable a security control to ship faster. How do you handle it?
💡 How to answer: Understand their constraint, explain the specific risk in business terms, and offer a secure alternative or compensating control. Security partners with delivery — it doesn't just say no.
Situational Question 3
An employee reports clicking a phishing link. What are your first steps?
💡 How to answer: Reassure them for reporting, reset their credentials, isolate the device, check for executed payloads and mailbox rules, scan for spread, and use it as a teachable moment, not punishment.

💰 Salary Questions

Salary Question 1
What are your salary expectations as a security analyst?
💡 How to answer: Anchor on market: entry ₹5–10 LPA, mid ₹12–22 LPA, senior/SOC lead ₹25 LPA+ in India. Certs (CEH, OSCP, CISSP) and on-call shift differentials affect the figure.
Salary Question 2
We can't meet your number. What can we discuss?
💡 How to answer: Negotiate certification sponsorship, training budget, on-call allowance, or an early review. Security skills are in demand — cite market benchmarks confidently but professionally.

🎤 Ask Interviewer Questions

Ask Interviewer Question 1
What does the security maturity and tooling look like here?
💡 How to answer: Reveals whether you'll build a program or maintain a mature one — and how much leadership buy-in exists.
Ask Interviewer Question 2
How does security collaborate with engineering and the business?
💡 How to answer: Tells you whether security is a partner or a blocker in the culture.
Ask Interviewer Question 3
What was the last incident and what changed afterwards?
💡 How to answer: Shows whether the org learns from incidents or repeats them.