Kyle Peterson
Test por , creado hace más de 1 año

Quiz 4 given during Fall 2020 for CIS 440 at Minnesota State University, Mankato.

6
0
0
Kyle Peterson
Creado por Kyle Peterson hace más de 3 años
Cerrar

MNSU CIS 440 Fall 2020 Quiz 4

Pregunta 1 de 35

1

Cursors are created using the DECLARE statement.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 2 de 35

1

What are the common threats to database security?

Selecciona una de las siguientes respuestas posibles:

  • Disgruntled employees

  • Natural disasters

  • Technical failures

  • Poor physical security

  • b, c, and d

  • All of the above

Explicación

Pregunta 3 de 35

1

Which law regulates the privacy and security of healthcare data?

Selecciona una de las siguientes respuestas posibles:

  • HIPPA

  • FERPA

  • GLB

  • Patriot Act

Explicación

Pregunta 4 de 35

1

Which law regulates privacy and security of student data?

Selecciona una de las siguientes respuestas posibles:

  • HIPPA

  • FERPA

  • GLB

  • Patriot Act

Explicación

Pregunta 5 de 35

1

The following method actually creates a new table when you insert data into a table.

Selecciona una de las siguientes respuestas posibles:

  • INSERT INTO

  • SELECT INTO

  • UPDATE

  • None of the above

Explicación

Pregunta 6 de 35

1

Which one of the following changes the structure of the database?

Selecciona una de las siguientes respuestas posibles:

  • UPDATE

  • ALTER

  • CHANGE

  • RENAME

Explicación

Pregunta 7 de 35

1

Unlike stored procedures, triggers are executed only when a user or application attempts to modify data.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 8 de 35

1

Which one is the most common type of trigger?

Selecciona una de las siguientes respuestas posibles:

  • AFTER

  • INSTEAD OF

  • CLR

  • BEFORE

Explicación

Pregunta 9 de 35

1

What do triggers enforce?

Selecciona una de las siguientes respuestas posibles:

  • Data integrity

  • Referential integrity

  • Business Rules

  • All of the above

  • a and b only

Explicación

Pregunta 10 de 35

1

Which one of the following is not generally classified as "restricted data" in public organizations?

Selecciona una de las siguientes respuestas posibles:

  • Aggregate crime incidence data

  • Social Security numbers

  • Identifiable human subject research data

  • Credit card data

  • None of the above as all are examples of restricted data

Explicación

Pregunta 11 de 35

1

An organization should avoid disclosing an incidence of public data breach.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 12 de 35

1

Which one of the following is NOT related to protecting data centers physically?

Selecciona una de las siguientes respuestas posibles:

  • Video surveillance system

  • Environmental monitoring

  • Theft mitigation system

  • Firewalls

Explicación

Pregunta 13 de 35

1

A special local network configuration designed to improve security by segregating computers on each side of a firewall is called _________.

Selecciona una de las siguientes respuestas posibles:

  • Firewall perimeter

  • IDS

  • DMZ

  • Extranet

Explicación

Pregunta 14 de 35

1

Which law is related to protecting credit card data?

Selecciona una de las siguientes respuestas posibles:

  • HIPPA

  • FERPA

  • PCI-DSS

  • GLB

Explicación

Pregunta 15 de 35

1

Which transaction property ensures that the schedule for the concurrent execution of several transactions should yield consistent results?

Selecciona una de las siguientes respuestas posibles:

  • Atomicity

  • Consistency

  • Isolation

  • Durability

  • Serializability

Explicación

Pregunta 16 de 35

1

Which one is a special DBMS table that contains a description of all the database transactions by the DBMS?

Selecciona una de las siguientes respuestas posibles:

  • tempdb

  • master

  • scheduler

  • transaction log

Explicación

Pregunta 17 de 35

1

If concurrency control is not maintained, which one of the following problems is least likely to occur?

Selecciona una de las siguientes respuestas posibles:

  • Lost updates

  • Uncommitted date

  • Inconsistent retrievals

  • Database login issues

Explicación

Pregunta 18 de 35

1

Which lock granularity is meant for a disk block of fixed size?

Selecciona una de las siguientes respuestas posibles:

  • Table-Level

  • Database-Level

  • Page-Level

  • Field-Level

Explicación

Pregunta 19 de 35

1

Which lock granularity is less likely to negatively affect concurrency of the database?

Selecciona una de las siguientes respuestas posibles:

  • Database-Level

  • Table-Level

  • Field-Level

  • Page-Level

Explicación

Pregunta 20 de 35

1

Which one of the following is NOT true about data lakes?

Selecciona una de las siguientes respuestas posibles:

  • They are meant for primarily unstructured data.

  • They require schema on write.

  • They need distributed file system.

  • None of the above

Explicación

Pregunta 21 de 35

1

Which one of the following is true about data warehouses?

Selecciona una de las siguientes respuestas posibles:

  • They require schema on write.

  • They require schema on read.

  • They are schema-less.

  • They are key-value pairs.

Explicación

Pregunta 22 de 35

1

Which one of the following statements is NOT true about data warehouses (DWs)?

Selecciona una de las siguientes respuestas posibles:

  • They are historical repository of data.

  • They use normalization to reduce data duplication.

  • Batch updates are common with DWs.

  • They use the multi-dimensional cubes to store data.

Explicación

Pregunta 23 de 35

1

The smallest detail in a warehouse is known as:

Selecciona una de las siguientes respuestas posibles:

  • dimension

  • fact

  • grain

  • key-value pair

Explicación

Pregunta 24 de 35

1

A historical data repository for marketing data:

Selecciona una de las siguientes respuestas posibles:

  • data warehouse

  • data lake

  • data mart

  • metadata

Explicación

Pregunta 25 de 35

1

Which one of the following is focused on consistent data definitions across an organization?

Selecciona una de las siguientes respuestas posibles:

  • Master data

  • Metedata

  • Grain

  • Fact

Explicación

Pregunta 26 de 35

1

The change of customer address is an example of the following type dimension in a DW.

Selecciona una de las siguientes respuestas posibles:

  • SCD 0

  • SCD 1

  • SCD 2

  • SCD 25

Explicación

Pregunta 27 de 35

1

The fact table maintains one-to-many relations with all the dimension tables in:

Selecciona una de las siguientes respuestas posibles:

  • snowflake schema

  • star schema

  • galaxy schema

  • star cluster schema

Explicación

Pregunta 28 de 35

1

Which module in the SQL Server is used for creating OLAP cubes?

Selecciona una de las siguientes respuestas posibles:

  • SQL Server MDM

  • SQL Server Analysis Services

  • SQL Server Integration Services

  • SQL Server Data Transformation Services (DTS)

  • SQL Server Reporting Services

Explicación

Pregunta 29 de 35

1

Which one of the following statements is INCORRECT?

Selecciona una de las siguientes respuestas posibles:

  • If you are encrypting lots of data, you should encrypt the data using a symmetric key, and encrypt the symmetric key with an asymmetric key.

  • If you are encrypting lots of data, you should encrypt the data using an asymmetric key, and encrypt the asymmetric key with a symmetric key.

  • If you are encrypting lots of data, you should encrypt the data using a symmetric key, and encrypt the symmetric key with a symmetric key.

  • If you are encrypting lots of data, you should encrypt the data using an asymmetric key, and encrypt the asymmetric key with an asymmetric key.

Explicación

Pregunta 30 de 35

1

Only full backups are available for the master database.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 31 de 35

1

According to the rules of precedence, which of the following computations should be completed first?

Selecciona una de las siguientes respuestas posibles:

  • performing additions and subtractions

  • performing multiplications and divisions

  • performing operations within parentheses

  • performing power operations

Explicación

Pregunta 32 de 35

1

Which one of the following is NOT true about indexes?

Selecciona una de las siguientes respuestas posibles:

  • Too many indexes can result in a slow database response.

  • When a table is updated, the indexes will need to be updated.

  • Indexes make the retrieval of data faster and efficient in most cases.

  • Indexes reside in the same file that has the associated table.

Explicación

Pregunta 33 de 35

1

The top node of the B-tree index is called:

Selecciona una de las siguientes respuestas posibles:

  • Leaf node

  • Root node

  • Index node

  • Intermediate node

Explicación

Pregunta 34 de 35

1

Clustered indexes are NOT a good choice for the following attributes.

Selecciona una de las siguientes respuestas posibles:

  • Attributes that are unique or contain many distinct values.

  • Attributes that need to be accessed sequentially.

  • Attributes that undergo frequent changes.

  • Attributes that are frequently used to sort the data retrieved from a table.

Explicación

Pregunta 35 de 35

1

How many non-clustered indexes per table are allowed in SQL Server?

Selecciona una de las siguientes respuestas posibles:

  • 1

  • 99

  • 999

  • Unlimited

Explicación