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

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

A. 15 days
B. 1 hour
C. 15 months
D. 63 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 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. Lifecycle Hook
C. Auto Scaling Group
D. Launch Configuration or Launch Template

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

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

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. Step scaling
B. Target tracking 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 terminated and replaced.
B. The instance is rebooted.
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. Application Load Balancer
C. Classic 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. Query string routing
B. Host-based 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 7
D. Layer 4

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

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

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

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

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. A Record
B. Alias Record
C. CNAME Record
D. MX Record

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

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

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

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

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

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

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. Nested Stacks
B. Stack Policies
C. Drift Detection
D. Change Sets

21 What is an AWS Quick Start?

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

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

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

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

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

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

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

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

A. Failover routing
B. Simple routing
C. Weighted routing
D. Geolocation 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. 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 billing anomalies.
B. Detecting if actual resource configurations differ from the CloudFormation template.
C. Detecting when a stack is being deleted.
D. Detecting latency in the network.

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

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

30 Amazon Q Developer creates code suggestions based on:

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

31 Which section of a CloudFormation template is mandatory?

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

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

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

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

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

A. To evenly distribute traffic across all registered instances in all enabled Availability Zones.
B. To balance traffic between different regions.
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. CloudWatch Events
B. CloudTrail
C. AWS Config
D. CloudWatch Metric Filters

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

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

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

39 What is the maximum retention period for CloudWatch Logs?

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

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

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

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

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

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

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

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

A. They are vetted, gold-standard deployments for specific workloads designed by AWS and partners.
B. They only support EC2 instances.
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 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 define inputs.
C. To map keys to corresponding named values (e.g., Region to AMI ID).
D. To output results.

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

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

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 creating their IAM user accounts.
D. By installing the IDE automatically.

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