PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which action should you perform to finish the task?

You are a professional level SQL Sever 2008 Database Administrator. There are 30 branch
offices in DoubleSecurity Insurance, and in the branch offices, customer data are stored in
SQL Server 2008 databases. Customer data should be security compliant if it is stored
through multiple Database instances. You intend to utilize the Policy-Based Management
feature to design a strategy for custom policies. And the format of custom policies is XML
format. The requirements listed below should be satisfied. The company distributes custom
policies to all instances. In addition, the company enforces the policies on all instances. A
strategy should be thought out and the minimum amount of administrative effort should be
utilized. Which action should you perform to finish the task?

Which solution should be chosen 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 the technical
support for the company which uses SQL Server2008. You are in charge of a SQL Server
2008 Reporting Services (SSRS) instance and you use it to create a report, which is so
complex that it needs a few minutes to generate.
Now you are assigned a task to find a solution to configure the report server so that it can be
cached for half an hour after the original request.
Which solution should be chosen to accomplish this task?

what action should you perform to achieve that goal?

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 the technical support for the company
which uses SQL Server2008. To meet the business development, you create a SQL Server
2008 Analysis Server (SSAS)
solution with a measure group contained.
The measure group named Meatruth has a single partition. Now you are asked to not only
make
sure you have all aggregations that are part of the measure group stored in a
multidimensional
format, but also make sure the queries that use the measure group always refer to the
newest
edition of the source detail data. So what action should you perform to achieve that goal?

Which Transact- SQL statement should you use?

You are a database developer of a Microsoft SQL Server 2012 database.
You are designing a table that will store Customer data from different sources. The table will include
a column that contains the CustomerID from the source system and a column that contains the
SourceID
A sample of this data is as shown in the following table.

You need to ensure that the table has no duplicate CustomerID within a SourceID. You also need to
ensure that the data in the table is in the order of SourceID and then CustomerID.
Which Transact- SQL statement should you use?

You need to prevent data modifications that do not conform to the WHERE clause

You are a database developer. You plan to design a database solution by using SQL Server
2008. A database contains a view that has the following features: ·It contains a WHERE
clause that filters specific records. ·It allows data updates. You need to prevent data
modifications that do not conform to the WHERE clause. You want to achieve this goal by
using minimum effort. What should you do?

Which action should you perform to finish the task?

You are a professional level SQL Sever 2008 Database Administrator. All data changes are
implemented through stored procedures, and only the INSERT, UPDATE, or DELETE
statements are utilized by the procedures. A backup strategy should be implemented. The
business requirements listed below should be satisfied: Point-in-time recovery for failure
is supported by the backup strategy at any time of day. The least amount of disk space
should be utilized by the transaction log. Which action should you perform to finish the task?

which one would be modified?

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 the technical
support for the company which uses SQL Server2008 Analysis Services (SSAS) solution.
You are asked to develop a (SSAS) database with several measure groups. After the

development, you notice that of these measure groups, one measure group named Product
Data needs more updates than other measure groups. Besides, SSAS manages a schedule
named Sch1.
Now you are assigned a task to make sure that the Product Data measure group will
process on Sch1 automatically.
So of the following properties, which one would be modified?

What should you do to achieve this goal?

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
Integration Services (SSIS) package for the company. The package not only uses a Data
Flow task to import the contents of the files to a table, but also uses a ForEach Loop
container to process multiple files. Besides, it uses an Execute SQL task to log the results of
the status into a table. Now you are assigned a task to make sure that within a single
transaction, both of a Data Flow task and a ForEach Loop container task are executed
successfully, but the Execute SQL task fails to execute. What should you do to achieve this
goal? (Each correct answer presents part of the solution. Choose two.)