List of questions
Related questions
Question 85 - Certified MuleSoft Integration Architect I discussion
A Mule application is being designed To receive nightly a CSV file containing millions of records from an external vendor over SFTP, The records from the file need to be validated, transformed. And then written to a database. Records can be inserted into the database in any order.
In this use case, what combination of Mule components provides the most effective and performant way to write these records to the database?
A.
Use a Parallel for Each scope to Insert records one by one into the database
B.
Use a Scatter-Gather to bulk insert records into the database
C.
Use a Batch job scope to bulk insert records into the database.
D.
Use a DataWeave map operation and an Async scope to insert records one by one into the database.
Your answer:
0 comments
Sorted by
Leave a comment first