IT認証試験問題集
毎月、GOWUKAKUは1500人以上の受験者が試験準備を助けて、試験に合格するために受験者にご協力します
 ホームページ / MB-400 問題集  / MB-400 問題練習

Microsoft MB-400 問題練習

Microsoft PowerApps + Dynamics 365 Developer 試験

最新更新時間: 2024/03/19,合計61問。

【2024年3月キャンペーン】:MB-400 最新真題を買う時、日本語版と英語版両方を同時に獲得できます。

実際の問題集を練習し、試験のポイントを了解し、テストに申し込むするかどうかを決めることができます。

さらに試験準備時間の35%を節約するには、MB-400 問題集を使用してください。

 / 1

Question No : 1
A company has two development instances, two test instances, two staging instances, and one production instance. The test team reports connection issues with the test and staging instances. You need to identify which if the instances the testing team currently has access.
Which two URLs can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

正解:
Explanation:
C: Organization information is stored in the Instance entity of the Discovery service. To see the kind of information contained in that entity, send an HTTP GET request to the service for one of your instances.
GET https://dev.{servername}/api/discovery/v9.0/Instances(UniqueName='myorg')
In the above example, the discovery service is used to obtain the organization information of the instance with a unique name of "myorg".
Reference:
https://docs.microsoft.com/en-in/dynamics365/customerengagement/on-premises/developer/webapi/discover-url-organization-web-api
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/samples/global-discovery-service-csharp

Question No : 2
HOTSPOT
A company is preparing to go live with their Dynamics 365 Customer Engagement solution, but first they need to migrate data from a legacy system. The company is migrating accounts in batches of 1,000.
When the data is saved to Dynamics 365 Customer Engagement, the IDs for the new accounts must be output to a log file.
You have the following code:



For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.



正解:


Explanation:
Box 1: Yes
Box 2: Yes
Even when ReturnResponses is false, the Responses collection will not be empty if errors are returned. If errors are returned, there will be one response item in the collection for each processed request that returned a fault and Fault will be set to the actual fault that occurred.
Box 3: No
ContinueOnError, here set to true: when true, continue processing the next request in the collection even if a fault has been returned from processing the current request in the collection. When false, do not continue processing the next request.
Box 4: Yes
Even when ReturnResponses is false, the Responses collection will not be empty if errors are returned. If errors are returned, there will be one response item in the collection for each processed request that returned a fault and Fault will be set to the actual fault that occurred.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/org-service/execute-multiple-requests

Question No : 3
HOTSPOT
You are developing an app for a sales team to record contact details in their Common Data Service (CDS) database. The app must handle loss of network and save the data to CDS when reconnected. The main screen of the app has a form to collect contact data and a button.
The OnSelect property for the button has the following expression:



For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.



正解:


Explanation:
Box 1: Yes
LoadData and SaveData combine to form a simple mechanism to store small amounts of data on a local device. By using these functions, you can add simple offline capabilities to your app.
Box 2: No
Box 3: No
Box 4: Yes
Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/offline-apps

Question No : 4
HOTSPOT
A company delivers packages to businesses and consumers. A custom entity named Package captures the package details.
You need to add the following sets of fields to the entity and leverage the built-in operations of the platform:
- A set of fields to represent the package length, width, depth, and weight. The maximum value for any dimension is 100 centimeters.
- A set of fields for time-sensitive attributes to calculate the efficiency of a delivery based on the existing custom fields: Pickup time and Delivery time. Results of the calculations must be stored as whole numbers.
Which constructs should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.



正解:


Explanation:
Box 1: DIFFINMINUTES(Created On, Delivery Time)
DIFFINMINUTES (date and time, date and time) returns the difference in minutes between two Date and Time fields as a whole Number
Box 2: Duration
Duration fields can be used to show a whole number as x number of minutes, x number of hours or x number of days instead of just showing the whole number of minutes to the user. Out of the box, CRM activities such as Phone Calls use the Duration field to track the length of time a phone call lasted. For new Phone Call activity records, the Duration field is set to 30 minutes, but the user can update that prior to completing the phone call activity record.
Prior to the user updating the field, they can click on the Optionset arrow and choose a formatted duration.



Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/define-calculated-fields
https://www.arbelatech.com/insights/blog/how-to-use-duration-fields-in-dynamics-365-for-sales.html

Question No : 5
A financial institution that has a Dynamics 365 Customer Engagement environment requires that the account balance field from the account entity be visible to specific users only.
You need to set up the field security for the account balance field.
Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

正解:
Explanation:
To implement field-level security, a system administrator performs the following tasks.

Question No : 6
A financial services company uses the Common Data Service (CDS) to develop solutions. The company uses development and production instances.
You need to move solutions from the development instance to the production instance.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

正解:
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/wp-solution-packages

Question No : 7
HOTSPOT
You have a model-driven app that uses the Common Data Service (CDS). You create three custom entities that are in many-to-one parental relationships with the Account entity.
You run a real-time workflow that assigns an account you own to another user.
You receive the error message as shown in the Error Message exhibit. (Click the Error Message tab.)



You check the security roles for the user as shown in the Manage User Roles exhibit. (Click the Manage User Roles tab.).



You also check the privileges for that role as shown in the Common Data Service User Security Role exhibit. (Click the Security Role tab.)



You need to prevent the error from recurring.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.



正解:


Explanation:
Box 1: No
There is a read error.
Box 2: No
Note: The Environment Maker role can create resources within an environment including apps, connections, custom connectors, gateways, and flows using Power Automate.
Box 3: Yes
The System Customizer role is similar to the System Administrator role which enables non-system administrators to customize Dynamics 365. A Customizer is a user who customizes entities, attributes and relationships.
Box 4: Yes

 / 1