- A
A large data warehouse (BigQuery) to store all transaction data for developer access.
Why wrong: Direct database access is insecure and unmanageable. Open banking requires controlled API access with authentication, rate limiting, and consent — not raw database access.
- B
A managed API platform (like Apigee) that provides authentication, rate limiting, developer portal, and usage monitoring for third-party API consumers.
Apigee or similar API management platforms handle the controlled external exposure: OAuth/OIDC consent flows, per-developer quotas, usage analytics, and a developer portal — essential for open banking.
- C
A dedicated cloud region in each country where the bank operates to minimize latency for API consumers.
Why wrong: Multi-region deployment is an optimization, not the essential capability. The critical requirement is secure, managed API access control — achievable from a single region initially.
- D
A blockchain infrastructure to create an immutable record of all API transactions.
Why wrong: Blockchain adds complexity without solving the core open banking requirements of API security, rate limiting, and developer onboarding. Standard audit logs and API management cover these needs.
Quick Answer
The correct answer is a managed API platform, such as Apigee, because it provides the essential cloud capability for open banking APIs by handling authentication, rate limiting, and usage monitoring at scale. Without a dedicated API management layer, a bank cannot safely expose sensitive financial data to third-party developers while enforcing security policies like OAuth 2.0 or preventing abuse through throttling. On the Google Cloud Digital Leader exam, this question tests your understanding of how platform-level controls enable secure digital transformation—a common trap is choosing a generic compute or storage service instead of recognizing that API management is the critical middleware for controlled exposure. Remember the mnemonic “A.P.I. = Access, Policy, Insights” to recall that a managed platform governs who gets in, how fast they can call, and what they actually do.
Cloud Digital Leader Why cloud technology is transforming business Practice Question
This GCDL practice question tests your understanding of why cloud technology is transforming business. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A traditional bank is considering adopting open banking — exposing its financial data and transaction capabilities as APIs to third-party developers (with customer consent). This enables FinTech startups to build new financial products on top of the bank's infrastructure. What cloud capability is most essential to safely and scalably implement open banking?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
A managed API platform (like Apigee) that provides authentication, rate limiting, developer portal, and usage monitoring for third-party API consumers.
Option B is correct because open banking requires secure, scalable, and controlled exposure of APIs to third-party developers. A managed API platform like Apigee provides essential capabilities such as OAuth 2.0 authentication, rate limiting, developer portal, and usage monitoring, which are critical for ensuring safe and scalable API consumption. Without these controls, the bank cannot enforce security policies, manage access, or monitor usage effectively.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A large data warehouse (BigQuery) to store all transaction data for developer access.
Why it's wrong here
Direct database access is insecure and unmanageable. Open banking requires controlled API access with authentication, rate limiting, and consent — not raw database access.
- ✓
A managed API platform (like Apigee) that provides authentication, rate limiting, developer portal, and usage monitoring for third-party API consumers.
Why this is correct
Apigee or similar API management platforms handle the controlled external exposure: OAuth/OIDC consent flows, per-developer quotas, usage analytics, and a developer portal — essential for open banking.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
A dedicated cloud region in each country where the bank operates to minimize latency for API consumers.
Why it's wrong here
Multi-region deployment is an optimization, not the essential capability. The critical requirement is secure, managed API access control — achievable from a single region initially.
- ✗
A blockchain infrastructure to create an immutable record of all API transactions.
Why it's wrong here
Blockchain adds complexity without solving the core open banking requirements of API security, rate limiting, and developer onboarding. Standard audit logs and API management cover these needs.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Google Cloud often tests the misconception that open banking is primarily about data storage or latency, when in fact the critical challenge is secure, scalable API management with authentication and rate limiting.
Detailed technical explanation
How to think about this question
Under the hood, a managed API platform like Apigee implements OAuth 2.0 and OpenID Connect for delegated authorization, enforces rate limiting via token bucket algorithms, and provides a developer portal with API key management and documentation. In a real-world scenario, a FinTech startup might need to call the bank's transaction API with a limited quota of 1000 requests per hour; Apigee can enforce this while logging all calls for audit trails. The platform also supports API versioning and can transform requests/responses (e.g., JSON to XML) without modifying backend services.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Why cloud technology is transforming business — study guide chapter
Learn the concepts, then practise the questions
- →
Why cloud technology is transforming business practice questions
Targeted practice on this topic area only
- →
All GCDL questions
507 questions across all exam domains
- →
Google Cloud Digital Leader study guide
Full concept coverage aligned to exam objectives
- →
GCDL practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related GCDL practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Why cloud technology is transforming business practice questions
Practise GCDL questions linked to Why cloud technology is transforming business.
Fundamental cloud concepts practice questions
Practise GCDL questions linked to Fundamental cloud concepts.
Google Cloud products, services, and solutions practice questions
Practise GCDL questions linked to Google Cloud products, services, and solutions.
Scaling with Google Cloud operations practice questions
Practise GCDL questions linked to Scaling with Google Cloud operations.
Trust and security with Google Cloud practice questions
Practise GCDL questions linked to Trust and security with Google Cloud.
GCDL fundamentals practice questions
Practise GCDL questions linked to GCDL fundamentals.
GCDL scenario practice questions
Practise GCDL questions linked to GCDL scenario.
GCDL troubleshooting practice questions
Practise GCDL questions linked to GCDL troubleshooting.
Practice this exam
Start a free GCDL practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this GCDL question test?
Why cloud technology is transforming business — This question tests Why cloud technology is transforming business — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: A managed API platform (like Apigee) that provides authentication, rate limiting, developer portal, and usage monitoring for third-party API consumers. — Option B is correct because open banking requires secure, scalable, and controlled exposure of APIs to third-party developers. A managed API platform like Apigee provides essential capabilities such as OAuth 2.0 authentication, rate limiting, developer portal, and usage monitoring, which are critical for ensuring safe and scalable API consumption. Without these controls, the bank cannot enforce security policies, manage access, or monitor usage effectively.
What should I do if I get this GCDL question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 30, 2026
This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.