Free Professional-Cloud-Security-Engineer Practice Test Questions and Answers (2026)

Last Update Check

View Mode
Q: 1
Your application is deployed as a highly available cross-region solution behind a global external HTTP(S) load balancer. You notice significant spikes in traffic from multiple IP addresses but it is unknown whether the IPs are malicious. You are concerned about your application's availability. You want to limit traffic from these clients over a specified time interval. What should you do?
Options
26 comments in the community discussion
2
Nah, C just throttles but doesn't actually block the spike, it's A that fully bans for that set interval.
1
C vs A, but leaning A based on official guide and labs for this scenario.
Q: 2
You are asked to recommend a solution to store and retrieve sensitive configuration data from an application that runs on Compute Engine. Which option should you recommend?
Options
32 comments in the community discussion
3
Option D fits here. Secret Manager is designed to securely store and manage sensitive config data, unlike custom metadata or guest attributes. I remember similar scenarios in the official guide and Google’s practice tests. Open to corrections if I missed something obvious.
2
Don’t think it’s C, Secret Manager (D) is built for sensitive info. Custom metadata is a common trap here.
Q: 3
An organization adopts Google Cloud Platform (GCP) for application hosting services and needs guidance on setting up password requirements for their Cloud Identity account. The organization has a password policy requirement that corporate employee passwords must have a minimum number of characters. Which Cloud Identity password guidelines can the organization use to inform their new requirements?
Options
34 comments in the community discussion
3
A or B? D is tempting but Cloud Identity doesn't let you go below 8, so I pick A. Pretty sure that's still current.
2
A/B? Google lets you set minimum 8, but lots of orgs go for 10+.
Q: 4
Your organization uses a microservices architecture based on Google Kubernetes Engine (GKE). Security reviews recommend tighter controls around deployed container images to reduce potential vulnerabilities and maintain compliance. You need to implement an automated system by using managed services to ensure that only approved container images are deployed to the GKE clusters. What should you do?
Options
35 comments in the community discussion
2
A for sure. Binary Authorization is built to enforce only signed and approved images get deployed, and you can wire it up with vulnerability scanning in the pipeline for compliance. B just limits to a specific registry but skips the actual vulnerability checks-doesn't meet the "maintain compliance" ask imo. Let me know
1
If “approved” just means coming from Artifact Registry and not needing vulnerability scans, wouldn’t B work too? Curious how strict the question wants us to be with compliance.
Q: 5
Applications often require access to “secrets” - small pieces of sensitive data at build or run time. The administrator managing these secrets on GCP wants to keep a track of “who did what, where, and when?” within their GCP projects. Which two log streams would provide the information that the administrator is looking for? (Choose two.)
Options
35 comments in the community discussion
1
Yeah makes sense, I'd probably pick B and C for this one.
1
I get why everyone says AC, but I'm thinking BC. System Event logs (B) feel relevant for tracking certain infrastructure changes, and Data Access logs (C) should show who accessed secrets. Maybe I'm missing something with Admin Activity though.
Q: 6
You are in charge of migrating a legacy application from your company datacenters to GCP before the current maintenance contract expires. You do not know what ports the application is using and no documentation is available for you to check. You want to complete the migration without putting your environment at risk. What should you do?
Options
39 comments in the community discussion
6
Option A
2
A
Q: 7
You work for an organization in a regulated industry that has strict data protection requirements. The organization backs up their data in the cloud. To comply with data privacy regulations, this data can only be stored for a specific length of time and must be deleted after this specific period. You want to automate the compliance with this regulation while minimizing storage costs. What should you do?
Options
25 comments in the community discussion
6
D . Cloud Storage Lifecycle Management lets you set up auto-delete rules at the object level, which is ideal for backup data in regulated industries. You get reliable, automated deletions and only pay for what you need. C could fit if it were specifically about table data, but for general cloud backups, D just works be
2
D . Cloud Storage buckets with Object Lifecycle Management let you set automated rules to delete files after a certain period, which handles retention compliance and saves costs. The other options aren't as flexible or cost-effective for this use case.
Q: 8
An organization is migrating from their current on-premises productivity software systems to G Suite. Some network security controls were in place that were mandated by a regulatory body in their region for their previous on-premises system. The organization’s risk team wants to ensure that network security controls are maintained and effective in G Suite. A security architect supporting this migration has been asked to ensure that network security controls are in place as part of the new shared responsibility model between the organization and Google Cloud. What solution would help meet the requirements?
Options
38 comments in the community discussion
2
Option C makes sense since with SaaS like G Suite, Google handles the underlying network security controls, not the customer. D is tempting but VPCs aren't really user-configurable for Workspace. Pretty sure it's C unless the rules demand org-side enforcement, which isn't clear here.
1
C that's what's in most GCP exam reports for SaaS like G Suite.
Q: 9
You need to follow Google-recommended practices to leverage envelope encryption and encrypt data at the application layer. What should you do?
Options
36 comments in the community discussion
4
A . Nothing else really matches the envelope encryption method Google wants.
4
A. Store the encrypted DEK alongside the data, KEK goes in Cloud KMS. Follows envelope encryption and Google guidance.
Q: 10
A batch job running on Compute Engine needs temporary write access to a Cloud Storage bucket. You want the batch job to use the minimum permissions necessary to complete the task. What should you do?
Options
48 comments in the community discussion
4
Makes sense to pick B here since storage.objectCreator lets the batch job write without any extra permissions. Admin access or key files add risk they don't need. Pretty sure that's what GCP recommends, correct me if I'm missing something.
3
B . Default service account plus storage.objectCreator gives just enough rights for writing without risk of excess permissions, matching least privilege. Not totally sure if D is needed for tight scoped sessions, but here B fits the question best. Agree?
Q: 11
You have numerous private virtual machines on Google Cloud. You occasionally need to manage the servers through Secure Socket Shell (SSH) from a remote location. You want to configure remote access to the servers in a manner that optimizes security and cost efficiency. What should you do?
Options
8 comments in the community discussion
1
It’s C. Would the answer change if the requirement was to enable access from anywhere, not just your corporate network?
Definitely C. You get secure SSH using IAP without public IPs, so no need for a jump box or VPN setup. Pretty sure this is the most cost-effective and secure method Google recommends. Let me know if you see a downside.
Q: 12
A company’s application is deployed with a user-managed Service Account key. You want to use Google- recommended practices to rotate the key. What should you do?
Options
7 comments in the community discussion
1
D tbh, since storing the old key as backup sounds safer in case the new one fails. Similar question came up in practice and it seemed logical, but now not fully sure if Google likes that. Nice clear scenario.
Feels like C, saw this style Q in some exam reports. Google wants you to delete old keys after migration for least privilege, not keep backups. If I'm off here let me know.
Q: 13
A customer implements Cloud Identity-Aware Proxy for their ERP system hosted on Compute Engine. Their security team wants to add a security layer so that the ERP systems only accept traffic from Cloud Identity- Aware Proxy. What should the customer do to meet these requirements?
Options
12 comments in the community discussion
8
Option A
I get why B looks tempting since those headers seem unique, but they're easy to spoof. A is safer here.
Q: 14
A customer has an analytics workload running on Compute Engine that should have limited internet access. Your team created an egress firewall rule to deny (priority 1000) all traffic to the internet. The Compute Engine instances now need to reach out to the public repository to get security updates. What should your team do?
Options
16 comments in the community discussion
6
Option B is correct here. Had something like this in a mock and the allow rule must have a lower priority value than the deny (so less than 1000). Also, GCP firewall only supports IP/CIDR, not hostnames. If anyone has seen otherwise, let me know but pretty sure about B.
1
B or maybe D if they ever switch to hostnames, but per official Google docs and practice test questions, B comes up every time for firewall scenarios like this. Review the official guide's section on firewall rule order for clarity.
Q: 15
An organization receives an increasing number of phishing emails. Which method should be used to protect employee credentials in this situation?
Options
5 comments in the community discussion
6
Option A MFA is the only thing here that actually blocks credential reuse from phished passwords, unless attackers somehow get the second factor too.
1
A . Multifactor Authentication really helps even if someone falls for a phishing email, because the attacker still can't get in without the second factor. D is tempting but encryption just protects the email content, not user credentials. Password policies or captchas don't really solve phishing directly. Seen similar
Q: 16
A customer’s company has multiple business units. Each business unit operates independently, and each has their own engineering group. Your team wants visibility into all projects created within the company and wants to organize their Google Cloud Platform (GCP) projects based on different business units. Each business unit also requires separate sets of IAM permissions. Which strategy should you use to meet these needs?
Options
9 comments in the community discussion
6
A. saw similar structure question on practice exams and folders give the IAM control per unit.
2
A . Folders under an organization node are the only way to actually separate IAM at scale, since labels (C) don't enforce access. I've seen people trip over this on similar practice questions. Labeling helps with tracking but not permissions.
Q: 17
A company is running workloads in a dedicated server room. They must only be accessed from within the private company network. You need to connect to these workloads from Compute Engine instances within a Google Cloud Platform project. Which two approaches can you take to meet the requirements? (Choose two.)
Options
7 comments in the community discussion
Why would Shared VPC or VPC peering apply here? Those are for connecting GCP projects, not on-prem stuff. Only Cloud VPN and Cloud Interconnect (A and C) actually bridge to a private server room. Seems like a common mix-up with internal GCP vs hybrid networking.
B and D seem like they could work together for this, since Shared VPC handles network access and VPC peering links networks. But not totally sure.
Q: 18
You control network traffic for a folder in your Google Cloud environment. Your folder includes multiple projects and Virtual Private Cloud (VPC) networks You want to enforce on the folder level that egress connections are limited only to IP range 10.58.5.0/24 and only from the VPC network dev-vpc." You want to minimize implementation and maintenance effort What should you do?
Options
13 comments in the community discussion
6
Option B Similar question came up in official practice and it points to using a hierarchical firewall policy for this scenario.
2
B . Hierarchical firewall policy at folder level targets everything under the folder, so you get consistent control over all projects and networks in scope. It does require attaching external IPs to the VMs, but that's called out in the scenario steps. I'd say it's the most direct way to enforce egress for that IP rang
Q: 19
You are creating an internal App Engine application that needs to access a user’s Google Drive on the user’s behalf. Your company does not want to rely on the current user’s credentials. It also wants to follow Google- recommended practices. What should you do?
Options
9 comments in the community discussion
I don’t think A or B work here since they’d only make users able to use the service account, not impersonate real user data. C is tempting but giving the app raw admin creds is a big no from Google’s best practices. D is right, service account with domain-wide delegation is designed exactly for this kind of scenario
D is the right pick here. Service account with domain-wide delegation lets your app access user data (like Drive) without needing end-user credentials, fits Google best practices. A/B would only give service account permissions but can't impersonate users. C is a red herring-using an admin account directly isn't rec
Q: 20
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?
Options
7 comments in the community discussion
2
Option A Had something like this in a mock, it's Organization Policy constraints for sure.
Seriously wish Google made these options less confusing sometimes. A
Question 1 of 20

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top