View Full Google Professional Cloud Security Engineer Exam Dumps and Practice Test Dumps.
Question 61
A security engineer wants to ensure that only authorized applications can retrieve secrets from Secret Manager. Which control should primarily be used?
- Cloud CDN policies
- IAM permissions
- Cloud DNS records
- VPC routing tables
Correct Answer: 2
Explanation
IAM permissions control which users, groups, and workloads can access resources such as Secret Manager secrets. Security engineers should grant only the permissions required for each application and preferably scope access to individual secrets when practical. This follows the principle of least privilege and reduces the impact of a compromised workload. Cloud CDN policies manage content delivery, DNS records control name resolution, and routing tables determine network paths rather than directly authorizing access to secret values. Secret Manager should therefore be protected through carefully designed IAM policies, combined with appropriate logging and monitoring to identify unexpected access patterns and support security investigations.
Question 62
An organization needs to identify vulnerabilities in virtual machine workloads running on Google Cloud. Which security capability can help provide vulnerability findings?
- Cloud Scheduler
- Security Command Center
- Cloud DNS
- Cloud NAT
Correct Answer: 2
Explanation
Security Command Center provides centralized security findings that can include vulnerability and configuration information for supported Google Cloud resources. It helps security teams obtain broader visibility into risks across their cloud environment and prioritize issues requiring remediation. Cloud Scheduler is designed for scheduled task execution, Cloud DNS manages DNS services, and Cloud NAT provides outbound network address translation. Security Command Center can aggregate relevant findings from supported security capabilities and present them to security teams for investigation. Organizations should combine vulnerability findings with patch management, configuration hardening, IAM controls, and continuous monitoring to maintain a strong security posture for virtual machine workloads.
Question 63
A company wants to prevent users from deploying resources in regions that are not approved by its security and compliance teams. Which mechanism should be used?
- Organization Policy Service
- Cloud Trace
- Cloud CDN
- Cloud NAT
Correct Answer: 1
Explanation
Organization Policy Service allows administrators to establish centralized constraints across projects and folders. Location-based policies can restrict supported resources to approved regions or locations, helping organizations meet regulatory, data residency, and operational requirements. These policies act as preventive guardrails rather than simply detecting violations after deployment. Cloud Trace is used for application tracing, Cloud CDN improves content delivery, and Cloud NAT provides network address translation. Applying organizational policies consistently can reduce configuration drift and prevent individual project administrators from accidentally creating resources in prohibited locations. Security teams should periodically review policies to ensure that approved locations remain aligned with current organizational requirements.
Question 64
A security engineer needs to determine which identity modified an IAM policy on a production project. Which logs should be examined?
- Cloud CDN logs
- Admin Activity audit logs
- Cloud Storage access logs only
- DNS query logs
Correct Answer: 2
Explanation
Admin Activity audit logs record administrative operations performed on Google Cloud resources and are useful for investigating changes to configurations and access policies. Security teams can use relevant audit records to determine which principal performed an operation, what resource was affected, and when the change occurred. This information supports accountability, incident response, and compliance investigations. CDN logs focus on content delivery activity, Storage access logs concern storage operations, and DNS query logs relate to domain resolution. When investigating an unexpected IAM policy modification, Admin Activity audit logs provide the most directly relevant evidence and should be reviewed alongside related identity and resource configuration information.
Question 65
A company wants to prevent sensitive Cloud Storage data from being accessed anonymously. Which configuration should be enforced?
- Public Access Prevention
- Cloud CDN
- Cloud Scheduler
- Cloud Router
Correct Answer: 1
Explanation
Public Access Prevention helps organizations prevent Cloud Storage resources from being exposed through public access mechanisms. When enforced, it prevents supported public principals from being granted access, helping protect sensitive data from accidental anonymous exposure. This control is particularly useful for organizations that have a policy requiring storage data to remain private. Cloud CDN is designed for content delivery, Cloud Scheduler executes scheduled jobs, and Cloud Router handles dynamic route exchange. Public Access Prevention should be combined with appropriately scoped IAM permissions and regular access reviews. These layered controls reduce the likelihood that configuration mistakes will result in unintended public exposure of storage resources.
Question 66
A security team wants to encrypt data at rest using keys that are managed by Google rather than directly by the organization. Which encryption model applies?
- Customer-supplied encryption keys
- Customer-managed encryption keys
- Google-managed encryption keys
- No encryption
Correct Answer: 3
Explanation
Google-managed encryption keys are encryption keys that Google manages on behalf of customers for supported Google Cloud services. This model provides encryption at rest without requiring customers to administer the underlying cryptographic key lifecycle themselves. Customer-managed encryption keys provide greater customer control through Cloud KMS, while customer-supplied encryption keys involve customer-provided key material for supported use cases. Choosing an encryption model depends on organizational security, compliance, and key-management requirements. Google-managed keys can simplify operations because Google handles much of the key-management process. However, organizations with specific control or regulatory requirements may instead choose customer-managed approaches where supported.
Question 67
An application running in GKE needs access to a Google Cloud API using a dedicated identity rather than the node’s shared service account. Which feature should be configured?
- Cloud VPN
- Workload Identity
- Cloud CDN
- Cloud Router
Correct Answer: 2
Explanation
Workload Identity allows Kubernetes workloads in GKE to authenticate to Google Cloud services using dedicated Google Cloud identities. This avoids relying on a shared node service account for every workload and enables more granular authorization. Each workload can receive permissions appropriate to its function, supporting least privilege and improving accountability. Cloud VPN provides encrypted network connectivity, Cloud CDN accelerates content delivery, and Cloud Router manages dynamic routing. Workload Identity is therefore appropriate when applications running in GKE need controlled access to Google Cloud APIs. Security teams should also regularly review the IAM roles assigned to workload identities to ensure that they remain appropriately scoped.
Question 68
A company wants to protect a web application against common OWASP-style attacks at the network edge. Which service should be deployed?
- Cloud Armor
- Cloud SQL
- Cloud KMS
- Cloud Scheduler
Correct Answer: 1
Explanation
Cloud Armor provides security policies and web application firewall capabilities that can help protect supported internet-facing applications from common malicious traffic patterns. Security teams can configure rules to identify and manage suspicious HTTP requests, including patterns associated with common web attacks. Cloud Armor can also provide protections against certain denial-of-service scenarios when used with appropriate Google Cloud architecture. Cloud SQL is a managed database service, Cloud KMS manages cryptographic keys, and Cloud Scheduler handles scheduled jobs. Deploying Cloud Armor with carefully designed security policies can add an important application-layer defense while allowing legitimate traffic to reach the appropriate backend services.
Question 69
A security engineer wants to reduce the risk that a compromised service account can access resources unrelated to its application. What should the engineer do?
- Grant the service account Project Owner
- Grant only required IAM roles
- Share the service account with every workload
- Disable all IAM restrictions
Correct Answer: 2
Explanation
Granting only the IAM roles required by a service account limits what that identity can do if its credentials or execution environment are compromised. This follows the principle of least privilege and reduces lateral movement opportunities within the cloud environment. A Project Owner role provides extensive administrative permissions and should not be used merely for convenience. Sharing a privileged service account across many workloads also makes accountability difficult and increases the potential impact of a compromise. IAM restrictions should therefore remain in place and be regularly reviewed. Security teams should also consider resource-level permissions, workload identity, credential lifetime, and monitoring when designing service account security.
Question 70
An organization wants to monitor cloud resources and receive alerts when security-related metrics exceed defined thresholds. Which service is primarily used for metrics and alerting?
- Cloud Monitoring
- Cloud Storage
- Cloud VPN
- Cloud KMS
Correct Answer: 1
Explanation
Cloud Monitoring collects metrics from Google Cloud resources and supported applications and provides dashboards, alerting policies, and other observability capabilities. Security teams can use monitoring information to detect unusual resource behavior, availability problems, or metric conditions that may indicate a security issue. Alerting policies can notify appropriate personnel when defined conditions are met. Cloud Storage provides object storage, Cloud VPN provides encrypted network connectivity, and Cloud KMS manages cryptographic keys. Monitoring does not replace dedicated security detection systems, but it can provide valuable operational and security telemetry when combined with logs, audit records, and other security findings.
Question 71
A company needs to provide private access from a VM without an external IP address to supported Google APIs. Which feature should be enabled?
- Private Google Access
- Cloud CDN
- Cloud Armor
- Cloud Scheduler
Correct Answer: 1
Explanation
Private Google Access enables resources without external IP addresses to access supported Google APIs and services through private connectivity from a VPC network. This allows organizations to keep workloads without public addresses while still providing access to required Google services. It can be useful in architectures where minimizing internet exposure is an important security objective. Cloud CDN is designed to accelerate content delivery, Cloud Armor protects applications and manages traffic policies, and Cloud Scheduler runs scheduled jobs. Private Google Access should be configured appropriately on the relevant subnet and combined with firewall, IAM, and routing controls to ensure that workloads have only the connectivity they actually require.
Question 72
A security team needs to centrally store and analyze logs generated by multiple Google Cloud services. Which service should be used?
- Cloud Logging
- Cloud NAT
- Cloud Router
- Cloud CDN
Correct Answer: 1
Explanation
Cloud Logging provides centralized collection, storage, search, analysis, and routing of logs from Google Cloud resources and supported applications. Centralized logging is important for security investigations because it allows analysts to correlate events across services instead of reviewing isolated systems. Security teams can use logs to investigate authentication events, configuration changes, application behavior, and other activity. Cloud NAT provides network address translation, Cloud Router manages dynamic routing, and Cloud CDN focuses on content delivery. Appropriate log access controls and retention policies should also be implemented because security logs can contain sensitive information and are valuable assets during incident response.
Question 73
A security engineer needs to create a cryptographic key and control who can administer and use that key. Which Google Cloud service should be used?
- Cloud Key Management Service
- Cloud Scheduler
- Cloud DNS
- Cloud CDN
Correct Answer: 1
Explanation
Cloud Key Management Service provides centralized management of cryptographic keys and supports controls over key administration and usage. IAM permissions can be used to separate responsibilities between identities that manage keys and identities that perform cryptographic operations. Security teams can also manage key versions and establish appropriate rotation and lifecycle procedures. Cloud Scheduler is designed for scheduled operations, Cloud DNS manages domain resolution, and Cloud CDN accelerates content delivery. Cloud KMS is therefore the appropriate service when an organization requires centralized control over encryption keys and wants to establish clear permissions around their administration and use.
Question 74
A company wants to ensure that a user accessing a sensitive application is using an approved corporate device. Which Google Cloud capability can evaluate contextual access conditions?
- Access Context Manager
- Cloud Storage
- Cloud NAT
- Cloud Router
Correct Answer: 1
Explanation
Access Context Manager supports access levels that can use contextual information when evaluating access to supported resources. Depending on the configuration and supported capabilities, conditions can include network information and device security attributes. This allows organizations to create policies that require users to satisfy additional security conditions beyond simply authenticating successfully. Cloud Storage provides object storage, Cloud NAT handles outbound network translation, and Cloud Router manages dynamic routing. Context-aware access can be especially useful for sensitive applications where the organization wants to reduce risk from compromised credentials by requiring users to access resources from approved environments or devices.
Question 75
A security engineer wants to detect known vulnerabilities in container images stored in an artifact repository. Which Google Cloud capability is relevant?
- Artifact Analysis
- Cloud DNS
- Cloud Scheduler
- Cloud VPN
Correct Answer: 1
Explanation
Artifact Analysis provides capabilities for analyzing supported software artifacts, including vulnerability information for container images. Security teams can use vulnerability findings to identify known issues in software components before or during deployment. Integrating this information into CI/CD processes can help development teams address vulnerabilities earlier in the software lifecycle. Cloud DNS manages domain names, Cloud Scheduler handles scheduled jobs, and Cloud VPN provides encrypted network connectivity. Vulnerability scanning should be combined with secure build practices, dependency management, image provenance controls, and appropriate deployment policies. This layered approach helps organizations reduce software supply-chain risks before vulnerable artifacts reach production environments.
Question 76
An organization wants to prevent developers from disabling required security controls in individual projects. Which approach provides centralized enforcement?
- Organization policies
- Individual developer preferences
- Application comments
- DNS records
Correct Answer: 1
Explanation
Organization policies provide centralized governance across Google Cloud resources and can establish constraints that project administrators cannot simply override when the relevant policy is enforced at a higher organizational level. This is useful for requirements such as restricting resource locations, preventing certain configurations, or enforcing security-related standards. Relying on developer preferences does not provide reliable enforcement, while comments and DNS records have no role in organizational security governance. Centralized policies help reduce configuration drift and provide consistent guardrails across projects. Security teams should carefully test policy changes and communicate requirements to project administrators to prevent legitimate workloads from being unintentionally affected.
Question 77
A company wants to prevent users from accessing protected Google Cloud services from outside an approved security perimeter. Which technology should be evaluated?
- VPC Service Controls
- Cloud CDN
- Cloud Scheduler
- Cloud Trace
Correct Answer: 1
Explanation
VPC Service Controls allow organizations to define service perimeters around supported Google Cloud services and establish controls around access to protected resources. These perimeters can help reduce data exfiltration risks by restricting interactions that do not meet configured access conditions. VPC Service Controls complement IAM rather than replacing it. IAM determines whether an identity has permission to access a resource, while service controls provide additional boundary-based restrictions. Cloud CDN, Cloud Scheduler, and Cloud Trace provide content delivery, scheduling, and application tracing capabilities respectively. For sensitive environments where perimeter-based protection is required, VPC Service Controls are an important security consideration.
Question 78
A security team discovers that a service account key has potentially been exposed. What should be done to reduce the risk of unauthorized use?
- Continue using the key indefinitely
- Rotate or revoke the exposed credential and investigate its use
- Publish the key in a private chat
- Give the key additional permissions
Correct Answer: 2
Explanation
An exposed service account key should be treated as potentially compromised. Security teams should disable or revoke the affected credential according to the applicable key-management process, replace it if the workload still requires key-based authentication, and investigate logs for potentially unauthorized use. The team should also identify how the exposure occurred and consider moving the workload to a more secure authentication mechanism such as workload identity or short-lived credentials where appropriate. Continuing to use a potentially exposed key leaves the environment at risk. Granting additional permissions would increase potential impact. Prompt credential remediation combined with investigation helps contain and understand the security event.
Question 79
A company wants to ensure that only approved users can administer Google Cloud resources and that administrative actions can be traced to individuals. Which identity practice is recommended?
- Shared administrator accounts
- Individual user identities with appropriate IAM roles
- Anonymous access
- One permanent Owner credential
Correct Answer: 2
Explanation
Individual user identities provide stronger accountability because administrative actions can be associated with specific identities. IAM roles should be assigned according to job responsibilities and the principle of least privilege. Shared administrator accounts make it difficult to determine who performed an action and can complicate incident investigations. Anonymous access eliminates meaningful identity-based accountability, while maintaining one permanent Owner credential creates a highly privileged single point of failure. Organizations should combine individual identities with strong authentication, appropriate IAM roles, audit logging, and periodic access reviews. This approach improves both security and operational accountability while reducing unnecessary administrative privileges.
Question 80
A security engineer wants to establish a process where sensitive data is discovered and classified before appropriate protection controls are applied. Which Google Cloud service is most relevant?
- Sensitive Data Protection
- Cloud Router
- Cloud Scheduler
- Cloud NAT
Correct Answer: 1
Explanation
Sensitive Data Protection helps organizations discover, inspect, and classify sensitive information in supported data sources. This allows security teams to understand where sensitive data exists before deciding which protection, access-control, retention, or de-identification measures should be applied. Identifying sensitive information is an important part of data governance because organizations cannot effectively protect information they do not know exists. Cloud Router manages routing, Cloud Scheduler executes scheduled tasks, and Cloud NAT provides network address translation. Sensitive Data Protection is therefore the most relevant service for discovering sensitive data and supporting subsequent security and compliance decisions.