CH14 Assessment Flashcards

1
Q

What consists of columns and rows of numerical or text data?

A

Relational Database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Your database has grown over time, you need to improve query performance. What should you do? (Choose Two)

A. Perform a Database Dump
B. Create a Foreign Key
C. Create an Index for Queried Data
D. Remove Infrequently Accessed Data

A

C. Create an Index for Queried Data

D. Remove Infrequently Accessed Data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Greg needs to remove a customer’s information completely from a table. Which command should he use?

A

DELETE (Data)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following descriptions best describes the type of structure that stores values as blobs?

A. Key/Value Database
B. Rational Database
C. Document Database
D. Non-Relational Database

A

A. Key/Value Database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which unit of measurement relates to disk throughput?

A

IOPS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What statement regarding NoSQL database is Correct? (Choose Two)

A. Each row can store different types of Data.
B. They are less scalable than relational databases.
C. Each row must store the same type of data.
D. They are more scalable than Relational Databases.

A

A. Each row can store different types of data.

D. They are more scalable than relational databases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You have configured a database in the headquarters office located in Houston, Texas. Users in Eastern Canada complain about slow query access to the database, while Texas users enjoy fast performance. What should you do?

A. Create an Index
B. Create a Foreign Key
C. Place a Read Replica in Eastern Canada
D. Place a Writable Replica in Eastern Canada

A

C. Place a Read Replica in Eastern Canada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Peter is accessing a database using JDBC connection. Which of the following terms best describes that type of access he is using?

A. User Interface/Utility Access
B. Query/Report Builder
C. Direct/Manual Access
D. Programmatic Access

A

C. Direct/Manual Access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

You have created a Relational Database. Which of the following elements uniquely identifies a record in the database?

A. Schema
B. Primary Key
C. Field
D. Foreign Key

A

B. Primary Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

An employee at your office just got married and changed their last name. Which command do you use to change their last name in the employee database?

A

UPDATE (Data)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which type of Database does NOT use a Rigid Schema?

A

NoSQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following statements most accurately describes what a Primary Key refers to?

A. Field in a Table
B. Table in a Schema
C. Schema in a Database
D. Record in a Table

A

A. Field in a Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You have increased the amount of RAM available for your cloud-based database instance. Which term describes this action?

A

Scaling UP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You have increased the number of compute nodes for your cloud-based database instance. Which term describes this action?

A

Scaling OUT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A school has a database with four TABLES, but it needs a fifth table. Which command is used to accomplish this task?

A

CREATE (Tables)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Laura, your manager, instructs you to remove a TABLE from a database permanently. Which command should you use?

A

DROP (Table)

17
Q

Michael, an administrator, needs to add a column to an existing table. Which command should he use?

A

ALTER (Table)

18
Q

Joe creates a database. What does he need to do next to make it Usable?

A

Import Data

19
Q

A medical office needs to create a solution to manage patient records. They have about 10,000 patients and 8 staff, they want to include notes from medical professionals, emails to and from patients, and images such as x-rays. What should they create?

A. Spreadsheet
B. Relational Database
C. NON-Relational Database
D. Primary Key

A

C. NON-Relational Database

20
Q

Henry wants to understand which of his customers has purchased part number BC8. Which command should he use?

A

SELECT (Data)

21
Q

What is another term used to refer to a Field?

A. Row
B. Foreign Key
C. Column
D. Collection

A

C. Column

22
Q

A user, Ann, is granted permissions to access a database. What is this an example of?

A. Direct/Manual Access
B. Data Collection
C. Data Manipulation
D. Data Definition

A

D. Data Definition

23
Q

A database developer is working on generating queries. If the developer needs to ensure that the output of the query has data persistence, to where should the data be written?

A. CPU
B. Cache
C. SSD
D. RAM

A

C. SSD

24
Q

Rachel, a database administrator, has created a database for her website. It contains pictures of vacations that people have uploaded. In the database, pictures have associated information about who uploaded them and the date. What is this an example of?

A. Semi-Structured Data
B. Structured Data
C. Schema Definition
D. Non-Structured Data

A

A. Semi-Structured Data

25
Q

You have an address book for a small business with contact info for about 100 clients. The address book is used by 2 people. Which solution should you use to store the data?

A. Relational Database
B. Non-Relational Database
C. Word Processing Software
D. Spreadsheet

A

D. Spreadsheet