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.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Database modelling:

  1. is achieved using an information flow digram
  2. uses a dataflow diagram
  3. is necessary to remove database anomalies through normalization
  4. is the same as process modelling
  5. is all of the above
Question 2 Multiple Choice (Single Answer)

Conceptual data modeling is typically done in parallel with other requirements analysis and structuring steps during:

  1. system planning and selection
  2. systems design
  3. systems analysis
  4. systems implementation and operation
  5. systems evaluation
Question 3 Multiple Choice (Single Answer)

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:

  1. top-down approach
  2. bottom-up approach
  3. overview approach
  4. business approach
  5. conceptual approach
Question 4 Multiple Choice (Single Answer)

A detailed, logical, and graphical representation of the entities, associations, and data elements for an organization or business area best describes a(n):

  1. logical model
  2. data flow diagram
  3. entity-relationship diagram
  4. data tree
Question 5 Multiple Choice (Single Answer)

Which of the following is not a data modeling tool?

  1. Visio
  2. ERwin
  3. ER/Studio
  4. Data Builder
  5. empowER
Question 6 Multiple Choice (Single Answer)

What is the goal of Data Architecture

  1. Design logical data systems
  2. Design physical storage system
  3. Define data entities relevant to the enterprise
  4. All of the above
Question 7 Multiple Choice (Single Answer)

Data architecture document dos not include:

  1. Business Data Model
  2. Logical Data Model
  3. Data Management Process Model
  4. Data entity/business function Matrix
  5. Data Interface requirements
Question 8 Multiple Choice (Single Answer)

What is an alternate key?

  1. The relationship between more than one entity which has more than one attribute
  2. An attribute that cannot easily identify a record, but can easily viewed as a field
  3. An attribute, other than primary key, that can be used to identify an instance of an entity
  4. A non-distinguishable primary key which is not used to identify fields or records
  5. A primary key with two or more columns on a non-clustered index
Question 9 Multiple Choice (Single Answer)
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?

  1. purchase_date
  2. Credit_card
  3. null
  4. credit_card & product_id
  5. product_id
Question 10 Multiple Choice (Single Answer)

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 ?

  1. computer_id
  2. product_id
  3. company_id
  4. employee_id
  5. order_id
Question 11 Multiple Choice (Single Answer)

If a key from a parent entity migrates into the primary key of the child entity, what type of relationship is formed?

  1. Identifying
  2. Normalizing
  3. Categorizing
  4. Non-identifying
  5. Emphasizing
Question 12 Multiple Choice (Single Answer)

Which one of the following is NOT a characteristic of metadata?

  1. Data about data
  2. Describe a data dictionary
  3. Self-describing
  4. Includes user data
  5. Supports its own structure
Question 13 Multiple Choice (Single Answer)

What can a mandatory one to one relationship indicate?

  1. More entities are needed
  2. The model should be denormolized
  3. The tables are not properly indexed
  4. The model cannot be implemented physically
  5. More attributes are needed
Question 14 Multiple Choice (Single Answer)

What is a schema?

  1. A diagram showing the domains of all attributes in the data model
  2. A schedule of data modeling steps
  3. A plan of action for database design
  4. A diagram showing the flow of data in an application
  5. A graphical or language representation of a data model or database
Question 15 Multiple Choice (Single Answer)

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?

  1. Entity
  2. Category
  3. Hierarchy
  4. Relationship
  5. Attribute
Question 16 Multiple Choice (Single Answer)

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?

  1. section name, age
  2. name
  3. undergraduate
  4. name, class name
  5. major, gender
Question 17 Multiple Choice (Single Answer)

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?

  1. Product - Many Manufacturer - Many
  2. Product - Many Manufacturer - One
  3. Product - One Manufacturer - One
  4. Product - One Manufacturer – Many
Question 18 Multiple Choice (Single Answer)

How many MQ servers are assigned to each AppServer?

  1. 1
  2. 2
  3. 3
  4. 4
Question 19 Multiple Choice (Single Answer)

What is the impact if Autonomy Autoindexer process goes down?

  1. Won't able to access VCM Tool
  2. Job management Console down
  3. Search option in the VCM tool will be impacted
  4. All the above
Question 20 Multiple Choice (Single Answer)

What would be admin console port number for cell UP06 in NGI?

  1. 25975
  2. 25976
  3. 25981
  4. 25980