Unit 3: Storage and Compute Services - Practice Quiz

INT364 — Cloud Architecture And Implementation-Ii 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 What is the primary definition of Amazon S3?

A. An object storage service
B. A file storage service
C. A block 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 Glacier
B. S3 Standard
C. S3 One Zone-IA
D. S3 Standard-IA

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

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

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

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

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

A. 5 TB
B. 100 GB
C. 5 GB
D. 1 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 One Zone-IA
C. S3 Glacier
D. S3 Intelligent-Tiering

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

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

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

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

9 What requirement must an S3 bucket name fulfill?

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

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 existing file is overwritten permanently
D. The upload fails

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. An archived copy
C. A null version
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. IAM Role
B. S3 Object Lock
C. MFA Delete
D. Bucket Policy

14 What is an Amazon Machine Image (AMI)?

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

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

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

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

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

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

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

18 What is the primary characteristic of EC2 Spot Instances?

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

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

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

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

A. 192.168.1.1
B. 10.0.0.1
C. 169.254.169.254
D. 127.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 EBS (Elastic Block Store)
B. Amazon S3
C. Amazon Glacier
D. Amazon EFS (Elastic File System)

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

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

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 deleted
D. It is preserved

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

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

25 How can you back up an EBS volume?

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

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 RDS
C. Amazon EFS
D. Amazon EBS

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

A. It requires manual resizing via the console
B. It shrinks and grows automatically as you add/remove files
C. It is limited to 1 TB
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. Operational Excellence
B. Performance Efficiency
C. Security
D. Reliability

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

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

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

A. Turning off CloudWatch logs
B. Making all security groups open to 0.0.0.0/0
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 reduces the latency of S3 transfers
B. It serves static content to users
C. It automatically encrypts data
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. Unlimited
B. 5 TB
C. 1 TB
D. 10 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 Snowball
C. AWS Direct Connect
D. Amazon Kinesis

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

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

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. Reserved Instances
C. Dedicated Hosts
D. Spot Instances

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

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

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

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

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

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

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

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

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. Public IP
B. Elastic IP
C. Dynamic DNS
D. Private IP

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

A. Transition to Standard-IA
B. Transition to EBS
C. Expire (Delete)
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. IAM Role
C. Route Table
D. Network ACL

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

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

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

A. S3 Glacier Instant Retrieval
B. S3 Standard
C. S3 Glacier Flexible Retrieval
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. Cluster
B. Regional
C. Spread
D. Partition

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

A. Stopping deletes the instance; terminating saves it
B. There is no difference
C. Terminating pauses billing; stopping continues billing
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. S3 Transfer Acceleration
B. BitTorrent Support
C. Requester Pays
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. Spot Instance
B. Reserved Instance
C. Dedicated Host
D. On-Demand Instance

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

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