What should you do?
You have a large dataset that contains more than 1 million rows. The table has a datetime column named Date. You need to reduce the size of the data model. What should you do? A. Round the hour of the Date column to startOfHour. B. Change the data type of the Date column to Text. […]
What is the minimum number of datasets and storage modes required to support the reports?
Case Study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions […]
Which DAX expression should you use?
Case Study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all question […]
What should you do?
You are developing an application that will track changes to the UserPrincipalName attribute of Microsoft 365 accounts. You need to use a REST request to retrieve the information by using Microsoft Graph. The solution must minimize the amount of data retrieved. What should you do? A. Use GET https://graph.microsoft.com/v1.0/users/delta for the first call. Use the […]
You need to create a REST query to retrieve the information. The solution must minimize the amount of data ret
You are developing a human resources application that will show users where they are in their company’s organization chart. You are adding a new feature that will display the name of a user’s manager inside the application. You need to create a REST query to retrieve the information. The solution must minimize the amount of […]
You need to configure the application to retrieve the groups to which the current signed-in user belongs.
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? A. https://graph.microsoft.com/v1.0/me/getMemberObjects B. https://graph.microsoft.com/v1.0/me/getMemberGroups C. https://graph.microsoft.com/v1.0/me/memberOf D. https://graph.microsoft.com/v1.0/me/checkMemberGroups Explanation: Get member groups returns […]
How can you validate that the JSON notification message is sent from the Microsoft Graph service?
How can you validate that the JSON notification message is sent from the Microsoft Graph service? A. The ClientState must match the value provided when subscribing. B. The user_guid must map to a user ID in the Azure AD tenant of the customer. C. The tenant ID must match the tenant ID of the customer’s […]
What should you configure the service to use?
You have a backend service that will access the Microsoft Graph API. You need to configure the service to authenticate by using the most secure authentication method. What should you configure the service to use? A. a certificate B. a client secret C. a shared key D. a hash Explanation: You can authenticate to the […]
Which HTTP response should you send?
You develop a web API named WebApi1. When validating a token received from a client application, WebApi1 receives a MsalUiRequiredException exception from Azure Active Directory (Azure AD). You need to formulate the response that WebApi1 will return to the client application. Which HTTP response should you send? A. HTTP 307 Temporary Redirect B. HTTP 400 […]
Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD) authorizatio
You are building a server-based web app that will use OAuth2 and will be registered with the Microsoft identity platform. Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD) authorization endpoint? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. […]