Unit 5 - Practice Quiz

INT364 50 Questions
0 Correct 0 Wrong 50 Left
0/50

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

A. Amazon CloudWatch
B. AWS CloudTrail
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. 63 days
C. 15 months
D. 15 days

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 Events
C. CloudWatch Dashboards
D. CloudWatch Alarms

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

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

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

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

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. Scheduled scaling
B. Step scaling
C. Simple scaling
D. Target tracking 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 paused for debugging.
D. The instance is stopped and an alert is sent.

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

A. Application Load Balancer
B. Classic Load Balancer
C. Network 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. Host-based routing
B. Query string routing
C. Source IP routing
D. Path-based 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 3
B. Layer 2
C. Layer 4
D. Layer 7

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

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

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

A. Amazon Route 53
B. AWS Direct Connect
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. Latency routing
B. Weighted routing
C. Failover routing
D. Simple 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. Multivalue answer routing
C. Weighted routing
D. Geolocation 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. Alias Record
C. MX Record
D. A Record

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

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

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

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

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

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

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

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

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. Nested Stacks
D. Stack Policies

21 What is an AWS Quick Start?

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

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

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

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 is a load balancing service.
D. It replaces the need for an AWS account.

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

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

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

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

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

A. Fn::GetAtt
B. Fn::Ref
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. Disk Read Operations
B. CPU Utilization
C. Network In/Out
D. Memory Utilization

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

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

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

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

30 Amazon Q Developer creates code suggestions based on:

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

31 Which section of a CloudFormation template is mandatory?

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

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. Standby
C. Hibernated
D. Stopped

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

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

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

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

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

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

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

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

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

A. Encrypting source code.
B. Converting JSON to YAML.
C. Upgrading and modernizing language versions (e.g., Java 8 to Java 17).
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::Sub
C. Fn::Select
D. Fn::Split

39 What is the maximum retention period for CloudWatch Logs?

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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. Failover routing
B. Geoproximity routing
C. Geolocation routing
D. Latency routing

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

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