Certification Exam Prep Questions For Database Administration Fundamentals (98-364)
QuickStart is now offering assessment questions for Database Administration Fundamentals (98-364) . Whether you are deciding which exam to sign up for, or simply want to practice the materials necessary to complete certification for this course, we have provided a practice assessment to better aid in certification. 100% of the questions are real questions; from a recent version of the test you will take for Database Administration Fundamentals (98-364)
Following are four different types of constraints in database. You want to enforce referential integrity. Can you identify which of these constraints will you use for that purpose?
- A. Check constraint
-
Incorrect.
- B. Unique constraint
-
Incorrect.
- C. Foreign Key constraint
-
Correct!
- D. Primary key constraint
-
Incorrect.
Can you identify from the options below, the data type that has the ability to store a whole number between -200 and 200 with the least amount of storage?
Complete the sentence by choosing one of the options. With a relational database you can minimize data that is redundant and index the data in order to retrieve data:
- A. using a data definition language (DDL) trigger.
-
Incorrect.
- B. quickly and easily.
-
Correct!
- C. without writing queries.
-
Incorrect.
- D. as long as no filter is specified
-
Incorrect.
Which command can be used with a previously taken fully backup to recover a database?
- A. Create Database
-
Incorrect.
- B. Recover Database
-
Incorrect.
- C. Restore Database
-
Correct!
- D. Alter Database
-
Incorrect.
You company is operating a database that uses three read/write filegroups. The configuration of database allows the use of Full recovery model. The database needs to have a backup strategy and you decide to prepare it. Following are some requirements that are a must: -Storing backups requires disk space. That disk space must be minimized. -Transaction log backups are required to be replayed while restoration. The number of transaction log backups must be minimized What should your backup plan include?
- A. Database backups and differential backups
-
Incorrect.
- B. Database backups and partial backups
-
Incorrect.
You create a stored procedure. A UserlD of type int is accepted by the procedure and reflects a concatenated value of FirstName and LastName of the user. Identify the parameter list you should use given the situation above.
- A. @UserlD int
-
Incorrect.
- B. @UserlD int, @FullName varchar(40) OUTPUT
-
Correct!
- C. UserlD int
-
Incorrect.
- D. UserlD int, FullName varchar(40) OUTPUT
-
Incorrect.
Can you identify the form how a relational database stores data about each instance of an entry?
- A. As A Row in a table
-
Correct!
- B. As A Column in a table
-
Incorrect.
- C. As A Table
-
Incorrect.
- D. As A File
-
Incorrect.
You want to create a database object in which information can be stored. Identify the correct DDL statement for this purpose.
Identify the type of data that can store alphanumeric data between one and five characters. This data type also supports multiple languages. Keep in mind the data type needs minimal storage space for this. Which data type is it?
Following are the columns in the table EmployeeDependents: EmployeelD Spouse Childl Child2 Child3 You want to identify the normalization level of this table. Choose a statement that correctly does that.
- A. The table is normalized to the third normal form.
-
Incorrect.
- B. The table is not normalized.
-
Correct!
- C. The table is normalized to the first normal form
-
Incorrect.
- D. The table is normalized to the second normal form.
-
Incorrect.
You will use a relational database in place of a flat file database because it will:
- A. ensure that only specific users can access certain data.
-
Incorrect.
- B. ensure that aggregate information can be tracked.
-
Incorrect.
There is a requirement that says each field value in a table is associated with only one row. Can you identify which form of database normalizing can this be?
- A. third normal form
-
Incorrect.
- B. first normal form
-
Incorrect.
- C. Fourth normal form
-
Incorrect.
- D. Second normal form
-
Correct!
You want to optimize how the underlying data is accessed by queries physically. Identify the database object you must create.
- A. A stored Procedure
-
Incorrect.
- B. A trigger
-
Correct!
- C. A function
-
Incorrect.
- D. A index
-
Incorrect.
A COLLATE clause is included in a column definition. What could be the purpose of that?
Following is the statement you used to create an empty Product Table: CREATE TABLE Product ProdID int PRIMARY KEY, CategorylD int NOT NULL, Description varchar(35), QtyOnHand int CHECK (QtyOnHand > 0 AND QtyOnHand <= 50)) Can you identify the statement with which you can insert data into the Product table successfully?
You have employees working in the Market Analysis department. These users need data from the Customers table and the SalesHistory table. They have to retrieve data by issuing a SELECT statement. They must be prevented from accessing the data in CreditCard or Expiration column of the Customers table. Identify the statement you would use to create the object.
- A. Create View
-
Correct!
- B. CREATE TRIGGER
-
Incorrect.
- C. Create Table
-
Incorrect.
- D. CREATE Index
-
Incorrect.
There is a relational database table with a single nonclustered index. Can you identify the data structure that can physically store data in that type of relational database table?
Can you identify one valid difference between a function and a stored procedure?
- A. Stored procedures can only perform DML processing.
-
Incorrect.
- C. Stored procedures must include a RETURNS clause
-
Incorrect.
From the options below, can you identify a server scoped securable?
There is a data type that can store a floating-point value between 0 and 200,000 to four decimal places of accuracy with the least amount of required storage. Can you identify which of the following is that type?
You want to provide a user specific permission on a database object. You also want that user to be able to pass along permissions to other users when needed. What would be your step of action?
- B. Create a database role and assign the user to the role.
-
Incorrect.
- C. Create an application role.
-
Incorrect.
You want to denormalize a database. Can you identify one reason of doing that?
- A. To eliminate redundant data
-
Incorrect.
- B. To provide privacy protection for confidential data
-
Incorrect.
- C. To improve data modification performance
-
Incorrect.
- D. • To improve data retrieval performance
-
Correct!
From the following options, choose the right clause of an UPDATE statement that specifies the columns to be updated and also specifies the values to which they should be updated?
You need to identify the index that includes all columns a query has used.
- A. Full-text index
-
Incorrect.
- B. Nonclustered
-
Incorrect.
- C. Clustered index
-
Incorrect.
- D. Covering index
-
Correct!
- Home
- Sample Question - Database Administration Fundamentals (98-364)
Sample Question - Database Administration Fundamentals (98-364)
More Information:
- Learning Style: On Demand
- Learning Style: Practice Exam
- Difficulty: Beginner
- Course Duration: 1 Hour
- Course Info: Download PDF
- Certificate: See Sample
Contact a Learning Consultant
Need Training for 5 or More People?
Customized to your team's need:
- Annual Subscriptions
- Private Training
- Flexible Pricing
- Enterprise LMS
- Dedicated Customer Success Manager
Course Information