Microsoft Azure
Microsoft Power Platform Developer
PL-400
Showcase your skills as a Microsoft Power Platform Developer with the PL-400 exam.
150 questions
0 views
Free
Questions 81–90 of 150
What happens when you set a flow to 'Run only when a new email arrives'?
-
A
It runs for every email
-
B
It runs for each email thread
-
C
It never runs automatically
-
D
It runs once per hour
Explanation
Setting the flow like this allows it to trigger for each incoming email, while the other options do not accurately describe its behavior.
A company needs to create a custom connector for their API in Power Apps. Which resource must be registered first?
-
A
Azure Active Directory
-
B
API Management
-
C
Logic Apps
-
D
Power Automate
Explanation
Azure Active Directory needs to be registered to authenticate the API.
Which service allows for automating workflows across Microsoft services and third-party applications?
-
A
Power BI
-
B
Power Automate
-
C
Power Apps
-
D
Azure Logic Apps
Explanation
Power Automate is specifically designed for workflow automation.
What happens when multiple developers publish changes to the same Power App at the same time?
-
A
The last publish action wins
-
B
Changes are automatically merged
-
C
An error is thrown
-
D
Only one can publish successfully
Explanation
The last published changes will overwrite previous ones, potentially leading to data loss.
Which service is best for automating tasks in Azure?
-
A
Azure Logic Apps
-
B
Azure Data Lake
-
C
Azure Functions
-
D
Azure CDN
Explanation
Azure Logic Apps is designed for automation, while others serve different purposes.
A company needs a secure way to manage APIs. What should they implement?
-
A
API Management
-
B
Azure Functions
-
C
Azure Alerts
-
D
Azure Storage
Explanation
API Management provides security features like rate limiting, unlike the other options.
You are configuring a Power Automate flow with multiple triggers. What happens when one trigger fires?
-
A
All triggers react simultaneously
-
B
Only one flow executes
-
C
No actions are performed
-
D
Triggers are ignored
Explanation
Only one flow executes upon a trigger, as triggers are distinct.
Which service is best for building chatbots in Power Platform?
-
A
Power Virtual Agents
-
B
Azure Logic Apps
-
C
Azure Functions
-
D
Power Automate
Explanation
Power Virtual Agents is specifically designed for chatbot creation, while others serve different purposes.
What happens when you set the environment variable to null in Power Apps?
-
A
Environment variable is deleted
-
B
Default value is set
-
C
Variable remains unchanged
-
D
Application will crash
Explanation
Setting an environment variable to null does not affect its current state.
A company needs to ensure data in Dataverse is always encrypted at rest. Which feature do they use?
-
A
Field-level security
-
B
Data loss prevention
-
C
Managed connectors
-
D
Dataverse encryption
Explanation
Dataverse encryption natively handles data encryption at rest, while others address different security issues.