Data and System Architecture Quiz
Test your knowledge of data architecture, database design, data modeling, and system infrastructure concepts including entity relationships, schemas, normalization, metadata, and architectural components.
Questions
Database modelling:
- is achieved using an information flow digram
- uses a dataflow diagram
- is necessary to remove database anomalies through normalization
- is the same as process modelling
- is all of the above
Conceptual data modeling is typically done in parallel with other requirements analysis and structuring steps during:
- system planning and selection
- systems design
- systems analysis
- systems implementation and operation
- systems evaluation
The data modeling perspective that derives the business rules for a data model from an intimate understanding of the nature of the business, rather than from any specific information requirements in screens, reports, or business forms, is referred to as the:
- top-down approach
- bottom-up approach
- overview approach
- business approach
- conceptual approach
A detailed, logical, and graphical representation of the entities, associations, and data elements for an organization or business area best describes a(n):
- logical model
- data flow diagram
- entity-relationship diagram
- data tree
Which of the following is not a data modeling tool?
- Visio
- ERwin
- ER/Studio
- Data Builder
- empowER
What is the goal of Data Architecture
- Design logical data systems
- Design physical storage system
- Define data entities relevant to the enterprise
- All of the above
Data architecture document dos not include:
- Business Data Model
- Logical Data Model
- Data Management Process Model
- Data entity/business function Matrix
- Data Interface requirements
What is an alternate key?
- The relationship between more than one entity which has more than one attribute
- An attribute that cannot easily identify a record, but can easily viewed as a field
- An attribute, other than primary key, that can be used to identify an instance of an entity
- A non-distinguishable primary key which is not used to identify fields or records
- A primary key with two or more columns on a non-clustered index
CREATE TABLE Purchaser{
name string,
credit_card integer (PRIMARY KEY),
address string
}
CREATE TABLE Product{
product_id integer (PRIMARY KEY),
product_name string
}
CREATE TABLE Purchaser_Product{
credit_card integer,
product_id integer,
purchase_date date
}
Based on the sample code above, what is the primary key in the Purchaser_Product table?
- purchase_date
- Credit_card
- null
- credit_card & product_id
- product_id
A company has a model consisting of eight entities. The parent entity, "Company," has three child entities: "Employee," "Product," and "Order." The Product entity has a categorization of four entities: "Computer," "Software," "Accessory," and "Clearance." Each entity has only one attribute making up the key attribute. Based on the scenario above, what foreign key appears in the model exactly three times ?
- computer_id
- product_id
- company_id
- employee_id
- order_id
If a key from a parent entity migrates into the primary key of the child entity, what type of relationship is formed?
- Identifying
- Normalizing
- Categorizing
- Non-identifying
- Emphasizing
Which one of the following is NOT a characteristic of metadata?
- Data about data
- Describe a data dictionary
- Self-describing
- Includes user data
- Supports its own structure
What can a mandatory one to one relationship indicate?
- More entities are needed
- The model should be denormolized
- The tables are not properly indexed
- The model cannot be implemented physically
- More attributes are needed
What is a schema?
- A diagram showing the domains of all attributes in the data model
- A schedule of data modeling steps
- A plan of action for database design
- A diagram showing the flow of data in an application
- A graphical or language representation of a data model or database
Several pieces of information are captured about a book. This information includes: Title, Author First Name, Author Last Name, Book Genre, and Date Published. Based on the scenario above, what part of the entity relationship is the Title?
- Entity
- Category
- Hierarchy
- Relationship
- Attribute
A student has such attributes as name, address, and gender. A student can also attend a graduate, undergraduate, or elective class that has the following attributes: class name, section name, major, and instructor. Based on the scenario above, which is the composite key in a junction table if many students can attend many classes?
- section name, age
- name
- undergraduate
- name, class name
- major, gender
PRODUCT ======= Product ID Product Description Manufacturer ID MANUFACTURER ============ Manufacturer ID Manufacturer Name Referring to the above table, what type of relationship exists between the Product table and the Manufacturer table?
- Product - Many Manufacturer - Many
- Product - Many Manufacturer - One
- Product - One Manufacturer - One
- Product - One Manufacturer – Many
How many MQ servers are assigned to each AppServer?
- 1
- 2
- 3
- 4
What is the impact if Autonomy Autoindexer process goes down?
- Won't able to access VCM Tool
- Job management Console down
- Search option in the VCM tool will be impacted
- All the above
What would be admin console port number for cell UP06 in NGI?
- 25975
- 25976
- 25981
- 25980