This page was exported from Exam for engine [ http://blog.test4engine.com ]
Export date: Mon Nov 18 2:42:41 2024 / +0000 GMT

Prepare Top Google Professional-Cloud-Developer Exam Study Guide Practice Questions Edition [Q20-Q44]




Prepare Top Google Professional-Cloud-Developer Exam Study Guide Practice Questions Edition

Go to Professional-Cloud-Developer Questions - Try Professional-Cloud-Developer dumps pdf


Section 3: Deploying Apps

This topic evaluates the ability of the students to recommend the relevant deployment strategies with the help of the appropriate tools, such as Spinnaker, Cloud Build, Anthos Configuration Manager, and Tekton, for a certain compute environment (for instance, Google Kubernetes Engine, Compute Engine, etc.). The individuals should also possess the skills in deploying apps & services on Compute Engine; deploying apps & services to Google Kubernetes Engine (GKE); deploying Cloud Function. Lastly, they must have the proficiency in utilizing service accounts.


Career Opportunity

Those individuals who have the Google Professional Cloud Developer certification can take up the job titles, such as Software Engineers, Solutions Architects, Operations Analysts, Web Application Developers, Senior Software Engineers, Information Security Managers, or Data Engineers. The average salary for these positions is $87,000 per annum.


Google Professional Cloud Developer Certified Professional salary

The average salary of a Google Professional Cloud Developer Certified Expert in

  • India - 27,42,327 INR
  • England - 135,632 POUND
  • Europe - 145,347 EURO
  • United State - 181,247 USD

 

NO.20 You are deploying your application to a Compute Engine virtual machine instance with the Stackdriver Monitoring Agent installed. Your application is a unix process on the instance. You want to be alerted if the unix process has not run for at least 5 minutes. You are not able to change the application to generate metrics or logs.
Which alert condition should you configure?

 
 
 
 

NO.21 Your website is deployed on Compute Engine. Your marketing team wants to test conversion rates between 3 different website designs.
Which approach should you use?

 
 
 
 

NO.22 You are a developer working with the CI/CD team to troubleshoot a new feature that your team introduced. The CI/CD team used HashiCorp Packer to create a new Compute Engine image from your development branch. The image was successfully built, but is not booting up. You need to investigate the issue with the CI/CD team. What should you do?

 
 
 
 

NO.23 Your existing application keeps user state information in a single MySQL database. This state information is very user-specific and depends heavily on how long a user has been using an application. The MySQL database is causing challenges to maintain and enhance the schema for various users.
Which storage option should you choose?

 
 
 
 

NO.24 You are developing an ecommerce application that stores customer, order, and inventory data as relational tables inside Cloud Spanner. During a recent load test, you discover that Spanner performance is not scaling linearly as expected. Which of the following is the cause?

 
 
 
 

NO.25 You are building an API that will be used by Android and iOS apps The API must:
* Support HTTPs
* Minimize bandwidth cost
* Integrate easily with mobile apps
Which API architecture should you use?

 
 
 
 

NO.26 What are the features of using iCloud as a backup method for an iOS device?

 
 
 
 

NO.27 Your data is stored in Cloud Storage buckets. Fellow developers have reported that data downloaded from Cloud Storage is resulting in slow API performance. You want to research the issue to provide details to the GCP support team. Which command should you run?

 
 
 
 

NO.28 Please refer to the following information to answer the questions on the right.
Debra has brought her iPad Pro to you for troubleshooting. She has been experiencing very slow charging of the battery and says the only way she can get a full charge is to leave the iPad alone for more than 12 hours.
She brought in an Apple Power adapter and Lightning to USB cable. When you examine the power adapter, you notice that it is an iPhone power adapter not an iPad power adapter. You also noticed she was using an iPhone 6s while waiting to see you. Debra thinks her iPad is defective because her iPhone has no issue charging with this power adapter and cable.
Based on the information Debra provided, which of the following resources can you share with her that explains the cause of the issue?

 
 
 
 

NO.29 You manage an application that runs in a Compute Engine instance. You also have multiple backend services executing in stand-alone Docker containers running in Compute Engine instances. The Compute Engine instances supporting the backend services are scaled by managed instance groups in multiple regions. You want your calling application to be loosely coupled. You need to be able to invoke distinct service implementations that are chosen based on the value of an HTTP header found in the request. Which Google Cloud feature should you use to invoke the backend services?

 
 
 
 

NO.30 You are creating an App Engine application that writes a file to any user’s Google Drive.
How should the application authenticate to the Google Drive API?

 
 
 
 

NO.31 You are a SaaS provider deploying dedicated blogging software to customers in your Google Kubernetes Engine (GKE) cluster. You want to configure a secure multi-tenant platform to ensure that each customer has access to only their own blog and can’t affect the workloads of other customers. What should you do?

 
 
 
 

NO.32 You are load testing your server application. During the first 30 seconds, you observe that a previously inactive Cloud Storage bucket is now servicing 2000 write requests per second and 7500 read requests per second.
Your application is now receiving intermittent 5xx and 429 HTTP responses from the Cloud Storage JSON API as the demand escalates. You want to decrease the failed responses from the Cloud Storage API.
What should you do?

 
 
 
 

NO.33 Which service should HipLocal use for their public APIs?

 
 
 
 

NO.34 Your existing application keeps user state information in a single MySQL database. This state information is very user-specific and depends heavily on how long a user has been using an application. The MySQL database is causing challenges to maintain and enhance the schema for various users.
Which storage option should you choose?

 
 
 
 

NO.35 You have deployed an HTTP(s) Load Balancer with the gcloud commands shown below.

Health checks to port 80 on the Compute Engine virtual machine instance are failing and no traffic is sent to your instances. You want to resolve the problem.
Which commands should you run?

 
 
 
 

NO.36 Which of the following statements empathize with the customer or helps resolve a conflict? (Choose three.)

 
 
 
 
 
 
 

NO.37 You have an application deployed in production. When a new version is deployed, some issues don’t arise until the application receives traffic from users in production. You want to reduce both the impact and the number of users affected.
Which deployment strategy should you use?

 
 
 
 

NO.38 Which of the following customer statements would alert you to a safety issue? (Choose two.)

 
 
 
 
 
 

NO.39 You suspect that the issue Darla describes is a result of how she is using her iPhone. Which of the following is an empathetic and supportive closed question to ask?

 
 
 
 

NO.40 April states she would like to use the cellular network from her iPhone to access the Internet for free on her Mac. What true statement can you give April?

 
 
 
 

NO.41 You are planning to deploy your application in a Google Kubernetes Engine (GKE) cluster. The application exposes an HTTP-based health check at /healthz. You want to use this health check endpoint to determine whether traffic should be routed to the pod by the load balancer.
Which code snippet should you include in your Podconfiguration?

 
 
 
 

NO.42 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?

 
 
 
 

NO.43 Tony would like to create a new Apple ID to use with iTunes. It is his preference not to give his credit card information.
Which of the following is the correct statement about his situation?

 
 
 
 

NO.44 You are building a new API. You want to minimize the cost of storing and reduce the latency of serving images.
Which architecture should you use?

 
 
 
 

Free Cloud Developer Professional-Cloud-Developer Exam Question: https://www.test4engine.com/Professional-Cloud-Developer_exam-latest-braindumps.html

Post date: 2022-11-05 11:53:36
Post date GMT: 2022-11-05 11:53:36
Post modified date: 2022-11-05 11:53:36
Post modified date GMT: 2022-11-05 11:53:36