Google Cloud Digital Leader Exam Practice Questions (P. 3)
- Full Access (289 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Your organization stores highly sensitive data on-premises that cannot be sent over the public internet. The data must be processed both on-premises and in the cloud.
What should your organization do?
What should your organization do?
- AConfigure Identity-Aware Proxy (IAP) in your Google Cloud VPC network
- BCreate a Cloud VPN tunnel between Google Cloud and your data center
- COrder a Partner Interconnect connection with your network providerMost Voted
- DEnable Private Google Access in your Google Cloud VPC network
Correct Answer:
C
After the service provider provisions your connection, you can start passing traffic between your networks by using the service provider's network.
Reference:
https://cloud.google.com/network-connectivity/docs/interconnect/concepts/partner-overview
C
After the service provider provisions your connection, you can start passing traffic between your networks by using the service provider's network.
Reference:
https://cloud.google.com/network-connectivity/docs/interconnect/concepts/partner-overview

send
light_mode
delete
Question #12
Your company's development team is building an application that will be deployed on Cloud Run. You are designing a CI/CD pipeline so that any new version of the application can be deployed in the fewest number of steps possible using the CI/CD pipeline you are designing. You need to select a storage location for the images of the application after the CI part of your pipeline has built them.
What should you do?
What should you do?
- ACreate a Compute Engine image containing the application
- BStore the images in Container RegistryMost Voted
- CStore the images in Cloud Storage
- DCreate a Compute Engine disk containing the application
Correct Answer:
B
Reference:
https://cloud.google.com/container-registry/docs/pushing-and-pulling
B
Reference:
https://cloud.google.com/container-registry/docs/pushing-and-pulling

send
light_mode
delete
Question #13
Each of the three cloud service models - infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS) - offers benefits between flexibility and levels of management by the cloud provider and the customer.
Why would SaaS be the right choice of service model?
Why would SaaS be the right choice of service model?
- AYou want a balance between flexibility for the customer and the level of management by the cloud provider
- BYou want to minimize the level of management by the customerMost Voted
- CYou want to maximize flexibility for the customer.
- DYou want to be able to shift your emphasis between flexibility and management by the cloud provider as business needs change
Correct Answer:
B
Benefits of SaaS -
The main benefit of SaaS is that it offloads all infrastructure and application management to the SaaS vendor.
Reference:
https://www.ibm.com/cloud/learn/iaas-paas-saas
B
Benefits of SaaS -
The main benefit of SaaS is that it offloads all infrastructure and application management to the SaaS vendor.
Reference:
https://www.ibm.com/cloud/learn/iaas-paas-saas

send
light_mode
delete
Question #14
As your organization increases its release velocity, the VM-based application upgrades take a long time to perform rolling updates due to OS boot times. You need to make the application deployments faster.
What should your organization do?
What should your organization do?
- AMigrate your VMs to the cloud, and add more resources to them
- BConvert your applications into containersMost Voted
- CIncrease the resources of your VMs
- DAutomate your upgrade rollouts
Correct Answer:
B
B

To address the issue of slow OS boot times in VM-based systems and enhance deployment speed, converting applications into containers is a highly effective strategy. Containers, unlike traditional VMs, do not need to boot an OS. This reduction in startup time significantly accelerates deployment processes, enabling quicker release velocity while maintaining consistent and isolated environments for your applications. This approach not only optimizes operational efficiency but also leverages the scalability and flexibility of containerized solutions.
send
light_mode
delete
Question #15
Your organization uses Active Directory to authenticate users. Users' Google account access must be removed when their Active Directory account is terminated.
How should your organization meet this requirement?
How should your organization meet this requirement?
- AConfigure two-factor authentication in the Google domain
- BRemove the Google account from all IAM policies
- CConfigure BeyondCorp and Identity-Aware Proxy in the Google domain
- DConfigure single sign-on in the Google domainMost Voted
Correct Answer:
D
D

Setting up Single Sign-On (SSO) in the Google domain using Active Directory allows for efficient, centralized user management. This arrangement ensures that when a user's account in Active Directory is terminated, their associated Google account access is automatically revoked. SSO acts as a unified point of control, meaning that deactivation in Active Directory reflects across all connected applications and services, streamlining administrative tasks and enhancing security compliance. Thus, configuring SSO aligns with organizational needs for synchronizing user account statuses between Active Directory and Google services.
send
light_mode
delete
All Pages