option
Cuestiones
ayuda
daypo
buscar.php

Topic 7

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
Topic 7

Descripción:
Ya va quedando menos

Fecha de Creación: 2026/03/18

Categoría: Otros

Número Preguntas: 10

Valoración:(0)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
NO HAY REGISTROS
Temario:

HOTSPOT - A company updates their client contact information periodically. The contact entity has alternate keys defined. You have the following code. (Line numbers are included for reference only.) For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: If the last name is an alternate key and there are no contacts with the last name Smith, the stored value of the last name is Smith. If the client number is an alternate key and the client number exists the stored value of the last name is Smith. If the last name is an alternate key and the client number exists the stored value of the last name is Smith. If the client number is an alternate key and the client number does not exist, the stored value of the last name is Smith.

HOTSPOT - A company updates their client contact information periodically. The contact entity has alternate keys defined. You have the following code. (Line numbers are included for reference only.) For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: Outbound syncrhonous calls to a third-party Web Api service. Calls to and from a website hosted in Azure with hight peak loads. Outbound calls to multiple on-premise and cloud systems to notify of costumer address changes.

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are designing a one-way integration from the Microsoft Dataverse to another system. You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss. You need to design the integration solution. Solution: Register a webhook in the Dataverse instance that connects to the Azure Function. Register a step on the webhook which runs synchronously on the record's Create message and in the post-operation stage. Does the solution meet the goal?. Yes. No.

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are designing a one-way integration from the Microsoft Dataverse to another system. You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss. You need to design the integration solution. Solution: Register a service endpoint in the Dataverse instance that connects to an Azure Service Bus queue. Register a step at the endpoint which runs asynchronously on the record's Create message and in the post-operation stage. Configure the Azure Function to process records as they are added to the queue. Does the solution meet the goal?. Yes. No.

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are designing a one-way integration from the Microsoft Dataverse to another system. You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss. You need to design the integration solution. Solution: Configure the Azure Function with a timer trigger that runs every five minutes. The function will query the Dataverse instance and process records created in the last five minutes. Does the solution meet the goal?. Yes. No.

DRAG DROP - An organization uses plug-ins to retrieve specific information from legacy data stores each time a new order is submitted. You review the Microsoft Dataverse analytics page. The average plug-in execution time is increasing. You need to replace the plug-in with another component, reusing as much of the current plug-in code as possible. Which five 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. Select and Place: Refactor the plug-in logic in the app. Create an Azure Function App. Register a Service endpoint for the app in the Plug-in Registration tool. Create an Azure Logic app. Register a step in the webhook. Register a webhook for the app in the Plug-in Registration tool. Publish the app. Register a step in the service endpoint.

DRAG DROP - You need to select the appropriate methods using Azure Event Grid. Which method should you use for each requirement? To answer, drag the appropriate methods to the correct requirements. Each method may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Select and Place: Notify the infrastructure team when a new virtual machine is created. Route orders over $5,000 to the credit department.

HOTSPOT - You create a Power Platform solution to track purchasing requirements for bills of material (BOMs) and their subcomponents. The solution must meet the following requirements: ✑ Ensure that the BOMs are enabled to include the necessary subcomponents. ✑ Report changes to the BOMs or their sub-components that are made by engineers. You need to configure the solution. What should you do to meet each requirement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Ensure the BOMs can include necessary subcomponents. Report who changed the BOM records and when the changes were made.

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are designing a one-way integration from the Microsoft Dataverse to another system. You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss. You need to design the integration solution. Solution: Register a service endpoint in the Dataverse instance that connects to an Azure Service Bus queue. Create and register an Azure-aware plug-in that uses the service endpoint. Register a step on the plug-in that runs asynchronously on the record's Create message and in the post-operation stage. Configure the Azure Function to process records as they are added to the queue. Does the solution meet the goal?. Yes. No.

HOTSPOT - A delivery service uses a canvas app to track and deliver packages. The app uses SQL Server as a data store. The database includes the following tables: The app includes the following code to save all required information. (Line numbers are included for reference only.) For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: The Patch statement populates the identity column when a record is created. The Patch statement at line 03 creates a reference to the customer who received a specific package. You must add a lookup function to ensure that the code correctly creates a reference to the customer who receives a package. The Patch statement at line 12 merges records.

Denunciar Test