M4 - Work with asynchronous integrations Flashcards
Why are integrations helpful?
They help streamline processes and keep your data safe.
Where can you set up recurring data jobs within a project?
In the Data Management Workspace
What are the three main components of setting a recurring data project in the Data Management Workspace?
- File
- Data package
- Process messages in order
What is a data package?
Is a new format that lets you submit multiple data files as a single unit that can be used in integration jobs.
What does the process messages in order option lets you do?
When enabled, forces sequential processing of incoming files in an import scenario.
This is only applicable to files and not data packages.
Benefits of recurring data jobs
- Automates routine tasks, saving time and resources.
- Ensures data consistency by synchronizing updates across systems regularly.
- Reduces the risk of errors caused by manual data handling.
How can you monitor and troubleshoot recurring data jobs?
By using the Execution log
What type of authorization does the Data Management Framework’s package API uses?
OAuth 2.0
What is the authorization requirement for organizations to use the Data Management framework’s package API?
With cloud deployment: Be connected with a valid OAuth access token.
With on-premises deployment: Use Active Directory Federation Services (AD FS).
Authorization access to web applications and web APIs is done through?
Microsoft Azure Portal
Where can a user get the OAuth 2.0 authorization endpoint for their tenant?
In the Azure Portal -> App registrations -> Endpoints
What is the request /authorize endpoint for?
Indicates the permissions that a client needs to acquire from the user who is needing access.
What are the two types of authorization responses?
Successful and error responses
What elements do a successful response contain?
- Admin consent
- Authorization code that the application requested
- A unique session value
- State parameter
What elements do an error response contain?
- Error code value
- Error description
- State value
What is the /token endpoint for?
To redeem an access token to the desired resource.
Of what type is the access token returned by Microsoft Entra ID?
Json Web Token (JWT)
A synchronous integration can be ran through ___________by using ______________
OData endpoints, data entity
The ___________ can run asynchronous data transfer by using a __________
Data Management framework, data entity
Where can you view an entity?
On the entity list from the Data entity tile of the Data Management workspace.
What does refreshing the entity list do?
Rebuilds the configuration key metadata so that it’s up to date.
What is parallel processing for?
To accelerate the import of data entities
What is the import treshold record count?
Determines the record count to be processed by a thread.
What is the import task count?
The count of import tasks, which can’t exceed the max batch threads that are allocated for batch processing in the Server Configuration of the System Administration module.
What is the job history clean-up?
Schedules a periodic cleanup of the run history.
What does a cleanup job do?
Archive the deleted records to the blob storage that Data Management framework uses for regular integrations.
What are the possible values of monitor run status of a data import/export job?
- Not run
- Executing
- Succeeded
- Failed
Data transformation is possible when data is transferred before it’s inserted in the staging table and after.
True
What is the Data Integrator for Admins?
Is a point-to-point integration service that is used to integrate data into Dataverse.
What feature needs to be enabled in order to use virtual entities?
Power Platform Integration
What is a composite entity?
Is a concept that allows you to build a single entity by using multiple entities that are related to each other.
In which scenario would you use a composite entity?
Where you can represent an entity as a single document.
A composite entity is applicable in which type of integration scenario?
In asynchronous integration scenarios.
What is an aggregate data entity?
Are based on views of data , and can be used to consolidate, summarize and simplify the data structure for analytics purposes.
What are the components of aggregate data entities?
- Aggregate measurements
- Aggregate dimensions
- Model dimension references