Test 3

Test 3

Professional Development

50 Qs

quiz-placeholder

Similar activities

OSHA, NFPA, Workplace Safety

OSHA, NFPA, Workplace Safety

8th Grade - Professional Development

53 Qs

XI Unit-1 Emp CBSE

XI Unit-1 Emp CBSE

11th Grade - Professional Development

50 Qs

Red Phase

Red Phase

Professional Development

47 Qs

Have Fun

Have Fun

KG - Professional Development

51 Qs

Test 2

Test 2

Professional Development

50 Qs

Test 1

Test 1

Professional Development

50 Qs

TOPCIT REVIEW

TOPCIT REVIEW

Professional Development

50 Qs

Public Speaking - Whale Comm Final exam

Public Speaking - Whale Comm Final exam

University - Professional Development

51 Qs

Test 3

Test 3

Assessment

Quiz

Life Skills

Professional Development

Easy

Created by

Ariel Cruz

Used 42+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Your organization needs to grant users access to query datasets in BigQuery but prevent them from accidentally deleting the datasets. You want a solution that follows Google-recommended practices. What should you do?

Add users to roles/bigquery user role only, instead of roles/bigquery dataOwner.

Add users to roles/bigquery dataEditor role only, instead of roles/bigquery dataOwner.

Create a custom role by removing delete permissions, and add users to that role only.

Create a custom role by removing delete permissions. Add users to the group, and then add the group to the custom role.

Answer explanation

User Role will grant them permission to CREATE new datasets and the datasets created by the role will make the user OWNER of those datasets thereby giving them permission to delete.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You have a developer laptop with the Cloud SDK installed on Ubuntu. The Cloud SDK was installed from the Google Cloud Ubuntu package repository. You want to test your application locally on your laptop with Cloud Datastore. What should you do?

Export Cloud Datastore data using gcloud datastore export.

Create a Cloud Datastore index using gcloud datastore indexes create.

Install the google-cloud-sdk-datastore-emulator component using the apt get install command.

Install the cloud-datastore-emulator component using the gcloud components install command.

Answer explanation

Controversial, could be using gcloud or apt-get

Community: gcloud
To test your application locally on your laptop with Cloud Datastore, you should install the google-cloud-sdk-datastore-emulator component using the apt get install command. This component provides a local development server that can emulate the Cloud Datastore service. You can then use the Cloud Datastore client libraries to interact with the emulator as if it were the actual Cloud Datastore service. https://cloud.google.com/sdk/docs/downloads-apt-get

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Your company set up a complex organizational structure on Google Cloud. The structure includes hundreds of folders and projects. Only a few team members should be able to view the hierarchical structure. You need to assign minimum permissions to these team members, and you want to follow Google-recommended practices. What should you do?

Add the users to roles/browser role.

Add the users to roles/iam.roleViewer role.

Add the users to a group, and add this group to roles/browser.

Add the users to a group, and add this group to roles/iam.roleViewer role

Answer explanation

We need to apply the GCP Best practices. The roles/browser Browser Read access to browse the hierarchy for a project, including the folder, organization, and IAM policy. This role doesn't include permission to view resources in the project. https://cloud.google.com/iam/docs/understanding-roles

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Your company has a single sign-on (SSO) identity provider that supports Security Assertion Markup Language (SAML) integration with service providers. Your company has users in Cloud Identity. You would like users to authenticate using your company's SSO provider. What should you do?

In Cloud Identity, set up SSO with Google as an identity provider to access custom SAML apps.

In Cloud Identity, set up SSO with a third-party identity provider with Google as a service provider.

Obtain OAuth 2.0 credentials, configure the user consent screen, and set up OAuth 2.0 for Mobile & Desktop Apps.

Obtain OAuth 2.0 credentials, configure the user consent screen, and set up OAuth 2.0 for Web Server Applications.

Answer explanation

https://support.google.com/cloudidentity/answer/6262987?hl=en&ref_topic=7558767

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Your organization has a dedicated person who creates and manages all service accounts for Google Cloud projects. You need to assign this person the minimum role for projects. What should you do?

Add the user to roles/iam.roleAdmin role.

Add the user to roles/iam.securityAdmin role.

Add the user to roles/iam.serviceAccountUser role.

Add the user to roles/iam.serviceAccountAdmin role.

Answer explanation

Service Account User (roles/iam.serviceAccountUser): Includes permissions to list service accounts, get details about a service account, and impersonate a service account. Service Account Admin (roles/iam.serviceAccountAdmin): Includes permissions to list service accounts and get details about a service account. Also includes permissions to create, update, and delete service accounts, and to view or change the IAM policy on a service account.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You are building an archival solution for your data warehouse and have selected Cloud Storage to archive your data. Your users need to be able to access this archived data once a quarter for some regulatory requirements. You want to select a cost-efficient option. Which storage option should you use?

Cold Storage

Nearline Storage

Regional Storage

Multi-Regional Storage

Answer explanation

Nearline storage is a low-cost, highly durable storage service for storing infrequently accessed data. Nearline storage is a better choice than Standard storage in scenarios where slightly lower availability, a 30-day minimum storage duration, and costs for data access are acceptable trade-offs for lowered at-rest storage costs. (A should be suitable, but it appears there's no a "Cold" storage, or might be related to a typo with "Coldline"

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A team of data scientists infrequently needs to use a Google Kubernetes Engine (GKE) cluster that you manage. They require GPUs for some long_xFFFE_running, non- restartable jobs. You want to minimize cost. What should you do?

Enable node auto-provisioning on the GKE cluster.

Create a VerticalPodAutscaler for those workloads.

Create a node pool with preemptible VMs and GPUs attached to those VMs.

Create a node pool of instances with GPUs, and enable autoscaling on this node pool with a minimum size of 1.

Answer explanation

Creating an autoscaling GPU node pool: To take the best, most cost-effective advantage of GPUs on GKE, and to take advantage of cluster autoscaling, we recommend creating separate GPU node pools in your clusters. https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#gpu_pool

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?