Professional Cloud Developer Practice Test
17 original questions · Timed mock exam
Question 1 of 17
0 answered · 17 remaining
34:00
Computehard
An application must run identically in a company's own data centre and in the cloud, because a regulator requires an on-premises deployment for one market. Which approach best supports this?
What this test covers
One concept per question, across the topics Professional Cloud Developer draws on.
- Kubernetes provides a consistent deployment target across environments
- Pending pods indicate a scheduling problem, almost always insufficient capacity
- Workload identity federation eliminates long-lived service account keys
- Safe rollouts require readiness signalling and graceful connection draining
- Signed URLs grant time-limited access to a specific object without an identity
- Workload Identity removes long-lived credentials from the cluster
- Scale to zero suits spiky traffic with a small operations team
- Canary releases validate against real traffic before full rollout
- Namespaces alone provide no network isolation; network policies do
- Secrets belong in a dedicated service with access control, versioning and audit
- Build once, promote the same artefact through every environment
- Traces show where time is spent across service boundaries
- Firestore's client libraries provide offline persistence and automatic synchronisation
- At-least-once delivery makes idempotent consumers a requirement, not an optimisation
- Connection pooling decouples application concurrency from database connection count
- Cloud Run concurrency directly determines how many instances a given request rate needs
- Attach a purpose-specific service account and grant only the role it needs
These questions are written by GCP Prep to test understanding of publicly documented concepts. They are not real exam questions and are not a prediction of what any exam contains.
Related Certifications
Related Guides
- How to Prepare for a Cloud CertificationA practical preparation method: reading the exam guide properly, building hands-on habits, using practice questions well, and knowing when to book.
- Certifications and Your Cloud CareerWhat cloud certifications actually do for a career, which roles value them most, and how to combine them with experience to move forward.
Related Cloud Topics
- Cloud RunRun a container without managing servers: request-driven scaling, scale to zero, and per-request billing.
- Pub/Sub and MessagingAsynchronous messaging that decouples systems: topics, subscriptions, delivery guarantees, ordering and dead-letter handling.
- Google Kubernetes Engine (GKE)Managed Kubernetes: pods, deployments, services, autoscaling and the operational model that comes with a cluster.
- FirestoreA serverless document database with flexible schemas, real-time synchronisation and offline support for client applications.