exam questions

Exam AZ-301 All Questions

View all questions & answers for the AZ-301 exam

Exam AZ-301 topic 17 question 52 discussion

Actual exam question from Microsoft's AZ-301
Question #: 52
Topic #: 17
[All AZ-301 Questions]

Your company purchases an app named App1.
You need to recommend a solution to ensure that App1 can read and modify access reviews.
What should you recommend?

  • A. From API Management services, publish the API of App1, and then delegate permissions to the Microsoft Graph API.
  • B. From API Management services, publish the API of App1. From the Access control (IAM) blade, delegate permissions.
  • C. From the Azure Active Directory admin center, register App1, and then delegate permissions to the Microsoft Graph API.
  • D. From the Azure Active Directory admin center, register App1. From the Access control (IAM) blade, delegate permissions.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
The app must be registered. You can register the application in the Azure Active Directory admin center.
The Azure AD access reviews feature has an API in the Microsoft Graph endpoint.
You can register an Azure AD application and set it up for permissions to call the access reviews API in Graph.
Reference:
https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
Design a Data Platform Solution

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
admins
Highly Voted 4 years, 10 months ago
Correct answer is C. The application will need to be registered, and then to read and modify access reviews we must allow the application to access to the Graph API: https://docs.microsoft.com/en-us/graph/api/resources/accessreviews-root?view=graph-rest-beta
upvoted 8 times
Shunya
4 years, 10 months ago
Not sure why Graph API comes into the picture when this is about a bought App. Moreover the link you gave also doesn't mention anything that Graph API needs to be used in this case. D is the right answer
upvoted 4 times
MegatonN
4 years, 9 months ago
Graph api is the way to read/write AAD and access review is PIM "feature"for Ldap is not allowed for AAD interactions
upvoted 1 times
...
admins
4 years, 10 months ago
Because in order to "read and modify access reviews" we must interact with the Graph API, there are no AIM permissions for Access Reviews as it is a service, not a resource. To interact with the Graph API we need to have permission to do so. Answer D doesnt explain how we would interact with the Graph API. The link provided confirms that the permissions can be granted to an application to interact with Access Reviews via the Graph API.
upvoted 7 times
tartar
4 years, 9 months ago
C is ok
upvoted 7 times
...
...
...
...
hghemant
Most Recent 4 years, 4 months ago
Correct Answer is C. Graph API is used for read and modify the access review.
upvoted 2 times
...
sejalo
4 years, 4 months ago
Correct answer is C - I choose the same in Exam today
upvoted 3 times
...
azurecert2021
4 years, 4 months ago
correct answer is C and proper link to verify Register the API You'll need to add additional permissions in order to use Microsoft Graph notifications. Choose Add a permission, and under Microsoft APIs, select Microsoft Graph, and then select Delegated permissions. Add the following permissions: AccessReview.Read.All(Allows the app to read access reviews without a signed-in user.) AccessReview.ReadWrite.Membership(Allows the app to manage access reviews of groups and apps without a signed-in user.) https://docs.microsoft.com/en-us/graph/permissions-reference#access-reviews-permissions https://docs.microsoft.com/en-us/graph/notifications-integration-app-registration#api-permissions https://docs.microsoft.com/en-us/graph/permissions-reference#remarks
upvoted 4 times
...
sanketshah
4 years, 5 months ago
C is correct answer.
upvoted 3 times
...
cloudycloud
4 years, 9 months ago
I agree, answer is c : full walkthru : https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-configure-app-expose-web-apis https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-configure-app-access-web-apis
upvoted 4 times
...
vlu
4 years, 9 months ago
answer is C: https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/roles-delegate-app-roles#:~:text=In%20Azure%20AD%2C%20you%20can,aspects%20of%20applications%20they%20create.
upvoted 2 times
...
denkes
4 years, 10 months ago
I would choose: C. Azure AD as an Identity Provider recommends Graph, see Link for further Details: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent In addition to that, the provided answer below the question it self mentions Graph. ...The Azure AD access reviews feature has an API in the Microsoft Graph endpoint. You can register an Azure AD application and set it up for permissions to call the access reviews API in Graph....
upvoted 4 times
LFWGD
4 years, 9 months ago
Exactly. Correct answer is C.
upvoted 2 times
...
...
[Removed]
4 years, 10 months ago
I am with "admins" here. The correct answer is C). You would have to register the app and then give it access to the access reviews. See this for more information: https://docs.microsoft.com/en-us/graph/permissions-reference#access-reviews-permissions
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...