ExamGecko
Home Home / Google / Cloud Digital Leader

Google Cloud Digital Leader Practice Test - Questions Answers, Page 15

Question list
Search
Search

List of questions

Search

Related questions











You have a well established development and operations team. Your teams were managing the entire software delivery/deployment cycle on-premise. When migrating to the cloud, you want to continue having this approach. Which is the ideal option for you?

A.
PaaS - Platform as a Service
A.
PaaS - Platform as a Service
Answers
B.
SaaS - Software as a Service
B.
SaaS - Software as a Service
Answers
C.
IDaaS - Identity as a Service
C.
IDaaS - Identity as a Service
Answers
D.
IaaS - Infrastructure as a Service
D.
IaaS - Infrastructure as a Service
Answers
Suggested answer: D

Explanation:

IaaS - you're given virtualized resources like VMs, Storage, Network. It is your responsibility to manage everything beyond that. This would be similar to what the organization had on-premise.

Which of the following statements is/are true about Cloud Spanner offered by Google Cloud Platform.

A.
It can scale horizontally to support additional capacity.
A.
It can scale horizontally to support additional capacity.
Answers
B.
It comes with Zero Downtime, No Maintenance windows, and is proven for large and small workloads.
B.
It comes with Zero Downtime, No Maintenance windows, and is proven for large and small workloads.
Answers
C.
You don't need to shard or replicate data.
C.
You don't need to shard or replicate data.
Answers
D.
All of the above.
D.
All of the above.
Answers
Suggested answer: D

Explanation:

Cloud Spanner:

Fully managed relational database with unlimited scale, strong consistency, and up to 99.999% availability.

- Get all the benefits of relational semantics and SQL with unlimited scale

- Start at any size and scale with no limits as your needs grow

- Enjoy high availability with zero scheduled downtime and online schema changes

- Deliver high-performance transactions with strong consistency across regions and continents

- Focus on innovation, eliminating manual tasks with capabilities like automatic sharding.

You are working in a company that provides different services to its customer. Now it also wants to offer some paid API services to its B2B customers for e.g. google provides google maps API, cloud vision API, and language translation

API. You need to figure out the best solution for the service.

A.
Java Programming Spring Boot Framework for to solve the problem of APIs man-agement.
A.
Java Programming Spring Boot Framework for to solve the problem of APIs man-agement.
Answers
B.
Cloud Functions with Firestore and payment gateways integration development.
B.
Cloud Functions with Firestore and payment gateways integration development.
Answers
C.
Apigee API Management
C.
Apigee API Management
Answers
D.
Frontend & Backend Development with NodeJs and angular etc.
D.
Frontend & Backend Development with NodeJs and angular etc.
Answers
Suggested answer: C

Explanation:

A top-level idea about Apigee API Management and its offered features can help you solve all questions related to Apigee in Cloud Digital Leader Practice Exam.

Apigee is a platform for developing and managing APIs. By fronting services with a proxy layer, Apigee provides an abstraction or facade for your backend service APIs and provides security, rate limiting, quotas, analytics, and more.

Apigee services: The APIs that you use to create, manage, and deploy your API proxies.

Apigee runtime: A set of containerized runtime services in a Kubernetes cluster that Google maintains. All API traffic passes through and is processed by these services.

Which of these are defined by the following statement: a contract you have with your end customers, which, if you don't meet, you might even have to pay fines?

A.
SLA - Service Level Agreement
A.
SLA - Service Level Agreement
Answers
B.
SLC - Service Level Contract
B.
SLC - Service Level Contract
Answers
C.
SLO - Service Level Objective
C.
SLO - Service Level Objective
Answers
D.
SLI - Service Level Indicator
D.
SLI - Service Level Indicator
Answers
Suggested answer: A

Explanation:

https://cloud.google.com/blog/products/devops-sre/sre-fundamentals-slis-slas-and-slos

How does a least privilege resource access model contribute to cloud security?

A.
Google is responsible for determining access to cloud resources.
A.
Google is responsible for determining access to cloud resources.
Answers
B.
Employees may only access on-premises software with special permission.
B.
Employees may only access on-premises software with special permission.
Answers
C.
Only managers and other senior employees have cloud resource access.
C.
Only managers and other senior employees have cloud resource access.
Answers
D.
Employees only have access to the cloud resources necessary for their job.
D.
Employees only have access to the cloud resources necessary for their job.
Answers
Suggested answer: D

Explanation:

This is the definition of a least privilege model.

A supporting principle that helps organizations achieve these goals is the principle of least privilege.

The principle of least privilege addresses access control and states that an individual should have only the minimum access privileges necessary to perform a specific job or task and nothing more

You are working for a hospital that stores its medical images in an on-premises data room and it is provided that the hospitals want to use Cloud Storage for archival storage of these images. You are required to design and implement a solution where the hospital wants an automated process to upload any new medical images to Cloud Storage. On the basis of this statements which of the following statement is correct.

A.
Create a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an application that sends all medical images to the Pub/Sub topic.
A.
Create a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an application that sends all medical images to the Pub/Sub topic.
Answers
B.
Create a script that uses the gsutil command line interface to synchronize the on-premises storage with Cloud Storage. Schedule the script as a cron job.
B.
Create a script that uses the gsutil command line interface to synchronize the on-premises storage with Cloud Storage. Schedule the script as a cron job.
Answers
C.
In the Cloud Console, go to Cloud Storage. Upload the relevant images to the ap-propriate bucket.
C.
In the Cloud Console, go to Cloud Storage. Upload the relevant images to the ap-propriate bucket.
Answers
D.
Deploy a Dataflow job from the batch template, "Datastore to Cloud Storage" Schedule the batch job on the desired interval.
D.
Deploy a Dataflow job from the batch template, "Datastore to Cloud Storage" Schedule the batch job on the desired interval.
Answers
Suggested answer: B

Explanation:

Using sync for new images implies that you will continue to use your onprem and keep synchronizing it forever, Sync just once for the old images, new images go directly to google cloud via pub/sub, and eventually get rid of the onprem.

You are storing sensitive information in a Cloud Storage bucket. For legal reasons, you need to be able to record all requests that read any of the stored dat a. You want to make sure you comply with these requirements. What should you do?

A.
Scan the bucket using the Data Loss Prevention API.
A.
Scan the bucket using the Data Loss Prevention API.
Answers
B.
Enable Data Access audit logs for the Cloud Storage API.
B.
Enable Data Access audit logs for the Cloud Storage API.
Answers
C.
Enable the Identity Aware Proxy API on the project.
C.
Enable the Identity Aware Proxy API on the project.
Answers
D.
Allow only a single Service Account access to read the data.
D.
Allow only a single Service Account access to read the data.
Answers
Suggested answer: B

Explanation:

Logged information

Your Google Cloud projects contain only the audit logs for resources that are directly within the Cloud project. Other Google Cloud resources, such as folders, organizations, and billing accounts, contain the audit logs for the entity itself.

Reference link- https://cloud.google.com/storage/docs/audit-logging

Your client has an on-premises data center. Due to technical limitations, they are unable to scale globally. They have decided to adopt the public cloud. However, they don't want to locked into any one vendor and, therefore, would like to work with multiple cloud providers. They have used open source container technologies and would like to continue using them.

A.
Cloud Run which supports containers and can scale in a serverless fashion
A.
Cloud Run which supports containers and can scale in a serverless fashion
Answers
B.
Kubernetes that runs containers as their core workloads
B.
Kubernetes that runs containers as their core workloads
Answers
C.
AppEngine Flexible Environment which supports containers
C.
AppEngine Flexible Environment which supports containers
Answers
D.
Anthos that runs containers as their core workloads
D.
Anthos that runs containers as their core workloads
Answers
Suggested answer: D

Explanation:

Anthos unifies the management of infrastructure and applications across on-premises, edge, and in multiple public clouds with a Google Cloud-backed control plane for consistent operation at scale.

"With cloud messaging you can Customize and deliver messages accordingly to the predetermined time in the user's local time zone." Comment on the above statement.

A.
This statement is undefined.
A.
This statement is undefined.
Answers
B.
The above statement is partially true.
B.
The above statement is partially true.
Answers
C.
The above statement is completely false.
C.
The above statement is completely false.
Answers
D.
The above statement is completely true.
D.
The above statement is completely true.
Answers
Suggested answer: D

Explanation:

Firebase Cloud Messaging:

Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost.

Using FCM, you can notify a client app that new email or other data is available to sync. You can send notification messages to drive user re-engagement and retention. For use cases such as instant messaging, a message can transfer a payload of up to 4000 bytes to a client app.

Key capabilities of Firebase Cloud Messaging:

Send notification messages or data messages: Send notification messages that are displayed to your user. Or send data messages and determine completely what happens in your application code.

Versatile message targeting: Distribute messages to your client app in any of 3 waysóto single devices, to groups of devices, or to devices subscribed to topics.

Send messages from client apps: Send acknowledgments, chats, and other messages from devices back to your server over FCM's reliable and battery-efficient connection channel.

An e-commerce company's business has been booming. To keep up with the growth the IT team also grew. Many new people are being added and new resources are being set up. The CIO is in conversation with you over coffee one day and expresses her growing concern that they might be moving too fast. Their security checks and policies have not kept pace. She worries that somebody would make a misconfiguration or compliance violation thus exposing the company to data and privacy loss.

What can you advise her?

A.
Use Cloud Identity-Aware Proxy to allow only specific users to access the data.
A.
Use Cloud Identity-Aware Proxy to allow only specific users to access the data.
Answers
B.
Use Security Command Center to have a centralized view of assets and get noti-fied on misconfigurations and vulnerabilities.
B.
Use Security Command Center to have a centralized view of assets and get noti-fied on misconfigurations and vulnerabilities.
Answers
C.
Use Cloud Data Loss Prevention to prevent the loss of any data.
C.
Use Cloud Data Loss Prevention to prevent the loss of any data.
Answers
D.
Use Cloud Armor to block any DDoS attacks that could be a threat.
D.
Use Cloud Armor to block any DDoS attacks that could be a threat.
Answers
Suggested answer: B

Explanation:

Security Command Center is the right tool for this use case. It can check resources for security issues and notify you when issues are found.

https://cloud.google.com/security-command-center

Total 371 questions
Go to page: of 38