0% found this document useful (0 votes)
16 views27 pages

Cybersecurity Exam Study Guide

The document outlines key topics in cybersecurity for exam preparation, including ethical hacking, attack vectors, laws against cybercrime, threat modeling, enterprise security architecture, social engineering, cyber forensics, and information security management systems. Each topic is presented with core concepts, main points to remember, related topics, and potential exam questions to facilitate effective study. Additionally, it includes a quick revision sheet and a list of related topics to further enhance understanding and retention.

Uploaded by

adrita.exam.2004
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views27 pages

Cybersecurity Exam Study Guide

The document outlines key topics in cybersecurity for exam preparation, including ethical hacking, attack vectors, laws against cybercrime, threat modeling, enterprise security architecture, social engineering, cyber forensics, and information security management systems. Each topic is presented with core concepts, main points to remember, related topics, and potential exam questions to facilitate effective study. Additionally, it includes a quick revision sheet and a list of related topics to further enhance understanding and retention.

Uploaded by

adrita.exam.2004
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Cybersecurity exam notes

Ethical hacking,Attack vectors,laws to prevent them,


Threat modelling,enterprise security achitecture,social
engineering,cyber forensics,information security
management system.

This is my syllabus of cybersecurity for the internal


exam, provide complete theory for each and every
topic in detail so that i can ace the exam. TRy to main
points so that it is easier to remember.
provide each content in detail and if there are some
related topics that need to be known give that as well.

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.

1. Ethical Hacking (concept & scope)


What it is (short): authorized, lawful probing of systems to find weaknesses so
defenders can fix them. Think of it as controlled offensive testing with consent and
rules of engagement.

Core ideas

Purpose: identify vulnerabilities, assess risk, verify controls, improve security


posture.
Authorization: written permission, scope, time-window, acceptable techniques.
Rules of Engagement (RoE): explicit boundaries (systems, data, testing hours),
reporting cadence, escalation path.
Types of tests: vulnerability assessment (automated scanning), penetration
testing (targeted exploitation simulation), red team (adversary emulation),
purple team (red+blue collaboration), bug bounty programs.

1/27
Ethics: minimize disruption, avoid data exfiltration unless allowed and
controlled, protect user privacy, disclose responsibly.

Main points to remember


Ethical hacking = consent + scope + documented reporting.
Pen tests simulate attacker behavior; vulnerability scans find low-hanging fruit.
Red team = full-scenario, long-term emulation; pen test = short, goal-oriented.
Always have a rollback/incident plan if testing causes outage.

Mnemonic: A.C.E. — Authorize, Constrain (scope), Explain (report).

Related topics: legal frameworks (covered below), vulnerability management


lifecycle, secure SDLC, bug bounty operations, logging & monitoring.

Quick exam Qs

Define ethical hacking and contrast it with malicious hacking.


List components of a Rules of Engagement for a penetration test.

2. Attack Vectors (what attackers use)


What it is (short): routes or methods attackers use to breach systems or extract
value.

Major classes

1. Network-based: open ports, unpatched services, insecure protocols (e.g.,


Telnet), weak firewall rules.
2. Application-based: SQL injection, XSS, insecure deserialization, broken
authentication, misconfigured CORS — conceptual descriptions only.
3. Endpoint-based: malicious files, weak endpoint protections, unpatched OS,
insecure configurations.
4. Human/social: phishing emails, pretexting, baiting, credential reuse.
5. Supply chain: compromised third-party libraries, vendor access, CI/CD pipeline
compromise.
6. Physical: stolen/lost devices, unauthorized access to data centers, tailgating.
7. Cloud-specific: misconfigured S3/Blob storage, IAM over-privilege, exposed
secrets in repos, insecure APIs.
8. Insider: malicious or negligent insiders with legitimate privileges.

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

Main points to remember

Attack vector = the initial route, not the whole attack.


Reduce attack surface (minimal exposure) and apply the principle of least
privilege.
Consider both technical and human vectors.

Memory aid: N A A S P C I — Network, Application, Endpoint, Social, Physical, Cloud,


Insider.

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.

3. Laws & Regulations to Prevent Cybercrime


(overview + important ones)
Guiding principle: Laws set what’s illegal and define penalties; they also inform
acceptable conduct for defenders and testers. Laws change — always cite current
local text for exam answers if required.

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.

How to answer law-related exam questions


State jurisdiction (India, UK, US, EU) — laws differ.
Mention key prohibited acts (unauthorized access, data theft, distribution of
malware).
Explain defender constraints: lawful testing requires consent; certain
remediations (for example, patching or accessing systems that belong to third
parties) can have legal consequences if done without authority.
Always append: check the latest amendments/case law — because statutes and
interpretations evolve.

Main points to remember


IT Act (India) — core national cyber law; CMA (UK) — unauthorized access; CFAA
(US) — broad anti-hacking statute; GDPR — data protection obligations.
For ethical hacking: consent is the legal firewall.
Regulations (like GDPR) impose breach-notification duties and data-protection
requirements — these drive technical 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.

Main points to remember

Threat modeling = asset-focused + architecture-aware.


STRIDE maps to mitigations (e.g., Spoofing → strong auth; Tampering →
integrity checks).
Identify trust boundaries—most misconfigurations appear there.

Mnemonic: S.T.R.I.D.E → map each letter to a mitigation during answers.

Related topics: secure design patterns, secure SDLC, privacy-by-design, risk


assessments.

Quick exam Qs

Walk through STRIDE for an online banking API and suggest mitigations.
Compare PASTA vs STRIDE in one paragraph.

5. Enterprise Security Architecture (ESA)


What it is (short): organizing security controls, processes, and governance across an
enterprise so systems are protected consistently.

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.

Main points to remember


Security must be architecture-level, not ad-hoc.
Zero Trust and segmentation → reduce blast radius.
Centralized logging + effective SOC = fast detection & response.

Memory aid: G I N E D A C S R — Governance, IAM, Network, Endpoint, Data, App,


Cloud, SOC, Resilience.

Related topics: enterprise risk management, DevSecOps, security architecture


frameworks (SABSA, TOGAF + security).

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

Phishing (email): credential harvest, malicious links/attachments.


Spear-phishing: targeted, researched emails aimed at specific individuals.
Vishing: voice/social calls to extract info or prompt action.
Smishing: SMS-based scams.
Pretexting: invented scenario (e.g., “IT support”) to get information/actions.
Baiting & quid pro quo: offering something (USB drive, help) to get data or
access.
Tailgating / piggybacking: physical entry by following authorized personnel.

Psychology & tactics


Urgency/scarcity: forces hasty decisions.
Authority: impersonating a senior/external vendor.
Reciprocity/friendliness: social leverage.
Fear/curiosity: click now or lose access.

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.

Main points to remember


Humans are the weakest link; training + technical controls together reduce risk.
MFA breaks credential replay from phishing in many cases.
Simulated attacks with feedback are effective learning tools.

7/27
Related topics: insider threat, awareness programs, incident response for social
engineering incidents.

Exam Qs

Describe 5 defenses against phishing and how each works conceptually.


Explain why MFA reduces but does not eliminate phishing risk.

7. Cyber Forensics
What it is (short): collecting, preserving, analyzing, and presenting digital evidence
in a way admissible in court.

Phases

1. Identification: detect potential evidence sources.


2. Preservation: isolate and preserve (forensic image, chain of custody).
3. Collection: capture disk images, memory dumps, logs, network captures.
4. Examination & analysis: timelines, file carving, artifact analysis, correlation.
5. Reporting: documented findings, reproducible methodology.
6. Presentation: expert testimony and exhibits.

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.

Tools & artefacts (conceptual)


Hashing for integrity (e.g., MD5/SHA family for proofs).
Timestamps, registry hives, browser histories, logs → timeline reconstruction.

8/27
Volatile data first (RAM) then disk (common rule).

Main points to remember


Preserve evidence integrity and document chain of custody strictly.
Volatile evidence (RAM, network) must be captured promptly.
Cloud/mobile introduce jurisdiction and access complications.

Related topics: incident response, legal procedure, malware analysis


(static/dynamic), SIEM.

Exam Qs

Outline the steps and legal considerations when seizing a suspect’s laptop.
Explain why memory forensics is time-sensitive.

8. Information Security Management System (ISMS)


What it is (short): structured set of policies and processes to manage information
risks, typically aligned to ISO/IEC 27001.

ISMS core elements

Scope & context: what’s covered and business drivers.


Leadership & policy: management commitment, security policy.
Risk assessment & treatment: identify assets, threats, vulnerabilities; decide
controls.
Controls implementation: Annex A/other frameworks (technical, procedural).
Training & awareness.
Monitoring & measurement: audits, KPIs, metrics.
Internal audit & management review.
Continuous improvement: Plan-Do-Check-Act (PDCA) cycle.

ISO/IEC 27001 (high-level)


Specifies requirements for establishing, implementing, maintaining and
improving an ISMS.
Certification shows compliance and maturity; Annex A provides control
objectives that organizations map to their risks.

Main points to remember


ISMS = systematic risk management process, not a checklist.

9/27
PDCA cycle: Plan (risk assessment), Do (implement controls), Check (monitor), Act
(improve).
Management buy-in is essential.

Related topics: SOC (System and Organization Controls), PCI-DSS (industry-specific),


NIST CSF (framework alternative), COBIT (governance).

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?

9. Quick Revision Sheet (one-page memory cheat)


Ethical hacking: Consent, scope, RoE — A.C.E.
Attack vectors: Network, App, Endpoint, Social, Physical, Cloud, Insider — N A A
S P C I.
Threat modelling: STRIDE → map to mitigations.
Enterprise security: Governance, IAM, segmentation, SOC, Zero Trust —
GINEDACSR.
Social engineering: Phishing, pretext, vishing — train + MFA + email controls.
Forensics: Identify → Preserve → Collect → Analyze → Report (hashes + chain of
custody).
ISMS: ISO27001, PDCA, risk-based controls.

10. Related topics you should study (brief list)


Cryptography basics: symmetric vs asymmetric, hashing, digital signatures, TLS
concepts.
Network fundamentals: TCP/IP, ports, subnetting, common protocols, NAT.
Web app security basics: authentication flows, sessions, OWASP Top 10
concepts (conceptual only).
Logging & monitoring: SIEM fundamentals, why good logs matter.
Incident Response (IR): playbooks, containment vs eradication, RACI for IR
teams.

10/27
Secure DevOps (DevSecOps): shift-left security, pipeline scanning, secrets
management.
Cloud security basics: IAM, shared responsibility model, cloud-native logging.

11. Study strategy & exam tips (sharp)


Understand concepts, don’t memorize commands. Exams test reasoning: e.g.,
“How to reduce phishing risk?” — combine technical + procedural answers.
When asked for controls, map them to risk/threat. E.g., for “spoofing” suggest
MFA and certificate pinning.
Practice diagrams. Draw a simple architecture and annotate trust boundaries —
likely exam task.
Use mnemonics above and make 1-page cheat-sheets for last-minute revision.
For laws: mention jurisdiction, core prohibited acts, and compliance implications
— cite IT Act/GDPR/ISO27001 if they fit your answer.

12. Sample high-value answers (model templates)


Q: “Describe threat modelling for a web application.”
Answer outline: define assets → draw data flow → identify trust boundaries →
apply STRIDE to each boundary → rate likelihood/impact → recommend
prioritized mitigations (auth, input validation, TLS, least privilege) → document
and re-evaluate after changes.
Q: “How does ISO 27001 help an enterprise?”
Answer outline: ISMS foundation for risk management; PDCA cycle; Annex A
controls; aids legal/regulatory compliance and third-party assurance; drives
continuous improvement.

13. Final checklist before the exam


Can you explain each of STRIDE letters and a mitigation for each? ✅
Can you list 6 attack vectors and an example defense for each? ✅
Can you outline ethics & RoE for a pen test? ✅
Can you state the broad purpose of IT Act, CMA, CFAA, GDPR and ISO27001
(jurisdiction + effect)? ✅ (remember to state jurisdiction in answers)

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

Video: Analogue and Digital Video, Recording Formats


and Standards (JPEG, MPEG H.261) Transmission of
Video Signals, Video Capture, and Computer based
Animation.

Synchronization, Storage models and Access


Techniques: Temporal relationships, synchronization
accuracy specification factors, quality of service,
Magnetic media, optical media, file systems
(traditional, multimedia) Multimedia devices - Output
devices, CD-ROM, DVD, Scanner, CCD

do the same for this

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.

1. Analogue and Digital Video


Analogue video
Continuous signal, amplitude/frequency variations represent brightness & color.
Examples: VHS, broadcast TV (PAL, NTSC, SECAM).
Problems: degradation (noise, distortion, loss with copies).

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?

2. Recording Formats and Standards


JPEG
Joint Photographic Experts Group — image compression standard (still images,
but used as I-frames in video).
Uses DCT (Discrete Cosine Transform), quantization, entropy coding.
Lossy but high compression ratio.

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

Explain differences between MPEG-1 and MPEG-2.


What role does JPEG play in digital video compression?

3. Transmission of Video Signals


Analog transmission: composite video, RF-modulated (TV broadcast).
Digital transmission: requires compression (MPEG-2/4, H.264).
Challenges: large bandwidth demand, latency, synchronization.
Techniques:
Streaming (real-time, requires buffering).
Download-and-play (stored before viewing).
Adaptive bitrate streaming (ABR — e.g., YouTube adjusts quality).

Main points

Video = high bandwidth → compression mandatory.


Real-time streaming needs low latency + QoS.
Packet loss leads to artifacts (blockiness, freeze).

Exam Qs
What are main challenges in transmitting video signals?
Distinguish streaming vs download-and-play.

4. Video Capture & Computer-based Animation


Video Capture
Camera (CCD/CMOS sensors) converts light → electrical → digital signals.
Capture card digitizes analog sources.
Compression applied during capture (hardware codecs, e.g., H.264).
Frame rate (fps), resolution, color depth determine quality.

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

Capture = digitization of light.


Animation = generated sequences (not recorded).
Motion capture bridges real movement and computer graphics.

Exam Qs

Explain role of CCD in video capture.


Compare traditional animation with computer-based animation.

5. Synchronization
Concept: Maintaining correct timing between multimedia streams (audio + video).

Temporal relationships

Intra-stream: ordering within one stream (e.g., video frames).


Inter-stream: synchronization between different streams (audio ↔ video lip-
sync).

Synchronization accuracy factors


Delay, jitter, clock drift, buffering.
Humans sensitive: audio/video mismatch > ~80 ms noticeable.

Quality of Service (QoS)


Ensures timely, reliable delivery of multimedia.
Parameters: latency, jitter, throughput, packet loss, synchronization accuracy.

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.

6. Storage Models and Access Techniques


Storage media

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

Converts physical documents/images to digital.


Flatbed, sheet-fed, handheld scanners.
Uses CCD or CIS (Contact Image Sensor).

CCD (Charge-Coupled Device)

Image sensor used in cameras & scanners.


Converts light → electronic charge.
High-quality, but power-hungry.
Alternative: CMOS sensor (modern cameras).

Main points

CD = ~700 MB, DVD = GBs, Blu-ray = 25+ GB.


Scanners + CCD = analog → digital.
Output devices must match multimedia requirements (high resolution, refresh
rate).

Exam Qs
Differentiate CD-ROM and DVD.
Explain working of CCD in scanners.

8. Quick Revision Sheet (one-page cheat)


Analog vs Digital Video: Continuous vs Discrete.
JPEG = images, MPEG = video, H.261 = conferencing.
Transmission: bandwidth-heavy → compression → streaming.
Capture: CCD/CMOS convert light → digital.
Animation: 2D/3D, keyframes, motion capture.
Synchronization: intra-stream vs inter-stream; QoS factors (latency, jitter).
Storage: magnetic, optical, solid-state; sequential vs random access.
Devices: CD (700MB), DVD (4.7–17 GB), CCD sensors, scanners.

9. Likely 5-mark / 10-mark exam questions


Compare analogue and digital video with suitable examples.
Explain MPEG compression process and its applications.
What is synchronization in multimedia? Differentiate intra- and inter-stream.

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

Which Azure service helps to deploy and manage


enterprise-level applications with hybrid cloud
architecture?

Which of the following is not a phase of cloud lifecycle


management?

What is a characteristic feature of multitenancy?

applications that includes Gmail, Google Calender,


Google Docs and others. Google Apps Cloud
Computing is a suite of

Azure storage is similar to what component of AWS


(Amazon Web Services)?

Describe the architecture of Microsoft Windows Azure


with suitable diagram.

Provide a brief explanation of what a Content Delivery


Network (CDN) is.

What are the advantages of Google Aggregation page?

What are the key phases involved in Cloud


Lifecycle Management?

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.

2. Which of the following is not a phase of cloud lifecycle management?


👉 Common phases are provisioning, monitoring, management, and
decommissioning. Anything outside this (e.g., “retailing” or “advertising”) is not part
of the lifecycle.

3. What is a characteristic feature of multitenancy?


👉 Multitenancy allows multiple customers (tenants) to share the same cloud
resources securely, while keeping each tenant’s data isolated and private.

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. Azure storage is similar to what component of AWS (Amazon Web Services)?


👉 Azure Storage is similar to Amazon S3 (Simple Storage Service), both providing
scalable object storage for unstructured data.

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)

7. Provide a brief explanation of what a Content Delivery Network (CDN) is.


👉 A Content Delivery Network (CDN) is a geographically distributed system of
servers that deliver web content, media, and applications to users based on their
location.
Reduces latency by serving content from the nearest server.
Improves website performance and availability.
Reduces bandwidth costs.
Provides better reliability and scalability.

8. What are the advantages of Google Aggregation page?


👉 Google Aggregation page collects and organizes different services in one place.
Advantages include:
Centralized access to Gmail, Docs, Calendar, etc.
Improved productivity as users can switch easily between apps.
Time-saving by integrating services in a single dashboard.
Better collaboration with team members using shared tools.
User-friendly interface to manage all Google services effectively.

9. What are the key phases involved in Cloud Lifecycle Management?


👉 Cloud Lifecycle Management typically has these phases:
20/27
1. Provisioning – Allocating and deploying cloud resources.
2. Monitoring – Tracking performance, availability, and usage.
3. Management/Optimization – Scaling, updating, and optimizing cost and
resources.
4. Decommissioning/Retirement – Removing or shutting down unused resources
securely.
✅ Together, these ensure effective governance, cost-efficiency, and security
across the cloud environment.

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.

Link to Azure Architecture Diagram


Here’s a useful source for Azure architecture diagrams and templates:
Microsoft’s official Azure Architecture Center — has many reference
architectures with diagrams.
Also, the [Link] Azure shape-library article shows updated shapes/templates
for Azure diagrams.

You can use those in your notes or recreate on paper using the components shown
there.

Improved Answers (5-9) — 5 Marks

5. Azure storage is similar to what component of AWS (Amazon Web Services)?


Azure Storage broadly corresponds to Amazon S3 (Simple Storage Service) in AWS.

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.

6. Describe the architecture of Microsoft Windows Azure with suitable diagram.


Azure (now Microsoft Azure) architecture can be viewed in layered components:
Regions & Availability Zones: Azure is globally distributed; data centers grouped
into regions; availability zones within regions for fault isolation.
Resource Groups & Subscriptions: Logical containers to organize services and
resources; helps with management and billing.
Compute Layer: Virtual Machines, App Services, Kubernetes, Functions − these
provide computing power to run apps.
Storage Layer: Blob, Table, Queue, File storage; durable storage for different
needs (objects, messages, structured data).
Networking Layer: Virtual Networks (VNets), Load Balancers, Gateways, Traffic
Manager, ExpressRoute for on-prem connectivity.
Management & Security: Identity (Azure Active Directory), Role-Based Access
Control (RBAC), monitoring & diagnostics, policy enforcement, key vault.
Fabric / Infrastructure Control Plane: The internal fabric controller that
manages hardware, allocation, scaling, health of physical and virtual resources.

(Diagram sketch would show user requests → front-end service → compute layer →
storage + networking + identity + monitoring → fabric / physical infrastructure)

7. Provide a brief explanation of what a Content Delivery Network (CDN) is.


A Content Delivery Network (CDN) is a geographically distributed network of
servers that cache and deliver content (web pages, images, videos, scripts) to users
from a server close to them. Key features:
Reduced latency: content served from nearby nodes → faster loading.
Load balancing: spreads traffic across many edge servers → avoids overloading
origin server.
Improved availability & redundancy: if one edge node fails, others can serve
content.

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.

8. What are the advantages of Google Aggregation page?


When you say “Google Aggregation page,” I assume you mean something like a
dashboard/portal which aggregates multiple Google services (Gmail, Docs, Calendar,
Drive, etc.) or aggregation of Google content. The advantages are:

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.

9. What are the key phases involved in Cloud Lifecycle Management?


Cloud Lifecycle Management includes several critical stages to ensure cloud
resources are used efficiently, securely, and cost-effectively:
1. Planning & Design: Define requirements (compute, storage, network), design
architecture, decide on regions, sizing, availability, resilience, cost estimation.
2. Provisioning / Deployment: Setting up cloud resources (VMs, databases,
networking), configuring access controls, setting up monitoring/security.
3. Monitoring & Operation: Observing performance metrics (latency, throughput),
uptime, usage, cost; logging & alerting; ensuring SLAs.
4. Optimization & Scaling: Adjust resources – scale up/down, rightsizing, cost
optimization (turn off unused services), load balancing. Also improving security
posture, patching, updates.

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

1. Entrepreneurship training is imparted in _________.

2. State one factor determining competitive advantage.

3. According to Schumpeter, an Entrepreneur is _______.

4. Mention one contribution of entrepreneurs to


society.

5. BCG stands for _____________.

6. Various diffusion/ adoption process.

7. Blue ocean strategy. Porter’s five forces model of


competition.

8. Divergent thinking vs. Convergent thinking.

9. Innovation? Techniques of creativity enhancement.

These are the questions fom project management.


Answer in the same format, first 5 1marks , next 4 q's
are of 5 marks.

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.

2. State one factor determining competitive advantage.


👉 Cost leadership (ability to deliver products/services at lower cost).
3. According to Schumpeter, an Entrepreneur is
👉 An innovator who introduces new combinations like products, processes,
markets, or methods.

4. Mention one contribution of entrepreneurs to society.


👉 Creation of employment opportunities.
5. BCG stands for
👉 Boston Consulting Group.

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.

7. Blue ocean strategy. Porter’s five forces model of competition.


Blue Ocean Strategy:
Focuses on creating uncontested market space instead of fighting in
crowded (“red ocean”) markets.
Differentiation + low cost = value innovation.

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.

8. Divergent thinking vs. Convergent thinking.

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.

9. Innovation? Techniques of creativity enhancement.


Innovation: The process of transforming creative ideas into practical,
marketable products, services, or processes that add value. It includes product,
process, business model, or social innovation.
Techniques of Creativity Enhancement:
1. Brainstorming – free flow of ideas without criticism.
2. Mind Mapping – visual representation of ideas to identify connections.
3. SCAMPER – Substitute, Combine, Adapt, Modify, Put to other use, Eliminate,
Reverse.
4. Six Thinking Hats (De Bono) – approaching problems from different
perspectives (facts, feelings, creativity, caution, benefits, process).
5. Lateral Thinking – breaking away from traditional logic to find novel
solutions.

26/27
👉 These techniques help individuals and teams generate and refine
innovative ideas.

Do you also want me to prepare mnemonics/short tricks for remembering


frameworks like Porter’s 5 forces and diffusion categories for exam recall?

27/27

You might also like