Free Professional Cloud Developer Exam Braindumps (page: 13)

Page 13 of 82

Case study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.

To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.

Company Overview
HipLocal is a community application designed to facilitate communication between people in close proximity. It is used for event planning and organizing sporting events, and for businesses to connect with their local communities. HipLocal launched recently in a few neighborhoods in Dallas and is rapidly growing into a global phenomenon. Its unique style of hyper-local community communication and business outreach is in demand around the world.

Executive Statement
We are the number one local community app; it's time to take our local community services global. Our venture capital investors want to see rapid growth and the same great experience for new local and virtual communities that come online, whether their members are 10 or 10000 miles away from each other.

Solution Concept
HipLocal wants to expand their existing service, with updated functionality, in new regions to better serve their global customers. They want to hire and train a new team to support these regions in their time zones. They will need to ensure that the application scales smoothly and provides clear uptime data, and that they analyze and respond to any issues that occur.

Existing Technical Environment
HipLocal's environment is a mix of on-premises hardware and infrastructure running in Google Cloud Platform. The HipLocal team understands their application well, but has limited experience in global scale applications. Their existing technical environment is as follows:

•Existing APIs run on Compute Engine virtual machine instances hosted in GCP.
•State is stored in a single instance MySQL database in GCP.
•Release cycles include development freezes to allow for QA testing.
•The application has no logging.
•Applications are manually deployed by infrastructure engineers during periods of slow traffic on weekday evenings.
•There are basic indicators of uptime; alerts are frequently fired when the APIs are unresponsive.

Business Requirements
HipLocal's investors want to expand their footprint and support the increase in demand they are seeing. Their requirements are:
•Expand availability of the application to new regions.
•Support 10x as many concurrent users.
•Ensure a consistent experience for users when they travel to different regions.
•Obtain user activity metrics to better understand how to monetize their product.
•Ensure compliance with regulations in the new regions (for example, GDPR).
•Reduce infrastructure management time and cost.
•Adopt the Google-recommended practices for cloud computing.
oDevelop standardized workflows and processes around application lifecycle management.
oDefine service level indicators (SLIs) and service level objectives (SLOs).

Technical Requirements
•Provide secure communications between the on-premises data center and cloud-hosted applications and infrastructure.
•The application must provide usage metrics and monitoring.
•APIs require authentication and authorization.
•Implement faster and more accurate validation of new features.
•Logging and performance metrics must provide actionable information to be able to provide debugging information and alerts.
•Must scale to meet user demand.

Which service should HipLocal use for their public APIs?

  1. Cloud Armor
  2. Cloud Functions
  3. Cloud Endpoints
  4. Shielded Virtual Machines

Answer(s): C



Case study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.

To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.

Company Overview
HipLocal is a community application designed to facilitate communication between people in close proximity. It is used for event planning and organizing sporting events, and for businesses to connect with their local communities. HipLocal launched recently in a few neighborhoods in Dallas and is rapidly growing into a global phenomenon. Its unique style of hyper-local community communication and business outreach is in demand around the world.

Executive Statement
We are the number one local community app; it's time to take our local community services global. Our venture capital investors want to see rapid growth and the same great experience for new local and virtual communities that come online, whether their members are 10 or 10000 miles away from each other.

Solution Concept
HipLocal wants to expand their existing service, with updated functionality, in new regions to better serve their global customers. They want to hire and train a new team to support these regions in their time zones. They will need to ensure that the application scales smoothly and provides clear uptime data, and that they analyze and respond to any issues that occur.

Existing Technical Environment
HipLocal's environment is a mix of on-premises hardware and infrastructure running in Google Cloud Platform. The HipLocal team understands their application well, but has limited experience in global scale applications. Their existing technical environment is as follows:
•Existing APIs run on Compute Engine virtual machine instances hosted in GCP.
•State is stored in a single instance MySQL database in GCP.
•Release cycles include development freezes to allow for QA testing.
•The application has no logging.
•Applications are manually deployed by infrastructure engineers during periods of slow traffic on weekday evenings.
•There are basic indicators of uptime; alerts are frequently fired when the APIs are unresponsive.

Business Requirements
HipLocal's investors want to expand their footprint and support the increase in demand they are seeing. Their requirements are:
•Expand availability of the application to new regions.
•Support 10x as many concurrent users.
•Ensure a consistent experience for users when they travel to different regions.
•Obtain user activity metrics to better understand how to monetize their product.
•Ensure compliance with regulations in the new regions (for example, GDPR).
•Reduce infrastructure management time and cost.
•Adopt the Google-recommended practices for cloud computing.
oDevelop standardized workflows and processes around application lifecycle management.
oDefine service level indicators (SLIs) and service level objectives (SLOs).

Technical Requirements
•Provide secure communications between the on-premises data center and cloud-hosted applications and infrastructure.
•The application must provide usage metrics and monitoring.
•APIs require authentication and authorization.
•Implement faster and more accurate validation of new features.
•Logging and performance metrics must provide actionable information to be able to provide debugging information and alerts.
•Must scale to meet user demand.

HipLocal wants to improve the resilience of their MySQL deployment, while also meeting their business and technical requirements.

Which configuration should they choose?

  1. Use the current single instance MySQL on Compute Engine and several read-only MySQL servers on Compute Engine.
  2. Use the current single instance MySQL on Compute Engine, and replicate the data to Cloud SQL in an external master configuration.
  3. Replace the current single instance MySQL instance with Cloud SQL, and configure high availability.
  4. Replace the current single instance MySQL instance with Cloud SQL, and Google provides redundancy without further configuration.

Answer(s): C



Your application is running in multiple Google Kubernetes Engine clusters. It is managed by a Deployment in each cluster. The Deployment has created multiple replicas of your Pod in each cluster. You want to view the logs sent to stdout for all of the replicas in your Deployment in all clusters.
Which command should you use?

  1. kubectl logs [PARAM]
  2. gcloud logging read [PARAM]
  3. kubectl exec “"it [PARAM] journalctl
  4. gcloud compute ssh [PARAM] “"-command= “sudo journalctl”

Answer(s): B



You are using Cloud Build to create a new Docker image on each source code commit to a Cloud Source Repositories repository. Your application is built on every commit to the master branch. You want to release specific commits made to the master branch in an automated method.
What should you do?

  1. Manually trigger the build for new releases.
  2. Create a build trigger on a Git tag pattern. Use a Git tag convention for new releases.
  3. Create a build trigger on a Git branch name pattern. Use a Git branch naming convention for new releases.
  4. Commit your source code to a second Cloud Source Repositories repository with a second Cloud Build trigger. Use this repository for new releases only.

Answer(s): B


Reference:

https://docs.docker.com/docker-hub/builds/



Page 13 of 82



Post your Comments and Discuss Google Professional Cloud Developer exam with other Community members:

DaveP commented on November 19, 2023
Some of these answers are wrong according to the Google sample questions.
UNITED STATES
upvote

devansh commented on June 21, 2023
does anyone recently took the exam , i have it in 2 days , are these dumps only enough for the prep?
Anonymous
upvote