πŸ”

PCSE β€” questions

Page 8 of 18 Β· 356 total questions.

Topic 1 Β· Question 141 Β· Select all that apply

You have been tasked with configuring Security Command Center for your organization's Google Cloud environment. Your security team needs to receive alerts of potential crypto mining in the organization's compute environment and alerts for common Google Cloud misconfigurations that impact security. Which Security Command Center features should you use to configure these alerts? (Choose two.)

  • AEvent Threat Detection (correct answer)
  • BContainer Threat Detection
  • CSecurity Health Analytics (correct answer)
  • DCloud Data Loss Prevention
  • EGoogle Cloud Armor
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: Event Threat Detection Option C: Security Health Analytics.

Topic 1 Β· Question 142

You have noticed an increased number of phishing attacks across your enterprise user accounts. You want to implement the Google 2-Step Verification (2SV) option that uses a cryptographic signature to authenticate a user and verify the URL of the login page. Which Google 2SV option should you use?

  • ATitan Security Keys (correct answer)
  • BGoogle prompt
  • CGoogle Authenticator app
  • DCloud HSM keys
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Titan Security Keys.

Topic 1 Β· Question 143

Your organization hosts a financial services application running on Compute Engine instances for a third-party company. The third-party company's servers that will consume the application also run on Compute Engine in a separate Google Cloud organization. You need to configure a secure network connection between the Compute Engine instances. You have the following requirements: β€’ The network connection must be encrypted. β€’ The communication between servers must be over private IP addresses. What should you do?

  • AConfigure a Cloud VPN connection between your organization's VPC network and the third party's that is controlled by VPC firewall rules.
  • BConfigure a VPC peering connection between your organization's VPC network and the third party's that is controlled by VPC firewall rules. (correct answer)
  • CConfigure a VPC Service Controls perimeter around your Compute Engine instances, and provide access to the third party via an access level.
  • DConfigure an Apigee proxy that exposes your Compute Engine-hosted application as an API, and is encrypted with TLS which allows access only to the third party.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Configure a VPC peering connection between your organization's VPC network and the third party's that is controlled by VPC firewall rules.

Explanation

VPC Network Peering privately connects two VPC networks without a gateway. A VPC provides a global, software-defined private network for your Google Cloud resources.

Topic 1 Β· Question 144 Β· Select all that apply

Your company's new CEO recently sold two of the company's divisions. Your Director asks you to help migrate the Google Cloud projects associated with those divisions to a new organization node. Which preparation steps are necessary before this migration occurs? (Choose two.)

  • ARemove all project-level custom Identity and Access Management (IAM) roles.
  • BDisallow inheritance of organization policies.
  • CIdentify inherited Identity and Access Management (IAM) roles on projects to be migrated. (correct answer)
  • DCreate a new folder for all projects to be migrated.
  • ERemove the specific migration projects from any VPC Service Controls perimeters and bridges. (correct answer)
Reveal answer & explanation
Correct answer: C, E

The correct answer is C, E. Option C: Identify inherited Identity and Access Management (IAM) roles on projects to be migrated. Option E: Remove the specific migration projects from any VPC Service Controls perimeters and bridges.

Explanation

VPC Service Controls create a security perimeter around managed services to prevent data exfiltration. A VPC provides a global, software-defined private network for your Google Cloud resources. Cloud IAM grants fine-grained, least-privilege access to Google Cloud resources.

Topic 1 Β· Question 145

You are a consultant for an organization that is considering migrating their data from its private cloud to Google Cloud. The organization's compliance team is not familiar with Google Cloud and needs guidance on how compliance requirements will be met on Google Cloud. One specific compliance requirement is for customer data at rest to reside within specific geographic boundaries. Which option should you recommend for the organization to meet their data residency requirements on Google Cloud?

  • AOrganization Policy Service constraints (correct answer)
  • BShielded VM instances
  • CAccess control lists
  • DGeolocation access controls
  • EGoogle Cloud Armor
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Organization Policy Service constraints

Explanation

Organization Policy sets guardrails that constrain how resources can be configured across the org.

Topic 1 Β· Question 146

Your security team wants to reduce the risk of user-managed keys being mismanaged and compromised. To achieve this, you need to prevent developers from creating user-managed service account keys for projects in their organization. How should you enforce this?

  • AConfigure Secret Manager to manage service account keys.
  • BEnable an organization policy to disable service accounts from being created.
  • CEnable an organization policy to prevent service account keys from being created. (correct answer)
  • DRemove the iam.serviceAccounts.getAccessToken permission from users.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Enable an organization policy to prevent service account keys from being created.

Explanation

A service account provides an identity for workloads to access Google Cloud APIs securely. Organization Policy sets guardrails that constrain how resources can be configured across the org.

Topic 1 Β· Question 147

You are responsible for managing your company's identities in Google Cloud. Your company enforces 2-Step Verification (2SV) for all users. You need to reset a user's access, but the user lost their second factor for 2SV. You want to minimize risk. What should you do?

  • AOn the Google Admin console, select the appropriate user account, and generate a backup code to allow the user to sign in. Ask the user to update their second factor. (correct answer)
  • BOn the Google Admin console, temporarily disable the 2SV requirements for all users. Ask the user to log in and add their new second factor to their account. Re-enable the 2SV requirement for all users.
  • COn the Google Admin console, select the appropriate user account, and temporarily disable 2SV for this account. Ask the user to update their second factor, and then re-enable 2SV for this account.
  • DOn the Google Admin console, use a super administrator account to reset the user account's credentials. Ask the user to update their credentials after their first login.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: On the Google Admin console, select the appropriate user account, and generate a backup code to allow the user to sign in. Ask the user to update their second factor.

Topic 1 Β· Question 148

Which Google Cloud service should you use to enforce access control policies for applications and resources?

  • AIdentity-Aware Proxy (correct answer)
  • BCloud NAT
  • CGoogle Cloud Armor
  • DShielded VMs
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Identity-Aware Proxy

Explanation

Identity-Aware Proxy enforces per-request access control to apps without a VPN.

Topic 1 Β· Question 149

You want to update your existing VPC Service Controls perimeter with a new access level. You need to avoid breaking the existing perimeter with this change, and ensure the least disruptions to users while minimizing overhead. What should you do?

  • ACreate an exact replica of your existing perimeter. Add your new access level to the replica. Update the original perimeter after the access level has been vetted.
  • BUpdate your perimeter with a new access level that never matches. Update the new access level to match your desired state one condition at a time to avoid being overly permissive.
  • CEnable the dry run mode on your perimeter. Add your new access level to the perimeter configuration. Update the perimeter configuration after the access level has been vetted.
  • DEnable the dry run mode on your perimeter. Add your new access level to the perimeter dry run configuration. Update the perimeter configuration after the access level has been vetted. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Enable the dry run mode on your perimeter. Add your new access level to the perimeter dry run configuration. Update the perimeter configuration after the access level has been vetted.

Topic 1 Β· Question 150

Your organization's Google Cloud VMs are deployed via an instance template that configures them with a public IP address in order to host web services for external users. The VMs reside in a service project that is attached to a host (VPC) project containing one custom Shared VPC for the VMs. You have been asked to reduce the exposure of the VMs to the internet while continuing to service external users. You have already recreated the instance template without a public IP address configuration to launch the managed instance group (MIG). What should you do?

  • ADeploy a Cloud NAT Gateway in the service project for the MIG.
  • BDeploy a Cloud NAT Gateway in the host (VPC) project for the MIG.
  • CDeploy an external HTTP(S) load balancer in the service project with the MIG as a backend. (correct answer)
  • DDeploy an external HTTP(S) load balancer in the host (VPC) project with the MIG as a backend.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Deploy an external HTTP(S) load balancer in the service project with the MIG as a backend.

Explanation

The external HTTP(S) Load Balancer distributes global web traffic with a single anycast IP. A load balancer distributes traffic across healthy backends in multiple zones for availability and scale.

Topic 1 Β· Question 151

Your privacy team uses crypto-shredding (deleting encryption keys) as a strategy to delete personally identifiable information (PII). You need to implement this practice on Google Cloud while still utilizing the majority of the platform's services and minimizing operational overhead. What should you do?

  • AUse client-side encryption before sending data to Google Cloud, and delete encryption keys on-premises.
  • BUse Cloud External Key Manager to delete specific encryption keys.
  • CUse customer-managed encryption keys to delete specific encryption keys. (correct answer)
  • DUse Google default encryption to delete specific encryption keys.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Use customer-managed encryption keys to delete specific encryption keys.

Topic 1 Β· Question 152

You need to centralize your team's logs for production projects. You want your team to be able to search and analyze the logs using Logs Explorer. What should you do?

  • AEnable Cloud Monitoring workspace, and add the production projects to be monitored.
  • BUse Logs Explorer at the organization level and filter for production project logs.
  • CCreate an aggregate org sink at the parent folder of the production projects, and set the destination to a Cloud Storage bucket.
  • DCreate an aggregate org sink at the parent folder of the production projects, and set the destination to a logs bucket. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Create an aggregate org sink at the parent folder of the production projects, and set the destination to a logs bucket.

Topic 1 Β· Question 153

You need to use Cloud External Key Manager to create an encryption key to encrypt specific BigQuery data at rest in Google Cloud. Which steps should you do first?

  • A1. Create or use an existing key with a unique uniform resource identifier (URI) in your Google Cloud project. 2. Grant your Google Cloud project access to a supported external key management partner system.
  • B1. Create or use an existing key with a unique uniform resource identifier (URI) in Cloud Key Management Service (Cloud KMS). 2. In Cloud KMS, grant your Google Cloud project access to use the key.
  • C1. Create or use an existing key with a unique uniform resource identifier (URI) in a supported external key management partner system. 2. In the external key management partner system, grant access for this key to use your Google Cloud project. (correct answer)
  • D1. Create an external key with a unique uniform resource identifier (URI) in Cloud Key Management Service (Cloud KMS). 2. In Cloud KMS, grant your Google Cloud project access to use the key.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: 1. Create or use an existing key with a unique uniform resource identifier (URI) in a supported external key management partner system. 2. In the external key management partner system, grant access for this key to us...

Topic 1 Β· Question 154

Your company's cloud security policy dictates that VM instances should not have an external IP address. You need to identify the Google Cloud service that will allow VM instances without external IP addresses to connect to the internet to update the VMs. Which service should you use?

  • AIdentity Aware-Proxy
  • BCloud NAT (correct answer)
  • CTCP/UDP Load Balancing
  • DCloud DNS
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Cloud NAT

Explanation

Cloud NAT lets private instances reach the internet for outbound traffic without external IPs.

Topic 1 Β· Question 155

You want to make sure that your organization's Cloud Storage buckets cannot have data publicly available to the internet. You want to enforce this across all Cloud Storage buckets. What should you do?

  • ARemove Owner roles from end users, and configure Cloud Data Loss Prevention.
  • BRemove Owner roles from end users, and enforce domain restricted sharing in an organization policy.
  • CConfigure uniform bucket-level access, and enforce domain restricted sharing in an organization policy. (correct answer)
  • DRemove *.setIamPolicy permissions from all roles, and enforce domain restricted sharing in an organization policy.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Configure uniform bucket-level access, and enforce domain restricted sharing in an organization policy.

Explanation

Organization Policy sets guardrails that constrain how resources can be configured across the org.

Topic 1 Β· Question 156 Β· Select all that apply

Your company plans to move most of its IT infrastructure to Google Cloud. They want to leverage their existing on-premises Active Directory as an identity provider for Google Cloud. Which two steps should you take to integrate the company's on-premises Active Directory with Google Cloud and configure access management? (Choose two.)

  • AUse Identity Platform to provision users and groups to Google Cloud.
  • BUse Cloud Identity SAML integration to provision users and groups to Google Cloud.
  • CInstall Google Cloud Directory Sync and connect it to Active Directory and Cloud Identity. (correct answer)
  • DCreate Identity and Access Management (IAM) roles with permissions corresponding to each Active Directory group. (correct answer)
  • ECreate Identity and Access Management (IAM) groups with permissions corresponding to each Active Directory group.
Reveal answer & explanation
Correct answer: C, D

The correct answer is C, D. Option C: Install Google Cloud Directory Sync and connect it to Active Directory and Cloud Identity. Option D: Create Identity and Access Management (IAM) roles with permissions corresponding to each Active Directory group.

Explanation

Cloud IAM grants fine-grained, least-privilege access to Google Cloud resources. Cloud Identity manages users, groups, and device policies as a managed identity platform.

Topic 1 Β· Question 157 Β· Select all that apply

You are in charge of creating a new Google Cloud organization for your company. Which two actions should you take when creating the super administrator accounts? (Choose two.)

  • ACreate an access level in the Google Admin console to prevent super admin from logging in to Google Cloud.
  • BDisable any Identity and Access Management (IAM) roles for super admin at the organization level in the Google Cloud Console.
  • CUse a physical token to secure the super admin credentials with multi-factor authentication (MFA). (correct answer)
  • DUse a private connection to create the super admin accounts to avoid sending your credentials over the Internet.
  • EProvide non-privileged identities to the super admin users for their day-to-day activities. (correct answer)
Reveal answer & explanation
Correct answer: C, E

The correct answer is C, E. Option C: Use a physical token to secure the super admin credentials with multi-factor authentication (MFA). Option E: Provide non-privileged identities to the super admin users for their day-to-day activities.

Topic 1 Β· Question 158

You are deploying a web application hosted on Compute Engine. A business requirement mandates that application logs are preserved for 12 years and data is kept within European boundaries. You want to implement a storage solution that minimizes overhead and is cost-effective. What should you do?

  • ACreate a Cloud Storage bucket to store your logs in the EUROPE-WEST1 region. Modify your application code to ship logs directly to your bucket for increased efficiency.
  • BConfigure your Compute Engine instances to use the Google Cloud's operations suite Cloud Logging agent to send application logs to a custom log bucket in the EUROPE-WEST1 region with a custom retention of 12 years. (correct answer)
  • CUse a Pub/Sub topic to forward your application logs to a Cloud Storage bucket in the EUROPE-WEST1 region.
  • DConfigure a custom retention policy of 12 years on your Google Cloud's operations suite log bucket in the EUROPE-WEST1 region.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Configure your Compute Engine instances to use the Google Cloud's operations suite Cloud Logging agent to send application logs to a custom log bucket in the EUROPE-WEST1 region with a custom retention of 12 years.

Explanation

Compute Engine provides configurable virtual machines when you need full control of the OS. Cloud Logging centralizes, stores, and analyzes logs across services. This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 159 Β· Select all that apply

You discovered that sensitive personally identifiable information (PII) is being ingested to your Google Cloud environment in the daily ETL process from an on- premises environment to your BigQuery datasets. You need to redact this data to obfuscate the PII, but need to re-identify it for data analytics purposes. Which components should you use in your solution? (Choose two.)

  • ASecret Manager
  • BCloud Key Management Service (correct answer)
  • CCloud Data Loss Prevention with cryptographic hashing
  • DCloud Data Loss Prevention with automatic text redaction
  • ECloud Data Loss Prevention with deterministic encryption using AES-SIV (correct answer)
Reveal answer & explanation
Correct answer: B, E

The correct answer is B, E. Option B: Cloud Key Management Service Option E: Cloud Data Loss Prevention with deterministic encryption using AES-SIV.

Topic 1 Β· Question 160 Β· Select all that apply

You are working with a client that is concerned about control of their encryption keys for sensitive data. The client does not want to store encryption keys at rest in the same cloud service provider (CSP) as the data that the keys are encrypting. Which Google Cloud encryption solutions should you recommend to this client? (Choose two.)

  • ACustomer-supplied encryption keys. (correct answer)
  • BGoogle default encryption
  • CSecret Manager
  • DCloud External Key Manager (correct answer)
  • ECustomer-managed encryption keys
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: Customer-supplied encryption keys. Option D: Cloud External Key Manager.

Showing questions 141–160 of 356 Β· Page 8 of 18