Download CIW v5 Database Design Specialist.1D0-541.Prep4Sure.2020-02-22.124q.vcex

Vendor: CIW
Exam Code: 1D0-541
Exam Name: CIW v5 Database Design Specialist
Date: Feb 22, 2020
File Size: 6 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
With regard to databases, what is normalization?
  1. The process of reducing the cardinality of a relation
  2. The process of organizing and refining relations
  3. The process of duplicating data to reduce the number of tables
  4. The process of limiting data stored in a table to a specific range of values
Correct answer: B
Question 2
Which three pieces of information did E.F. Codd describe as necessary to retrieve a data value from a relational database?
  1. Attribute, domain, and tuple
  2. Entity, relation name, and domain
  3. Table name, primary key, and entity
  4. Attribute, relation name, and primary key
Correct answer: D
Question 3
What is a virtual table?
  1. A virtual table is a relation created as the result of data manipulation; it exists only in computer memory, and is not a permanent part of the database.
  2. A virtual table is a relation stored in the database; it is used when multiple users access the same relation in a database.
  3. A virtual table is a relation derived from the database data dictionary; it contains metadata about a base relation. A virtual table is a relation derived from the database? data dictionary; it contains metadata about a base relation.
  4. A virtual table is a relation that consists of primary and foreign keys for a particular set of relations in a database.
Correct answer: A
Question 4
Your enterprise has reached the conceptual design phase for a database project. What is the desired goal at the end of this design phase?
  1. A set of normalized relations
  2. A reviewed entity-relationship (ER) model
  3. An entity-relationship (ER) model with no redundant data
  4. A set of denormalized relations
Correct answer: B
Question 5
In which phase of database design do you identify entities, attribute domains, and relationships?
  1. Logical
  2. Physical
  3. Application
  4. Conceptual
Correct answer: D
Question 6
Consider the Dept1_Parts and Dept2_Parts relations shown in the exhibit. Which of the following SQL statements would create a set difference of the two relations with the widest variety of Structured Query Language dialects? 
  
  1. SELECT * FROM 
    Dept1_Parts 
    EXCEPT(SELECT 
    PartJD FROM 
    Dept2_Parts);
  2. SELECT * FROM 
    Dept1_Parts MINUS 
    (SELECT Part_ID 
    FROM Dept2_Parts);
  3. SELECT * FROM 
    Dept1_Parts 
    DIFFERENCE 
    (SELECT Part_ID 
    FROM Dept2_Parts);
  4. SELECT * FROM 
    Dept1_Parts WHERE 
    Part_ID NOT IN 
    (SELECT Part_ID FROM 
    Dept2_Parts);
Correct answer: D
Question 7
Consider the Information Engineering diagram shown in the exhibit. Building_ID, R_ID, Room_Count and Room_Num are integer numbers, whereas Bldg_Name, Location and Res_Name are all represented by variable-length strings with a maximum of 20 characters.  
Which SQL statement best implements the RESIDENT relation shown in this diagram? 
  
  1. CREATE TABLE RESIDENT ( 
    R_ID INTEGER NULL PRIMARY KEY, 
    Room_Num FLOAT, 
    Res_Name VARCHAR, 
    Building_ID INTEGER NULL, 
    FOREIGN KEY Building_ID REFERENCES BUILDING (Building_ID));
  2. CREATE TABLE RESIDENT ( 
    R_ID INTEGER NOT NULL PRIMARY KEY, 
    Room_Num BINARY, 
    Res_Name VARCHAR (20), 
    Building_ID INTEGER NOT NULL, 
    FOREIGN KEY Building_ID REFERENCES BUILDING (Building_ID));
  3. CREATE TABLE RESIDENT ( 
    R_ID INTEGER NOT NULL PRIMARY KEY, 
    Room_Num INTEGER, 
    Res_Name VARCHAR (20), 
    Building_ID INTEGER NOT NULL);
  4. CREATE TABLE RESIDENT ( 
    R_ID INTEGER NOT NULL PRIMARY KEY, 
    Room_Num INTEGER, 
    Res_Name VARCHAR (20), 
    Building_ID INTEGER NOT NULL, 
    FOREIGN KEY Building_ID REFERENCES BUILDING (Building_ID));
Correct answer: D
Question 8
Which term describes one or more database operations that are executed as a single unit?
  1. Update
  2. Transaction
  3. Encapsulation
  4. Operational group
Correct answer: B
Question 9
Your enterprise is involved in planning a database project. The exhibit shows the result of one phase of the database design life cycle. Which term best describes the diagram shown in the exhibit? 
  
  1. Information Engineering (IE) data model
  2. Corporate data model
  3. Database requirements model
  4. ERD model
Correct answer: B
Question 10
Consider the following relations shown in the exhibit. Which of the following SQL statements would return the Customers2 relation from the Customers relation? 
  
  1. SELECT * FROM Customers 
    WHERE Satisfaction_Rate <= 80 
    OR Satisfaction_Rate >= 90;
  2. SELECT * FROM Customers WHERE 
    Satisfaction_Rate IN (80 AND 90);
  3. SELECT *FROM Customers 
    WHERE Satisfaction_Rate >= 80 
    AND Satisfaction_Rate <= 89;
  4. SELECT * FROM 
    Customers WHERE 
    Satisfaction_Rate 
    BETWEEN (80, 90);
Correct answer: C
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!