070-489 無料問題集「Microsoft Developing Microsoft SharePoint Server 2013 Advanced Solutions」
HOTSPOT
You create term sets and multi-lingual labels for a site collection. The default locale, language, and culture for the term sets are set to English. You develop a console application to create labels for a term named Memory. The console application uses the English locale. You develop the following labels for the term named Memory.

You need to create German labels for the term named Memory.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)

You create term sets and multi-lingual labels for a site collection. The default locale, language, and culture for the term sets are set to English. You develop a console application to create labels for a term named Memory. The console application uses the English locale. You develop the following labels for the term named Memory.

You need to create German labels for the term named Memory.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)

正解:

DRAG DROP
You develop a SharePoint app for Contoso, Ltd. Contoso has offices in several countries. All of the local offices in each country are connected by using a Wide Area Network (WAN). Users store large data files in SharePoint document libraries. The users report that the files load very slowly.
You need to ensure that the files are cached the first time that the files are opened at a local office.
How should you complete the Windows PowerShell cmdlet? (To answer, drag the appropriate code segment 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.)

You develop a SharePoint app for Contoso, Ltd. Contoso has offices in several countries. All of the local offices in each country are connected by using a Wide Area Network (WAN). Users store large data files in SharePoint document libraries. The users report that the files load very slowly.
You need to ensure that the files are cached the first time that the files are opened at a local office.
How should you complete the Windows PowerShell cmdlet? (To answer, drag the appropriate code segment 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.)

正解:

DRAG DROP
You develop a feature in a SharePoint solution by using Visual Studio 2012. You insert several breakpoints in the feature event receiver to debug performance issues.
You need to ensure that the code stops running when the solution reaches a breakpoint.
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.)

You develop a feature in a SharePoint solution by using Visual Studio 2012. You insert several breakpoints in the feature event receiver to debug performance issues.
You need to ensure that the code stops running when the solution reaches a breakpoint.
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.)

正解:

DRAG DROP
You develop a SharePoint app that includes microblog posts and conversations for a company named Contoso, Ltd.
You must use various programming object models to determine the number of unread mentions in microblog posts for the current user.
You need to call methods for different programming object models.
How should you create the method calls? (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.)

You develop a SharePoint app that includes microblog posts and conversations for a company named Contoso, Ltd.
You must use various programming object models to determine the number of unread mentions in microblog posts for the current user.
You need to call methods for different programming object models.
How should you create the method calls? (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.)

正解:

DRAG DROP
You develop a .NET application named SPUserProfiles for a company called Contoso, Ltd.
SPUserProfiles communicates with a SharePoint app by using SharePoint Web Services. The SharePoint web service reference name is ProfileService. SPUserProfiles includes the following code segment: (Line numbers are included for reference only.)

You need to implement the UpdatePhoneNumber method.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct target 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.)

You develop a .NET application named SPUserProfiles for a company called Contoso, Ltd.
SPUserProfiles communicates with a SharePoint app by using SharePoint Web Services. The SharePoint web service reference name is ProfileService. SPUserProfiles includes the following code segment: (Line numbers are included for reference only.)

You need to implement the UpdatePhoneNumber method.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct target 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.)

正解:

You access a Records Management site in SharePoint. You create the following segment: (Line numbers are included for reference only.)

Search results must display documents that contain specific keywords by using the following custom display template:

You need to implement the custom display template.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)


Search results must display documents that contain specific keywords by using the following custom display template:

You need to implement the custom display template.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

正解:D、E、F
解答を投票する
Topic 1, Trey Research
Background
You develop an intranet portal for Trey Research. End users of the portal are researchers and office staff.
Business Requirements
All end users must be able to customize their profile with relevant information. Researchers must store research papers, upload supporting documents, and search content.
Storage
The portal must use an existing Microsoft SQL Server database to access and store work profile information and research papers.
Data Access
- The portal must use Business Connectivity Services (BCS) to access data from external systems.
- Researchers must search content from SharePoint and external systems.
- Researchers must manage a research topic and related content as a single entity.
User Profile
- Employees must be able to customize their profile.
- Administrators must be able to create new profile properties.
Technical Requirements
Data Store
The data model for the database entities is shown below:

Users must not be allowed to update the Employees.Username and ResearchPapers.ID fields.
The fields uniquely distinguish the corresponding entity.
Access External Data
-
You must create an external content type named TreyResearch to access the SQL data source.
During development, the data source will be accessible locally.
- You must develop an app to access the fields named Employee Name and Research Paper Title.
- Researchers must be able to find all research papers that are written by a particular employee.
- A research paper always must be associated with the employee that wrote it.
Document Management
- Researchers must be able to upload research papers and relevant supporting
materials into a document set named Research Content. - All the document sets must be stored in a list named ResearchPapers. - All documents that are uploaded must contain the prefix DOC in the file name.
Environment
The SQL database will be on a different physical server when the solution is deployed to a production environment. The solution must use the SQL Server user named sqltrey to connect to the database. The BCS service is configured and running in the production environment.
Personalize
- You must use custom profile properties to add a new section to the user profile properties page. - The solution must use the client-side object model (CSOM) to upload employee
profile pictures. - Employees must be able to change their display name on the site. - Each employee's page must display the value of the DisplayName and Title fields.
Search
- The Microsoft Bing API web service must be used to search for research papers. No code must be written. - The app must use a Content Enrichment web service named AbstractIndexer. The app must use the AbstractIndexer service to index search content. - The solution must store large-sized media files in a dedicated SQL Server database. - The database must use the ResearchPapers.ID field as the foreign key to associate the field with the TreyResearch external content type.
Application Structure
Relevant portions of the solution files are shown below. (Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.)
App.js

ManageUserProfiles.es ContentManagement.es


=======================================================================
DRAG DROP
You need to add code to line MP22 to create the custom profile property.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct locations in the answer area. Each code segment may be used once or not at all. You may need to drag the split bar between panes or scroll to view content.)

Background
You develop an intranet portal for Trey Research. End users of the portal are researchers and office staff.
Business Requirements
All end users must be able to customize their profile with relevant information. Researchers must store research papers, upload supporting documents, and search content.
Storage
The portal must use an existing Microsoft SQL Server database to access and store work profile information and research papers.
Data Access
- The portal must use Business Connectivity Services (BCS) to access data from external systems.
- Researchers must search content from SharePoint and external systems.
- Researchers must manage a research topic and related content as a single entity.
User Profile
- Employees must be able to customize their profile.
- Administrators must be able to create new profile properties.
Technical Requirements
Data Store
The data model for the database entities is shown below:

Users must not be allowed to update the Employees.Username and ResearchPapers.ID fields.
The fields uniquely distinguish the corresponding entity.
Access External Data
-
You must create an external content type named TreyResearch to access the SQL data source.
During development, the data source will be accessible locally.
- You must develop an app to access the fields named Employee Name and Research Paper Title.
- Researchers must be able to find all research papers that are written by a particular employee.
- A research paper always must be associated with the employee that wrote it.
Document Management
- Researchers must be able to upload research papers and relevant supporting
materials into a document set named Research Content. - All the document sets must be stored in a list named ResearchPapers. - All documents that are uploaded must contain the prefix DOC in the file name.
Environment
The SQL database will be on a different physical server when the solution is deployed to a production environment. The solution must use the SQL Server user named sqltrey to connect to the database. The BCS service is configured and running in the production environment.
Personalize
- You must use custom profile properties to add a new section to the user profile properties page. - The solution must use the client-side object model (CSOM) to upload employee
profile pictures. - Employees must be able to change their display name on the site. - Each employee's page must display the value of the DisplayName and Title fields.
Search
- The Microsoft Bing API web service must be used to search for research papers. No code must be written. - The app must use a Content Enrichment web service named AbstractIndexer. The app must use the AbstractIndexer service to index search content. - The solution must store large-sized media files in a dedicated SQL Server database. - The database must use the ResearchPapers.ID field as the foreign key to associate the field with the TreyResearch external content type.
Application Structure
Relevant portions of the solution files are shown below. (Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.)
App.js

ManageUserProfiles.es ContentManagement.es


=======================================================================
DRAG DROP
You need to add code to line MP22 to create the custom profile property.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct locations in the answer area. Each code segment may be used once or not at all. You may need to drag the split bar between panes or scroll to view content.)

正解:

HOTSPOT
You implement eDiscovery in SharePoint to access Exchange Online mailbox data.
You find malware and spam in items within the eDiscovery hold. You think that your
company's anti-malware software is not working because of incorrect permissions.
You need to ensure that software is configured correctly.
On The Exchange admin center page, which option should you select? (To answer, select
the appropriate option in the answer area.)

You implement eDiscovery in SharePoint to access Exchange Online mailbox data.
You find malware and spam in items within the eDiscovery hold. You think that your
company's anti-malware software is not working because of incorrect permissions.
You need to ensure that software is configured correctly.
On The Exchange admin center page, which option should you select? (To answer, select
the appropriate option in the answer area.)

正解:

You configure a SharePoint app to collect diagnostic information. The app must meet the following requirements:
- Record messages about all unrecoverable events that limit the functionality of the app, but do not stop the app.
- Record all events that include unexpected exceptions. - Minimize the effects of logging on app performance.
You need to configure the application to meet the requirements.
Which trace log level should you use?
- Record messages about all unrecoverable events that limit the functionality of the app, but do not stop the app.
- Record all events that include unexpected exceptions. - Minimize the effects of logging on app performance.
You need to configure the application to meet the requirements.
Which trace log level should you use?
正解:E
解答を投票する