1Z0-997-20 · Question #54
You want to automate the processing of new Image files to generate thumbnails. the expected rate is 10 new files every hour. Which of the following is the most cost effective option to meet this…
The correct answer is A. Upload files to an OCI Object storage bucket. Every time a file is uploaded, an event is emitted. You can invoke a function that you've deployed to Oracle Functions by triggered by an event in the Events service when update the Object storage to fetch the data then the function can process the File and store back to Object storage
Question
You want to automate the processing of new Image files to generate thumbnails. the expected rate is 10 new files every hour. Which of the following is the most cost effective option to meet this requirement in Oracle Cloud Infrastructure (OCI)?
Exhibit
Options
- AUpload files to an OCI Object storage bucket. Every time a file is uploaded, an event is emitted.
- BUpload files to an OCI Object storage bucket. Every time a file is uploaded, trigger an event with
- CBuild a web application to ingest the files and save them to a NoSQL Database. Configure OCI
- DUpload all files to an Oracle Streaming Service (OSS) stream. Set up a cron job to invoke a
How the community answered
(61 responses)- A77% (47)
- B3% (2)
- C7% (4)
- D13% (8)
Explanation
You can invoke a function that you've deployed to Oracle Functions by triggered by an event in the Events service when update the Object storage to fetch the data then the function can process the File and store back to Object storage
Topics
Community Discussion
No community discussion yet for this question.
