ACE General MCQ

ACE General MCQ

Professional Development

10 Qs

quiz-placeholder

Similar activities

AWS Cloud

AWS Cloud

Professional Development

15 Qs

AWS Security Clase 5

AWS Security Clase 5

Professional Development

8 Qs

Cloud Computing

Cloud Computing

University - Professional Development

10 Qs

CSI PROJECT 2

CSI PROJECT 2

Professional Development

9 Qs

CW CT AC

CW CT AC

Professional Development

10 Qs

Database n Analytics

Database n Analytics

Professional Development

8 Qs

KUIS AWS-DAY3

KUIS AWS-DAY3

Professional Development

10 Qs

Advanced Computing

Advanced Computing

Professional Development

11 Qs

ACE General MCQ

ACE General MCQ

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Supratim Bhattacharya

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are developing a new web application that will be deployed on Google Cloud Platform. As part of your release cycle, you want to test updates to your application on a small portion of real user traffic. The majority of the users should still be directed towards a stable version of your application. What should you do?

Deploy the application on App Engine. For each update, create a new version of the same service. Configure traffic splitting to send a small percentage of traffic to the new version.

Deploy the application on App Engine. For each update, create a new service. Configure traffic splitting to send a small percentage of traffic to the new service.

Deploy the application on Kubernetes Engine. For a new release, update the deployment to use the new version.

Deploy the application on Kubernetes Engine. For a new release, create a new deployment for the new version. Update the service to use the new deployment.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You need to add a group of new users to Cloud Identity. Some of the users already have existing Google accounts. You want to follow one of Google's recommended practices and avoid conflicting accounts. What should you do?

Invite the user to transfer their existing account.

Invite the user to use an email alias to resolve the conflict.

Tell the user that they must delete their existing account.

Tell the user to remove all personal email from the existing account.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You need to manage a Cloud Spanner instance for best query performance. Your instance in production runs in a single Google Cloud region. You need to improve performance in the shortest amount of time. You want to follow Google best practices for service configuration. What should you do?

Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 45%. If you exceed this threshold, add nodes to your instance.

Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 45%. Use database query statistics to identify queries that result in high CPU usage, and then rewrite those queries to optimize their resource usage.

Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 65%. If you exceed this threshold, add nodes to your instance.

Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 65%. Use database query statistics to identify queries that result in high CPU usage, and then rewrite those queries to optimize their resource usage.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company has an internal application for managing transactional orders. The application is used exclusively by employees in a single physical location. The application requires strong consistency, fast queries, and ACID guarantees for multi-table transactional updates. The first version of the application is implemented in PostgreSQL, and you want to deploy it to the cloud with minimal code changes. Which database is most appropriate for this application?

BigQuery

Cloud SQL

Cloud Spanner

Cloud Datastore

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are assigned to maintain a Google Kubernetes Engine (GKE) cluster named 'dev' that was deployed on Google Cloud. You want to manage the GKE configuration using the command line interface (CLI). You have just downloaded and installed the Cloud SDK. You want to ensure that future CLI commands by default address this specific cluster What should you do?

Use the command gcloud config set container/cluster dev.

Use the command gcloud container clusters update dev.

Create a file called gke.default in the ~/.gcloud folder that contains the cluster name.

Create a file called defaults.json in the ~/.gcloud folder that contains the cluster name.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The sales team has a project named Sales Data Digest that has the ID acme-data-digest. You need to set up similar Google Cloud resources for the marketing team but their resources must be organized independently of the sales team. What should you do?

Grant the Project Editor role to the Marketing team for acme-data-digest.

Create a Project Lien on acme-data-digest and then grant the Project Editor role to the Marketing team.

Create another project with the ID acme-marketing-data-digest for the Marketing team and deploy the resources there.

Create a new project named Marketing Data Digest and use the ID acme-data-digest. Grant the Project Editor role to the Marketing team.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have deployed multiple Linux instances on Compute Engine. You plan on adding more instances in the coming weeks. You want to be able to access all of these instances through your SSH client over the internet without having to configure specific access on the existing and new instances. You do not want theCompute Engine instances to have a public IP. What should you do?

Configure Cloud Identity-Aware Proxy for HTTPS resources.

Configure Cloud Identity-Aware Proxy for SSH and TCP resources

Create an SSH keypair and store the public key as a project-wide SSH Key.

Create an SSH keypair and store the private key as a project-wide SSH Key.

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?