Unit 3 - Practice Quiz

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

1 What is the primary definition of Amazon S3?

A. A file storage service
B. A block storage service
C. An object storage service
D. A relational database service

2 Which Amazon S3 storage class is best suited for data that is accessed frequently and requires low latency?

A. S3 Standard
B. S3 One Zone-IA
C. S3 Glacier
D. S3 Standard-IA

3 What is the durability guarantee provided by the Amazon S3 Standard storage class?

A. 99.9%
B. 99.999999999% (11 9s)
C. 99.99%
D. 99.0%

4 Which S3 storage class automatically moves objects between two access tiers based on changing access patterns?

A. S3 Standard
B. S3 Intelligent-Tiering
C. S3 Glacier Deep Archive
D. S3 Standard-IA

5 In Amazon S3, what is the maximum size of a single object?

A. 100 GB
B. 5 GB
C. 1 TB
D. 5 TB

6 Which S3 storage class stores data in a single Availability Zone and is less expensive than Standard-IA?

A. S3 Standard
B. S3 Intelligent-Tiering
C. S3 One Zone-IA
D. S3 Glacier

7 What is the primary use case for S3 Glacier Deep Archive?

A. Hosting static websites
B. Long-term data retention (10+ years) accessed rarely
C. Storing session data for web applications
D. Frequently accessed database backups

8 To enable faster file uploads to an S3 bucket from geographically dispersed users, which feature should be used?

A. S3 Versioning
B. S3 Select
C. S3 Transfer Acceleration
D. S3 Lifecycle Policies

9 What requirement must an S3 bucket name fulfill?

A. It must be unique within the region
B. It can contain uppercase letters
C. It must be unique within the user's account only
D. It must be unique across all AWS accounts globally

10 Which S3 feature allows you to define rules to automatically transition objects to cheaper storage classes or expire them?

A. S3 Versioning
B. S3 Lifecycle Policies
C. S3 Object Lock
D. Cross-Region Replication

11 When S3 Versioning is enabled, what happens if you upload a file with the same key (name) as an existing file?

A. The old file is moved to Glacier
B. Amazon S3 generates a new version ID for the uploaded object
C. The upload fails
D. The existing file is overwritten permanently

12 What object is created when you delete a file in a versioning-enabled S3 bucket without specifying a version ID?

A. A delete marker
B. A null version
C. An archived copy
D. A snapshot

13 Which feature creates a physical layer of security by requiring a second form of authentication to permanently delete an object version?

A. S3 Object Lock
B. MFA Delete
C. Bucket Policy
D. IAM Role

14 What is an Amazon Machine Image (AMI)?

A. A storage volume attached to an instance
B. A physical server in a data center
C. A virtual network definition
D. A template that contains the software configuration (OS, application server, etc.) required to launch an instance

15 Which category of AMIs is generally considered the safest and most reliable to use?

A. AWS Marketplace AMIs (Verified providers)
B. Community AMIs
C. My AMIs
D. Private AMIs shared by unknown accounts

16 Which EC2 instance family is optimized for compute-bound applications like high-performance web servers and batch processing?

A. T-series (General Purpose)
B. I-series (Storage Optimized)
C. R-series (Memory Optimized)
D. C-series (Compute Optimized)

17 Which EC2 instance type is ideal for applications that need high memory performance, such as in-memory databases?

A. Memory Optimized
B. Compute Optimized
C. General Purpose
D. Accelerated Computing

18 What is the primary characteristic of EC2 Spot Instances?

A. They are always the most expensive option
B. They offer unused EC2 capacity at a steep discount but can be interrupted
C. They provide dedicated physical hardware
D. They are reserved for a 1 or 3-year term

19 What is 'User Data' in the context of launching an EC2 instance?

A. The login credentials for the instance
B. The metadata tags attached to the instance
C. Scripts or commands entered during launch that run when the instance first boots
D. Data stored in the /home directory

20 What is the special IP address used to retrieve EC2 Instance Metadata from within the instance?

A. 127.0.0.1
B. 192.168.1.1
C. 169.254.169.254
D. 10.0.0.1

21 Which storage option is block-level storage that behaves like a physical hard drive attached to an EC2 instance?

A. Amazon Glacier
B. Amazon S3
C. Amazon EBS (Elastic Block Store)
D. Amazon EFS (Elastic File System)

22 What is a key availability constraint of an Amazon EBS volume?

A. It is locked to a specific Availability Zone
B. It is automatically replicated across all zones in a region
C. It can be attached to instances in any region
D. It can be accessed over the public internet directly

23 If you terminate an EC2 instance, what happens to the attached EBS root volume by default?

A. It is converted to a snapshot
B. It is archived to Glacier
C. It is preserved
D. It is deleted

24 Which EBS volume type is best for mission-critical low-latency or high-throughput workloads requiring sustained IOPS?

A. Provisioned IOPS SSD (io1/io2)
B. Cold HDD (sc1)
C. General Purpose SSD (gp2/gp3)
D. Throughput Optimized HDD (st1)

25 How can you back up an EBS volume?

A. By using S3 Object Lock
B. By taking a Snapshot
C. By converting it to an AMI
D. By copying the data to RAM

26 Which storage service is a fully managed file system that supports the Network File System (NFS) protocol and allows concurrent access from multiple EC2 instances?

A. Amazon S3
B. Amazon EBS
C. Amazon EFS
D. Amazon RDS

27 Unlike EBS, how does Amazon EFS handle storage capacity?

A. It requires manual resizing via the console
B. It is limited to 1 TB
C. It shrinks and grows automatically as you add/remove files
D. You must provision a fixed size

28 Regarding the Well-Architected Framework: Which pillar focuses on selecting the right instance type for the workload?

A. Performance Efficiency
B. Operational Excellence
C. Security
D. Reliability

29 How does using Spot Instances contribute to the 'Cost Optimization' pillar of the Well-Architected Framework?

A. They ensure 100% availability
B. They reduce costs for fault-tolerant, flexible workloads
C. They provide the highest performance
D. They eliminate the need for storage

30 Which security measure applies to the 'Security' pillar when managing EC2 instances?

A. Making all security groups open to 0.0.0.0/0
B. Turning off CloudWatch logs
C. Using the largest instance type available
D. Using IAM roles to grant permissions instead of hardcoding credentials

31 In the context of Reliability, what is the benefit of using an Auto Scaling Group with EC2?

A. It serves static content to users
B. It automatically encrypts data
C. It reduces the latency of S3 transfers
D. It ensures the correct number of instances are running to handle load and recover from failures

32 What is the maximum file size supported by Amazon S3?

A. 10 TB
B. 1 TB
C. Unlimited
D. 5 TB

33 Which tool can be used to physically migrate petabytes of data to Amazon S3 when internet transfer is too slow?

A. S3 Transfer Acceleration
B. AWS Direct Connect
C. AWS Snowball
D. Amazon Kinesis

34 A 'T3' EC2 instance utilizes what type of performance characteristic?

A. Burstable performance
B. Storage optimization
C. GPU acceleration
D. Fixed high performance

35 Which EC2 purchasing option allows you to reserve capacity for a 1 or 3-year term in exchange for a significant discount?

A. On-Demand
B. Spot Instances
C. Reserved Instances
D. Dedicated Hosts

36 To secure login access to a Linux EC2 instance, what must be created and downloaded during launch?

A. A Key Pair (.pem file)
B. An IAM Policy
C. A Security Group
D. A password file

37 Which storage service is region-resilient (stored across multiple AZs) by default?

A. Amazon S3 Standard
B. Amazon EBS
C. Instance Store
D. EBS Snapshots (prior to 2019)

38 What is 'Instance Store' (Ephemeral Storage)?

A. Permanent block storage
B. A database service
C. Temporary block-level storage located on disks physically attached to the host computer
D. A type of S3 bucket

39 EBS Multi-Attach allows you to attach a single io1/io2 volume to:

A. Multiple instances in different Regions
B. Instances and S3 buckets simultaneously
C. Multiple instances in the same Availability Zone
D. An infinite number of instances

40 Which S3 feature allows you to use SQL expressions to retrieve only a subset of data from an object?

A. S3 Select
B. S3 Inventory
C. S3 Glacier
D. S3 Intelligent-Tiering

41 If you need a static IP address for your EC2 instance that persists even if the instance is stopped and restarted, what should you use?

A. Private IP
B. Elastic IP
C. Public IP
D. Dynamic DNS

42 Which of the following is NOT a valid state for an S3 Lifecycle policy rule?

A. Expire (Delete)
B. Transition to Standard-IA
C. Transition to EBS
D. Transition to Glacier

43 In the context of EC2, what acts as a virtual firewall to control inbound and outbound traffic?

A. Security Group
B. Route Table
C. IAM Role
D. Network ACL

44 When launching an EC2 instance, which configuration determines the network location (subnet) of the instance?

A. Instance type selection
B. Storage configuration
C. Network settings / VPC configuration
D. AMI selection

45 Which storage class has the longest retrieval time (ranging from 12 to 48 hours)?

A. S3 Glacier Instant Retrieval
B. S3 Glacier Flexible Retrieval
C. S3 Standard
D. S3 Glacier Deep Archive

46 For a High Performance Computing (HPC) workload requiring low network latency between instances, which placement group strategy should be used?

A. Spread
B. Partition
C. Regional
D. Cluster

47 What is the main difference between stopping and terminating an EC2 instance?

A. Stopping deletes the instance; terminating saves it
B. Terminating pauses billing; stopping continues billing
C. There is no difference
D. Stopping keeps the EBS volume and instance ID; terminating deletes the instance permanently

48 Which S3 functionality allows you to host a client-side Single Page Application (SPA)?

A. Requester Pays
B. BitTorrent Support
C. S3 Transfer Acceleration
D. Static Website Hosting

49 If you want to ensure an EC2 instance runs on physical hardware dedicated to your use (for compliance or licensing), what option do you choose?

A. Reserved Instance
B. On-Demand Instance
C. Spot Instance
D. Dedicated Host

50 Applying the 'Operational Excellence' pillar to storage, what is a best practice?

A. Using Infrastructure as Code (IaC) to provision storage resources
B. Never monitoring storage usage
C. Using the most expensive storage tier to ensure safety
D. Manually deleting old files