2024-09-20|閱讀時間 ‧ 約 39 分鐘

Google Associate Cloud Engineer 證照考古題大全 20240920

谷歌雲工程理師助理證照題庫彙整 20240920

Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。

QUESTION 101

You need to host an application on a Compute Engine instance in a project shared with other teams. You want to prevent the other teams from accidentally causing downtime on that application. Which feature should you use?

A.       Use a Shielded VM.

B.       Use a Preemptible VM.

C.      Use a sole-tenant node.

D.      Enable deletion protection on the instance.

Correct Answer: D

Section: (none)

 

QUESTION 102

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

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

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

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

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

Correct Answer: A

Section: (none)

 

想要加速您的業務成長?了解更多小豬科技如何幫助您掌握雲端技術!了解更多

 

QUESTION 103

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

A.       Export Cloud Datastore data using gcloud datastore export.

B.       Create a Cloud Datastore index using gcloud datastore indexes create.

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

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

Correct Answer: D

Section: (none)

 

QUESTION 104

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?

A.       Add the users to roles/browser role.

B.       Add the users to roles/iam.roleViewer role.

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

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

Correct Answer: C

Section: (none)

 

QUESTION 105

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?

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

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

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

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

Correct Answer: B

Section: (none)

 

QUESTION 106

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

A.       Add the user to roles/iam.roleAdmin role.

B.       Add the user to roles/iam.securityAdmin role.

C.      Add the user to roles/iam.serviceAccountUser role.

D.      Add the user to roles/iam.serviceAccountAdmin role.

Correct Answer: D

Section: (none)

 

QUESTION 107

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-efficientoption. Which storage option should you use?

A.       Cold Storage

B.       Nearline Storage

C.      Regional Storage

D.      Multi-Regional Storage

Correct Answer: A

Section: (none)

 

需要個性化雲端解決方案?聯絡小豬科技專員,我們為您提供最佳建議!立即聯絡


QUESTION 108

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

A.       Enable node auto-provisioning on the GKE cluster.

B.       Create a VerticalPodAutscaler for those workloads.

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

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

Correct Answer: A

Section: (none)

 

QUESTION 109

Your organization has user identities in Active Directory. Your organization wants to use Active Directory as their source of truth for identities. Your organization wants to have full control over the Google accounts used by employees for all Google services,including your Google Cloud Platform (GCP) organization. What should you do?

A.       Use Google Cloud Directory Sync (GCDS) to synchronize users into Cloud Identity.

B.       Use the cloud Identity APIs and write a script to synchronize users to Cloud Identity.

C.      Export users from Active Directory as a CSV and import them to Cloud Identity via the Admin Console.

D.      Ask each employee to create a Google account using self signup. Require that each employee use their company emailaddress and password.

Correct Answer: A

Section: (none)

 

QUESTION 110

You have successfully created a development environment in a project for an application. This application uses Compute Engine and Cloud SQL. Now you need to create a production environment for this application. The security team has forbidden the existence of network routes between these 2 environments and has asked you to follow Google-recommended practices.What should you do?

A.       Create a new project, enable the Compute Engine and Cloud SQL APIs in that project, and replicate the setup you havecreated in the development environment.

B.       Create a new production subnet in the existing VPC and a new production Cloud SQL instance in your existing project,and deploy your application using those resources.

C.      Create a new project, modify your existing VPC to be a Shared VPC, share that VPC with your new project, andreplicate the setup you have in the development environment in that new project in the Shared VPC.

D.      Ask the security team to grant you the Project Editor role in an existing production project used by another division ofyour company. Once they grant you that role, replicate the setup you have in the development environment in thatproject.

Correct Answer: A

Section: (none)

 

QUESTION 111

Your management has asked an external auditor to review all the resources in a specific project. The security team has enabledthe Organization Policy called

Domain Restricted Sharing on the organization node by specifying only your Cloud Identity domain. You want the auditor toonly be able to view, but not modify, the resources in that project. What should you do?

A.       Ask the auditor for their Google account, and give them the Viewer role on the project.

B.       Ask the auditor for their Google account, and give them the Security Reviewer role on the project.

C.      Create a temporary account for the auditor in Cloud Identity, and give that account the Viewer role on the project.

D.      Create a temporary account for the auditor in Cloud Identity, and give that account the Security Reviewer role onthe project.

Correct Answer: C

Section: (none)

 

QUESTION 112

You have a workload running on Compute Engine that is critical to your business. You want to ensure that the data on the boot disk of this workload is backed up regularly. You need to be able to restore a backup as quickly as possible in case of disaster.You also want older backups to be cleaned automatically to save on cost. You want to follow Google-recommended practices.What should you do?

A.       Create a Cloud Function to create an instance template.

B.       Create a snapshot schedule for the disk using the desired interval.

C.      Create a cron job to create a new disk from the disk using gcloud.

D.      Create a Cloud Task to create an image and export it to Cloud Storage.

Correct Answer: B

Section: (none)

 

QUESTION 113

You need to assign a Cloud Identity and Access Management (Cloud IAM) role to an external auditor. The auditor needs to havepermissions to review your

Google Cloud Platform (GCP) Audit Logs and also to review your Data Access logs. What should you do?

A.       Assign the auditor the IAM role roles/logging.privateLogViewer. Perform the export of logs to Cloud Storage.

B.       Assign the auditor the IAM role roles/logging.privateLogViewer. Direct the auditor to also review the logs for changes toCloud IAM policy.

C.      Assign the auditor's IAM user to a custom role that has logging.privateLogEntries.list permission. Perform the exportof logs to Cloud Storage.

D.      Assign the auditor's IAM user to a custom role that has logging.privateLogEntries.list permission. Direct the auditor to alsoreview the logs for changes to Cloud IAM policy.

Correct Answer: B

Section: (none)

 

立即加入小豬科技,享受專屬優惠和一流的雲端服務體驗!馬上註冊


QUESTION 114

You are managing several Google Cloud Platform (GCP) projects and need access to all logs for the past 60 days. You want to be able to explore and quickly analyze the log contents. You want to follow Google- recommended practices to obtain thecombined logs for all projects. What should you do?

A.       Navigate to Stackdriver Logging and select resource.labels.project_id="*"

B.       Create a Stackdriver Logging Export with a Sink destination to a BigQuery dataset. Configure the table expiration to 60days.

C.      Create a Stackdriver Logging Export with a Sink destination to Cloud Storage. Create a lifecycle rule to delete objects after 60 days.

D.      Configure a Cloud Scheduler job to read from Stackdriver and store the logs in BigQuery. Configure the table expiration to60 days.

Correct Answer: B

Section: (none)

 

QUESTION 115

You need to reduce GCP service costs for a division of your company using the fewest possible steps. You need to turn off allconfigured services in an existing

GCP project. What should you do?

A.       1. Verify that you are assigned the Project Owners IAM role for this project. 2. Locate the project in the GCP console, click Shut down and then enter the project ID.

B.       1. Verify that you are assigned the Project Owners IAM role for this project. 2. Switch to the project in the GCP console,locate the resources and delete them.

C.      1. Verify that you are assigned the Organizational Administrator IAM role for this project. 2. Locate the project in the GCPconsole, enter the project ID and then click Shut down.

D.      1. Verify that you are assigned the Organizational Administrators IAM role for this project. 2. Switch to the project in theGCP console, locate the resources and delete them. 

Correct Answer: A

Section: (none)

 

QUESTION 116

You are configuring service accounts for an application that spans multiple projects. Virtual machines (VMs) running in the web-applications project need access to BigQuery datasets in crm-databases-proj. You want to follow Google-recommended practices to give access to the service account in the web-applications project. What should you do?

A.       Give "project owner" for web-applications appropriate roles to crm-databases-proj.

B.       Give "project owner" role to crm-databases-proj and the web-applications project.

C.      Give "project owner" role to crm-databases-proj and bigquery.dataViewer role to web-applications.

D.      Give bigquery.dataViewer role to crm-databases-proj and appropriate roles to web-applications.

Correct Answer: D

Section: (none)

 

QUESTION 117

An employee was terminated, but their access to Google Cloud was not removed until 2 weeks later. You need to find out if thisemployee accessed any sensitive customer information after their termination. What should you do?

A.       View System Event Logs in Cloud Logging. Search for the user's email as the principal.

B.       View System Event Logs in Cloud Logging. Search for the service account associated with the user.

C.      View Data Access audit logs in Cloud Logging. Search for the user's email as the principal.

D.      View the Admin Activity log in Cloud Logging. Search for the service account associated with the user.

Correct Answer: C

Section: (none)

 

QUESTION 118

You need to create a custom IAM role for use with a GCP service. All permissions in the role must be suitable for productionuse. You also want to clearly share with your organization the status of the custom role. This will be the first version of thecustom role. What should you do?

A.       Use permissions in your role that use the 'supported' support level for role permissions. Set the role stage to ALPHAwhile testing the role permissions.

B.       Use permissions in your role that use the 'supported' support level for role permissions. Set the role stage to BETAwhile testing the role permissions.

C.      Use permissions in your role that use the 'testing' support level for role permissions. Set the role stage to ALPHA whiletesting the role permissions.

D.      Use permissions in your role that use the 'testing' support level for role permissions. Set the role stage to BETA whiletesting the role permissions.

Correct Answer: A

Section: (none)

 

QUESTION 119

Your company has a large quantity of unstructured data in different file formats. You want to perform ETL transformations on the data. You need to make the data accessible on Google Cloud so it can be processed by a Dataflow job. What should you do?

A.       Upload the data to BigQuery using the bq command line tool.

B.       Upload the data to Cloud Storage using the gsutil command line tool.

C.      Upload the data into Cloud SQL using the import function in the console.

D.      Upload the data into Cloud Spanner using the import function in the console.

Correct Answer: B

Section: (none)

 

QUESTION 120

You need to manage multiple Google Cloud projects in the fewest steps possible. You want to configure the Google Cloud SDK command line interface (CLI) so that you can easily manage multiple projects. What should you do?

A.       1. Create a configuration for each project you need to manage. 2. Activate the appropriate configuration when you work witheach of your assigned Google Cloud projects.

B.       1. Create a configuration for each project you need to manage. 2. Use gcloud init to update the configurationvalues when you need to work with a non-default project

C.      1. Use the default configuration for one project you need to manage. 2. Activate the appropriate configuration whenyou work with each of your assigned Google Cloud projects.

D.      1. Use the default configuration for one project you need to manage. 2. Use gcloud init to update the configuration values when you need to work with a non-default project.

Correct Answer: A

Section: (none)


有疑問?讓小豬科技專員為您解答,提供全方位的技術支持和服務!點擊聯絡我們

分享至
成為作者繼續創作的動力吧!
© 2024 vocus All rights reserved.