PrepAway - Latest Free Exam Questions & Answers

Category: Uncategorized

What is the best solution that you should include in th…

###BeginCaseStudy###
Testlet 1
Tailspin Toys
Overview
Tailspin Toys is a multinational company that manufactures toys. Tailspin Toys has offices in five
regions worldwide. The company sells toys at various retail stores. The company also sells toys
directly to consumers through a web site.
The company has the following departments:
Sales
Distribution
Manufacturing
Each department has an office in each region.
The fiscal calendar of Tailspin Toys runs from June to May.
The network contains a server farm that has Microsoft SharePoint Server 2013 installed.
Existing Environment
Each department uses SharePoint team sites for internal collaboration.
All manufacturing information is stored in a relational database named Manufacturing. All sales
information is stored in a relational database named Sales.
Tailspin Toys deploys SQL Server Analysis Services (SSAS) and configures SSAS to use tabular
models. SSAS will be used for all sales reports.
Tailspin Toys deploys a SQL Server Reporting Services (SSRS) instance in SharePoint mode.
Sales Database
A database named Sales contains two tables named FactSales and DimProduct. FactSales
contains the following columns:
SalesID
Total Due
OrderDate
DimProduct contains the following columns:
ProductID
ProductName
ProductCategory
ProductSubcategory
The Sales database contains information about the products. Most of the products have a
category and a subcategory. Certain products only have a category.
A sample from DimProduct is shown in the following table.

Requirements
Security Requirements
Tailspin Toys identifies the following security requirement:
Sales department users must be allowed to view the sales transactions from their region only.
Sales department users must be able to view the contents of the manufacturing reports.
Manufacturing department users must be able to create new manufacturing reports.
Third-party and custom solutions must NOT be deployed to the reporting server.
Sales department users must NOT be able to create new manufacturing reports.
Planned Reporting Implementation
The manufacturing department plans to use the SSRS instance for its reports. The manufacturing
department also plans to make its reports accessible from SharePoint. All manufacturing reports
will use an existing database named Manufacturing.
Reporting Requirements
Tailspin Toys identifies the following reporting requirements:
All reports must contain the company logo and a header that contains the date and the time that
the report was executed.
All reports must be created by using the SQL Server Data Tools.
Manufacturing report
You plan to create a report named ManufacturingIssues.rdl. The report has the following
requirements:
Manufacturing department managers must be able to view product issues by product type,
manufacturing plant location, and error type.
The manufacturing department managers must be able to change views by choosing options
from drop-down lists.
Sales reports
You plan to create a sales report named RegionalSales.rdl. The report has the following
requirements:
Users must be able to view the report by using a web browser. By default, subcategories and
product details must be hidden when using the browser.
Users must be able to subscribe to receive the report by email. The report must be sent by email
as a PDF attachment.
You plan to create a quarterly sales report named QuarterSales.rdl. The report must display sales
data by fiscal quarter.
Technical Requirements
Tailspin Toys identifies the following technical requirements:

Products in the DimProduct table that do NOT have a subcategory must use the category value
as the subcategory value.
SSRS must NOT connect to databases more frequently than once every 30 minutes.
Sales department users must be able to use Microsoft Excel to browse tabular data.

###EndCaseStudy###

You need to recommend a solution to meet the requirements for the ManufacturingIssues.rdl report.
What is the best solution that you should include in the recommendation? More than one answer choice may achieve the goal. Choose the BEST answer.

You need to configure a hierarchy for DimProduct that m…

###BeginCaseStudy###
Testlet 1
Tailspin Toys
Overview
Tailspin Toys is a multinational company that manufactures toys. Tailspin Toys has offices in five
regions worldwide. The company sells toys at various retail stores. The company also sells toys
directly to consumers through a web site.
The company has the following departments:
Sales
Distribution
Manufacturing
Each department has an office in each region.
The fiscal calendar of Tailspin Toys runs from June to May.
The network contains a server farm that has Microsoft SharePoint Server 2013 installed.
Existing Environment
Each department uses SharePoint team sites for internal collaboration.
All manufacturing information is stored in a relational database named Manufacturing. All sales
information is stored in a relational database named Sales.
Tailspin Toys deploys SQL Server Analysis Services (SSAS) and configures SSAS to use tabular
models. SSAS will be used for all sales reports.
Tailspin Toys deploys a SQL Server Reporting Services (SSRS) instance in SharePoint mode.
Sales Database
A database named Sales contains two tables named FactSales and DimProduct. FactSales
contains the following columns:
SalesID
Total Due
OrderDate
DimProduct contains the following columns:
ProductID
ProductName
ProductCategory
ProductSubcategory
The Sales database contains information about the products. Most of the products have a
category and a subcategory. Certain products only have a category.
A sample from DimProduct is shown in the following table.

Requirements
Security Requirements
Tailspin Toys identifies the following security requirement:
Sales department users must be allowed to view the sales transactions from their region only.
Sales department users must be able to view the contents of the manufacturing reports.
Manufacturing department users must be able to create new manufacturing reports.
Third-party and custom solutions must NOT be deployed to the reporting server.
Sales department users must NOT be able to create new manufacturing reports.
Planned Reporting Implementation
The manufacturing department plans to use the SSRS instance for its reports. The manufacturing
department also plans to make its reports accessible from SharePoint. All manufacturing reports
will use an existing database named Manufacturing.
Reporting Requirements
Tailspin Toys identifies the following reporting requirements:
All reports must contain the company logo and a header that contains the date and the time that
the report was executed.
All reports must be created by using the SQL Server Data Tools.
Manufacturing report
You plan to create a report named ManufacturingIssues.rdl. The report has the following
requirements:
Manufacturing department managers must be able to view product issues by product type,
manufacturing plant location, and error type.
The manufacturing department managers must be able to change views by choosing options
from drop-down lists.
Sales reports
You plan to create a sales report named RegionalSales.rdl. The report has the following
requirements:
Users must be able to view the report by using a web browser. By default, subcategories and
product details must be hidden when using the browser.
Users must be able to subscribe to receive the report by email. The report must be sent by email
as a PDF attachment.
You plan to create a quarterly sales report named QuarterSales.rdl. The report must display sales
data by fiscal quarter.
Technical Requirements
Tailspin Toys identifies the following technical requirements:

Products in the DimProduct table that do NOT have a subcategory must use the category value
as the subcategory value.
SSRS must NOT connect to databases more frequently than once every 30 minutes.
Sales department users must be able to use Microsoft Excel to browse tabular data.

###EndCaseStudy###

You need to configure a hierarchy for DimProduct that meets the technical requirements.
What should you do?

Which code segments should you include in Target 1, Tar…

You are developing a self-hosted WCF service to display data about books. The solution
contains a service named BookService that implements the IBookService interface.
You need to expose the metadata in the service host programmatically.
You have the following code:

Which code segments should you include in Target 1, Target 2, Target 3, Target 4 and Target 5
to build the service host? (To answer, drag the appropriate code segments to the correct targets in
the answer area. Each code segment may be used once, more than once, or not at all. You mayneed to drag the split bar between panes or scroll to view content.)
Select and Place:

You need to implement basic authentication for the API….

You are developing an Internet-based ASP.NET Web API application that manages pet data.
You install an SSL certificate on the web server to encrypt calls to the API. You create a class
named PetAuthorization, which inherits from a type named AuthorizeAttribute, and implements
the OnAuthorization() method.
You need to implement basic authentication for the API.What should you do? (To answer, drag the appropriate words to the correct targets in the answer
area. Words may be used once, more than once, or not at all. You may need to drag the split bar
between panes or scroll to view content)
Select and Place:

Which code segments should you include in Target 1 and …

You are developing an ASP.NET Web API for a home inventory management system.
You need to limit access to users with IP addresses based only in the United States.
You have the following code:

Which code segments should you include in Target 1 and Target 2 to complete the code? (To
answer, drag the appropriate code segments to the correct targets in the answer area. Each code
segment may be used once, more than once, or not at all. You may need to drag the split bar
between panes or scroll to view content.)
Select and Place:

which section should you define the parameters for the …

You are developing an application.
The application must be deployed from Team Foundation Server after a successful build is
completed. The Process tab of the Build Definition screen is shown in the exhibit. (Click the
Exhibit button.)

You need to configure the automated deployment.
In which section should you define the parameters for the automated deployment? (To answer,
select the appropriate section in the answer area.)
Hot Area:

Which code segments should you include in Target 1, Tar…

You are developing an ASP.NET MVC Web API application.
The methods of the Web API must return details about the result of the operation. You need to
create a method to add products.
You have the following code:

Which code segments should you include in Target 1, Target 2, Target 3, Target 4 and Target 5
to complete the code? {To answer, drag the appropriate code segments to the correct targets in
the answer area. Each code segment may be used once, more than once, or not at all. You may
need to drag the split bar between panes or scroll to view content.)
Select and Place:

Which XML elements should you include in Target 1, Targ…

You are developing a WCF service.
You need to configure the web.config file to ensure that metadata is exposed only via the MEX
protocol.
You have the following markup:

Which XML elements should you include in Target 1, Target 2, Target 3 and Target 4 to
complete the markup? (To answer, drag the appropriate XML elements to the correct targets in
the answer area. Each XML element may be used once, more than once, or not at all. You may
need to drag the split bar between panes or scroll to view content.)
Select and Place:

Which code segments should you include in Target 1, Tar…

You are developing a WCF service application.The application must meet the following requirements:
Operations must have 30 second timeouts.
The service must have a transaction scope.
Transactions must flow from the client to the server.
You need to write a transactional service contract and implementation class to meet the
requirements.
You have the following code:

Which code segments should you include in Target 1, Target 2, Target 3 and Target 4 to
complete the code? {To answer, drag the appropriate code segments to the correct targets in the
answer area. Each code segment may be used once, more than once, or not at all. You may need
to drag the split bar between panes or scroll to view content.)
Select and Place:


Page 36 of 197« First...102030...3435363738...506070...Last »