jacob thomas
Quiz von , erstellt am more than 1 year ago

datastorage DML data architectures db admin

32
0
0
Keine Merkmale angegeben
jacob thomas
Erstellt von jacob thomas vor mehr als 6 Jahre
Schließen

C192 - Alt Pre-assessment

Frage 1 von 37

1

The entity integrity rule requires that ____.

Wähle eine der folgenden:

  • all primary key entries are unique

  • a part of the key may be null

  • foreign key values do not reference primary key values

  • duplicate object values are allowed

Erklärung

Frage 2 von 37

1

The referential integrity rule requires that ____.

Wähle eine der folgenden:

  • every null foreign key value must reference an existing primary key value

  • an attribute have a corresponding value

  • every non-null foreign key value reference an existing primary key value

  • you delete a row in one table whose primary key does not have a matching foreign key value in another table

Erklärung

Frage 3 von 37

1

The extended entity relationship model (EERM) is sometimes referred to as the ____.

Wähle eine der folgenden:

  • entity relationship model

  • enhanced entity relationship model

  • entity clustering relationship model

  • extended entity relationship diagram

Erklärung

Frage 4 von 37

1

The ____ depicts the arrangement of higher-level entity supertypes (parent entities) and lower-level entity subtypes (child entities).

Wähle eine der folgenden:

  • subtype discriminator

  • inheritance

  • specialization hierarchy

  • entity supertype

Erklärung

Frage 5 von 37

1

Every subtype can have ____ supertype to which it is directly related.

Wähle eine der folgenden:

  • none

  • only one

  • one or many

  • many

Erklärung

Frage 6 von 37

1

A specialization hierarchy can have ____ levels of supertype/subtype relationships.

Wähle eine der folgenden:

  • none

  • only one

  • one or many

  • many

Erklärung

Frage 7 von 37

1

The property of ____ enables an entity subtype to inherit the attributes and relationships of the supertype.

Wähle eine der folgenden:

  • subtype discriminator

  • inheritance

  • specialization hierarchy

  • entity supertype

Erklärung

Frage 8 von 37

1

One important inheritance characteristic is that all entity subtypes inherit their ____ attribute from their supertype.

Wähle eine der folgenden:

  • primary key

  • natural key

  • foreign key

  • Surrogate key

Erklärung

Frage 9 von 37

1

What feature is a DDBMS disadvantage?

Wähle eine der folgenden:

  • Processor independence

  • User-friendly interface

  • Security

  • Faster data access

Erklärung

Frage 10 von 37

1

What feature is a DDBMS advantage?

Wähle eine der folgenden:

  • Reduced operating cost

  • Complexity of management and control

  • Increased storage requirements

  • Increased training cost

Erklärung

Frage 11 von 37

1

A database is composed of several parts known as database ____.

Wähle eine der folgenden:

  • sections

  • fragments

  • partitions

  • parts

Erklärung

Frage 12 von 37

1

Under the ____ scenario, multiple processes run on different computers sharing a single data repository.

Wähle eine der folgenden:

  • single-site processing, single-site data

  • multiple-site processing, single-site data

  • single-site processing, multiple-site data

  • multiple-site processing, multiple-site data

Erklärung

Frage 13 von 37

1

The ____ scenario describes a fully distributed DBMS with support for multiple data processors and transaction processors at multiple sites.

Wähle eine der folgenden:

  • multiple-site processing, single-site data

  • single-site processing, multiple-site data

  • single-site processing, single-site data

  • multiple-site processing, multiple-site data

Erklärung

Frage 14 von 37

1

____ distributed database systems integrate only one type of centralized DBMS over a network.

Wähle eine der folgenden:

  • Homogeneous

  • Heterogeneous

  • Fully heterogeneous

  • Fully homogeneous

Erklärung

Frage 15 von 37

1

____ transparency allows the integration of several different local DBMSs under a common, or global, schema.

Wähle eine der folgenden:

  • Transaction

  • Performance

  • Distribution

  • Heterogeneity

Erklärung

Frage 16 von 37

1

The ____ contains the description of the entire database as seen by the database administrator.

Wähle eine der folgenden:

  • distributed global dictionary

  • distributed data dictionary

  • distributed global schema

  • distributed data schema

Erklärung

Frage 17 von 37

1

___ fragmentation allows us to break a single object into two or more segments or fragments.

Wähle eine der folgenden:

  • Horizontal

  • Vertical

  • Data

  • Mixed

Erklärung

Frage 18 von 37

1

With ____ data allocation, the database is divided into several disjointed parts and stored at several sites.

Wähle eine der folgenden:

  • centralized

  • decentralized

  • partitioned

  • replicated

Erklärung

Frage 19 von 37

1

The ____ rule requires that all copies of data fragments be identical.

Wähle eine der folgenden:

  • shared fragment

  • mutual consistency

  • horizontal fragmentation

  • replication

Erklärung

Frage 20 von 37

1

Which of the following is a problem with a centralized database?

Wähle eine der folgenden:

  • High cost

  • Good performance from remote locations

  • Poor performance from the main location

  • Lack of storage

Erklärung

Frage 21 von 37

1

The components of a data warehouse are ____.

Wähle eine der folgenden:

  • integrated

  • volatile

  • object-oriented

  • decentralized

Erklärung

Frage 22 von 37

1

Which of the following is a rule that defines the data warehouse?

Wähle eine der folgenden:

  • Environments are integrated

  • Data warehouse contains historical data over a long time horizon

  • Data are object-oriented

  • Data are subject-oriented

Erklärung

Frage 23 von 37

1

Which of the following is a characteristic of an OLAP?

Wähle eine der folgenden:

  • Uses single dimensional data analysis techniques

  • Provides introductory database support and complex end user interfaces

  • Provides introductory end-user interfaces

  • Supports client/server architecture

Erklärung

Frage 24 von 37

1

____ data must conform to uniform structures and formats to avoid data conflicts.

Wähle eine der folgenden:

  • Data mart

  • Database

  • Data warehouse

  • Data analysis

Erklärung

Frage 25 von 37

1

Multidimensional data analysis refers to the processing of data such that data are viewed as part of the ____ structure.

Wähle eine der folgenden:

  • semidimensional

  • multidimensional

  • one-dimensional

  • two-dimensional

Erklärung

Frage 26 von 37

1

MOLAP extends OLAP functionality to multidimensional ____ management systems.

Wähle eine der folgenden:

  • online

  • database

  • processing

  • data

Erklärung

Frage 27 von 37

1

MOLAP's premise is that ___ databases are best suited to manage, store, and analyze multidimensional data.

Wähle eine der folgenden:

  • multidimensional

  • one-dimensional

  • two-dimensional

  • relational.

Erklärung

Frage 28 von 37

1

The ___ hierarchy provides a top-down data organization that is used for two main purposes: aggregation and drill-down/roll-up data analysis.

Wähle eine der folgenden:

  • relational

  • dimensional

  • multidimensional

  • attribute

Erklärung

Frage 29 von 37

1

During the data ___ phase of data mining, common characteristics or patterns are identified.

Wähle eine der folgenden:

  • analysis

  • preparation

  • extraction

  • acquisition

Erklärung

Frage 30 von 37

1

During the ___ phase of data mining, the data-mining findings are used to predict future behavior and forecast business outcomes.

Wähle eine der folgenden:

  • analysis and classifications

  • preparation

  • prognosis

  • knowledge acquisition

Erklärung

Frage 31 von 37

1

The __ schema creates the near equivalent of a multidimensional database schema from the existing relational database.

Wähle eine der folgenden:

  • star

  • square

  • OLAP

  • ROLAP

Erklärung

Frage 32 von 37

1

___ backups take place while the user is working on the database.

Wähle eine der folgenden:

  • Full

  • Incremental

  • Concurrent

  • Sequential

Erklärung

Frage 33 von 37

1

A ___ is named collection of database access privileges that authorize a user to connect to the database and use the database system resources.

Wähle eine der folgenden:

  • user

  • role

  • profile

  • manager

Erklärung

Frage 34 von 37

1

At the level of top management the database must be able to ___.

Wähle eine der folgenden:

  • represent and support the company operations as closely as possible

  • deliver the data necessary for tactical decisions and planning

  • produce query results within specified performance levels

  • provide access to external and internal data to identify growth opportunities and to chart the direction of such growth

Erklärung

Frage 35 von 37

1

As a manager, the DBA must concentrate on the ____ dimensions of the database administration function.

Wähle eine der folgenden:

  • control and planning

  • conflict and problem-resolution

  • policies and standards

  • security and privacy

Erklärung

Frage 36 von 37

1

User-access management is a subset of ____.

Wähle eine der folgenden:

  • password protection

  • authorization management

  • data integrity

  • managerial control

Erklärung

Frage 37 von 37

1

Classifying users into ____, according to common access needs, facilitates the DBA’s job of controlling and managing the access privileges of individual users.

Wähle eine der folgenden:

  • user groups

  • sections

  • authorization schemes

  • policy definitions

Erklärung