PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

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?

What action should be performed to achieve the goal above?

You are a database developer and you have about two years experience in creating
business intelligence (BI) solutions by using SQL Server2008. Now you are employed in a
company which is named NaproStar and work as a developer of a SQL Server 2008
Reporting Services (SSRS) report for the company.
A parameter named Kind is contained in your developed report and you use it to filter a list of
Sales.
Besides, the list uses a dataset, which includes the queries of SELECT p.SalesID, p.Place,
p.ListName, FROM SalesAmount.Sales AS p
WHERE p.Kind = @Kind.
To meet the business requirements, the report parameter is modified to allow multiple
values.
Now you are asked to modify the report to help search for multiple Kind values and minimize
the development effort.
What action should be performed to achieve the goal above?

You need to be able to identify and resolve any violation of the rule by using the minimum amount of administr

Your organization has many servers that run SQL Server 2008. You define a rule to ensure
that all database servers have Database Mail disabled. You need to be able to identify and
resolve any violation of the rule by using the minimum amount of administrative effort. What
should you do? (More than one answer choice may achieve the goal. Select the BEST
answer.)

What action should you perform?

You are a database developer and you have about two years experience in creating
business Intelligence (BI) by using SQL Server2008.
Now you are employed in a company named NaproStar which uses SQL Server2008. You
work as the technical support.
Now you are in charge of a SQL Server 2008 Analysis Services (SSAS) instance.
Now you get an e-mail from your company CIO, in the e-mail he wants you to run the UsageBased Optimization Wizard.

You have to enable query logging. What action should you perform?

which one would be used to accomplish this task?

You are a database developer and you have about two years experience in creating
business intelligence (BI) solutions by using SQL Server2008. Now you are employed in a
company which is named NaproStar and work as a developer of a SQL Server 2008
Reporting Services (SSRS) for the company. You use SSRS to design a report. A Windows
Forms application is distributed to remote users and it contains the report, but the report
server cannot be accessed by these remote users. Now you are asked to make sure that the
report can be rendered by the application correctly. Of the following methods, which one
would be used to accomplish this task?

Which option below would be chosen?

You are a database developer and you have about two years experience in creating
business intelligence (BI) solutions by using SQL Server2008. Now you are employed in a
company which is named NaproStar and work as a developer of a SQL Server 2008
Reporting Services (SSRS) for the company. You use SSRS to design a report with a
dataset contained and a Table data region used. Besides, a column named FirstPicture is
contained in the dataset. Now you get an order from your company CIO, according to his
requirement, you need to make sure that the second character in the FirstPicture column
makes group for the report items. Which option below would be chosen?

You need to ensure that the policy is enforced by using Policy-Based Management Framework

You administer a SQL Server 2008 instance. You plan to deploy multiple databases to the
instance. You design the security policy for the instance. A stored procedure verifies the
partition compression settings on each database deployed to the instance. You plan to use
a policy to execute the stored procedure. You need to ensure that the policy is enforced by
using Policy-Based Management Framework. What should you do?

which one would be used for each text box?

You are a database developer and you have about two years experience in creating
business intelligence (BI) solutions by using SQL Server2008.

Now you are employed in a company which is named NaproStar and work as a developer of
a SQL Server 2008 Reporting Services (SSRS) for the company.
You use SSRS to create a report with a table contained.
Besides, the table contains alternate columns.
Now you get an order from your company CIO, according to his requirement, you have to
make sure the alternate columns have a light blue background.
So of the following code segments, which one would be used for each text box?

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?