ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 170 - Professional Cloud Architect discussion

Report
Export

You need to deploy an application on Google Cloud that must run on a Debian Linux environment. The application requires extensive configuration in order to operate correctly. You want to ensure that you can install Debian distribution updates with minimal manual intervention whenever they become available. What should you do?

A.
Create a Compute Engine instance template using the most recent Debian image. Create an instance from this template, and install and configure the application as part of the startup script. Repeat this process whenever a new Google-managed Debian image becomes available.
Answers
A.
Create a Compute Engine instance template using the most recent Debian image. Create an instance from this template, and install and configure the application as part of the startup script. Repeat this process whenever a new Google-managed Debian image becomes available.
B.
Create a Debian-based Compute Engine instance, install and configure the application, and use OS patch management to install available updates.
Answers
B.
Create a Debian-based Compute Engine instance, install and configure the application, and use OS patch management to install available updates.
C.
Create an instance with the latest available Debian image. Connect to the instance via SSH, and install and configure the application on the instance. Repeat this process whenever a new Google-managed Debian image becomesavailable.
Answers
C.
Create an instance with the latest available Debian image. Connect to the instance via SSH, and install and configure the application on the instance. Repeat this process whenever a new Google-managed Debian image becomesavailable.
D.
Create a Docker container with Debian as the base image. Install and configure the application as part of the Docker image creation process. Host the container on Google Kubernetes Engine and restart the container whenever a newupdate is available.
Answers
D.
Create a Docker container with Debian as the base image. Install and configure the application as part of the Docker image creation process. Host the container on Google Kubernetes Engine and restart the container whenever a newupdate is available.
Suggested answer: B

Explanation:

Reference: https://cloud.google.com/compute/docs/os-patch-management

asked 18/09/2024
Bipindra Shrestha
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first