GCP Certification

GCP Certification

Professional Development

10 Qs

quiz-placeholder

Similar activities

GCP_CS2_Day2

GCP_CS2_Day2

Professional Development

10 Qs

GCP PCA Day 3

GCP PCA Day 3

Professional Development

13 Qs

SAPIENT_GCP_ACE_DAY5

SAPIENT_GCP_ACE_DAY5

Professional Development

12 Qs

PWC_GCP_ACE_Day1

PWC_GCP_ACE_Day1

Professional Development

10 Qs

Importance of Proper Note-Taking

Importance of Proper Note-Taking

Professional Development

11 Qs

TalentNext Test Day-13-Core Java Topics

TalentNext Test Day-13-Core Java Topics

Professional Development

10 Qs

Google cloud introductory quiz GCP-CE 1

Google cloud introductory quiz GCP-CE 1

University - Professional Development

15 Qs

AWS ACF Módulo 6 - Computação

AWS ACF Módulo 6 - Computação

Professional Development

12 Qs

GCP Certification

GCP Certification

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Andrew Labada

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Every employee of your company has a Google account. Your operational team needs to manage a large number of instances on Compute Engine. Each member of this team needs only administrative access to the servers. Your security team wants to ensure that the deployment of credentials is operationally efficient and must be able to determine who accessed a given instance. What should you do?

Generate a new SSH key pair. Give the private key to each member of your team. Configure the public key as a project-wide public SSH key in your Cloud Platform project and allow project-wide public SSH keys on each instance.

Ask each member of the team to generate a new SSH key pair and to add the public key to their Google account. Grant the compute.osAdminLogin role to the Google group corresponding to this team.

Ask each member of the team to generate a new SSH key pair and to send you their public key. Use a configuration management tool to deploy those keys on each instance.

Generate a new SSH key pair. Give the private key to each member of your team. Configure the public key in the metadata of each instance.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You need to create a custom VPC with a single subnet. The subnet's range must be as large as possible. Which range should you use?

10.0.0.0/8

192.168.0.0/16

0.0.0.0/0

172.16.0.0/12

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to select and configure a cost-effective solution for relational data on Google Cloud Platform. You are working with a small set of operational data in one geographic location. You need to support point-in-time recovery. What should you do?

Select Cloud SQL (MySQL). Select the create failover replicas option.

Select Cloud Spanner. Set up your instance with 2 nodes.

Select Cloud SQL (MySQL). Verify that the enable binary logging option is selected.

Select Cloud Spanner. Set up your instance as multi-regional

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You want to configure autohealing for network load balancing for a group of Compute Engine instances that run in multiple zones, using the fewest possible steps. You need to configure re-creation of VMs if they are unresponsive after 3 attempts of 10 seconds each. What should you do?

Create an HTTP load balancer with a backend configuration that references an existing instance group. Set the health check to healthy (HTTP)

Create a managed instance group. Verify that the autoscaling setting is on.

Create a managed instance group. Set the Autohealing health check to healthy (HTTP)

Create an HTTP load balancer with a backend configuration that references an existing instance group. Define a balancing mode and set the maximum RPS to 10.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You are using multiple configurations for gcloud. You want to review the configured Kubernetes Engine cluster of an inactive configuration using the fewest possible steps. What should you do?

Use kubectl config use-context and kubectl config view to review the output.

Use gcloud config configurations activate and gcloud config list to review the output.

Use gcloud config configurations describe to review the output.

Use kubectl config get-contexts to review the output.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You have an application that looks for its licensing server on the IP 10.0.3.21. You need to deploy the licensing server on Compute Engine. You do not want to change the configuration of the application and want the application to be able to reach the licensing server. What should you do?

Reserve the IP 10.0.3.21 as a static internal IP address using gcloud and assign it to the licensing server.

Start the licensing server with an automatic ephemeral IP address, and then promote it to a static internal IP address.

Reserve the IP 10.0.3.21 as a static public IP address using gcloud and assign it to the licensing server.

Use the IP 10.0.3.21 as a custom ephemeral IP address and assign it to the licensing server.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You are deploying an application to App Engine. You want the number of instances to scale based on request rate. You need at least 3 unoccupied instances at all times. Which scaling type should you use?

Basic Scaling with max_instances set to 3.

Basic Scaling with min_instances set to 3.

Automatic Scaling with min_idle_instances set to 3.

Manual Scaling with 3 instances

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?