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. AWS Config
B. AWS CloudTrail
C. Amazon Inspector
D. Amazon CloudWatch

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

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

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 Events
B. CloudWatch Dashboards
C. CloudWatch Logs
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. Launch Configuration or Launch Template
B. Auto Scaling Group
C. Scaling Policy
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 upgrades the operating system of EC2 instances.
C. It ensures the correct number of EC2 instances are available to handle the load.
D. It automatically registers domain names.

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. Target tracking scaling
B. Step scaling
C. Simple scaling
D. Scheduled scaling

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

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

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 2
B. Layer 3
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. CloudWatch Alarms
C. Health checks
D. Lifecycle hooks

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

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

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. Weighted routing
C. Multivalue answer 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. Alias Record
B. MX Record
C. CNAME 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 CodeDeploy
C. AWS Systems Manager
D. AWS CloudFormation

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

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

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

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

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 pauses and waits for manual intervention.
D. It automatically rolls back (deletes) the created resources.

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

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

21 What is an AWS Quick Start?

A. A script to start EC2 instances quickly.
B. Automated reference deployments built by AWS solutions architects and partners.
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 Events
D. CloudWatch Insights

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

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

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. A single large EC2 instance with vertical scaling.
D. An Auto Scaling Group spanning two AZs with a Load Balancer.

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

A. Simple routing
B. Weighted 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::Join
B. Fn::GetAtt
C. Fn::FindInMap
D. Fn::Ref

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

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

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

A. Detecting latency in the network.
B. Detecting when a stack is being deleted.
C. Detecting if actual resource configurations differ from the CloudFormation template.
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. Cross-Zone Load Balancing
C. Sticky Sessions (Session Affinity)
D. SSL Offloading

30 Amazon Q Developer creates code suggestions based on:

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

31 Which section of a CloudFormation template is mandatory?

A. Mappings
B. Resources
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. Standby
B. Terminated
C. Hibernated
D. Stopped

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

A. Latency routing
B. Geoproximity routing
C. Multivalue answer routing
D. Geolocation 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 duplicate traffic to all zones for backup.
D. To prevent traffic from crossing Availability Zones.

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

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

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

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

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

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

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

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

39 What is the maximum retention period for CloudWatch Logs?

A. 1 year
B. Indefinitely (Never expire)
C. 5 years
D. 10 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. Resolver
D. DNS Failover

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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. Geolocation routing
C. Geoproximity routing
D. Latency 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 manage user permissions.
D. To automate billing.