This page was exported from Exams Labs Braindumps [ http://blog.examslabs.com ] Export date:Sat Sep 21 11:55:26 2024 / +0000 GMT ___________________________________________________ Title: [Jul-2023] 100% Guarantee Download MS-600 Exam Dumps PDF Q&A [Q136-Q156] --------------------------------------------------- [Jul-2023] 100% Guarantee Download MS-600 Exam Dumps PDF Q&A Kickstart your Career with Real  Updated Questions NO.136 You are developing an interactive invoicing application that will be used by end users. The application will have the following features:Save invoices generated by a user to the user’s Microsoft OneDrive.Email daily automated reminders.You need to identify which permissions to grant for the application features. The solution must use the principle of least privilege.Which permission should you grant for each feature? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. NO.137 Your company publishes a price list lo a web service.You need to provide users with the ability to check the prices from a Microsoft Teams chat and share the results directly in the current chat by querying the web service. The users must be able to get the prices by invoking a Microsoft Teams app. As soon as the app is invoked, a list of prices for popular products must be displayed without any input from the users.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. 1 – Create a Microsoft Bot Framework registration resource in Azure.2 – Set initialRun to true.3 – Add composeExtensions to the app manifest.NO.138 For each of the following statements, select Yes, if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. ExplanationBox 1: NoBox 2: NoThe manifest is in XML format.Box 3: YesSourceLocation is required and specifies the source file location(s) for your Office Add-in as a URL between 1 and 2021 characters long. The source location must be an HTTPS address, not a file path.Reference:https://docs.microsoft.com/en-us/office/dev/add-ins/develop/add-in-manifestshttps://docs.microsoft.com/en-us/office/dev/add-ins/reference/manifest/sourcelocationNO.139 You are developing a new Microsoft Teams app that will contain the following functionality:* Start a new chat.* Prompt users to install an app.* Make a Microsoft Graph API call.* Trigger a search-based command.Which two functionalities can be implemented by using a deep link? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one paint.  Start a new chat.  Trigger a search-based command.  Prompt users to install an app.  Make a Microsoft Graph API call. Reference:https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-linksNO.140 You are developing a single page application (SPA) named App1 that will be used by the public.Many users of App1 restrict pop-up windows from opening in their browser.You need to authenticate the users by using the Microsoft identity platform. The solution must meet the following requirements:* Ensure that App1 can read the profile of a user.* Minimize user interaction during authentication.* Prevent App1 from requiring admin consent for any permissions.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Reference:https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-spa-acquire-token?tabs=javascript1NO.141 You need to configure HRApp to enable users to search for specific jobs by using chat in Microsoft Teams.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. ExplanationNO.142 You are developing an application that will upload files that are larger than 50 MB to Microsoft OneDrive.You need to recommend an upload solution to ensure that the file upload process can resume if a network error occurs during the upload.Which four actions should you perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order. ExplanationGraphical user interface, text, application Description automatically generatedStep 1: Create an upload session that gets the uploadUrl valueTo upload a file using an upload session, there are two steps:1. Create an upload session2. Upload bytes to the upload sessionStep 2: Upload the first sequence of bytes.To upload the file, or a portion of the file, your app makes a PUT request to the uploadUrl value received in the createUploadSession response.Step 3: Use the nextExpectedRanges field to continue the upload process.Your app can use the nextExpectedRanges value to determine where to start the next byte range.Step 4: Send the final byte sequenceWhen the last byte range of a file is received the server will response with an HTTP 201 Created or HTTP 200 OK. The response body will also include the default property set for the driveItem representing the completed file.Once the last byte of the file has been uploaded the upload session is completed and the final file is shown in the destination folder.Example:PUT https://sn3302.up.1drv.com/up/fe6987415ace7X4e1eF866337Content-Length: 21Content-Range: bytes 101-127/128<final bytes of the file>Reference:https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_createuploadsessionNO.143 You are developing an application that will upload files that are larger than 50 MB to Microsoft OneDrive.You need to recommend an upload solution to ensure that the file upload process can resume if a network error occurs during the upload.Which four actions should you perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order. NO.144 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?  a task pane  a dialog  a custom function  a command ExplanationAdd commands to a custom group1. 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.Graphical user interface, text, application Description automatically generated3. Click a command in the list that you choose.4. Click Add.5. To see and save your changes, click OK.Reference:https://support.office.com/en-us/article/customize-the-ribbon-in-office-00f24ca7-6021-48d3-9514-a31a460ecb31NO.145 For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. ExplanationGraphical user interface, text, application Description automatically generatedBox 1: YesThe Adaptive Cards Designer provides a drag-and-drop experience to quickly build and tweak adaptive cards.Outlook Actionable Messages cards are designed using the Adaptive Card format. The Adaptive Card format is a simple yet powerful declarative layout format that provides a lot of flexibility, allowing for visually rich cards. In this topic we’ll cover the Outlook-specific features of the Adaptive Card format.Box 2: YesThe actionable message card is in JSON format.Box 3: NoBy default, the Tenant Administrator can create, edit, clone, and delete tenants, and manage user accounts.Note:To enable Actionable Messages the recipient of the task must be an Office 365 customer with permissions for the SharePoint online site.No: Office 365 administrators can disable actionable messages via the Set-OrganizationConfig cmdlet. If actionable messages do not render, check with your administrator to make sure the feature is enabled in your organization.Adaptive Cards Designer Microsoft outlook actionable messagesReferences: https://docs.microsoft.com/en-us/outlook/actionable-messages/adaptive-cardhttps://gingkoapp.com/create-tenant-administrator.htmlNO.146 You are developing a Microsoft Teams app.You need to select valid values to complete the app manifest.How should you complete the manifest? To answer select the appropriate options in the answer area NOTE: Each correct selection is worth one point. NO.147 You are developing a web app that will use the Microsoft Graph API. The app will use a front end to authenticate users and a backend to provision new unified groups.Users do not have permission to provision groups in Azure Active Directory (Azure AD).You need to recommend which permission types to grant. The solution must use the principle of least privilege.What should you recommend? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. ExplanationGraphical user interface, text, application, chat or text message Description automatically generatedReference:https://docs.microsoft.com/en-us/azure/app-service/scenario-secure-app-access-microsoft-graph-as-user?tabs=azNO.148 You are developing a Microsoft Teams app that will use an Azure function to send scheduled messages from a bot to users. What is required for the Teams app to send a proactive message to the users?  The bot must be approved in Azure Active Directory (Azure AD).  The bot must be granted admin access to the users.  The Teams app must be added for each user.  The users must send at least one message to the bot. A proactive message is any message sent by a bot that isn’t in response to a request from a user. Sending a proactive message is different from sending a regular message. There’s no active turnContext to use for a reply. You must create the conversation before sending the message.Reference:https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/conversations/send-proactive-messagesNO.149 For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. ExplanationBox 1: NoBox 2: YesPartial table lists the events that your bot can receive and take action on.Box 3: YesThe messageReaction event is sent when a user adds or removes his or her reaction to a message which was originally sent by your bot.Reference: https://docs.microsoft.com/en-us/microsoftteams/platform/resources/bot-v3/bots-notificationsNO.150 You have a Microsoft 365 tenant.You develop a custom Microsoft Office Add-in for Word.You need to sideload the add-in.You sign in to Microsoft 365 in a web browser and create a new Word document What should you do next?  Upload the add-in to Microsoft AppSource.  Upload the add-in to the tenant app catalog.  Attach a remote debugger by using Microsoft Visual Studio Code.  Select Upload My Add-in and verify that the add-in was installed. NO.151 How can you validate that the JSON notification message is sent from the Microsoft Graph service?  The ClientState must match the value provided when subscribing.  The user_guid must map to a user ID in the Azure AD tenant of the customer.  The tenant ID must match the tenant ID of the customer’s Office 365 tenant.  The subscription ID must match the Azure subscription used by ADatum. clientState specifies the value of the clientState property sent by the service in each notification. The maximum length is 128 characters. The client can check that the notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each notification.Note: A subscription allows a client app to receive notifications about changes to data in Microsoft Graph.Topic 3, E-invoicingExisting EnvironmentApplication ArchitectureE-invoicing consists of a single-page application (SPA) and a backend web service that provides invoice management and processing functionality.E-invoicing stores all the details of each invoicing operation in a backend cloud database. E-invoicing generates invoices in PDF format and provides users with the ability to download the PDF from OneDrive after it is generated. Each invoice has a unique identifier named invoiceid.The users have a common workflow where they sign in to E-invoicing, and then open E-invoicing in multiple tabs of a web browser so they can use different parts of the application simultaneously.Security ArchitectureRequirementsBusiness GoalsPlanned Changes* Email the generated invoices to customers on behalf of the current signed-in user. Any emails generated by the system will contain the invoiceid.* Perform as many operations as possible in the browser without having to leave the E-invoicing application.* Use Microsoft identity platform to manage identities, authentication, and authorization.* Display all emails that contain a specific invoiceid.Technical Requirements* Ensure that all operations performed by E-invoicing against Microsoft 365 are initiated by a user. Require that the user authorize E-invoicing to access the Microsoft 365 data the first time the application attempts to access Microsoft 365 data on the user’s behalf.* Send scheduled reminders to customers before a payment due date. Create an administration user interface to enable the scheduled reminders.* Implement Microsoft Graph change notifications to detect emails from vendors that arrive in a designated mailbox.* Implement single sign-on (SSO) and minimize login prompts across browser tabs.* Secure access to the backend web service by using Microsoft identity platform.* Ensure that all solutions use secure coding practices.Backend Security Planned ChangesE-invoicing will have internal logic that will dynamically identify whether the user should be allowed to call the backend API.SSO JavaScript ScriptYou plan to implement SSO with Microsoft Authentication Library (MSAL) by using the following code.Access Token JavaScript ScriptYou have the following JavaScript code to obtain an access token.Change Notification JSONYou have the following JSON message that will be sent by the Microsoft Graph service to detect the vendor emails.NO.152 You are developing an application that will use Microsoft Graph.You attempt to retrieve a list of the groups in your organization by using a URI of https://graph.microsoft.eom/vi.0/groups on behalf of the user.The application fails. The diagnostic logs show the following information:* An HTTP 403 Forbidden status code* An Authorization_RequestDenied error code* The following error message: “Insufficient privileges to complete the operation.” You need to ensure that the application can retrieve the list of groups. The solution must use the principle of least privilege. Which two actions should you perform? Each correct answer presents part of the solution. NOTE; Each correct selection is worth one point.  In the permission request for the application, request the Group. Read. All permission.  Grant tenant admin consent for the Group.Read. All permission.  Configure the application to use application permissions.  In the permission request for the application, request the Group. Readwrite. All permission NO.153 You have a Microsoft 365 tenant that contains a group named Group1. Group1 is configured as shown in the following table.You need to create a Microsoft Teams team for Group1. The team must contain two channels named Events and Projects.How should you complete the Microsoft Graph API operation? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. NO.154 You need to protect the backend web service to meet the technical requirements.Which four actions should you perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order. 1 – Register an application in Azure AD for the backend web service2 – Set the App ID URI for the backend service application registration3 – Defend the scopes in the backend web service application registration4 – Register an application in Azure AD for E-invoicing.NO.155 You have a server-side web app that uses OAuth 2.0 and is registered to the Microsoft identity platform.A user acquires an authorization token.You need to specify which HTTP header format the user must use to access the app.What should you specify? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. NO.156 You need to retrieve a list of the last 10 files that the current user opened from Microsoft OneDrive. The response must contain only the file ID and the file name.Which URI should you use to retrieve the results? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. ExplanationGraphical user interface Description automatically generated“graph.microsoft.com” “drive” onedriveBox 1: root/root – The root folder for the drive.Box 2: $select=id,nameTo specify a different set of properties to return than the default set provided by the Graph, use the $select query option. The $select option allows for choosing a subset or superset of the default set returned. For example, when retrieving your messages, you might want to select that only the from and subject properties of messages are returned.References: https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/addressing-driveitemshttps://developer.microsoft.com/en-us/graph/docs/overview/query_parameters Loading … Earn Quick And Easy Success With MS-600 Dumps: https://www.examslabs.com/Microsoft/Microsoft-365-Certified-Developer-Associate/best-MS-600-exam-dumps.html --------------------------------------------------- Images: https://blog.examslabs.com/wp-content/plugins/watu/loading.gif https://blog.examslabs.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2023-07-18 16:56:35 Post date GMT: 2023-07-18 16:56:35 Post modified date: 2023-07-18 16:56:35 Post modified date GMT: 2023-07-18 16:56:35