Unit 4 - Practice Quiz

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

1 Which of the following best describes the primary use case for a Relational Database Management System (RDBMS) in the cloud?

A. Managing complex relationships with structured data and schemas
B. Storing simple key-value pairs with flexible schemas
C. Storing unstructured media files like images and videos
D. High-speed ingestion of time-series telemetry data

2 In the context of Amazon RDS, what is the primary responsibility of AWS under the Shared Responsibility Model?

A. Optimizing application SQL queries
B. Designing the database schema
C. Managing database users and permissions
D. OS patching and hardware maintenance

3 Which Amazon RDS feature provides a fully managed, highly available database proxy that manages thousands of concurrent connections to relational databases?

A. Amazon RDS Multi-AZ
B. Amazon RDS Proxy
C. Amazon ElastiCache
D. AWS Global Accelerator

4 When configuring Amazon RDS, which deployment option should be selected to ensure high availability and automatic failover during a hardware outage?

A. Single-AZ Deployment
B. Read Replica
C. Cross-Region Snapshot
D. Multi-AZ Deployment

5 Which of the following database engines is NOT available as a managed service within Amazon RDS?

A. MariaDB
B. IBM Db2
C. PostgreSQL
D. Oracle

6 What happens to the I/O operations of a Single-AZ Amazon RDS instance during a database snapshot?

A. The database shuts down completely
B. There is no impact on I/O operations
C. I/O operations are suspended briefly while the backup is initiated
D. The database switches to read-only mode

7 To improve the read performance of a heavy read-intensive application using Amazon RDS, which feature should be implemented?

A. Increase the instance size
B. Use Amazon S3 for storage
C. Create Read Replicas
D. Enable Multi-AZ deployment

8 What is the maximum retention period for Amazon RDS automated backups?

A. 14 days
B. 35 days
C. 7 days
D. 90 days

9 Which Amazon RDS feature allows you to revert the database to any specific second during the retention period?

A. Snapshot Restore
B. Lazy Loading
C. Atomic Rollback
D. Point-in-Time Recovery

10 Amazon DynamoDB is best categorized as which type of database?

A. Relational Database
B. Key-Value and Document Database
C. Time-Series Database
D. Graph Database

11 Which Amazon Aurora feature allows the database to automatically start up, shut down, and scale capacity based on application needs?

A. Aurora Global Database
B. Aurora Parallel Query
C. Aurora Multi-Master
D. Aurora Serverless

12 A developer needs to store session state data that requires sub-millisecond latency. Which AWS service is best suited for this?

A. Amazon ElastiCache
B. Amazon RDS
C. Amazon Neptune
D. Amazon Redshift

13 When migrating a schema from a proprietary database (like Oracle) to an open-source engine (like PostgreSQL) on AWS, which tool assists in converting the schema?

A. AWS Storage Gateway
B. AWS Schema Conversion Tool (SCT)
C. AWS Database Migration Service (DMS)
D. AWS DataSync

14 Which AWS service is specifically designed for analyzing relationships between highly connected data, such as social networks?

A. Amazon Neptune
B. Amazon Aurora
C. Amazon Timestream
D. Amazon DynamoDB

15 What is the primary difference between Amazon RDS Multi-AZ and Read Replicas regarding data replication?

A. Both use synchronous replication
B. Multi-AZ uses asynchronous replication; Read Replicas use synchronous replication
C. Multi-AZ uses synchronous replication; Read Replicas use asynchronous replication
D. Both use asynchronous replication

16 In Amazon DynamoDB, which capacity mode is best suited for unpredictable workloads with sudden traffic spikes?

A. Provisioned Capacity
B. Reserved Capacity
C. Fixed Capacity
D. On-Demand Capacity

17 Which Well-Architected principle is applied when using Amazon RDS IAM Authentication instead of hardcoded database passwords?

A. Security
B. Performance Efficiency
C. Sustainability
D. Cost Optimization

18 Which AWS database service is serverless, fully managed, and specifically designed for time-series data?

A. Amazon DocumentDB
B. Amazon Timestream
C. Amazon QLDB
D. Amazon Redshift

19 A company requires a database that provides an immutable, cryptographically verifiable log of data changes. Which service should they choose?

A. Amazon Aurora
B. Amazon QLDB
C. Amazon RDS
D. Amazon DynamoDB

20 When performing a heterogeneous database migration using AWS DMS, what role does the Replication Instance play?

A. It acts as the final database server
B. It connects to source and target to facilitate data transfer
C. It stores the long-term backup
D. It converts the schema

21 Which feature of Amazon Aurora allows it to create a clone of a production database in seconds without copying the data initially?

A. Backtrack
B. Parallel Query
C. Global Database
D. Database Cloning

22 To encrypt Amazon RDS data at rest, what service is integrated with RDS?

A. AWS KMS (Key Management Service)
B. AWS Shield
C. AWS WAF
D. AWS Certificate Manager

23 What is the result of promoting an Amazon RDS Read Replica?

A. It is deleted immediately
B. It becomes a backup archive
C. It replaces the original Multi-AZ standby
D. It becomes a standalone primary DB instance

24 Which Amazon DynamoDB feature enables in-memory caching for read-heavy workloads, reducing latency from milliseconds to microseconds?

A. Point-in-Time Recovery
B. DynamoDB Streams
C. Global Tables
D. DAX (DynamoDB Accelerator)

25 Under the Well-Architected Framework's 'Reliability' pillar, how does Amazon Aurora store data?

A. Two copies in one Availability Zone
B. One copy in S3
C. Six copies across three Availability Zones
D. Three copies across two Availability Zones

26 Which option allows a database administrator to securely manage database credentials without embedding them in application code?

A. AWS Secrets Manager
B. RDS Parameter Groups
C. EC2 User Data
D. Amazon S3 Buckets

27 Which AWS database service is fully compatible with MongoDB workloads?

A. Amazon Neptune
B. Amazon DocumentDB
C. Amazon DynamoDB
D. Amazon Redshift

28 For a global application requiring low-latency local reads and writes in multiple regions, which DynamoDB feature is appropriate?

A. Read Replicas
B. DynamoDB Global Tables
C. Cross-Region Replication
D. VPC Endpoints

29 When migrating a database using AWS DMS, what is 'CDC'?

A. Complete Database Creation
B. Continuous Data Copy
C. Change Data Capture
D. Cloud Database Connector

30 Which RDS feature allows you to control the parameters and configuration settings that apply to a DB instance?

A. DB Option Groups
B. DB Subnet Groups
C. DB Parameter Groups
D. DB Security Groups

31 What is the recommended method to allow an EC2 instance to connect to an RDS database within a VPC?

A. Allow the EC2 Security Group ID in the RDS Security Group inbound rules
B. Use a public IP address
C. Allow 0.0.0.0/0 in the RDS Security Group
D. Configure VPC Peering

32 Which database service is a Petabyte-scale data warehouse used for Online Analytical Processing (OLAP)?

A. Amazon Aurora
B. Amazon DynamoDB
C. Amazon Redshift
D. Amazon RDS

33 In the context of 'Cost Optimization', what is a benefit of using Amazon Aurora I/O-Optimized configuration?

A. It reduces the cost of data transfer out to the internet
B. It provides free reserved instances
C. It offers predictable pricing for write-heavy applications by removing I/O charges
D. It eliminates storage costs entirely

34 Which AWS service allows you to run Apache Cassandra workloads with a managed serverless experience?

A. Amazon Neptune
B. Amazon ElastiCache
C. Amazon RDS for Cassandra
D. Amazon Keyspaces

35 What happens to the automated backups of an RDS instance if the instance is deleted without a final snapshot?

A. They are deleted immediately
B. They are archived to Glacier
C. They are kept for 7 days
D. They are converted to manual snapshots

36 How does Amazon DynamoDB Streams facilitate event-driven architectures?

A. By balancing load across regions
B. By sending emails via SES
C. By directly querying S3
D. By capturing a time-ordered sequence of item-level modifications

37 Which mechanism ensures that an RDS database is deployed in a private network and not accessible from the public internet?

A. Using IAM Users
B. Deploying in a Private Subnet without a Public IP
C. Enabling Multi-AZ
D. Deploying in a Public Subnet with an Internet Gateway

38 When applying 'Performance Efficiency' to a database layer, what does 'Selection' refer to?

A. Selecting the region with the most availability zones
B. Selecting the cheapest option
C. Choosing the right database engine (SQL vs NoSQL) for the workload
D. Selecting the backup retention period

39 What is the primary function of a DB Subnet Group in Amazon RDS?

A. To specify which Availability Zones and subnets the DB instance can use
B. To define the firewall rules
C. To group databases for billing
D. To manage database passwords

40 Which Amazon RDS engine supports the 'Backtrack' feature to rewind the database cluster to a specific time without restoring from a backup?

A. Amazon RDS for MariaDB
B. Amazon RDS for SQL Server
C. Amazon Aurora MySQL
D. Amazon RDS for Oracle

41 For a read-heavy workload on DynamoDB, which error indicates that the provisioned throughput has been exceeded?

A. ProvisionedThroughputExceededException
B. ItemNotFoundException
C. HTTP 500 Internal Server Error
D. AccessDeniedException

42 Which tool can efficiently move large amounts of data (Exabytes) from on-premises to AWS offline, useful for initial large-scale database migrations?

A. AWS VPN
B. AWS DMS
C. AWS Direct Connect
D. AWS Snowmobile

43 In terms of connection management, what is a 'Connection Storm'?

A. A loss of internet connectivity
B. Replication lag increasing
C. A sudden spike in the number of connection requests to the database
D. A firewall blocking all connections

44 Which scaling strategy involves changing the instance type of an RDS database (e.g., from t3.medium to r5.large)?

A. Horizontal Scaling
B. Sharding
C. Vertical Scaling
D. Diagonal Scaling

45 What is the purpose of the 'Primary Key' in Amazon DynamoDB?

A. To define the table schema
B. To link to other tables
C. To encrypt the table
D. To uniquely identify each item in the table

46 When migrating a database to AWS, which strategy involves moving the application and database with minimal changes?

A. Retiring
B. Re-platforming
C. Re-hosting (Lift and Shift)
D. Re-architecting

47 Which Aurora feature allows a single database to span multiple AWS Regions with low-latency replication?

A. Aurora Global Database
B. Aurora Serverless
C. Aurora Multi-Master
D. Cross-Region Snapshots

48 How does Amazon RDS Storage Auto Scaling work?

A. It deletes old data to make room
B. It compresses data automatically
C. It automatically increases the storage size when free space runs low
D. It adds Read Replicas when storage is full

49 Which of the following is NOT a benefit of using managed database services like RDS over self-managed databases on EC2?

A. Full control over the operating system kernel
B. High availability setup ease
C. Automatic software patching
D. Automated backups

50 When utilizing Amazon Redshift for data warehousing, what is the role of 'Spectrum'?

A. To manage user access
B. To encrypt data
C. To query data directly in Amazon S3 without loading it into Redshift
D. To backup data to Glacier