{"id":19625,"date":"2026-09-23T06:44:13","date_gmt":"2026-09-23T06:44:13","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=19625"},"modified":"2026-09-23T06:44:13","modified_gmt":"2026-09-23T06:44:13","slug":"google-professional-cloud-security-engineer-practice-test-questions-and-exam-dumps-part20-q381-400","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/google-professional-cloud-security-engineer-practice-test-questions-and-exam-dumps-part20-q381-400\/","title":{"rendered":"Google Professional Cloud Security Engineer Practice Test Questions and Exam Dumps Part20 Q381-400"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/professional-cloud-security-engineer-exam-dumps\"><b>Google Professional Cloud Security Engineer Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 381<\/b><\/h3>\n<p><b>A company wants employees to access Google Cloud resources using identities managed by an external identity provider instead of creating Google-managed user accounts. Which Google Cloud capability should the security team use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Workload Identity Federation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Workforce Identity Federation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identity-Aware Proxy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Service Account Impersonation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Workforce Identity Federation allows employees and other workforce users to access Google Cloud resources by using identities from an external identity provider. This approach avoids the need to create and maintain separate Google Cloud identities for every user. The organization can connect an external identity provider through supported federation protocols and map external identity attributes to Google Cloud permissions. Workload Identity Federation serves a different purpose: it allows external workloads to obtain Google Cloud credentials without using service account keys. Workforce Identity Federation is therefore the appropriate choice when the requirement involves human users accessing Google Cloud through an external identity system.<\/span><\/p>\n<h3><b>Question 382<\/b><\/h3>\n<p><b>A security administrator wants Cloud Storage permissions to be managed exclusively through IAM at the bucket level rather than through object ACLs. Which setting should be enabled?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object Versioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public Access Prevention<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Uniform bucket-level access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bucket Lock<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Uniform bucket-level access allows Cloud Storage access to be controlled consistently through IAM rather than through legacy object ACLs. When enabled, ACLs are disabled for the bucket, and IAM becomes the primary mechanism for controlling access to objects and bucket resources. This simplifies permission management and reduces the risk of inconsistent access configurations between individual objects. Public Access Prevention addresses public exposure, while Bucket Lock is related to retention enforcement. Object Versioning maintains multiple versions of objects and does not determine whether IAM or ACLs are used for authorization. Therefore, uniform bucket-level access is the appropriate security control.<\/span><\/p>\n<h3><b>Question 383<\/b><\/h3>\n<p><b>An application needs to provide temporary access to a private Cloud Storage object to a user who does not have IAM permissions on the bucket. Which mechanism is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Signed URL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Organization Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPC Service Controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM deny policy<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A signed URL provides temporary, controlled access to a specific Cloud Storage resource without requiring the recipient to have direct IAM permissions on the bucket. The URL contains authentication information generated by an authorized signer and can include an expiration time. This makes signed URLs useful when an application needs to share private objects with external users or systems for a limited period. The URL should be protected from unauthorized disclosure because anyone possessing a valid signed URL may use it until it expires. Organization Policy, VPC Service Controls, and IAM deny policies are broader security controls and do not provide this temporary object-sharing mechanism.<\/span><\/p>\n<h3><b>Question 384<\/b><\/h3>\n<p><b>A regulated organization must ensure that objects in a Cloud Storage bucket cannot be deleted or reduced below a required retention period. Which feature should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object Versioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public Access Prevention<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Uniform bucket-level access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retention policy with Bucket Lock<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Cloud Storage retention policy defines the minimum period during which objects must be retained. When the organization uses Bucket Lock to lock the retention policy, the retention requirement becomes effectively irreversible for the bucket, helping enforce regulatory or compliance requirements. During the retention period, protected objects cannot be deleted or replaced in ways that violate the retention requirement. Object Versioning serves a different purpose by preserving previous object versions. Public Access Prevention blocks public access, while uniform bucket-level access centralizes authorization through IAM. Therefore, a locked retention policy is appropriate when the organization needs strong protection against premature deletion.<\/span><\/p>\n<h3><b>Question 385<\/b><\/h3>\n<p><b>A BigQuery dataset contains sensitive tables. Analysts should be able to query selected data through a controlled view without receiving direct access to the underlying tables. Which feature is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Authorized views<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPC firewall rules<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Armor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Authorized views allow an organization to expose selected data from underlying BigQuery tables through a view without granting users direct access to the source tables. This is useful for implementing controlled data sharing while limiting exposure of sensitive columns or rows. The view can present only the information required by analysts, while access to the underlying tables remains restricted. This design supports the principle of least privilege and helps separate data consumption from direct table access. VPC firewall rules control network traffic, Cloud Armor protects applications from network-based attacks, and Cloud NAT provides outbound connectivity. None of those services provides BigQuery view-based data authorization.<\/span><\/p>\n<h3><b>Question 386<\/b><\/h3>\n<p><b>A security team wants to reduce exposure of sensitive BigQuery column values while still allowing analysts to query the dataset. Which capability can be used to replace sensitive values with masked representations based on policy?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamic data masking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Armor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPC Network Peering<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">BigQuery dynamic data masking can help protect sensitive column values by returning masked representations to users who should not see the underlying data. Access can be controlled based on data governance policies, allowing authorized users to view the original values while other users receive masked results. This supports least-privilege access to sensitive information without necessarily preventing users from querying the broader dataset. Dynamic data masking is therefore useful when analysts need access to data for reporting or analysis but should not automatically see sensitive values. Cloud NAT, Cloud Armor, and VPC Network Peering address networking or application protection rather than column-level data masking.<\/span><\/p>\n<h3><b>Question 387<\/b><\/h3>\n<p><b>A company wants applications running on Google Cloud to authenticate to Cloud SQL using IAM identities instead of storing database passwords. Which capability should be considered?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage signed URLs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPC Service Controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud SQL IAM database authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Armor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cloud SQL IAM database authentication allows supported database connections to use Google Cloud IAM identities instead of relying solely on traditional database usernames and passwords. This can reduce the need to distribute and manage long-lived database credentials. Access can be managed using IAM permissions and service identities, allowing administrators to apply centralized identity and access controls. The exact authentication behavior depends on the database engine and connection configuration, so the organization should verify support for its specific Cloud SQL deployment. Cloud Storage signed URLs provide temporary object access, VPC Service Controls establish service perimeters, and Cloud Armor protects applications from network attacks.<\/span><\/p>\n<h3><b>Question 388<\/b><\/h3>\n<p><b>A Cloud SQL instance should not have a publicly reachable IP address. Applications running in a VPC must connect to the database using private networking. What configuration should the security team choose?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public IP with open firewall rules<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Private IP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud CDN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">External HTTP load balancer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Using a private IP for Cloud SQL allows applications in an appropriately configured VPC environment to communicate with the database over private networking rather than exposing the database through a public IP address. This reduces the external attack surface and supports network isolation. Connectivity still requires appropriate VPC configuration and routing, and IAM or database authentication controls remain important because private networking alone does not authorize users. A public IP would increase exposure, while Cloud CDN and external HTTP load balancing are designed for other workloads. Therefore, private IP connectivity is the suitable configuration when the requirement is to keep the database off the public internet.<\/span><\/p>\n<h3><b>Question 389<\/b><\/h3>\n<p><b>A security team wants to require encrypted connections between clients and a Cloud SQL database and reduce the risk of credentials or database traffic being transmitted in plaintext. What should the team enforce?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TLS\/SSL connections<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object Versioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM deny policies<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">TLS\/SSL encryption protects data transmitted between a client and a database by encrypting the communication channel. For Cloud SQL deployments, administrators can configure connection security requirements so that clients use encrypted connections. This helps protect credentials, queries, and returned data from interception while traveling across the network. Encryption in transit should be combined with strong authentication, authorization, and network controls for a complete database security strategy. Cloud NAT manages outbound internet connectivity, Object Versioning protects object versions in Cloud Storage, and IAM deny policies control authorization. They do not directly provide the database transport encryption required by this scenario.<\/span><\/p>\n<h3><b>Question 390<\/b><\/h3>\n<p><b>A security architect wants a GKE cluster whose nodes do not have external IP addresses and whose control plane is accessible through private networking. Which cluster design best satisfies the requirement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public cluster with Cloud Armor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Private GKE cluster<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Standard VPC with public nodes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">External load balancer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A private GKE cluster is designed to reduce exposure of cluster infrastructure by using private networking for nodes and providing private connectivity to the control plane according to the selected configuration. Nodes can operate without external IP addresses, reducing their direct exposure to the internet. This design can be combined with additional controls such as authorized networks, firewall policies, private access mechanisms, and identity-based administration. A public cluster does not provide the same private infrastructure model. Cloud Armor protects supported applications at the edge, while external load balancers provide traffic distribution rather than making the Kubernetes infrastructure private.<\/span><\/p>\n<h3><b>Question 391<\/b><\/h3>\n<p><b>A company wants to restrict which source networks can reach the public endpoint of a GKE control plane. Which control should the administrator configure?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage retention policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Control plane authorized networks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BigQuery authorized views<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Control plane authorized networks allow administrators to specify trusted CIDR ranges that can connect to a GKE control plane endpoint. This can reduce exposure by limiting administrative access to known corporate networks, VPN ranges, or other approved sources. It is particularly useful when administrators need controlled access to a publicly reachable control plane endpoint. The configuration should be maintained carefully because legitimate administrators must connect from an allowed network. Cloud NAT provides outbound network address translation, Cloud Storage retention policies protect stored objects, and BigQuery authorized views control access to query results. Therefore, authorized networks are the appropriate control for restricting control-plane source addresses.<\/span><\/p>\n<h3><b>Question 392<\/b><\/h3>\n<p><b>A security administrator wants Kubernetes workloads in GKE to be prevented from using disallowed Linux security configurations. Which Kubernetes security capability should be considered?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pod Security Admission<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage signed URLs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud DNS forwarding<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Pod Security Admission provides Kubernetes-level controls that can enforce defined pod security standards. Organizations can use it to restrict workloads that violate established security requirements, such as configurations involving privileged execution or other risky pod settings. This helps establish consistent workload security at the cluster or namespace level. The exact enforcement level depends on the selected Pod Security Standard and Kubernetes configuration. Cloud NAT is used for outbound network connectivity, signed URLs provide temporary Cloud Storage access, and Cloud DNS forwarding handles DNS resolution paths. These services do not enforce Kubernetes pod security behavior. Therefore, Pod Security Admission is the appropriate capability for this requirement.<\/span><\/p>\n<h3><b>Question 393<\/b><\/h3>\n<p><b>A financial organization wants stronger isolation for sensitive workloads running on GKE by using hardware-based confidential computing capabilities. Which option should the organization investigate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public Cloud SQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Confidential GKE Nodes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage lifecycle rules<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Confidential GKE Nodes provide confidential computing capabilities for supported Kubernetes workloads by helping protect data while it is being processed. Confidential computing uses hardware-based technologies to reduce the risk of unauthorized access to data in use. This can be particularly valuable for workloads handling sensitive financial, personal, or regulated information. Organizations should verify supported machine types, regions, Kubernetes configurations, and workload requirements before deployment. Public Cloud SQL addresses database connectivity, Cloud NAT provides network address translation, and Cloud Storage lifecycle rules automate object management. These services do not provide the same confidential-computing protection for Kubernetes workloads.<\/span><\/p>\n<h3><b>Question 394<\/b><\/h3>\n<p><b>A software team wants to reduce the risk that an existing container image tag can later be moved to a different image version in Artifact Registry. Which repository capability should be considered?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public Access Prevention<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Immutable image tags<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Armor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPC Service Controls<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Immutable image tags help prevent a tag from being reassigned to a different container image after it has been created, depending on the repository configuration and supported behavior. This can improve software supply-chain integrity because deployment systems can rely on a tag maintaining a stable reference. Without appropriate controls, mutable tags can create ambiguity about which image version is deployed and can increase the risk of unexpected or unauthorized image replacement. Public Access Prevention controls public access, Cloud Armor protects applications, and VPC Service Controls establish service perimeters. Therefore, immutable image tags are the relevant repository-level control for preventing tag movement.<\/span><\/p>\n<h3><b>Question 395<\/b><\/h3>\n<p><b>A security administrator needs to grant a CI\/CD service account access to only one Artifact Registry repository rather than all repositories in the project. Which approach follows least privilege?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant repository-level IAM permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant Owner at the project level<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant Editor at the project level<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant Organization Administrator<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Repository-level IAM permissions allow administrators to grant a principal only the access required for a particular Artifact Registry repository. This supports the principle of least privilege by avoiding broad project-level roles when the workload needs access to only one repository. For example, a CI\/CD identity can be granted the permissions necessary to push or pull images from a specific repository without receiving unrelated permissions elsewhere in the project. Project Owner, Editor, or organization-level administrative roles would provide substantially broader access than necessary. Restricting permissions to the smallest appropriate resource scope reduces the potential impact if the CI\/CD identity is compromised.<\/span><\/p>\n<h3><b>Question 396<\/b><\/h3>\n<p><b>A security team manages an HTTPS load balancer and needs to require clients to use a minimum TLS version. Which configuration should be reviewed?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT configuration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage IAM<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SSL policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BigQuery dataset permissions<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An SSL policy can define security characteristics for supported Google Cloud load-balancing configurations, including the minimum TLS version and permitted cipher characteristics. By selecting an appropriate SSL policy, an organization can prevent clients from negotiating outdated TLS versions that may not meet its security requirements. The selected policy should be compatible with the application&#8217;s client population because enforcing a newer TLS version can prevent older clients from connecting. Cloud NAT configuration controls outbound address translation, Cloud Storage IAM controls object and bucket authorization, and BigQuery permissions govern data access. Therefore, the SSL policy is the relevant control for enforcing transport security requirements on the load balancer.<\/span><\/p>\n<h3><b>Question 397<\/b><\/h3>\n<p><b>A network administrator wants visibility into outbound connections created through Cloud NAT so that the security team can investigate unusual egress activity. Which capability should be enabled?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT logging<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage versioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BigQuery row-level security<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IAM Conditions<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cloud NAT logging can provide records about NAT translations and related connection activity, helping administrators understand outbound traffic originating from resources using Cloud NAT. These logs can be analyzed in Cloud Logging and incorporated into monitoring or security investigation workflows. Logging does not itself block malicious traffic, but it provides valuable visibility for detecting unexpected destinations, connection patterns, or potential compromise indicators. Cloud Storage versioning protects historical object versions, BigQuery row-level security controls which rows users can access, and IAM Conditions apply conditional authorization. For investigating outbound connections through a Cloud NAT gateway, NAT logging is therefore the directly relevant capability.<\/span><\/p>\n<h3><b>Question 398<\/b><\/h3>\n<p><b>A company connects an on-premises environment to Google Cloud using HA VPN and wants to protect the VPN tunnel traffic from interception. Which protocol should be configured for the VPN tunnels?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HTTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IKE\/IPsec<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Telnet<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">HA VPN uses IPsec-based VPN tunnels, with IKE used to establish and negotiate the security association between VPN peers. IPsec provides encryption and integrity protection for traffic transmitted through the tunnel, while IKE manages key negotiation and related tunnel parameters. Organizations should use strong supported cryptographic settings and carefully manage shared secrets or other authentication mechanisms used by their VPN configuration. FTP, HTTP, and Telnet are application protocols and do not provide the secure tunnel mechanism required for HA VPN. Therefore, IKE\/IPsec is the appropriate protocol family for protecting traffic between the on-premises environment and Google Cloud over the VPN connection.<\/span><\/p>\n<h3><b>Question 399<\/b><\/h3>\n<p><b>A company has compliance requirements for protecting traffic over a dedicated Cloud Interconnect connection. It wants link-layer encryption between the supported network devices. Which feature should the company evaluate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Armor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MACsec for Cloud Interconnect<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud CDN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identity-Aware Proxy<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">MACsec for Cloud Interconnect can provide link-layer encryption for supported dedicated connectivity scenarios. It is designed to protect traffic at the data-link layer between supported network devices, helping address requirements where encryption is needed even across dedicated network infrastructure. Organizations must verify the supported Cloud Interconnect configuration, hardware, and regional availability before deploying the feature. Cloud Armor provides application and network-edge protection, Cloud CDN improves content delivery, and Identity-Aware Proxy provides identity-aware application access. Those services do not provide link-layer encryption for a supported dedicated interconnect. Therefore, MACsec is the capability that directly addresses this requirement.<\/span><\/p>\n<h3><b>Question 400<\/b><\/h3>\n<p><b>A company wants to rotate a Secret Manager secret automatically on a scheduled basis and notify a system that performs the rotation operation. Which approach is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage retention policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pub\/Sub notifications combined with a scheduled rotation workflow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPC firewall rules only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Armor rate limiting<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Secret Manager can be integrated into an automated secret-rotation workflow using services such as Pub\/Sub and Cloud Scheduler or another scheduling mechanism. A scheduled workflow can trigger a process that generates a new credential, updates the dependent system, and stores the new secret version securely. Pub\/Sub can provide event-driven communication between components of the rotation architecture. The exact implementation depends on the credential type and the application consuming the secret. Cloud Storage retention policies, VPC firewall rules, and Cloud Armor rate limiting do not implement secret rotation. Automated rotation reduces reliance on long-lived credentials and supports stronger credential-management practices.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Google Professional Cloud Security Engineer Exam Dumps and Practice Test Dumps. &nbsp; Question 381 A company wants employees to access Google Cloud resources using identities managed by an external identity provider instead of creating Google-managed user accounts. Which Google Cloud capability should the security team use? Workload Identity Federation Workforce Identity Federation Identity-Aware [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/19625"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=19625"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/19625\/revisions"}],"predecessor-version":[{"id":19626,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/19625\/revisions\/19626"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=19625"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=19625"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=19625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}