nerdexam
Oracle

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

Design for High Performance

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

1Z0-997-20 question #54 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)
  • A
    77% (47)
  • B
    3% (2)
  • C
    7% (4)
  • D
    13% (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

#OCI Functions#Object Storage events#serverless#cost optimization

Community Discussion

No community discussion yet for this question.

Full 1Z0-997-20 Practice