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.