exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 5 question 9 discussion

Actual exam question from Microsoft's PL-400
Question #: 9
Topic #: 5
[All PL-400 Questions]

HOTSPOT -
You need to develop a set of Web API's for a company.
What should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Functions -
most functions and services that are stateless and do not have side effects.

Box 2: Actions -
Actions can have side effects.

Box 3: Complex types -

Complex types -
Complex types are keyless named structured types consisting of a set of properties. These are value types whose instances cannot be referenced outside of their containing entity. Complex types are commonly used as property values in an entity or as parameters to operations.
Incorrect:
* An entity type is a named structured type with a key. It defines the named properties and relationships of a table.
* Enumeration types are named primitive types whose values are named constants with underlying integer values.
Type definitions are named primitive types with fixed facet values such as maximum length or precision. Type definitions can be used in place of primitive typed properties, for example, within property definition
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/use-web-api-actions https://docs.microsoft.com/en-us/odata/concepts/data-model#complex-types

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
Juan0414
3 months, 3 weeks ago
Correct! Functions: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/reference/functions?view=dataverse-latest Actions: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/reference/actions?view=dataverse-latest Complex types: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/web-api-complex-enum-types#complex-types
upvoted 1 times
...
HasanAamir11
9 months, 3 weeks ago
The answers are correct
upvoted 1 times
...
MikeAWS
10 months, 1 week ago
Yes correct: 1. Functions, 2. Actions and 3. Complex types. 1. Requirement: Implement operations that do not have side effects and may support further composition. Solution: Functions Functions in a software context refer to operations that take input parameters and return a result, without causing any side effects or modifying the state of the system. 2. Requirement: Implement operations that allow side effects, such as data modification. Solution: Actions Actions in a software context are operations that can have side effects, such as modifying data in a system. 3. Requirement: Implement keyless named structured types that consist of a set of properties. Solution: Complex types Complex types are keyless named structured types that consist of a set of properties.
upvoted 2 times
...
whiteblack
1 year, 1 month ago
Correct
upvoted 1 times
...
AADAK
1 year, 9 months ago
correct
upvoted 1 times
...
EssaKhader
1 year, 9 months ago
Correct
upvoted 1 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 ...