Workato Flashcards
Why would you use Batch processing?
It is an efficient way of moving large volumes of data across systems
If you have a large number of transactions that need to be migrated, should you use Batch processing or not?
Yes
True or False: Batch processing is a method of running high volume, repetitive data jobs
True
True or False: The batch method does not allow users to process data with little or no user interaction
False
True or False: To achieve best results match a batch trigger with a single dispatch
False
What field in the batch trigger is used to configure the number of records to be retrieved per batch?
Batch Trigger
True or False: By using Batch Processing, the total run time decreases significantly due to the reduction in wait time for API responses.
True
True or False: A source list does not need to be configured when using Batch Actions
False
Which kind of Batch Action does not require a list of records with unique ID’s?
Create
True or False: Bulk Action is useful in business processes that require mass data transactions and syncing data information
True
What is an upsert?
Create a list of new records in a single action or update the list of existing record
True or False: Bulk Action’s availability depends on the app’s API. (Such as Salesforce, Netsuite, Google Sheets etc.)
True
True or False: When using Bulk Actions, the output step of the job report shows the Failed/Successful records synced.
True
What is the most common type of delimiter?
commas
True or False: When processing CSV files using your CSV connectors, you can add Node.js codes to parse CSV files.
False
What is a connector in Workato?
Allows the Workato platform to interact with an application through a series of triggers and actions
What do triggers do?
monitor for events that occur in the application you want to connect to and start a workflow of actions that are called recipes on Workato.
What is an action?
Actions carry out specific predefined operations in the target application
What does OOB stand for?
Out of the box
What are application connectors?
OOB connectors readily available in Workato
What are File Connectors?
A way for Workato to connect to applications that support CSV import/export
If you want to connect to a custom application or to connect to an application that is not yet available through Workato, what should you think of?
HTTP connectors and SDK connectors
Are HTTP connectors scalable?
No
What is an API?
An Application Program Interface is a mechanism that allows two applications to exchange information using a set of rules