Unit 5 - Practice Quiz

INT364

1 Which AWS service is primarily used for monitoring resources and applications, collecting metrics, logs, and setting alarms?

A. AWS CloudTrail
B. Amazon CloudWatch
C. AWS Config
D. Amazon Inspector

2 In Amazon CloudWatch, what is the default time period for metric data points stored at 1-minute resolution?

A. 1 hour
B. 15 days
C. 63 days
D. 15 months

3 You need to automatically terminate an EC2 instance if its CPU utilization remains below 10% for 24 hours. Which CloudWatch feature should you use?

A. CloudWatch Logs
B. CloudWatch Alarms
C. CloudWatch Events
D. CloudWatch Dashboards

4 Which component of AWS Auto Scaling allows you to define the template for the EC2 instances that will be launched?

A. Scaling Policy
B. Launch Configuration or Launch Template
C. Auto Scaling Group
D. Lifecycle Hook

5 What is the primary benefit of using an Auto Scaling Group?

A. It increases the size of the EBS volumes automatically.
B. It automatically registers domain names.
C. It ensures the correct number of EC2 instances are available to handle the load.
D. It automatically upgrades the operating system of EC2 instances.

6 Which Auto Scaling policy type adjusts the capacity of the group based on a specific metric value, such as keeping average CPU utilization at 50%?

A. Simple scaling
B. Step scaling
C. Target tracking scaling
D. Scheduled scaling

7 What happens when an EC2 instance in an Auto Scaling Group fails a health check?

A. The instance is rebooted.
B. The instance is terminated and replaced.
C. The instance is stopped and an alert is sent.
D. The instance is paused for debugging.

8 Which AWS Load Balancer operates at Layer 7 of the OSI model and is best suited for HTTP/HTTPS traffic?

A. Network Load Balancer
B. Classic Load Balancer
C. Application Load Balancer
D. Gateway Load Balancer

9 Which feature of an Application Load Balancer allows you to direct traffic to different target groups based on the URL path (e.g., /images vs. /api)?

A. Path-based routing
B. Host-based routing
C. Query string routing
D. Source IP routing

10 A Network Load Balancer (NLB) is capable of handling millions of requests per second with ultra-low latencies. At which OSI layer does it operate?

A. Layer 7
B. Layer 4
C. Layer 3
D. Layer 2

11 What mechanism does an Elastic Load Balancer use to ensure it only sends traffic to healthy instances?

A. Lifecycle hooks
B. Health checks
C. CloudWatch Alarms
D. Placement Groups

12 Which AWS service is a highly available and scalable cloud Domain Name System (DNS) web service?

A. AWS Direct Connect
B. Amazon Route 53
C. Amazon CloudFront
D. AWS Global Accelerator

13 In Route 53, which routing policy should be used to route traffic to the resource that provides the best performance for the user based on network round-trip time?

A. Simple routing
B. Latency routing
C. Failover routing
D. Weighted routing

14 Which Route 53 routing policy allows you to route traffic to multiple resources in proportions that you specify (e.g., 20% to test, 80% to prod)?

A. Failover routing
B. Geolocation routing
C. Weighted routing
D. Multivalue answer routing

15 What is the specific Route 53 record type used to map a domain name to an AWS resource (like an ELB or S3 bucket) that is free of charge to query?

A. CNAME Record
B. A Record
C. Alias Record
D. MX Record

16 Which service allows you to model and provision AWS resources using code (Infrastructure as Code)?

A. AWS OpsWorks
B. AWS CloudFormation
C. AWS Systems Manager
D. AWS CodeDeploy

17 What are the two file formats supported by AWS CloudFormation templates?

A. XML and JSON
B. JSON and YAML
C. YAML and HTML
D. Python and Node.js

18 In a CloudFormation template, which section allows you to pass values into your template at runtime?

A. Resources
B. Outputs
C. Parameters
D. Mappings

19 What happens if a CloudFormation stack creation fails by default?

A. It pauses and waits for manual intervention.
B. It retries indefinitely.
C. It automatically rolls back (deletes) the created resources.
D. It keeps the resources created so far.

20 Which CloudFormation feature allows you to preview the changes that will be made to a stack before applying them?

A. Drift Detection
B. Change Sets
C. Stack Policies
D. Nested Stacks

21 What is an AWS Quick Start?

A. A tutorial for learning AWS.
B. A graphical tool for creating VPCs.
C. Automated reference deployments built by AWS solutions architects and partners.
D. A script to start EC2 instances quickly.

22 Which CloudWatch feature would you use to store and search application log files?

A. CloudWatch Metrics
B. CloudWatch Logs
C. CloudWatch Events
D. CloudWatch Insights

23 How does Amazon Q Developer assist in the context of infrastructure automation?

A. It physically manages the data center hardware.
B. It generates, explains, and debugs code and CloudFormation templates via natural language.
C. It replaces the need for an AWS account.
D. It is a load balancing service.

24 You have an application that requires high availability across two Availability Zones. Which architecture should you choose?

A. One EC2 instance in one AZ.
B. Two EC2 instances in the same AZ.
C. An Auto Scaling Group spanning two AZs with a Load Balancer.
D. A single large EC2 instance with vertical scaling.

25 Which Route 53 routing policy is used for active-passive failover configurations?

A. Geolocation routing
B. Failover routing
C. Weighted routing
D. Simple routing

26 In CloudFormation, which intrinsic function is used to retrieve the value of an attribute from a resource in the template?

A. Fn::Ref
B. Fn::GetAtt
C. Fn::FindInMap
D. Fn::Join

27 Which metric is NOT collected by default in CloudWatch for EC2 instances and requires a custom agent?

A. CPU Utilization
B. Disk Read Operations
C. Memory Utilization
D. Network In/Out

28 What is 'Drift Detection' in the context of AWS CloudFormation?

A. Detecting when a stack is being deleted.
B. Detecting if actual resource configurations differ from the CloudFormation template.
C. Detecting latency in the network.
D. Detecting billing anomalies.

29 Which Load Balancer feature solves the problem of session data being lost when requests are routed to different instances?

A. Connection Draining
B. Sticky Sessions (Session Affinity)
C. Cross-Zone Load Balancing
D. SSL Offloading

30 Amazon Q Developer creates code suggestions based on:

A. Random algorithms.
B. Only the file currently open.
C. The context of the code in your IDE and natural language comments.
D. Strictly pre-defined templates only.

31 Which section of a CloudFormation template is mandatory?

A. Parameters
B. Resources
C. Outputs
D. Mappings

32 To reduce the startup time of instances in an Auto Scaling Group, what state can you put a 'warm' instance into using Lifecycle Hooks?

A. Terminated
B. Stopped
C. Hibernated
D. Standby

33 Which Route 53 policy lets you restrict content distribution based on the geographic location of your users?

A. Geolocation routing
B. Geoproximity routing
C. Latency routing
D. Multivalue answer routing

34 What is the purpose of 'Cross-Zone Load Balancing'?

A. To balance traffic between different regions.
B. To evenly distribute traffic across all registered instances in all enabled Availability Zones.
C. To prevent traffic from crossing Availability Zones.
D. To duplicate traffic to all zones for backup.

35 Which AWS service can trigger a CloudWatch Alarm if a specific text pattern is found in a log file?

A. CloudWatch Metric Filters
B. CloudWatch Events
C. CloudTrail
D. AWS Config

36 When using Auto Scaling with an Application Load Balancer, where should you register the instances?

A. Directly to the Load Balancer Listener.
B. To the Target Group associated with the Load Balancer.
C. To the Auto Scaling Group only; ASG registers them to the Target Group.
D. To the Route 53 Alias record.

37 In the context of Amazon Q Developer, what is 'Code Transformation'?

A. Converting JSON to YAML.
B. Upgrading and modernizing language versions (e.g., Java 8 to Java 17).
C. Encrypting source code.
D. Compressing code files.

38 Which CloudFormation intrinsic function allows you to join a list of strings together with a delimiter?

A. Fn::Join
B. Fn::Split
C. Fn::Sub
D. Fn::Select

39 What is the maximum retention period for CloudWatch Logs?

A. 1 year
B. 10 years
C. Indefinitely (Never expire)
D. 5 years

40 Which Route 53 feature checks the health of your resources and removes unhealthy records from DNS responses?

A. DNS Failover
B. Traffic Flow
C. Domain Registration
D. Resolver

41 What is a 'Cool-down period' in Auto Scaling?

A. The time required to install the OS.
B. A configurable setting to prevent the ASG from launching or terminating additional instances before the previous scaling activity takes effect.
C. The time an instance waits before accepting traffic.
D. The time taken to reboot an instance.

42 Which AWS CloudFormation concept is a container for AWS resources that you manage as a single unit?

A. Template
B. Stack
C. Set
D. Group

43 How do AWS Quick Starts differ from standard CloudFormation templates?

A. They do not use CloudFormation.
B. They are built by the community without testing.
C. They are vetted, gold-standard deployments for specific workloads designed by AWS and partners.
D. They only support EC2 instances.

44 Which dashboard type in CloudWatch allows you to combine metrics from multiple regions?

A. Regional Dashboard
B. Global Dashboard (Cross-Region)
C. VPC Dashboard
D. Local Dashboard

45 In Auto Scaling, what is 'Predictive Scaling'?

A. Scaling based on manual approval.
B. Scaling based on machine learning models that forecast daily and weekly patterns.
C. Scaling based on random intervals.
D. Scaling based on immediate CPU spikes only.

46 When defining a CloudFormation template, what is the 'Mappings' section used for?

A. To define inputs.
B. To map keys to corresponding named values (e.g., Region to AMI ID).
C. To output results.
D. To define resource dependencies.

47 What is the primary function of the Gateway Load Balancer (GWLB)?

A. To balance HTTP traffic.
B. To balance database queries.
C. To deploy, scale, and manage virtual appliances like firewalls and intrusion detection systems.
D. To route DNS queries.

48 How can Amazon Q Developer accelerate the onboarding of a new developer to a project?

A. By creating their IAM user accounts.
B. By providing code explanations and summarizing the functionality of the existing codebase.
C. By installing the IDE automatically.
D. By monitoring their screen time.

49 Which Route 53 routing policy is best for a website that requires users to be routed to a resource within a specific geographic area to satisfy data sovereignty laws?

A. Latency routing
B. Failover routing
C. Geoproximity routing
D. Geolocation routing

50 What is the CloudWatch 'Unified CloudWatch Agent' used for?

A. To watch movies on AWS.
B. To collect both metrics and logs from EC2 instances and on-premises servers.
C. To automate billing.
D. To manage user permissions.