Topic 2: Contoso, Ltd. Contoso, Ltd. Is a sales company in the manufacturing industry. It has subsidiaries in multiple countries/regions, each with its own localization. The subsidiaries must be data-independent from each other. Contoso. Ltd. uses an external business partner to manage the subcontracting of some manufacturing items. Contoso. Ltd. has different sectors with data security between sectors required.
You need to determine If you have unwanted incoming web service calls in your tenant
during the last seven days.
Which two KQL queries should you use? Each correct answer presents a complete
solution.
NOTE: Each correct selection is worth one point.
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
Explanation: The task is to identify unwanted incoming web service calls during the last
seven days. To do this, we need to look at KQL (Kusto Query Language) queries that
would filter out web service calls based on the timestamp (to ensure the calls are within the
last seven days) and by certain characteristics that would indicate they are unwanted, such
as the wrong type of protocol (SOAP in this case, as Contoso Ltd. plans to dismiss using
it).
Looking at the options:
Option A: This query selects all traces where the timestamp is within the last 7
days and where the custom dimension has a value of 'RT0008', and where the
category is either 'ODataV4', 'ODataV3', or 'Api'. This query would show all API
calls except SOAP, so it does not directly answer the question about unwanted
calls.
Option B: This query filters for traces with a timestamp within the last 7 days,
where 'RT0008' is present, and specifically looks for the category 'SOAP'. This
query is correct because it directly targets SOAP calls, which are the unwanted
calls according to Contoso Ltd.'s plans.
Option C: Similar to option B, this query filters for traces within the last 7 days and
looks for 'RT0008' but uses the equality operator for the category 'SOAP'. This
would also correctly return the unwanted SOAP calls.
Option D: This query also filters for traces within the last 7 days, but it excludes the
'ODataV4' category, which doesn't necessarily target the unwanted SOAP calls.
Option E: This query selects traces where the timestamp is within the last 7 days
and the custom dimension has 'RT0008'. However, it filters out categories
'ODataV4' and 'Api', which does not directly help in identifying the unwanted SOAP
calls.
Therefore, the queries that should be used to determine if there are unwanted incoming
web service calls (SOAP calls) in the tenant during the last seven days are Options B and
C. These queries are specific to identifying SOAP protocol usage, which is what Contoso
Ltd. considers unwanted.
You need to call the Issue API action from the mobile application.
Which action should you use?
A. POST/issues (88122e0e-5796-ec11-bb87-000d3a392eb5yMicrosoit.NAV.copy
B. PATCH /issues {88122 eOe-5796-ed 1 -bb87-000d3a392eb5)/Mkrosotl.NAV.Copy
C. POST /issues (88122e0e-5796-ec11 -bb87-000d3a392eb5)/Copy
D. POST /issues (88122e0e-5796-ec11 -bb87-000d3a392eb5)/copy
E. POST/issues(88122e0e-5796-ec11-bb87-000d3a392eb5)/MicrosoftNAV.Copy
Explanation: In the context provided by the case study, when calling an API action from a
mobile application, the correct format for a POST request to an action in Business Central
typically involves specifying the entity (/issues), the ID of the entity (88122e0e-5796-ec11-
bb87-000d3a392eb5), and the action to be called (/Copy). The action name should match
the exact name as defined in the AL code, which is case-sensitive.
Option A is incorrect because it uses a non-standard format for the action call.
Option B uses the PATCH method, which is generally used for update operations,
not for calling actions.
Option C is correct as it uses the POST method, which is appropriate for calling
actions, and correctly specifies the entity, ID, and action name.
Option D is incorrect because the action name /copy is in lowercase, while AL is
case-sensitive, and it should match the case exactly as defined in the code.
Option E incorrectly adds 'MicrosoftNAV' before the action name, which is not
standard for calling actions in Business Central APIs.
Hence, the correct action to use when calling the Issue API action from the mobile
application is given in Option C.
You need to assist the development department with setting up Visual Studio Code to
design the purchase department extension, meeting the quality department requirements.
How should you complete the app.json file? To answer, select the appropriate options in
the answer area.
NOTE: Each correct selection is worth one point.
You need to define the XML file properties for the accounting department.
How should you complete the code segment? To answer, select the appropriate options in
the answer area.
NOTE: Each correct selection is worth one point.
You need to configure the Subcontract Docs extension to translate the fields.
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.
You need to create the code related to the Subcontract Documents table to meet the
requirement for the quality department.
How should you complete the code segment? To answer, select the appropriate options in
the answer area.
NOTE: Each correct selection is worth one point.
You need to evaluate the version values of the Quality Control extension to decide how the
quality department must update it.
Which two values can you obtain in the evaluation? Each correct answer presents part of the solution. Choose two.
NOTE: Each correct selection is worth one point.
A. AppVersion - 1.0.0.1
B. AppVersion = 1.0.0.2
C. DataVersion = 0.0.0.0
D. DataVersion = 1.0.0.1
E. DataVersion = 1.0.0.2
You need to create the Fabrikam Vendor API for the accounting department.
How should you complete the code segment? To answer, select the appropriate options in
the answer area.
NOTE: Each correct selection is worth one point.
You need to develop the report Subcontract Documents Excel List that is required by the
control department.
You have the following code:
You need to modify the API Customer list code to obtain the required result.
For each of the following statements, select Yes if the statement is true. Otherwise, select
No.
NOTE: Each correct selection is worth one point.
You need to add a property to the Description and Comments fields with corresponding
values for the control department manager.
Which property should you add?
A. Description
B. Caption
C. ToolTip
D. InstructionalText
You need to edit the code to meet the formatting requirements on the Subcontract
Document List for the control department.
Which formatting should you use?
A. Option A
B. Option B
C. Option C
D. Option D
Page 3 out of 10 Pages |
Previous |