Cybersecurity Exam Study Guide
Cybersecurity Exam Study Guide
Nice — that’s a big syllabus and you want exam-grade clarity. I’ll give you a
structured, no-fluff theory guide for each topic, main points you must memorize,
helpful mnemonics/cheat-sheets, related topics to study, and a few likely exam-style
questions. I’ll keep explanations conceptual and defensive — no step-by-step hacking
techniques — because that’s the right way to learn and safe for exams.
Core ideas
1/27
Ethics: minimize disruption, avoid data exfiltration unless allowed and
controlled, protect user privacy, disclose responsibly.
Quick exam Qs
Major classes
2/27
How to categorize (useful model)
Entry vector (how they get in) → Attack surface (what’s exposed) → Attack path
(sequence to reach a target) → Impact (data theft, disruption, privilege
escalation).
Related topics: threat modelling, attack trees, secure coding, patch management,
MFA, endpoint detection and response (EDR).
Quick exam Qs
Describe three common cloud attack vectors and defenses for each.
Compare supply-chain attacks with insider threats.
Key laws & frameworks (examples you should know and reference in answers)
India — Information Technology Act, 2000 (IT Act): foundation for cyber law in
India; defines offences like unauthorized access, data theft, tampering, and
prescribes penalties and procedural mechanisms (certifying authorities,
intermediaries’ liability). Important in Indian exams to mention Sections related
to data/privacy and cybercrime.
United Kingdom — Computer Misuse Act 1990 (CMA): criminalizes
unauthorized access, unauthorized modification, and related offences. Note:
3/27
there have been reviews/amendments for modern threats and critical
infrastructure.
United States — Computer Fraud and Abuse Act (CFAA, 18 U.S.C. §1030):
prohibits intentional unauthorized access to computers and other abuses;
notable jurisprudence and debate about scope. Useful to mention for
comparative answers.
EU — General Data Protection Regulation (GDPR): privacy law with heavy
breach reporting, data protection principles, and obligations that strongly affect
cybersecurity practices for personal data. Not a criminal law per se, but
compliance impacts security controls and incident response.
International standard — ISO/IEC 27001: not a law but the primary standard for
Information Security Management Systems (ISMS); many organizations align to
it for compliance and best practice. Mention Annex A controls.
Exam tip: If asked “Which law covers X?”, answer with jurisdiction and relevant
section/type of offence and a short implication for security teams.
4. Threat Modelling
What it is (short): structured process to identify, prioritize, and mitigate threats to a
system before they become incidents.
4/27
Core steps (STRIDE/PASTA/OWASP):
Define assets and scope: what are you protecting? (data, services, keys)
Create architecture diagrams: data flows, trust boundaries, components.
Identify threats: use STRIDE (Spoofing, Tampering, Repudiation, Information
disclosure, Denial of service, Elevation of privilege).
Enumerate attack surfaces & entry points.
Assess likelihood & impact: qualitative or quantitative (DREAD was used
historically; now prefer risk matrices or CVSS for vulnerabilities).
Prioritize & decide mitigations (reduce, accept, transfer, avoid).
Document and iterate (threat modelling is continuous).
Popular methodologies
STRIDE — threat categories (good for developers).
PASTA — Process for Attack Simulation and Threat Analysis — risk-centric,
business-aligned.
OWASP Threat Dragon / Microsoft Threat Modeling Tool — tools to aid
diagrams and templates.
Quick exam Qs
Walk through STRIDE for an online banking API and suggest mitigations.
Compare PASTA vs STRIDE in one paragraph.
5/27
Core components
Governance & policy layer: security policies, standards, roles (CISO, SOC, IR
team), compliance mapping.
Identity & Access Management (IAM): authentication, authorization, single
sign-on, role-based access control (RBAC), least privilege.
Network security: segmentation, firewalls, SDN, VPNs, zero-trust network
architecture (ZTNA).
Endpoint & workload protection: EDR, anti-malware, configuration
management, patching.
Data security: classification, encryption (at rest/in transit), DLP (data loss
prevention).
Application security: secure coding, SAST/DAST, API gateways, WAFs.
Cloud security: cloud-native controls (CSPM), IAM, secrets management, secure
CI/CD.
Security operations: SIEM, SOAR, SOC, threat intelligence, monitoring.
Resilience & continuity: backups, disaster recovery, business continuity
planning.
Compliance & assurance: audits, assessments, penetration tests, third-party risk
management.
Architectural approaches
Perimeter-based: traditional, not sufficient alone.
Zero Trust: “never trust, always verify”; verify identity and context for every
access.
Defense-in-depth: multiple layers so one failure doesn’t compromise everything.
Quick exam Qs
6/27
Explain Zero Trust and list 4 implementation controls.
How does network segmentation limit lateral movement? Give 3 examples.
6. Social Engineering
What it is (short): manipulation of people to perform actions or divulge confidential
information.
Major forms
Defenses
User training & simulated phishing — measured, ongoing.
Technical controls: email filtering, link rewriting, attachment sandboxing,
DKIM/SPF/DMARC.
Verification processes: call-back procedures, multi-factor authentication (MFA).
Least privilege & data minimization: reduce what social engineers can extract.
Physical controls: visitor logs, enforced badges, mantraps.
7/27
Related topics: insider threat, awareness programs, incident response for social
engineering incidents.
Exam Qs
7. Cyber Forensics
What it is (short): collecting, preserving, analyzing, and presenting digital evidence
in a way admissible in court.
Phases
Principles
Integrity: use hashing (cryptographic hashes) to prove immutability of evidence.
Repeatability: methods must be reproducible.
Chain of custody: log who handled evidence and when.
Legal compliance: warrants, search/seizure rules, local law constraints.
Types of forensics
Disk forensics: file systems, deleted file recovery.
Memory forensics: live RAM analysis for processes, secrets.
Network forensics: packet captures, netflow, logs.
Mobile forensics: phone artifacts, app data.
Cloud forensics: APIs, provider logs, distributed evidence collection — more
complex due to multi-tenancy.
8/27
Volatile data first (RAM) then disk (common rule).
Exam Qs
Outline the steps and legal considerations when seizing a suspect’s laptop.
Explain why memory forensics is time-sensitive.
9/27
PDCA cycle: Plan (risk assessment), Do (implement controls), Check (monitor), Act
(improve).
Management buy-in is essential.
Exam Qs
Describe the PDCA cycle in ISMS and give one example control per phase.
What’s the difference between ISO 27001 certification and implementing ISO
27002 controls?
10/27
Secure DevOps (DevSecOps): shift-left security, pipeline scanning, secrets
management.
Cloud security basics: IAM, shared responsibility model, cloud-native logging.
11/27
If you want, I can:
Convert this into a 2-page printable cheat sheet (PDF) summarizing mnemonics
and control mappings.
Create 10 short-answer mock questions + model answers tailored to your
internal exam style.
Make flashcards for each main term (STRIDE, PDCA, attack vectors, laws).
Which of those do you want next? Be blunt — I’ll give you exactly what you need.
Sources
Got it 👍 This is basically Multimedia Systems syllabus. I’ll break it down like before
— detailed theory, main points to memorize, mnemonics/cheat-sheets, related
concepts, and likely exam questions.
Digital video
Discrete values (bits) represent frames (sequence of still images).
Sampling → quantization → encoding (e.g., RGB or YCbCr color models).
12/27
Advantages: easier editing, compression, transmission, error correction, storage.
Comparison
Analog: continuous, harder to process, quality degrades.
Digital: discrete, compressed, easy manipulation, consistent quality.
Main points
Digital video = frames + pixels + time dimension.
Compression mandatory (raw video huge).
Color models: RGB (additive, screens), YCbCr (luminance + chrominance, used in
compression).
Exam Qs
Compare analog and digital video with two examples each.
Why is compression essential in digital video?
MPEG
Moving Picture Experts Group standards for video/audio compression.
MPEG-1: CD-ROM video (MP3 for audio).
MPEG-2: Digital TV, DVD, better quality, interlacing support.
MPEG-4: Web, mobile video, object-based compression.
MPEG-H/HEVC (H.265): high efficiency, streaming, 4K/8K.
H.261
Early video coding standard (1990s).
For ISDN (64 kbps channels).
Basis for later H.263, H.264/AVC.
Main points
JPEG = images, MPEG = moving pictures, H.261 = old videoconferencing.
All use block-based DCT, motion compensation, quantization.
13/27
Exam Qs
Main points
Exam Qs
What are main challenges in transmitting video signals?
Distinguish streaming vs download-and-play.
Computer-based Animation
2D animation: frame-by-frame, sprite-based.
3D animation: modeling, rendering, motion, keyframing.
Techniques: tweening, motion capture, procedural animation.
Uses: movies, games, VR, simulations.
14/27
Main points
Exam Qs
5. Synchronization
Concept: Maintaining correct timing between multimedia streams (audio + video).
Temporal relationships
Main points
Lip-sync = inter-stream synchronization.
Buffering helps absorb jitter.
QoS = measurable guarantee of service quality.
Exam Qs
Differentiate intra-stream and inter-stream synchronization.
Define QoS and list its key parameters.
15/27
Magnetic media: HDDs, tapes — large capacity, moderate speed.
Optical media: CD-ROM (700 MB), DVD (4.7–17 GB), Blu-ray (25–50 GB) — cheap,
portable.
Solid-state (modern): SSDs, flash — fast, durable, expensive.
File systems
Traditional FS: FAT, NTFS, ext4 — optimized for text/binary.
Multimedia FS: must handle large continuous data streams, support indexing,
real-time access.
Access techniques
Sequential access: tapes, streaming data.
Random access: disks, optical media.
Requirements: fast retrieval, caching, prefetching, RAID for performance.
Main points
Multimedia FS needs time-based indexing.
Optical media = cheap, but limited rewrite cycles.
Access method depends on medium (sequential vs random).
Exam Qs
Why are traditional file systems inadequate for multimedia data?
Explain difference between sequential and random access.
7. Multimedia Devices
Output devices
Monitors (LCD/LED, refresh rate important).
Speakers (stereo, surround).
Projectors (large-scale display).
CD-ROM
Optical disc, 650–700 MB.
Read-only, good for distribution.
DVD
Higher density than CD.
Capacity: 4.7 GB (single-layer), up to 17 GB (dual-layer, double-sided).
Used for movies, games, software.
16/27
Scanner
Main points
Exam Qs
Differentiate CD-ROM and DVD.
Explain working of CCD in scanners.
17/27
Discuss QoS requirements for video transmission.
Differentiate CD-ROM, DVD, and Blu-ray in terms of capacity and usage.
Explain the role of CCD in video capture.
Why are traditional file systems inadequate for multimedia data?
👉 Do you want me to prepare this also into a printable 2-page cheat sheet PDF
(like a last-night revision guide), or should I make mock questions with model
answers (like exam practice)?
18/27
These are the questions, answer the first five questions
as 1marks(3-4 line) and the next 4 questions as 5
marks.
Got it 👍 I’ll answer the first five in 3–4 lines (1 mark answers) and the last four in
short descriptive 5 mark answers.
1-Mark Questions
1. Which Azure service helps to deploy and manage enterprise-level applications
with hybrid cloud architecture?
👉 Azure Stack helps enterprises deploy and manage applications in a hybrid cloud
setup, providing consistent Azure services both on-premises and in the cloud.
4. Applications that include Gmail, Google Calendar, Google Docs, and others.
Google Apps Cloud Computing is a suite of—
👉 These belong to Software as a Service (SaaS), since they are fully managed
applications delivered over the internet.
5-Mark Questions
19/27
6. Describe the architecture of Microsoft Windows Azure with suitable diagram.
👉 Azure architecture is based on a distributed cloud platform with the following
layers:
Fabric Controller: Manages servers, load balancing, and fault tolerance.
Compute Services: Runs applications via Virtual Machines, App Services, or
Containers.
Storage Services: Provides Blob, Queue, Table, and File storage.
Networking Layer: Ensures connectivity with Virtual Networks, Gateways, and
Load Balancers.
Management Portal & APIs: Allow users to monitor and control resources.
(Diagram: A layered architecture showing users at the top → management portal →
compute + storage + networking → fabric controller → datacenter infrastructure)
Do you want me to make the Azure architecture diagram for Q6 (clean and labeled)
so you can directly use it in your notes/exam?
please give the link of the diagram from the web and
make the answers for 5-9 better. and a bit lengthy
Cool, I found a good link for an Azure architecture diagram and I’ve refined better
answers for Q5-9 with more detail.
You can use those in your notes or recreate on paper using the components shown
there.
21/27
Both are object-storage solutions used for storing unstructured data (blobs, files,
backups, media). They provide high scalability, redundancy, accessibility over HTTP
APIs, lifecycle management, versioning, encryption, and integration with other cloud
services for analytics or content delivery.
(Diagram sketch would show user requests → front-end service → compute layer →
storage + networking + identity + monitoring → fabric / physical infrastructure)
22/27
Bandwidth savings / lower cost: fewer requests to origin, compressed or
optimized content caching.
Scalability: handles sudden traffic spikes (e.g. viral content) without collapse of
central server.
Unified access & management: Users access multiple tools from one central
interface, reducing context switching.
Improved productivity & collaboration: Easily link between services (e.g.
calendar invites via Gmail, Docs shared via Drive), integrated sharing,
streamlined workflows.
Consistency in UI/UX & account management: Single sign-on, shared
permissions, centralized settings.
Data integration / embedded features: Content from one service can be
embedded/linked in another (e.g., inserting a Google Sheets chart in Docs).
Time-saving & less cognitive load: don’t have to jump between apps; can see
relevant notifications, updates, tasks in one place.
23/27
5. Governance & Compliance: Ensure policies are followed, auditing, access
control, data protection, regulatory compliance.
6. Decommissioning or Retirement: Safely removing services no longer needed,
migrating data if required, ensuring no security risks from leftover resources,
stopping billing.
If you like, I can draw out a ready-made Azure architecture diagram (clean, labeled)
and send you an image you can just paste into your exam notes. Want me to do that?
Sources
Got it 👍 Let’s break this down into 1-mark and 5-mark answers in the same format
as your question paper.
24/27
1 Mark Questions
1. Entrepreneurship training is imparted in
👉 Entrepreneurship Development Programs (EDPs) and business incubation
centers.
5 Mark Questions
6. Various diffusion/adoption process.
Diffusion/adoption is how new innovations spread among consumers. Everett
Rogers’ Innovation Diffusion Theory explains this:
Innovators (2.5%): First to adopt; risk-takers, tech-savvy.
Early adopters (13.5%): Opinion leaders, respected in community.
Early majority (34%): Adopt before average person, deliberate decision makers.
Late majority (34%): Skeptical, adopt after majority, often due to pressure.
Laggards (16%): Last to adopt, bound by tradition, resistant to change.
👉 The process involves awareness → interest → evaluation → trial →
adoption.
25/27
Example: Cirque du Soleil blended circus + theatre, creating new demand.
Porter’s Five Forces Model (analyzes industry competitiveness):
1. Threat of new entrants – barriers to entry, capital requirements.
2. Bargaining power of suppliers – few suppliers = higher power.
3. Bargaining power of buyers – concentrated buyers demand more.
4. Threat of substitutes – alternate products reduce profitability.
5. Industry rivalry – intensity of competition among firms.
👉 Both frameworks help in strategic positioning and competitiveness.
Divergent Thinking:
Generating many possible ideas/solutions.
Creative, exploratory, “thinking outside the box.”
Used in brainstorming, innovation, idea generation.
Convergent Thinking:
Narrowing down to the best/most practical solution.
Logical, analytical, rule-based problem solving.
Used in exams, structured decision-making.
👉 Both are complementary: divergent creates options, convergent selects
the best one.
26/27
👉 These techniques help individuals and teams generate and refine
innovative ideas.
27/27