Professional Cloud Developer is a Google Cloud Build and deploy scalable and highly available applications on the Platform It is a certification that demonstrates that you have the skills to
Using Google’s recommended practices and tools to leverage a fully managed service Build applications that are highly scalable and available.
There is also “Professional Cloud Developer 模擬試験(2020.06.03)” of Japanese translation.
Google Cloud Certified – Professional Cloud Developer Practice Exam (40 Q)
v2020-06-03
QUESTION 1
You migrated your applications to Google Cloud Platform and kept your existing monitoring platform. You now find that your notification system is too slow for time critical problems.
What should you do?
- A. Replace your entire monitoring platform with Stackdriver.
- B. Install the Stackdriver agents on your Google Compute Engine instances.
- C. Use Stackdriver to capture and alert on logs, then ship them to your existing platform.
- D. Migrate some traffic back to your old platform and perform AB testing on the two platforms concurrently.
Correct Answer: B
Reference:
– Cloud Monitoring
QUESTION 2
You are planning to migrate a MySQL database to the managed Google Cloud SQL database for Google Google Cloud. You have Google Compute Engine virtual machine instances that will connect with this Google Cloud SQL instance. You do not want to whitelist IPs for the Google Compute Engine instances to be able to access Google Cloud SQL.
What should you do?
- A. Enable private IP for the Google Cloud SQL instance.
- B. Whitelist a project to access Google Cloud SQL, and add Google Compute Engine instances in the whitelisted project.
- C. Create a role in Google Cloud SQL that allows access to the database from external instances, and assign the Google Compute Engine instances to that role.
- D. Create a Google Cloud SQL instance on one project. Create Google Compute engine instances in a different project. Create a VPN between these two projects to allow internal access to Google Cloud SQL.
Correct Answer: C
Reference:
– Connecting to Cloud SQL from external applications
QUESTION 3
You need to migrate an internal file upload API with an enforced 500-MB file size limit to Google App Engine.
What should you do?
- A. Use FTP to upload files.
- B. Use CPanel to upload files.
- C. Use signed URLs to upload files.
- D. Change the API to be a multipart file upload API.