exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 4 question 71 discussion

Actual exam question from Microsoft's AZ-204
Question #: 71
Topic #: 4
[All AZ-204 Questions]

HOTSPOT
-


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 included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.


To start the case study
-
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question.


Background
-

Munson’s Pickles and Preserves Farm is an agricultural cooperative corporation based in Washington, US, with farms located across the United States. The company supports agricultural production resources by distributing seeds fertilizers, chemicals, fuel, and farm machinery to the farms.


Current Environment
-

The company is migrating all applications from an on-premises datacenter to Microsoft Azure. Applications support distributors, farmers, and internal company staff.


Corporate website
-
• The company hosts a public website located at http://www.munsonspicklesandpreservesfarm.com. The site supports farmers and distributors who request agricultural production resources.


Farms
-
• The company created a new customer tenant in the Microsoft Entra admin center to support authentication and authorization for applications.


Distributors
-
• Distributors integrate their applications with data that is accessible by using APIs hosted at http://www.munsonspicklesandpreservesfarm.com/api to receive and update resource data.


Requirements
-

The application components must meet the following requirements:


Corporate website
-
• The site must be migrated to Azure App Service.
• Costs must be minimized when hosting in Azure.
• Applications must automatically scale independent of the compute resources.
• All code changes must be validated by internal staff before release to production.
• File transfer speeds must improve, and webpage-load performance must increase.
• All site settings must be centrally stored, secured without using secrets, and encrypted at rest and in transit.
• A queue-based load leveling pattern must be implemented by using Azure Service Bus queues to support high volumes of website agricultural production resource requests.


Farms
-
• Farmers must authenticate to applications by using Microsoft Entra ID.


Distributors
-
• The company must track a custom telemetry value with each API call and monitor performance of all APIs.
• API telemetry values must be charted to evaluate variations and trends for resource data.


Internal staff
-
• App and API updates must be validated before release to production.
• Staff must be able to select a link to direct them back to the production app when validating an app or API update.
• Staff profile photos and email must be displayed on the website once they authenticate to applications by using their Microsoft Entra ID.


Security
-
• All web communications must be secured by using TLS/HTTPS.
• Web content must be restricted by country/region to support corporate compliance standards.
• The principle of least privilege must be applied when providing any user rights or process access rights.
• Managed identities for Azure resources must be used to authenticate services that support Microsoft Entra ID authentication.


Issues
-


Corporate website
-
• Farmers report HTTP 503 errors at the same time as internal staff report that CPU and memory usage are high.
• Distributors report HTTP 502 errors at the same time as internal staff report that average response times and networking traffic are high.
• Internal staff report webpage load sizes are large and take a long time to load.
• Developers receive authentication errors to Service Bus when they debug locally.


Distributors
-
• Many API telemetry values are sent in a short period of time. Telemetry traffic, data costs, and storage costs must be reduced while preserving a statistically correct analysis of the data points sent by the APIs.


You need to display the profile photo and email for signed-in internal staff on the website.

Which Microsoft Graph configuration should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
AzDeveloper
Highly Voted 9 months, 2 weeks ago
Answer is: 1. /v1.0/me 2. User.Read profilePhoto is not valid name in graph api. https://learn.microsoft.com/en-us/graph/api/profilephoto-get?view=graph-rest-1.0&tabs=http
upvoted 7 times
...
raymond_abcd
Most Recent 9 months ago
given answer is correct: https://learn.microsoft.com/en-us/graph/api/resources/profile-example?view=graph-rest-beta&viewFallbackFrom=graph-rest-1.0
upvoted 2 times
...
misinho7
9 months ago
Can Anyone help me and tell me where I can find all question related to Farmers? Topics and questions number? Thank you very much !
upvoted 1 times
onlyforheros
7 months, 2 weeks ago
Use search button
upvoted 1 times
...
...
FeriAZ
9 months, 1 week ago
correct. /v1.0/me: This endpoint is used to access the profile information of the currently signed-in user. It is the most direct way to get the user's own profile details, including their email. User.Read: This permission allows an app to read the user's profile. It would typically allow access to basic profile information, including email address.
upvoted 3 times
...
emysa341
9 months, 2 weeks ago
v1.0/users?$select=profilePhoto,mail is correcct https://learn.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&tabs=http#:~:text=to%20your%20query-,%24select%3DdisplayName%2CgivenName%2CpostalCode%2Cidentities,-Request
upvoted 1 times
Vegetta95
3 months ago
Not exactly. In the docs you have to specify ID prop and here it's missing
upvoted 1 times
...
...
Swekker
9 months, 3 weeks ago
Answer is: Endpoint: /v1.0/users?$select=profilePhoto,mail Permission: User.ManageIdentities.All 1. You cannot use the /me endpoint because you need to list all the employees on the website. 2. Second /me endpoint wont return the user photo.
upvoted 4 times
Tralalaaz204
9 months, 2 weeks ago
Do you have a document for this?
upvoted 1 times
...
azure1282
9 months, 2 weeks ago
I don't think it is users endpoint as we need the id or userPrincipalName in the endpoint e.g. https://graph.microsoft.com/v1.0/users/{id|userPrincipalName}?$select=id,employeeOrgData
upvoted 2 times
...
de8a1d8
8 months ago
From what I understand, you only need to display the profile of the signed-in user, not all of the existing users at once. So /me should be enough.
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago