Exam Dumps Cloud-Digital-Leader Practice Free Latest Google Practice Tests [Q179-Q201]

Share

Exam Dumps Cloud-Digital-Leader Practice Free Latest Google Practice Tests

Cloud-Digital-Leader Exam Questions | Real Cloud-Digital-Leader Practice Dumps

NEW QUESTION # 179
You're negotiating SLAs with a customer. You have communicated that there will be a 99.99% (four 9s) availability for the service you are providing. Every aspect of the service is under your con-trol. They want to modify the reliability to 99.999% (five 9s). What do you tell them? (Choose two answer)

  • A. Yes, that could be possible. If yes, there will be a significantly higher charge be-cause the effort is significantly higher too.
  • B. Yes, that is possible. There is hardly any difference to provide another 0.009% availability.
  • C. Yes, that is possible, but there will be an additional charge of 9% for the service because that is the additional effort required.
  • D. Ask them for the reasonable downtime they are willing to absorb. If it is more than 60 minutes in an entire year, explain how the current SLA meets that requirement.

Answer: A,D

Explanation:
Explanation
In many cases, customers might not know the implications of the 9s with respect to scheduled maintenance, upgrades, etc. It's possible that they are holding unnecessary expectations that significantly exceed their requirements.
-> Even though 0.0009 % increase it looks like a small increment, an addition of a single 9 reduces the possible downtime by 10 times. So the effort is often much greater.
Reference link- https://en.wikipedia.org/wiki/High_availability


NEW QUESTION # 180
A developer in your IT team is cheating a bucket on Cloud Storage. He is receiving an error that the bucket name already exists. He has checked his project and the few other pro-jects in the organization, The name seems to be entirely unique, What would be the is-sue?

  • A. Previously deleted bucket names in the same project cannot be reused. There must have been an older bucket with the same name.
  • B. Bucket name are case insensitive- look for bucket name in your org that have a different capitalization.
  • C. Bucket names in Cloud storage have to be globally unique
  • D. Bucket names ignore any "." in the name. Look for similar bucket names that have a "." in it.

Answer: C

Explanation:
Bucket names have to be unique across Google Cloud Platform [GCP], Including other organizations and projects.


NEW QUESTION # 181
A company with its own private data center has called you in for help with their disaster recovery planning. News of multiple ransomware attacks has made them very anxious. They want to make they are well prepared for such an eventuality. Which of these would be good recommendations?

  • A. It is better to have redundancy; so, set up another private data center nearby so that you can quickly go over in case of an emergency.
  • B. The one data center is enough, as long as the data is encrypted; attackers won't be able to read the data.
  • C. The one data center is enough as long as you regularly back up data and save it in another place in the same DC.
  • D. It is better to have redundancy; use one or many of the Google Cloud datacenters as a backup location.

Answer: D

Explanation:
Explanation:
A single data center is vulnerable. So any option involving that is not good.
Reference Link:- https://www.coresite.com/blog/data-center-redundancy


NEW QUESTION # 182
Which of the following are the current options for paid support in GCP? (Select Three An-swer)

  • A. Premier
  • B. Premium
  • C. Role
  • D. Standard
  • E. Enhanced

Answer: B,D,E

Explanation:
Because GCP provides three options for paid support which are Standard, Enhanced and Premium.
Basic Support is included with your Google Cloud subscription which cover only Case, phone, and chat support for billing issues only Reference link- https://cloud.google.com/support


NEW QUESTION # 183
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. SQL database like MySQL or PostgreSQL
  • B. OLAP database like BigQuery which support SQL
  • C. NoSQL database like Firestore
  • D. OLTP database like Cloud Spanner

Answer: C

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 # 184
Your organization is running all its workloads in a private cloud on top of a hypervisor. Your organization has decided it wants to move to Google Cloud as quickly as possible. Your organization wants minimal changes to the current environment, while using the maximim amount of managed services Google offers.
What should your organization do?

  • A. Migrate the workloads to Compute Engine
  • B. Migrate the workloads to Google Kubernetes Engine
  • C. Migrate the workloads to Bare Metal Solution
  • D. Migrate the workloads to Google Cloud VMware Engine

Answer: A

Explanation:
Migrate for Compute Engine enables you to lift and shift workloads at scale to Google Cloud Compute Engine with minimal changes and risk.


NEW QUESTION # 185
With respect to the Core Feature of Standby Instances of Cloud SQL which one of the options is correct.?

  • A. The standby instance is used in high availability to replace the primary instance when failover occurs.
    The standby instance appears in the Google Cloud Console but does not get billed. When failover occurs, connections to the primary instance need to be manually transferred to the standby instance.
  • B. None of the Above.
  • C. The standby instance is used in high availability to replace the primary instance when failover occurs.
    The standby instance doesn't appear in the Google Cloud Console. When failover occurs, connections to the primary instance are automati-cally transferred to the standby instance.
  • D. The standby instance is used in high availability to replace the primary instance when failover occurs.
    The standby instance appears in the Google Cloud Console but does not get billed. When failover occurs, connections to the primary instance are automatically transferred to the standby instance.

Answer: C

Explanation:
Explanation
The standby instance is used in high availability to replace the primary instance when failover occurs. The standby instance doesn't appear in the Google Cloud Console. When failover occurs, connections to the primary instance are automatically transferred to the standby instance.
Cloud SQL Key Terms:
Cloud SQL instance
A Cloud SQL instance corresponds to one virtual machine (VM). The VM includes the database instance and accompanying software containers to keep the database instance up and running.
Database instance
A database instance is the set of software and files that operate the databases: MySQL, PostgreSQL or SQL Server.
High availability
Cloud SQL instances using high availability (HA) provide greater reliability than non-HA instances.
HA in Cloud SQL works by having two synchronized instances: a primary instance and a standby instance.
Each instance has exactly one VM. Each instance is in a different zone in the same region.
Failover
A failover is when Cloud SQL switches serving from the original primary instance to the standby instance.
Autofailover is a mechanism that automatically triggers failover when a Cloud SQL instance didn't issue a heartbeat in the previous interval.
Standby instances
The standby instance is used in high availability to replace the primary instance when failover occurs. The standby instance doesn't appear in the Google Cloud Console. When failover occurs, connections to the primary instance are automatically transferred to the standby instance.
Clone
When you clone a Cloud SQL instance, you create a new instance that is a copy of the source instance, but is completely independent. After cloning is complete, changes to the source instance are not reflected in the clone, and changes in the clone are not reflected in the source instance.
Replication
Replication is the ability to create copies of a Cloud SQL instance or an on-premises database, and offload work to the copies. The main reason for using replication is to scale the use of data in a database without degrading performance on the primary instance.
Read replica
The read replica is an exact copy of the primary instance. Data and other changes on the primary instance are updated in almost real time on the read replica. Send your write transactions to the primary instance, and your read requests to the read replica. The read replica processes queries, read requests, and analytics traffic, thus reducing the load on the primary instance.
Source server
Replication copies transactions from a primary instance to one or more read replicas. The primary instance is also called the source server. The source server can be a Cloud SQL primary instance, or a server outside of Google Cloud, such as an on-premises server or a server running in a different cloud. If the source server is outside of Google Cloud, we call it Replication from an external server.
Cloud SQL Auth proxy client
The Cloud SQL Auth proxy client is open source software maintained by Cloud SQL. It connects to a companion process, the Cloud SQL Auth proxy server, running on your Cloud SQL instance. You run the Cloud SQL Auth proxy client on your own servers. The Cloud SQL Auth proxy client can be used to establish a secure SSL/TLS connection to the database instance, and/or to avoid having to open the firewall.
Authentication is done through Identity and Access Management (IAM).


NEW QUESTION # 186
An organization is running critical workloads in production and requires a Google Cloud support service with fast response times and a dedicated Technical Account Manager. Which customer care service level should the organization choose?

  • A. Basic
  • B. Premium
  • C. Enhanced
  • D. Standard

Answer: B


NEW QUESTION # 187
Your large and frequently changing organization's user information is stored in an on-premises LDAP database. The database includes user passwords and group and organization membership.
How should your organization provision Google accounts and groups to access Google Cloud resources?

  • A. Replicate the LDAP infrastructure on Compute Engine
  • B. Use Google Cloud Directory Sync to create users
  • C. Use the Firebase Authentication REST API to create users
  • D. Use the Identity Platform REST API to create users

Answer: B

Explanation:
You can run a single instance of Google Cloud Directory Sync to synchronize user accounts and groups to Google Cloud.
Reference:

https://support.google.com/a/answer/106368?hl=en


NEW QUESTION # 188
An information security organization must ensure that its service providers have ISO 27001 certification. They must also access supporting documentation. Which Google Cloud tool should they use?

  • A. Compliance Reports Manager
  • B. Cloud Monitoring
  • C. Network Intelligence Center
  • D. Security Command Center

Answer: A

Explanation:
The correct answer is C. Compliance Reports Manager. Here's why:
Context of the Questio n : The organization needs to ensure that its service providers have ISO 27001 certification and access supporting documentation. ISO 27001 is an international standard for information security management systems (ISMS), and organizations often need to verify compliance through certified reports.
Google Cloud Product Relevance:
Compliance Reports Manager is a tool within the Google Cloud Console that provides access to various compliance and security documentation, including ISO 27001 certification. It allows customers to view and download compliance reports, making it the appropriate choice for verifying certifications and accessing related documents.
Why Not Other Options:
A . Network Intelligence Center: This tool is designed for network monitoring, visibility, and troubleshooting and is unrelated to compliance management.
B Cloud Monitoring: This is a tool for observability of your cloud resources, monitoring performance, and uptime, not for compliance documentation.
D . Security Command Center: This tool provides a centralized view of your security posture, including identifying and managing risks, but it does not offer compliance documentation or reports.
Google Cloud Digital Leader Reference:
Refer to Compliance Reports Manager in the Google Cloud documentation for details on accessing compliance and security documentation, including certifications like ISO 27001.


NEW QUESTION # 189
An organization has migrated all workloads to the cloud and is reviewing their cloud security posture. Who is now responsible for securing the physical infrastructure of the data centers?

  • A. The cloud service provider
  • B. The organization
  • C. Third-party security service providers
  • D. The organization and the cloud service provider

Answer: A


NEW QUESTION # 190
You are discussing scaling requirements with a gaming company. When the game launches, they are expecting incoming data surges of 2 million users or more during weekends and holidays. Their on-premise systems have had issues scaling and they want your advice on solving the issue. What do you recommend?

  • A. We will allocate Compute Engine VMs estimating 80% capacity of 2 million users.
  • B. Either Compute Engine VMs or Kubernetes nodes work, but it is better to keep a buffer of an extra 2 million users.
  • C. We will allocate Kubernetes nodes estimating 80% capacity of 2 million users.
  • D. We can deploy a Pub/Sub to ingest data which will grow to absorb demand and pass it on to other stages.

Answer: D

Explanation:
When there are huge surges in demand, it is preferable to use serverless technologies that automatically scale on demand. In this case, the key concern is data ingestion. Pub/Sub is a serverless system that can expand to absorb such demand.


NEW QUESTION # 191
Which of the following NIST Cloud characteristics uses the business model of shared re-sources in a cloud environment?

  • A. Broad Network Access
  • B. Elasticity
  • C. Availability
  • D. Multi-Tenancy

Answer: D

Explanation:
Explanation
In cloud computing, multitenancy means that multiple customers of a cloud vendor are using the same computing resources. Even though they share resources, cloud customers aren't aware of each other, and their data is kept totally separate. Mul-titenancy is a crucial component of cloud computing; without it, cloud services would be far less practical. Multitenant architecture is a feature in many types of public cloud com-puting, including IaaS, PaaS, SaaS, containers, and serverless computing.


NEW QUESTION # 192
Your company is running the majority of its workloads in a co-located data center. The workloads are running on virtual machines (VMs) on top of a hypervisor and use either Linux or Windows server editions. As part of your company's transformation strategy, you need to modernize workloads as much as possible by adopting cloud-native technologies. You need to migrate the workloads into Google Cloud.
What should you do?

  • A. Migrate the workloads using Migrate for Compute Engine
  • B. Export the VMs into VMDK format, and import them into Google Cloud VMware Engine
  • C. Migrate the workloads using Migrate for Anthos
  • D. Export the VMs into VMDK format, and import them into Compute Engine

Answer: C

Explanation:
Anthos: Anthos lets you build, deploy, and manage applications anywhere in a secure, consistent manner.
You can modernize existing applications running on virtual machines while deploying cloud-native apps on containers in an increasingly hybrid and multi-cloud world.


NEW QUESTION # 193
Your organization needs to allow a production job to have access to a BigQuery dataset. The production job is running on a Compute Engine instance that is part of an instance group.
What should be included in the IAM Policy on the BigQuery dataset?

  • A. The project that owns the Compute Engine instance
  • B. The Compute Engine instance
  • C. The Compute Engine instance group
  • D. The Compute Engine service account

Answer: C


NEW QUESTION # 194
An organization wants to measure everything as part of its new DevOps philosophy. What should the organization measure?

  • A. The speed of their cloud adoption process.
  • B. The risk and reward of their investments.
  • C. The satisfaction and happiness of their employees.
  • D. The reliability and health of their systems.

Answer: D

Explanation:

https://newrelic.com/devops/measuring-devops#toc-devops-measurments-for-team-health


NEW QUESTION # 195
Your organization needs a large amount of extra computing power within the next two weeks.
After those two weeks, the need for the additional resources will end.
Which is the most cost-effective approach?

  • A. Purchase multiple physical computers and scale workload across them
  • B. Use a committed use discount to reserve a very powerful virtual machine
  • C. Purchase one very powerful physical computer
  • D. Start a very powerful virtual machine without using a committed use discount

Answer: D

Explanation:
When you purchase a committed use contract, you purchase Compute Engine resources-such as vCPUs, memory, GPUs, local SSDs, and sole-tenant nodes-at a discounted price in return for committing to paying for those resources for 1 year or 3 years


NEW QUESTION # 196
An organization is running critical workloads in production and requires a Google Cloud support service with fast response times and a dedicated Technical Account Manager. Which customer care service level should the organization choose?

  • A. Basic
  • B. Premium
  • C. Enhanced
  • D. Standard

Answer: B

Explanation:
The Premium customer care service level in Google Cloud provides the fastest response times and includes a dedicated Technical Account Manager (TAM) to assist with managing critical workloads and ensuring smooth operations.
Option A: Premium is correct because it provides the required support features, including fast response times and a dedicated TAM.
References:
* Google Cloud Support Services: Premium Support Overview
* Google Cloud Customer Care Options: Comparison of Support Levels


NEW QUESTION # 197
Your organization is on a critical path with recently developed applications. They are going into production in a month. A few million users are expected to use the new application. They want to ensure minimum disruption when the application goes live. Any issues have to be dealt with within minutes and resolved as quickly as possible. Which Support package should they take?

  • A. Premium Support
  • B. Basic Support
  • C. Standard Support
  • D. Enhanced Support

Answer: A

Explanation:
Explanation
Premium Support will have a 15-minute response time with 24/7 response for high & criti-cal-impact issues.
Graphical user interface, text, application, email Description automatically generated

https://cloud.google.com/support


NEW QUESTION # 198
An organization must verify the identity of a user seeking access to a system Which aspect of cloud identity management does this action describe?

  • A. Auditing
  • B. Authorization
  • C. Authentication
  • D. Encrypting

Answer: C


NEW QUESTION # 199
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 AutoML - upload other images of visas and run the model creation process which will automatically identify the visas
  • B. Use Data Labeling service - outsource the work of marking and extracting the in-formation to others.
  • C. Use TensorFlow - write code that will identify the type of visa and the bounding text blocks. Copy the data and then store it.
  • D. Use Cloud Vision API - write code to identify the text blocks, copy the data, and store it

Answer: D

Explanation:
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 # 200
An organization is operating multiple workloads in containers and requires full control of how the workloads are configured. Which Google Cloud service should the organization use?

  • A. Cloud Run
  • B. Compute Engine
  • C. Kubernetes Engine
  • D. Cloud Functions

Answer: C

Explanation:
The correct answer is C. Kubernetes Engine. Here's why:
Context of the Questio n : The organization needs to operate multiple workloads in containers with full control over how these workloads are configured.
Google Cloud Product Relevance:
Google Kubernetes Engine (GKE) is a fully managed service that allows organizations to run, deploy, and manage containerized applications using Kubernetes. GKE provides full control over workload configuration, including resource allocation, scaling, networking, and security policies.
With GKE, the organization can use Kubernetes features such as custom resource definitions, namespaces, and pod configurations to achieve the desired level of control over their workloads.
Why Not Other Options:
A . Cloud Functions: Cloud Functions is a serverless compute service for running event-driven functions and does not provide control over containerized workloads.
B . Compute Engine: Compute Engine provides virtual machines (VMs), which are not specific to containerized workloads. It requires more management compared to GKE.
D . Cloud Run: Cloud Run is a managed service for running containers but abstracts much of the configuration details to simplify deployment. It does not offer as much control over workload configuration as GKE.
Google Cloud Digital Leader Reference:
Refer to the Google Kubernetes Engine documentation for more details on managing containerized workloads.


NEW QUESTION # 201
......

Verified Cloud-Digital-Leader Exam Dumps Q&As - Provide Cloud-Digital-Leader with Correct Answers: https://passleader.realexamfree.com/Cloud-Digital-Leader-real-exam-dumps.html