Salesforce
ARC-300 · Question #3
A client receives multiple feeds from third parties on the same SFTP location: - Product prices (sftp: prod/prices) - Stores information (sftp: prod/stores; - Product information (sftp…
The correct answer is A. - four sibling flows execute steps ki parallel: import products, stores, prices, content. See the full explanation below for the reasoning.
Question
A client receives multiple feeds from third parties on the same SFTP location:
- Product prices (sftp: prod/prices)
- Stores information (sftp: prod/stores;
- Product information (sftp: prod/catalog)
- Categories information (sftp: prod/marketing)
- Content (sftp: prod/marketing)
Some of the feeds are placed on sftp multiple times a day, as the information is updated in the source system. The Architect decides to have only two jobs:
- One that checks and downloads available feeds every hour
- One that imports the files from Webdav once a day before the data replication, using the
standards steps available in the Job Framework Which design is correct for the import Job, taking the steps scope in consideration?
Options
- A
- four sibling flows execute steps ki parallel: import products, stores, prices, content
- B
- four sibling flows execute steps in parallel: import products, stores, prices, content
- C
- three siting flows Import steps In parallel: import products, stores, prices
- D-Four sibling flows execute steps in parallel: import products, stores, price, content -last flow
How the community answered
(31 responses)- A71% (22)
- B16% (5)
- C10% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.