aiotestking uk

Cloud-Digital-Leader Exam Questions - Online Test


Cloud-Digital-Leader Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Cause all that matters here is passing the Google Cloud-Digital-Leader exam. Cause all that you need is a high score of Cloud-Digital-Leader Google Cloud Digital Leader exam exam. The only one thing you need to do is downloading Certleader Cloud-Digital-Leader exam study guides now. We will not let you down with our money-back guarantee.

Google Cloud-Digital-Leader Free Dumps Questions Online, Read and Test Now.

NEW QUESTION 1

An organization has created an application that can diagnose different medical conditions when users submit images of their affected body parts.
Which Google Cloud product or service did the organization use?

  • A. App Engine
  • B. Machine learning
  • C. Cloud Logging
  • D. Cloud Profiler

Answer: B

NEW QUESTION 2

You are a DevOps Engineer in an E-commerce company that sells products globally, across the countries, Customers buy products, add them to carts or check-in stock from different parts of the world with different timestamps, you need to choose a database that can scale globally without any hassle and lots of developer support, it should be consistent across regions, can scale horizontally to support enormous user, automatically replicates, shards and even auto transaction pro-cessing. Which of the following database do you choose?

  • A. Cloud SQL
  • B. Cloud Spanner
  • C. Cloud Firestore.
  • D. Cloud Storage.

Answer: B

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
Automatic sharding
Cloud Spanner optimizes performance by automatically sharding the data based on request load and size of the data. As a result, you can spend less time worrying about how to scale your database and instead focus on scaling your business.
Strong transactional consistency
Purpose-built for external, strong, global transactional consistency.
Regional and multi-regional configurations
No matter where your users may be, apps backed by Cloud Spanner can read and write up-to-date strongly consistent data globally Additionally, when running a multi-region instance, your database is able to survive a regional failure, and offers industry-leading 99.999% availability.
Online schema changes with no downtime
Cloud Spanner users can make a schema change, whether it’s adding a column or adding an index while serving traffic with zero downtime. Hence you now have the flexibility to adapt your database to your business needs without compromising on the availability of your application.

NEW QUESTION 3

An organization cannot afford to modernize their infrastructure but they want to process data from their legacy system in a modern platform hosted by a business partner
What solution should the organization choose to make their data accessible?

  • A. Compute Engine
  • B. Anthos
  • C. An application programming interlace
  • D. Google Kubernetes Engine

Answer: C

NEW QUESTION 4

An organization wants to build an entirely new infrastructure and applications in the cloud. Which application modernization approach should the organization use?

  • A. Move the application to the cloud, and then change it.
  • B. Change their application, and then move it to the cloud.
  • C. Invent in greenfield.
  • D. Invent in brownfield.

Answer: C

Explanation:
A Greenfield approach is a brand-new implementation , where companies then add their needed configurations and customizations. This approach provides a clean slate to start from, does not carry over needless customizations and technical debt, and provides a solid foundation for business process re-engineering.
A greenfield deployment is the design, installation and configuration of computer infrastructure where none existed before, for example, in a new office. In contrast, a brownfield deployment is an upgrade or addition to existing infrastructure using legacy components.

NEW QUESTION 5

A retail company stores their product inventory in a legacy system. Often, customers find products on the company's website and want to purchase them in-store.
However, when they arrive, they discover that the products are out of stock.
How could the company benefit from using an application programming interface (API)?

  • A. To create personalized product recommendations for customers
  • B. To optimize their on-premises legacy system stability
  • C. By manually linking each inventory system to the website on a case-by-case basis
  • D. By programmatically connecting the inventory system to their website

Answer: D

Explanation:
By programmatically connecting the inventory system to their website The issue is the website shows an item is available at the store, but when the customer gets to the store, they find out that item is out of stock.

NEW QUESTION 6

Customer Managed Encryption Keys (CMEK) can be used for encrypting data inside Cloud BigTable, which of the following statements is/are correct. (Select two answer)

  • A. Administrators can not rotate
  • B. Not supported for instances that have clustered in more than one region.
  • C. CMEK can only be configured at the cluster level.
  • D. You can not use the same CMEK key in multiple projects

Answer: BC

Explanation:
Customer-managed encryption keys for Cloud BigTable.
By default, all the data at rest in Cloud Bigtable is encrypted using Google's default encryption. Bigtable handles and manages this encryption for you without any additional action on your part.
If you have specific compliance or regulatory requirements related to the keys that protect your data, you can use customer-managed encryption keys (CMEK) for BigTable. Instead of Google managing the encryption keys that protect your data, your BigTable instance is protected using a key that you control and manage in Cloud Key Management Service (Cloud KMS).
Features
Security: CMEK provides the same level of security as Google's default encryption but provides more administrative control.
Data access control: Administrators can rotate, manage access to, and disable or destroy the key used to protect data at rest in BigTable .
Auditability: All actions on your CMEK keys are logged and viewable in Cloud Logging. Comparable performance: BigTable CMEK-protected instances offer comparable performance to BigTable instances that use Google default encryption.
Flexibility: You can use the same CMEK key in multiple projects or instances or you can use separate keys, depending on your business needs.

NEW QUESTION 7

Your organization wants to migrate your on-premises environment to Google Cloud. The on-premises environment consists of containers and virtual machine instances. Which Google Cloud products can help to migrate the container images and the virtual machine disks?

  • A. Compute Engine and Filestore
  • B. Artifact Registry and Cloud Storage
  • C. Dataflow and BigQuery
  • D. Pub/Sub and Cloud Storage

Answer: A

Explanation:

Reference: https://cloud.google.com/compute/docs/import/importing-virtual-disks
Graphical user interface, text, application, email Description automatically generated

NEW QUESTION 8

A customer of yours has an SLA with their client that a particular service will respond within 4 sec-onds. The end client has reported that it feels slower. Your engineers do a trial at the client site and notice that there seems to be a delay for many of the requests. It's your team's responsibility to iden-tify the issue quickly within the strict timeline for fixes according to the contract, and then fix it. What should you do?

  • A. Recommend a move to serverless technologies which will scale automatically on demand.
  • B. Add logging statements at multiple points in the application, build it, and deploy i
  • C. Now new requests will give us information on latency in the logs.
  • D. Check if the browsers used by the client are different from your
  • E. If they are, that's most likely the issu
  • F. Ensure that everybody uses the latest version of the browser that you are also using.
  • G. Use Cloud Trace to collect latency data and track how requests propagate and why there is a delay.

Answer: D

Explanation:
Cloud Trace is a built-in tool in the Operations suite to identify issues like latency.
-> Such fixes are unlikely to change core issues like the service itself being architected or written sub-optimally. Though changes like browser, networking, etc. are helpful, it would be the wrong approach to first recommend that the customer upgrade all their hardware and software.
-> Rewriting code and logging information is going to be time consuming. In general though, logging should always be included in code and it can give good insights. But tracing is way more specific and comprehensive for this requirement.
-> In certain cases, we might identify scaling as the issue. But we should first identify the core problem. So, start with tracing. We can also achieve scale in server-ful technologies.
Reference link- https://cloud.google.com/trace

NEW QUESTION 9

A large travel company has thus far invested heavily in their technology team. There is strategic pressure on the company to focus on their core business and innovate to survive in certain geogra-phies and thrive in others. They are evaluating whether a move to Google Cloud will be good for them. Which of these reasons would be relevant for them? (choose two answer)

  • A. Application architecture won't be too involved because of serverless options.
  • B. The IT team won't have to manage software upgrades, security patches, et
  • C. for the VMs.
  • D. The IT team won't have to work on procuring and provisioning new hardware and refreshes to existing hardware.
  • E. Budgeting won't be an issue since the cloud takes care of billing.

Answer: BC

NEW QUESTION 10

An organization has created an ecommerce website. What data on this website would be considered structured data?

  • A. Product photographs
  • B. Product reviews
  • C. Product descriptions
  • D. Product ratings score

Answer: D

Explanation:
Because product ratings are structured because they are numerical scores.

NEW QUESTION 11

Considering Different Storage and database options e.g. Cloud Datastore, Cloud SQL, Cloud Stor-age, etc. Which of the following statements is/are correct? ( Select two answer)

  • A. Cloud DataStore and Cloud SQL have Terabytes + and Terabytes Capacity respec-tively.
  • B. Cloud Bigtable and Cloud Storage both have Petabytes + capacity.
  • C. Cloud Bigtable and Cloud Storage both have not Petabytes + capacity.
  • D. None of the above.

Answer: AB

NEW QUESTION 12

An organization's developers are growing increasingly frustrated by the limitations of their on-premises infrastructure.
How would they benefit from leveraging cloud technology?

  • A. They can expect 100% service availability.
  • B. They can avoid the limitations of serverless computing.
  • C. They can have new tools to innovate and optimize resource usage.
  • D. They can optimize maintenance for their on-premises infrastructure.

Answer: C

Explanation:
Google cloud have vast majority of products/tools that you can use to innovate. Additionally, there are products in google that scale automatically based from usage (Ex. App Engine, Cloud Run, etc.)

NEW QUESTION 13

A multinational retail company has approached you to help design its systems. They have millions of transactions at their point of sale systems across the world that need to be captured, stored, and analyzed. They are seeing more growth and expect to expand into even more geographies. Which database would be appropriate for them?

  • A. Cloud Datastore
  • B. Cloud Storage
  • C. Cloud Spanner
  • D. Cloud SQL

Answer: C

Explanation:

Cloud Spanner: "Fully managed relational database with unlimited scale, strong consistency, and up to 99.999% availability."
Reference:- https://cloud.google.com/spanner

NEW QUESTION 14

The Border Security Agency has hired your software services firm to build an application for them that will collect information about visas stamped on passports. You are given stamped images. You have to find out which country issued the visa and the period of validity. Pull out this data and put it into a database. Which of these applications would be suitable for that?

  • A. Use Cloud Vision API - write code to identify the text blocks, copy the data, and store it
  • B. Use TensorFlow - write code that will identify the type of visa and the bounding text block
  • C. Copy the data and then store it.
  • D. Use AutoML - upload other images of visas and run the model creation process which will automatically identify the visas
  • E. Use Data Labeling service - outsource the work of marking and extracting the in-formation to others.

Answer: A

Explanation:
Cloud Vision API allows you to programmatically identify images, text, etc. in the document. This would be the best option.
https://cloud.google.com/vision

NEW QUESTION 15

Your application is onboarding a number of users. The details of the users very widely. What kind of database would be most suitable for this use case?

  • A. NoSQL database like Firestore
  • B. OLAP database like BigQuery which support SQL
  • C. SQL database like MySQL or PostgreSQL
  • D. OLTP database like Cloud Spanner

Answer: A

Explanation:

* 1. NoSQL databases are best suited for this use case. Firestore is an appropriate one to use here
* 2. Cloud Firestore is a NoSQL document database that lets you easily store, sync, and query data for your mobile and web apps - at global scale.

NEW QUESTION 16

An organization has an on-premises IT infrastructure. Their customer-facing application repeatedly fails during peak usage.
What could be causing this issue?

  • A. A serverless compute function struggles to scale.
  • B. The application contains unclean data.
  • C. They don't have enough servers to meet the demand.
  • D. The application is only configurable on-premises.

Answer: C

NEW QUESTION 17

How can a streaming service meet global compliance requirements using the cloud?

  • A. By automatically encrypting personally identifiable information
  • B. By obtaining a business license to operate in a new market
  • C. By allowing users to disable two-factor authentication
  • D. By adhering only to data polices of the country in which the head office is registered

Answer: A

NEW QUESTION 18

An organization currently stores its data on-premises and they receive different levels of traffic on their website every month. How could the organization benefit from modernizing their infrastructure with cloud technology?

  • A. They can rely on the cloud provider for all website source code.
  • B. Agile storage scalability.
  • C. 100% service availability.
  • D. They can shift from heavy operational expenditure to a capital expenditure model.

Answer: B

Explanation:

Organizations can scale in the cloud by paying for what they use, when they use it.

NEW QUESTION 19

One of your customers used to have a private data center. While within their data center itself, they were consuming some Google services via API calls and other public, well- known addresses pub-lished by Google. Now they're evacuating their private data center and are moving to Google Cloud. Could they improve some of their existing architecture with respect to security?

  • A. Use VPC Peering with the Google Cloud organization so that you can directly use services using only private IPs.
  • B. Use private addresses onl
  • C. No additional configuration is require
  • D. All Google services willbe accessible within Google Cloud on private addresses.
  • E. Use Shared VPCs with the Google Cloud organization so that you can directly use services using only private IPs.
  • F. Enable Private Google Access so that they can remove public IP addresses.

Answer: D

Explanation:
"VM instances that only have internal IP addresses (no external IP addresses) can use Private Google Access. They can reach the external IP addresses of Google APIs and services. f you disable Private Google Access, the VM instances can no longer reach Google APIs and services; they can only send traffic within the VPC network."
Cloud-Digital-Leader dumps exhibit
https://cloud.google.com/vpc/docs/private-google-access

NEW QUESTION 20

Your customer has reliable information to indicate that they will use a certain amount of computing and analytics. The workloads are critical and they don't want to take a chance with VMs or BigQuery slots being unavailable during a peak period. How can they ensure that they allocate the capacity?

  • A. Send in the filled form to Google Cloud support to reserve the Compute Engine and BigQuery resources required.
  • B. Create reservations on Compute Engine and BigQuery.
  • C. On the day the capacity is required, set a scheduled job that will provision as many resources as required and lock it in.
  • D. Google Cloud is elastic for resource
  • E. You cannot reserve resources in advance; it is pay per use.

Answer: B

Explanation:
Create reservations on Compute Engine and BigQuery. You can reserve capacity in advance and use it over a period of time. You could also get a cost advantage.
=> There is no need for involved support. It is self-serve via the console.
=> You can reserve resources in advance when you have the need for it. And when you want to take a pay-per-use approach, that is also possible.
=> It is not a good idea to be lock in/hoard resources; you'll pay unnecessarily for resources. Also, it is difficult to time exactly when the demand will be.
References:
https://cloud.google.com/compute/docs/instances/reserving-zonal-resources https://cloud.google.com/bigquery/docs/reservations-intro

NEW QUESTION 21
......

Thanks for reading the newest Cloud-Digital-Leader exam dumps! We recommend you to try the PREMIUM Surepassexam Cloud-Digital-Leader dumps in VCE and PDF here: https://www.surepassexam.com/Cloud-Digital-Leader-exam-dumps.html (411 Q&As Dumps)