Q1. - (Topic 5)
You plan to create a SharePoint Business Process Automation (BPA) project.
You need to process items for approval with the least amount of developer effort.
Which tool should you use?
A. Remote Event Receiver
B. Out-of-the-box workflow
C. SharePoint Designer workflow
D. Work Item Timer Job
Answer: B
Explanation: Workflows in SharePoint 2013 allow you to model and automate business processes. These business processes can be as simple as a document approval process with a single approver (shown in example below), as complex as customer-facing product catalog using web service calls and database support, or as formidable as virtually any structured business process, full of conditions, loops, user inputs, tasks, and custom actions.
Example: Simple SharePoint workflow
Reference: Get started with workflows in SharePoint 2013
Q2. HOTSPOT - (Topic 5)
A company uses SharePoint for project organization and collaboration with contractors. Contractors can download each of the following SharePoint apps:
The apps have the following requirements:
. The purchase request app must approve all purchases without user authentication.
. The contractor information app must display only information the current user is authorized to view.
You need to configure authorization for the apps.
Which authorization types should you use? To answer, select the appropriate authorization type in each list in the answer area.
Answer:
Q3. DRAG DROP - (Topic 5)
You create a solution to access data contained in SharePoint by using a client-side object model (CSOM).
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct location or locations 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.)
Answer:
Q4. HOTSPOT - (Topic 5)
You have a SharePoint site with one site collection and several subwebs. You develop a feature that installs an event receiver on a list. The event receiver must send a notification by email when information is modified. Not all subwebs require this functionality.
You need to set the feature scope.
From the Add New Feature dialog window, which scope should you use? (To answer, select the appropriate scope in the answer area.)
Answer:
Q5. HOTSPOT - (Topic 1)
You need to select the app experience for the CourierMobile app.
In the App for Office 2013 dialog window, which configuration option should you select? (To answer, select the appropriate configuration option in the answer area.)
Answer:
Q6. DRAG DROP - (Topic 4)
You need to ensure that all of the solutions are deployed in the correct order.
You have the following code:
Which code segments should you include in Target 1, Target 2, Target 3, Target 4, Target 5 and Target 6 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.)
Answer:
Q7. - (Topic 2)
You need to implement term set navigation.
Which code segment should you insert at line TN16?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Explanation: * A well-designed navigation tells your site's users a lot about the business, products, and services that the website offers. By updating the taxonomy behind the navigation, businesses can drive and keep up with change without having to recreate their site navigation in the process.
* GlobalNavigationToxonomyProvider
StandardNavigationProviderNames.GlobalNavigationTaxonomyProvider field The TaxonomySiteMapProvider instance used for the global navigation scheme. The menu for the “global navigation” scheme typically appears at the top of the master page.
Scenario: Navigational links across the top should be driven by the term store and use
URLs that will improve search engine ranking.
Incorrect:
Not C: StandardNavigationProviderNames.CurrentNavigationTaxonomyProvider field
The menu for the “current navigation” scheme typically appears on the left side of the
master page.
Reference: Managed navigation in SharePoint 2013;
StandardNavigationProviderNames.GlobalNavigationTaxonomyProvider field.
Q8. DRAG DROP - (Topic 5)
You develop a reusable workflow on a development site by using SharePoint Designer. The workflow must be made available to a test site on a different SharePoint environment. You need to deploy and start the workflow on the test site by using Microsoft Visual Studio
2012.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)
Answer:
Q9. - (Topic 5)
A company uses SharePoint team sites for their projects, which last for a month.
At the end of every month the project site must be archived and moved to a backup web application. The company plans to create a timer job.
You need to write custom code that will move the site from the production web application to the archived web application.
Which method of the timer job should you override?
A. RunNow
B. Execute
C. Update
D. Provision
Answer: B
Explanation:
Execute Executes the job definition on the local machine and is intended to be used only by the timer service.
Note: After you create the constructors, you must override the Execute method of the SPJobDefinition class and replace the code in that method with the code that your job requires.
Incorrect:
A: RunNow
Schedules the job for immediate execution.
C: SPJobDefinition.Update method
Causes the job definition to save its state and propagate changes to all machines in the
farm.
D: Provision
Makes the changes to the local server that are needed before the object can be used.
Reference: Creating Timer Jobs in SharePoint 2010 that Target Specific Services
Q10. DRAG DROP - (Topic 5)
You need to create workflows for your business processes by using the least amount of development effort.
Which four actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Answer: