00:00

QUESTION 16

- (Exam Topic 2)
You have been tasked with planning the migration of your company’s application from on-premises to Google Cloud. Your company’s monolithic application is an ecommerce website. The application will be migrated to microservices deployed on Google Cloud in stages. The majority of your company’s revenue is generated through online sales, so it is important to minimize risk during the migration. You need to prioritize features and select the first functionality to migrate. What should you do?

Correct Answer: A

QUESTION 17

- (Exam Topic 2)
You are responsible for deploying a new API. That API will have three different URL paths:
• https://yourcompany.com/students
• https://yourcompany.com/teachers
• https://yourcompany.com/classes
You need to configure each API URL path to invoke a different function in your code. What should you do?

Correct Answer: D
https://cloud.google.com/load-balancing/docs/https/setup-global-ext-https-serverless

QUESTION 18

- (Exam Topic 2)
You are developing a marquee stateless web application that will run on Google Cloud. The rate of the incoming user traffic is expected to be unpredictable, with no traffic on some days and large spikes on other days. You need the application to automatically scale up and down, and you need to minimize the cost associated with running the application. What should you do?

Correct Answer: A

QUESTION 19

- (Exam Topic 2)
You plan to make a simple HTML application available on the internet. This site keeps information about FAQs for your application. The application is static and contains images, HTML, CSS, and Javascript. You want to make this application available on the internet with as few steps as possible.
What should you do?

Correct Answer: A
Reference: https://cloud.google.com/storage/docs/hosting-static-website

QUESTION 20

- (Exam Topic 2)
You need to migrate a standalone Java application running in an on-premises Linux virtual machine (VM) to Google Cloud in a cost-effective manner. You decide not to take the lift-and-shift approach, and instead you plan to modernize the application by converting it to a container. How should you accomplish this task?

Correct Answer: D
https://cloud.google.com/blog/products/application-development/introducing-jib-build-java-docker-images-bette