- (Exam Topic 1)
What are two possible URIs that you can use to configure the content administration user interface? Each correct answer present a complete solution.
NOTE: Each correct selection is worth one point.
Correct Answer:
BC
- (Exam Topic 2)
You are designing a Microsoft Teams application. The application will enable content authors to start conversations about news coming from a third-party application.
Which development technique should you use?
Correct Answer:
D
Create deep links to content and features in Microsoft Teams.
You can create links to information and features within the Teams client. Examples of where this may be useful:
< > >< > >Reference: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links
- (Exam Topic 2)
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct select is worth one point.
Solution:
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 2)
You are developing a new Microsoft Office Add-in to integrate a corporate invoicing system and Microsoft Excel.
You need to add a new button to the Office ribbon. What should you add to the add-in?
Correct Answer:
D
Add commands to a custom group
* 1. In the Customize the Ribbon window under the Customize the Ribbon list, click the custom group that you want to add a command to.
* 2. In the Choose commands from list, click the list you want to add commands from, for example, Popular Commands or All Commands.
<>* >* >* >
- (Exam Topic 2)
You have an application that uses the Microsoft Graph API.
You need to configure the application to retrieve the groups to which the current signed-in user belongs. The results must contain the extended priorities of the groups.
Which URI should you use?
Correct Answer:
B
Get member groups returns all the groups that the specified user, group, or directory object is a member of. This function is transitive.
Reference: https://docs.microsoft.com/en-us/graph/api/directoryobject-getmembergroups