Google Professional Cloud Developer Exam Practice Questions (P. 3)
- Full Access (361 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
What should you do?
- AUpload your application to Cloud Storage.Most Voted
- BUpload your application to an App Engine environment.
- CCreate a Compute Engine instance with Apache web server installed. Configure Apache web server to host the application.
- DContainerize your application first. Deploy this container to Google Kubernetes Engine (GKE) and assign an external IP address to the GKE pod hosting the application.
A
Reference:
https://cloud.google.com/storage/docs/hosting-static-website

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #22
Which tool should you use?
- AStackdriver Trace
- BStackdriver Monitoring
- CStackdriver Debug Snapshots
- DStackdriver Debug LogpointsMost Voted
B
Reference:
https://rominirani.com/gcp-stackdriver-tutorial-debug-snapshots-traces-logging-and-logpoints-1ba49e4780e6

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #23
After installing the Stackdriver Logging Agent, what should you do first?
- AEnable the Error Reporting API on the project.
- BGrant the instance full access to all Cloud APIs.
- CConfigure the application log file as a custom source.Most Voted
- DCreate a Stackdriver Logs Export Sink with a filter that matches the application's log entries.
B


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #24
What should you do?
- AAsk the user to run the jobs as batch jobs.Most Voted
- BCreate a separate project for the user to run jobs.
- CAdd the user as a job.user role in the existing project.
- DAllow the user to run jobs when important workloads are not running.
B


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #25
What should you do?
- AUse Cloud Function to monitor resources and raise alerts.
- BUse Cloud Pub/Sub to monitor resources and raise alerts.
- CUse Stackdriver Error Reporting to capture errors and raise alerts.
- DUse Stackdriver Monitoring to monitor resources and raise alerts.Most Voted
A


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #26
What should you do?
- ASet the asynchronous option for your requests to the API to false and omit the widget displaying the API results when a timeout or error is encountered.
- BSet the asynchronous option for your request to the API to true and omit the widget displaying the API results when a timeout or error is encountered.Most Voted
- CCatch timeout or error exceptions from the API call and keep trying with exponential backoff until the API response is successful.
- DCatch timeout or error exceptions from the API call and display the error response in the UI widget.
A


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #27
- AUse an OAuth Client ID that uses the https://www.googleapis.com/auth/drive.file scope to obtain an access token for each user.Most Voted
- BUse an OAuth Client ID with delegated domain-wide authority.
- CUse the App Engine service account and https://www.googleapis.com/auth/drive.file scope to generate a signed JSON Web Token (JWT).
- DUse the App Engine service account with delegated domain-wide authority.
B
Reference:
https://developers.google.com/drive/api/v3/about-auth

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #28

The command fails with the error:

You want to resolve the issue. What should you do?
- ARequest additional GKE quota in the GCP Console.
- BRequest additional Compute Engine quota in the GCP Console.Most Voted
- COpen a support case to request additional GKE quota.
- DDecouple services in the cluster, and rewrite new clusters to function with fewer cores.
A

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #29
Which data structure should you use?
- AA linked list
- BA hash tableMost Voted
- CA two-dimensional array
- DA comma-delimited string
B


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #30
What should you do?
- ACreate a separate dataset for each department. Create a view with an appropriate WHERE clause to select records from a particular dataset for the specific department. Authorize this view to access records from your Master dataset. Give employees the permission to this department-specific dataset.
- BCreate a separate dataset for each department. Create a data pipeline for each department to copy appropriate information from the Master dataset to the specific dataset for the department. Give employees the permission to this department-specific dataset.
- CCreate a dataset named Master dataset. Create a separate view for each department in the Master dataset. Give employees access to the specific view for their department.Most Voted
- DCreate a dataset named Master dataset. Create a separate table for each department in the Master dataset. Give employees access to the specific table for their department.
B


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
All Pages