Kyle Peterson
Quiz von , erstellt am more than 1 year ago

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

6
0
0
Kyle Peterson
Erstellt von Kyle Peterson vor mehr als 3 Jahre
Schließen

MNSU CIS 440 Fall 2020 Quiz 4

Frage 1 von 35

1

Cursors are created using the DECLARE statement.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 2 von 35

1

What are the common threats to database security?

Wähle eine der folgenden:

  • Disgruntled employees

  • Natural disasters

  • Technical failures

  • Poor physical security

  • b, c, and d

  • All of the above

Erklärung

Frage 3 von 35

1

Which law regulates the privacy and security of healthcare data?

Wähle eine der folgenden:

  • HIPPA

  • FERPA

  • GLB

  • Patriot Act

Erklärung

Frage 4 von 35

1

Which law regulates privacy and security of student data?

Wähle eine der folgenden:

  • HIPPA

  • FERPA

  • GLB

  • Patriot Act

Erklärung

Frage 5 von 35

1

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

Wähle eine der folgenden:

  • INSERT INTO

  • SELECT INTO

  • UPDATE

  • None of the above

Erklärung

Frage 6 von 35

1

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

Wähle eine der folgenden:

  • UPDATE

  • ALTER

  • CHANGE

  • RENAME

Erklärung

Frage 7 von 35

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 8 von 35

1

Which one is the most common type of trigger?

Wähle eine der folgenden:

  • AFTER

  • INSTEAD OF

  • CLR

  • BEFORE

Erklärung

Frage 9 von 35

1

What do triggers enforce?

Wähle eine der folgenden:

  • Data integrity

  • Referential integrity

  • Business Rules

  • All of the above

  • a and b only

Erklärung

Frage 10 von 35

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 11 von 35

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 12 von 35

1

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

Wähle eine der folgenden:

  • Video surveillance system

  • Environmental monitoring

  • Theft mitigation system

  • Firewalls

Erklärung

Frage 13 von 35

1

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

Wähle eine der folgenden:

  • Firewall perimeter

  • IDS

  • DMZ

  • Extranet

Erklärung

Frage 14 von 35

1

Which law is related to protecting credit card data?

Wähle eine der folgenden:

  • HIPPA

  • FERPA

  • PCI-DSS

  • GLB

Erklärung

Frage 15 von 35

1

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

Wähle eine der folgenden:

  • Atomicity

  • Consistency

  • Isolation

  • Durability

  • Serializability

Erklärung

Frage 16 von 35

1

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

Wähle eine der folgenden:

  • tempdb

  • master

  • scheduler

  • transaction log

Erklärung

Frage 17 von 35

1

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

Wähle eine der folgenden:

  • Lost updates

  • Uncommitted date

  • Inconsistent retrievals

  • Database login issues

Erklärung

Frage 18 von 35

1

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

Wähle eine der folgenden:

  • Table-Level

  • Database-Level

  • Page-Level

  • Field-Level

Erklärung

Frage 19 von 35

1

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

Wähle eine der folgenden:

  • Database-Level

  • Table-Level

  • Field-Level

  • Page-Level

Erklärung

Frage 20 von 35

1

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

Wähle eine der folgenden:

  • They are meant for primarily unstructured data.

  • They require schema on write.

  • They need distributed file system.

  • None of the above

Erklärung

Frage 21 von 35

1

Which one of the following is true about data warehouses?

Wähle eine der folgenden:

  • They require schema on write.

  • They require schema on read.

  • They are schema-less.

  • They are key-value pairs.

Erklärung

Frage 22 von 35

1

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

Wähle eine der folgenden:

  • 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.

Erklärung

Frage 23 von 35

1

The smallest detail in a warehouse is known as:

Wähle eine der folgenden:

  • dimension

  • fact

  • grain

  • key-value pair

Erklärung

Frage 24 von 35

1

A historical data repository for marketing data:

Wähle eine der folgenden:

  • data warehouse

  • data lake

  • data mart

  • metadata

Erklärung

Frage 25 von 35

1

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

Wähle eine der folgenden:

  • Master data

  • Metedata

  • Grain

  • Fact

Erklärung

Frage 26 von 35

1

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

Wähle eine der folgenden:

  • SCD 0

  • SCD 1

  • SCD 2

  • SCD 25

Erklärung

Frage 27 von 35

1

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

Wähle eine der folgenden:

  • snowflake schema

  • star schema

  • galaxy schema

  • star cluster schema

Erklärung

Frage 28 von 35

1

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

Wähle eine der folgenden:

  • SQL Server MDM

  • SQL Server Analysis Services

  • SQL Server Integration Services

  • SQL Server Data Transformation Services (DTS)

  • SQL Server Reporting Services

Erklärung

Frage 29 von 35

1

Which one of the following statements is INCORRECT?

Wähle eine der folgenden:

  • 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.

Erklärung

Frage 30 von 35

1

Only full backups are available for the master database.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 31 von 35

1

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

Wähle eine der folgenden:

  • performing additions and subtractions

  • performing multiplications and divisions

  • performing operations within parentheses

  • performing power operations

Erklärung

Frage 32 von 35

1

Which one of the following is NOT true about indexes?

Wähle eine der folgenden:

  • 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.

Erklärung

Frage 33 von 35

1

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

Wähle eine der folgenden:

  • Leaf node

  • Root node

  • Index node

  • Intermediate node

Erklärung

Frage 34 von 35

1

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

Wähle eine der folgenden:

  • 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.

Erklärung

Frage 35 von 35

1

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

Wähle eine der folgenden:

  • 1

  • 99

  • 999

  • Unlimited

Erklärung