PrepAway - Latest Free Exam Questions & Answers

Category: 70-451 (v.1)

Exam 70-451: PRO: Designing Database Solutions and Data Access Using Microsoft SQL Server 2008 (update October 14th, 2015)

What isolation level should you use?

You are a database developer. You plan to design a database solution by using SQL Server
2008. A stored procedure in a database uses a transaction to retrieve data from a table and
produces aggregations. You must design a solution that meets the following requirements:
·Update operations cannot be performed on the retrieved data while the stored procedure is
being executed. ·Insert operations in the table can be performed while the stored procedure
is being executed. You need to ensure that the solution meets the requirements. What
isolation level should you use?

You need to design the database to meet the given requirements

You use SQL Server 2008 to design a database that will hold incoming XML responses for
an EDI system. You have the following requirements: ·The data is accessible to
heterogeneous platforms. ·The database stores various types of reports from multiple
sources. ·The solution allows search by keywords. ·The database stores large amounts of
data. ·The database is scalable. You need to design the database to meet the given
requirements. What should you do?

You need to implement the plan without modifying the application

You are a database developer. You plan to design a database solution by using SQL Server
2008. The database will contain a table that will store customer data as XML data. The data
supports an application that cannot be altered. You plan to prevent the following types of
errors in the XML data. ·NULL values in the Customer Name field ·Non-numeric values in
the Customer Telephone field. ·Invalid values in the Gender field You need to implement the
plan without modifying the application. What should you do?

Which data type should you use?

You are designing a database that contains a data definition language (DDL) trigger. The
DDL trigger will provide the maximum amount of data available when any attempt is made
to change the database schema. You need to design a table to meet the following
requirements: ·Accept the EVENTDATA information that is provided by the trigger ·Support
the searching and retrieval of nodes and values ·Minimize development time Which data
type should you use?

You need to ensure that vacation days are accurately counted for each employee

You are a database developer. You plan to design a database solution by using SQL Server
2008. A database contains a table named Employee_Vacation. You are given an updated
list of employee vacations used. The list is in an XML formatted file. The extract of the XML
format is written in the following manner. <Company Name =”ABC Company Pvt Ltd”>
<EmployeeLeave> <Employee ID = “1” Name=”Jim Reeves” /> <Leaves> <Leave
Date=”2008-02-12″ /> <Leave Date=”2008-02-13″ /> <Leave Date=”2008-02-14″ />
</Leaves> </EmployeeLeave> You plan to import the data and update the
Employee_Vacation table. You design a query to calculate the number of vacation days
used by each employee. You need to ensure that vacation days are accurately counted for
each employee. What should you do?


Page 6 of 14« First...45678...Last »