ExamGecko
Home Home / Google / Cloud Digital Leader

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

Question list
Search
Search

List of questions

Search

Related questions











App Engine has been deployed in your customers GCP cloud deployment. The customer would like to know more about the benefits of App Engine Flexible. Please advise them on the benefits of App Engine Flexible (Select Two Answers)

A.
Supports autoscaling
A.
Supports autoscaling
Answers
B.
Supports Docker containers
B.
Supports Docker containers
Answers
C.
Supports mainframe connectivity
C.
Supports mainframe connectivity
Answers
D.
Source code is written in specific versions of the supported programming lan-guages only
D.
Source code is written in specific versions of the supported programming lan-guages only
Answers
Suggested answer: A, B

Explanation:

Autoscaling is supported in both Flexible and Standard environments. Flexible Environment does run a Docker container that includes a custom runtime or source code written in other programming languages.

Reference link - https://cloud.google.com/appengine/docs/the-appengine-environments

A startup client of yours does offline data processing for a few of its clients. They are mi-grating their applications and the associated data to Google Cloud. They have 100TB of data to move. They presently have a very small private data center setup connected to a local internet provider. The maximum bandwidth they are able to get is 100Mbps. How long will it take them to transfer the data over the internet if the transfer goes smoothly?

A.
bout 12 days.
A.
bout 12 days.
Answers
B.
About 2 years.
B.
About 2 years.
Answers
C.
About 100 days.
C.
About 100 days.
Answers
D.
About 24 hours.
D.
About 24 hours.
Answers
Suggested answer: C

Explanation:

The key reason I included this question is to clarify some terminologies that will be important for your estimates. The data size mentioned is a TB terabyte. Note the "byte". The speed is mentioned in Mbps, which is Megabits per second.

Note the "bits". 8 bits make a byte. So, to get the actual number of bits transferred, you need to multiply the TB number by 8.

Total data transferred (in bits) = 100 * 1,000,000,000,000 * 8 bits

Speed = 100Mbps = 100 * 1,000,000. i.e. 100 million bits are transferred per second.

Hence time taken to transfer all the data = Total Data/Speed = 8,000,000 seconds.

Number of seconds in a day = 24*60*60 = 86,400

Total time taken in days = 8,000,000/86,400 = 92.59 days

Reference link- https://cloud.google.com/architecture/migration-to-google-cloud-transferring-yourlarge-datasets#online_versus_offline_transfer

A small scale retailer has been collecting its point of sale transaction in a PostgreSQL Da-tabase. They have raised funding for a strategic expansion goal in the next year that will see them grow significantly in Asia, Europe, North America,

Which Database option should they choose in Google Cloud?

A.
BigQuary
A.
BigQuary
Answers
B.
Spanner
B.
Spanner
Answers
C.
Cloud SQL
C.
Cloud SQL
Answers
D.
Bigtable
D.
Bigtable
Answers
Suggested answer: B

Explanation:

Spanner is a global scale Database that Support SQL querying, Similar to PostgreSQL, Which will be regional. So that will be a fairly smooth move, Since they have the time and the funding, they can plan for this migration.

A customer deploys an application to App Engine and needs to check for Open Web Appli-cation Security Project (OWASP) vulnerabilities. Which service should be used to accom-plish this?

A.
Cloud Armor
A.
Cloud Armor
Answers
B.
Cloud Security Scanner
B.
Cloud Security Scanner
Answers
C.
Binary Authorization
C.
Binary Authorization
Answers
D.
Forseti Security
D.
Forseti Security
Answers
Suggested answer: B

Explanation:

Web Security Scanner identifies security vulnerabilities in your App Engine, Google Kubernetes Engine (GKE), and Compute Engine web applications. It crawls your application, following all links within the scope of your starting URLs, and attempts to exercise as many user inputs and event handlers as possible.

Currently, Web Security Scanner only supports public URLs and IPs that aren't behind a firewall. Web Security Scanner currently supports the App Engine standard environment and App Engine flexible environments, Compute Engine instances, and GKE resources.

Reference link- https://cloud.google.com/security-command-center/docs/concepts-web-securityscanner-overview

Google Cloud Platform (GCP) provides three main compliance resource webpages. What are they?

(Select Three Answer)

A.
Compliance Reports Manager
A.
Compliance Reports Manager
Answers
B.
Support Hub
B.
Support Hub
Answers
C.
Compliance Offerings
C.
Compliance Offerings
Answers
D.
GDPR Home Page
D.
GDPR Home Page
Answers
E.
TechCentral
E.
TechCentral
Answers
Suggested answer: A, C, D

Explanation:

Compliance Reports Manager, GDPR Home Page, Compliance Offerings

GCP provides three main compliance resource webpages

Compliance Reports Manager ñ https://cloud.google.com/security/compliance/compliance-reports-manager

Compliance Offerings ñ https://cloud.google.com/security/compliance/offerings

GDPR Resource Center ñ https://cloud.google.com/security/gdpr/resource-center

At Google Cloud, we champion initiatives that prioritize and improve the security and privacy ofcustomer personal data, and want you, as a Google Cloud customer, to feel confident using ourservices in light of GDPR requirements. If you partner with Google Cloud, we will support your GDPRcompliance efforts

What cloud deployment model is generally deployed between organizations such as non-profits, hospitals or even enterprises that share similar requirements or interests?

A.
Hybrid
A.
Hybrid
Answers
B.
Community
B.
Community
Answers
C.
Private
C.
Private
Answers
D.
Public
D.
Public
Answers
Suggested answer: B

Explanation:

Community Cloud ñ The cloud infrastructure is planned for selective use by a particular community of consumers from organizations that have mutual interests like security needs, policy, and compliance considerations.

Reference link- https://csrc.nist.gov/glossary/term/community_cloud

What service is a fully managed real-time messaging service that allows you to send and receive messages between independent applications.

A.
Cloud Datastore
A.
Cloud Datastore
Answers
B.
Cloud Pub/Sub
B.
Cloud Pub/Sub
Answers
C.
Cloud DNS
C.
Cloud DNS
Answers
D.
Cloud BigTable
D.
Cloud BigTable
Answers
E.
Cloud Spanner
E.
Cloud Spanner
Answers
Suggested answer: B

Explanation:

Google Cloud Pub/Sub is a scalable, durable event ingestion and delivery system.

-> Pub/Sub allows services to communicate asynchronously, with latencies on the order of 100 milliseconds.

-> Pub/Sub is used for streaming analytics and data integration pipelines to ingest and distribute data. It is equally effective as messaging-oriented middleware for service integration or as a queue to parallelize tasks.

-> Pub/Sub enables you to create systems of event producers and consumers, called publishers and subscribers. Publishers communicate with subscribers asynchronously by broadcasting events, rather than by synchronous remote procedure calls (RPCs).

Reference link- https://cloud.google.com/pubsub/docs/overview

A customer is migrating there on-promises data analytics solution to Google Cloud. The current solution has a lot of data being read form and written to disk. The performance of this approach has occasionally been a bottleneck for a scale of operations that your cus-tomer has. The application is fault tolerant and can with stand machine going down fre-quently. In moving to Google Cloud they are asking your advice on any way to improve performance?

A.
Use Big Query Which has very fast data access and analysis
A.
Use Big Query Which has very fast data access and analysis
Answers
B.
Use Cloud Storage which can be central, scalable storage
B.
Use Cloud Storage which can be central, scalable storage
Answers
C.
Use local SSDs with the VMs
C.
Use local SSDs with the VMs
Answers
D.
Use Persistent Disk with the VMs
D.
Use Persistent Disk with the VMs
Answers
Suggested answer: C

Explanation:

Local SSDs are attached to the VM and have very high throughput. However, when the VM shuts down, The local SSD is also shut down, Since our Workload here is foult tolerant, than is not an issue.

Virtual Machine vCPU and memory usage for each of these categories can receive one of the following discounts? (Select Three Answer)

A.
Military Discounts
A.
Military Discounts
Answers
B.
Spot Instances
B.
Spot Instances
Answers
C.
Committed-Use
C.
Committed-Use
Answers
D.
Sustained-Use
D.
Sustained-Use
Answers
E.
Preemptible VMs
E.
Preemptible VMs
Answers
Suggested answer: C, D, E

Explanation:

Sustained, Committed and Preemptible vCPU and memory usage for each of these categories can receive discounts VM vCPU and memory usage for each of these categories can receive discounts Sustained-use discountsóGoogle offers up to 30% off for workloads that run for most of the billing month on GCP services.

Committed-use discountsóusers can save up to 57% by committing to use an instance for a certain time period, with no upfront payment and with the flexibility to change instances during the commitment period.

Preemptible VMsósimilar to the concept of AWS spot instances, Google offers up to 79% off for Virtual Machines that may be shut down at any time and replaced by others.

Reference link- https://cloud.google.com/compute/docs/sustained-use-discounts

Reference linkñ https://cloud.google.com/compute/docs/instances/signing-up-committed-usediscounts

Reference linkñ https://cloud.google.com/compute/docs/instances/preemptible

Your customer is moving from AWS to Google Cloud. Data also needs to be moved. There is about 50TB of dat a. On AWS, the data resides in an S3 bucket. It is going to be moved to Cloud Storage. Data is also being continuously generated on S3 prior to the cutover. It is preferable that this is also periodically transferred. What is the best way to move the data?

A.
Use the gsutil command-line option
A.
Use the gsutil command-line option
Answers
B.
Use the Google Cloud console to drag and drop the files easily
B.
Use the Google Cloud console to drag and drop the files easily
Answers
C.
Use the Storage Transfer Service
C.
Use the Storage Transfer Service
Answers
D.
Use a Transfer Appliance
D.
Use a Transfer Appliance
Answers
Suggested answer: C

Explanation:

Storage Transfer Service provides options that make data transfers and synchronization easier. We can also schedule one-time transfer operations or recurring transfer operations.

Reference link- https://cloud.google.com/storage-transfer/docs/overview

Reference link- https://cloud.google.com/architecture/transferring-data-from-amazon-s3-to-cloudstorage-using-vpc-service-controls-and-storage-transfer-service

Total 371 questions
Go to page: of 38