wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Security Architecture - 3.1 - 3.3

Total questions: 40

Worksheet time: 40mins

Name
Class
Date
1.

A company migrates its web applications to AWS Lambda functions to eliminate the need to manage servers. Which of the following architecture models is being implemented?

a)

A. Microservices

b)

B. Serverless

c)

C. Infrastructure as Code (IaC)

d)

D. Containerization

2.

Which security concern is most significant when using Infrastructure as Code (IaC)?

a)

A. Excessive physical access to data centers

b)

B. Misconfigured automated deployment templates

c)

C. Vendor lock-in from proprietary hardware

d)

D. Denial-of-service attacks on edge devices

3.

An organization uses both on-premises servers for sensitive data and cloud services for customer-facing apps. Which architecture is this?

a)

A. Private cloud

b)

B. Hybrid

c)

C. Community cloud

d)

D. Distributed microservice

4.

In a Responsibility Matrix (RACI) for cloud computing, which task is typically the customer’s responsibility?

a)

A. Physical security of data centers

b)

B. Patching the hypervisor

c)

C. Configuring network firewalls and access control lists (ACLs)

d)

D. Ensuring power redundancy

5.

Which of the following provides logical segmentation of resources within the same physical network?

a)

A. VLANs

b)

B. Air-gapping

c)

C. Physical firewalls

d)

D. Fiber channel zoning

6.

An organization deploys applications using containers like Docker. What is the primary security implication of this approach?

a)

A. Containers provide full isolation like separate VMs

b)

B. Vulnerabilities in the host kernel can affect all containers

c)

C. Containers cannot be used in a hybrid cloud

d)

D. Each container runs its own hypervisor

7.

In a software-defined networking (SDN) environment, which component poses a new potential attack surface?

a)

A. Centralized control plane

b)

B. Air-gapped network

c)

C. Network switches

d)

D. VLAN tags

8.

Which of the following best describes the security goal of air-gapped networks in industrial control systems (ICS)?

a)

A. Increase scalability

b)

B. Reduce power consumption

c)

C. Prevent external network access

d)

D. Improve data synchronization

9.

A manufacturing plant runs equipment using a real-time operating system (RTOS). What is a major security limitation of this environment?

a)

A. Frequent system reboots

b)

B. Inability to patch or update easily

c)

C. Lack of encryption support

d)

D. Poor compute performance

10.

Which of the following architectures most improves resilience and availability while potentially increasing cost and complexity?

a)

A. Single centralized data center

b)

B. Fully on-premises with no redundancy

c)

C. Distributed, high-availability multi-region design

d)

D. Containerization on a single host

11.

A security engineer places an intrusion prevention system (IPS) directly between the internal switch and the firewall. What device placement is this?

a)

A. Passive monitoring

b)

B. Out-of-band

c)

C. Inline

d)

D. Tap mode

12.

A data center’s external network segment hosts web servers accessible to the public, while internal segments host databases and applications. What security principle is being applied?

a)

A. Network redundancy

b)

B. Defense in depth

c)

C. Security zones and segmentation

d)

D. VLAN trunking

13.

An organization’s firewall is configured to block all traffic if it fails due to a software crash. Which failure mode is this configuration using?

a)

A. Fail-open

b)

B. Fail-closed

c)

C. Failover

d)

D. Redundant

14.

Which of the following devices should be used to provide secure remote administrative access to internal servers from untrusted networks?

a)

A. Jump server

b)

B. Proxy server

c)

C. Load balancer

d)

D. Web application firewall

15.

A network appliance that combines firewall, anti-malware, VPN, and content filtering capabilities is best described as:

a)

A. Next-generation firewall (NGFW)

b)

B. Web application firewall (WAF)

c)

C. Unified threat management (UTM)

d)

D. Application delivery controller

16.

An organization wants to secure communication between branch offices over the internet using encryption at the network layer. Which technology should be implemented?

a)

A. TLS

b)

B. IPSec

c)

C. SSH

d)

D. HTTPS

17.

Which port security mechanism enforces authentication before allowing devices to connect to a switch port?

a)

A. MAC filtering

b)

B. 802.1X

c)

C. VLAN tagging

d)

D. Port mirroring

18.

A company’s web-based CRM system is repeatedly targeted by SQL injection and cross-site scripting (XSS) attacks. Which control would best mitigate these threats?

a)

A. Unified Threat Management (UTM)

b)

B. Layer 3 Firewall

c)

C. Web Application Firewall (WAF)

d)

D. Load Balancer

19.

A security architect recommends using Secure Access Service Edge (SASE) for remote workers. What main benefit does SASE provide?

a)

A. Physical device redundancy

b)

B. Cloud-based convergence of networking and security functions

c)

C. Hardware-based VPN tunneling

d)

D. Network isolation through VLANs

20.

A network team uses SD-WAN to optimize branch connectivity and automatically route traffic through secure tunnels. What is the main security advantage?

a)

A. Eliminates the need for encryption

b)

B. Provides centralized control and policy enforcement

c)

C. Uses separate physical circuits per user

d)

D. Prevents malware execution at endpoints

21.

A healthcare organization must comply with laws governing the storage and transmission of patient information. What type of data is being protected?

a)

A. Trade secret

b)

B. Regulated data

c)

C. Intellectual property

d)

D. Financial data

22.

A company’s formula for a new product is stored in a secure server with limited access. What type of data does this represent?

a)

A. Legal information

b)

B. Intellectual property

c)

C. Trade secret

d)

D. Regulated data

23.

Which of the following data classifications typically requires the highest level of protection due to potential severe business impact if exposed?

a)

A. Public

b)

B. Confidential

c)

C. Restricted

d)

D. Critical

24.

Which data state is most at risk when it is actively being processed by an application in system memory?

a)

A. Data at rest

b)

B. Data in use

c)

C. Data in transit

d)

D. Data in cold storage

25.

A financial firm stores customer banking details in an encrypted database. What data state does this describe?

a)

A. Data in transit

b)

B. Data in use

c)

C. Data at rest

d)

D. Data on demand

26.

An organization replaces credit card numbers with randomly generated identifiers that can be mapped back only through a secure database. What technique is this?

a)

A. Hashing

b)

B. Masking

c)

C. Tokenization

d)

D. Obfuscation

27.

What is the main difference between hashing and encryption?

a)

A. Encryption is one-way, while hashing is reversible.

b)

B. Hashing is one-way, while encryption can be reversed with a key.

c)

C. Both use the same algorithm for integrity and confidentiality.

d)

D. Hashing is used only for data in transit.

28.

To comply with data sovereignty requirements, a company must ensure that:

a)

A. All data is encrypted before transmission.

b)

B. Data is stored and processed within the borders of a specific country.

c)

C. Data is always accessible via a cloud provider.

d)

D. Data is hashed before export.

29.

An organization hides specific characters of Social Security numbers when displaying them on-screen (e.g., –1234*). What method is being used?

a)

A. Obfuscation

b)

B. Masking

c)

C. Encryption

d)

D. Hashing

30.

Which control limits access to sensitive data by granting users only the minimum permissions required for their roles?

a)

A. Encryption

b)

B. Segmentation

c)

C. Permission restrictions

d)

D. Obfuscation

31.

To reduce the attack surface of sensitive data, an enterprise isolates the HR database from the rest of the internal network using a separate subnet. This is an example of:

a)

A. Masking

b)

B. Encryption

c)

C. Segmentation

d)

D. Obfuscation

32.

A multinational company uses geolocation-based restrictions to prevent login attempts from countries where it does not operate. What type of control is this?

a)

A. Encryption

b)

B. Geographic restriction

c)

C. Tokenization

d)

D. Data masking

33.

An organization’s web application runs on four servers behind a load balancer. One of the servers fails, but users continue to access the service with minimal disruption.

Which of the following BEST describes the configuration that enabled this?

a)

A. Active-passive clustering

b)

B. Load balancing for high availability

c)

C. Cold site redundancy

d)

D. Warm site failover

34.

A financial institution must recover operations within minutes of a data center outage, maintaining full transaction data synchronization.

Which site type BEST fulfills this requirement?

a)

A. Cold site

b)

B. Warm site

c)

C. Hot site

d)

D. Co-location site

35.

Why is geographic dispersion critical to resilience in security architecture?

a)

A. It reduces latency by locating all systems in one region.

b)

B. It prevents physical disasters from impacting multiple sites simultaneously.

c)

C. It ensures compliance by centralizing all data processing.

d)

D. It minimizes costs by consolidating infrastructure.

36.

An enterprise wants to minimize the risk that a single operating system vulnerability could compromise all services. Which approach BEST supports this goal?

a)

A. Implementing platform diversity across critical systems

b)

B. Consolidating systems on one OS for easier patching

c)

C. Using identical cloud images for all workloads

d)

D. Relying on perimeter firewalls for protection

37.

A multinational company uses multiple cloud providers for redundancy. Which of the following is the PRIMARY security challenge in this architecture?

a)

A. Reduced performance due to data duplication

b)

B. Increased risk of vendor lock-in

c)

C. Complexity in managing consistent security policies across platforms

d)

D. Limited geographic diversity

38.

Which of the following BEST defines continuity of operations?

a)

A. Regular software updates

b)

B. Maintaining essential business functions during and after an incident

c)

C. Rapid restoration of only IT systems

d)

D. Isolating infected systems to prevent spread

39.

During resilience planning, a company identifies that in case of disaster, only half of its IT staff can report to the recovery site. What aspect of capacity planning does this impact the MOST?

a)

A. Infrastructure

b)

B. Technology

c)

C. People

d)

D. Power

40.

A disaster recovery team walks through the recovery plan using a conference room scenario, discussing roles and procedures without executing systems. Which testing type is this?

a)

A. Simulation test

b)

B. Tabletop exercise

c)

C. Parallel processing test

d)

D. Full failover