Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Associate Cloud Engineer All Questions

View all questions & answers for the Associate Cloud Engineer exam

Exam Associate Cloud Engineer topic 1 question 262 discussion

Actual exam question from Google's Associate Cloud Engineer
Question #: 262
Topic #: 1
[All Associate Cloud Engineer Questions]

You need to extract text from audio files by using the Speech-to-Text API. The audio files are pushed to a Cloud Storage bucket. You need to implement a fully managed, serverless compute solution that requires authentication and aligns with Google-recommended practices. You want to automate the call to the API by submitting each file to the API as the audio file arrives in the bucket. What should you do?

  • A. Create an App Engine standard environment triggered by Cloud Storage bucket events to submit the file URI to the Google Speech-to-TextAPI.
  • B. Run a Kubernetes job to scan the bucket regularly for incoming files, and call the Speech-to-Text API for each unprocessed file.
  • C. Run a Python script by using a Linux cron job in Compute Engine to scan the bucket regularly for incoming files, and call the Speech-to-Text API for each unprocessed file.
  • D. Create a Cloud Function triggered by Cloud Storage bucket events to submit the file URI to the Google Speech-to-Text API.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
LaCubanita
1 month, 1 week ago
Why not App Engine? since it's also serverless.
upvoted 1 times
...
yomi95
1 month, 2 weeks ago
Selected Answer: D
Reasons- Serverless: Cloud Functions provide a serverless environment, eliminating the need for managing infrastructure. Triggered by Cloud Storage events: The Cloud Function can be triggered automatically as new audio files are added to the bucket, automating the process of submitting them to the API. Authentication: Cloud Functions can use service accounts to authenticate with the Speech-to-Text API, ensuring secure access. Fully managed: Cloud Functions handle the execution environment, scaling, and other operational aspects, reducing your management overhead. Google-recommended practices: Using Cloud Functions and Cloud Storage aligns with Google's recommended practices for building serverless applications.
upvoted 2 times
...
pzacariasf7
8 months, 1 week ago
Selected Answer: D
D, as PiperMe said.
upvoted 1 times
...
PiperMe
8 months, 3 weeks ago
Selected Answer: D
- Cloud Functions is serverless - It can be directly triggered by Cloud Storage events - Can integrate with the Speech-to-Text API
upvoted 3 times
...
KelvinToo
10 months, 4 weeks ago
Selected Answer: D
Per ChatGPT, Option D provides a serverless, scalable, and fully managed solution that aligns with Google-recommended practices for automating the extraction of text from audio files using the Speech-to-Text API in response to Cloud Storage bucket events.
upvoted 3 times
...
shiowbah
11 months ago
D. Create a Cloud Function triggered by Cloud Storage bucket events to submit the file URI to the Google Speech-to-Text API.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...