CDL Practice Exam Flashcards

1
Q

Your manager wants to restrict communication of all virtual machines with internet access; with resources in another network; or with a resource outside Compute
Engine. It is expected that different teams will create new folders and projects in the near future. How would you restrict all virtual machines from having an external IP address?

A. Define an organization policy at the root organization node to restrict virtual machine instances from having an external IP address

B. Define an organization policy on all existing folders to define a constraint to restrict virtual machine instances from having an external IP address

C. Define an organization policy on all existing projects to restrict virtual machine instances from having an external IP address

D. Communicate with the different teams and agree that each time a virtual machine is created, it must be configured without an external IP address

A

A) To ensure consistency and compliance across your organization, enforce Organization Policies that restrict VMs from having external IP addresses. Organization Policies provide centralized control and can prevent users from creating VM instances with external IP addresses across different projects and folders within your organization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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?

A. Create a Compute Engine image containing the application

B. Store the images in Container Registry
C. Store the images in Cloud Storage

D. Create a Compute Engine disk containing the application

A

B) Select Google Container Registry (GCR) as the storage location for your application images. GCR allows you to securely store and manage container images in a private registry. It is tightly integrated with other Google Cloud services, including Cloud Run, making it a convenient choice.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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?

A. You want a balance between flexibility for the customer and the level of management by the cloud provider

B. You want to minimize the level of management by the customer

C. You want to maximize flexibility for the customer.

D. You want to be able to shift your emphasis between flexibility and management by the cloud provider as business needs change

A

B) The main benefit of SaaS is that it offloads all infrastructure and application management to the SaaS vendor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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?

A. Migrate your VMs to the cloud, and add more resources to them

B. Convert your applications into containers

C. Increase the resources of your VMs

D. Automate your upgrade rollouts

A

b) To make application deployments faster and improve release velocity, your organization should consider converting the applications into containers. Containers provide a lightweight and isolated runtime environment for applications, allowing for faster deployment and scaling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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?

A. Configure two-factor authentication in the Google domain

B. Remove the Google account from all IAM policies

C. Configure BeyondCorp and Identity-Aware Proxy in the Google domain

D. Configure single sign-on in the Google domain

A

D) SSO allows for centralized user management, where user accounts and access permissions are managed in a single identity provider (such as Active Directory). When a user’s Active Directory account is terminated, SSO provides a centralized point to revoke access across multiple applications and services, including Google accounts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You are a program manager for a team of developers who are building an event-driven application to allow users to follow one another’s activities in the app. Each time a user adds himself as a follower of another user, a write occurs in the real-time database.
The developers will develop a lightweight piece of code that can respond to database writes and generate a notification to let the appropriate users know that they have gained new followers. The code should integrate with other cloud services such as Pub/Sub, Firebase, and Cloud APIs to streamline the orchestration process. The application requires a platform that automatically manages underlying infrastructure and scales to zero when there is no activity. Which primary compute resource should your developers select, given these requirements?

A. Google Kubernetes Engine

B. Cloud Functions

C. App Engine flexible environment

D. Compute Engine

A

B) Cloud Functions is a serverless compute service that allows you to run event-driven code in a fully managed environment. It is designed to execute short-lived functions in response to various events, such as database writes, file uploads, HTTP requests, and Pub/Sub messages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Your organization is developing an application that will capture a large amount of data from millions of different sensor devices spread all around the world. Your organization needs a database that is suitable for worldwide, high-speed data storage of a large amount of unstructured data.
Which Google Cloud product should your organization choose?

A. Firestore

B. Cloud Data Fusion

C. Cloud SQL

D. Cloud Bigtable

A

D) Cloud Bigtable =IoT solution

For worldwide, high-speed data storage of a large amount of UNSTRUCTURED data captured from millions of sensor devices, the suitable Google Cloud product for your organization would be Cloud Bigtable.

Cloud Bigtable is a fully managed, highly scalable, and high-performance NoSQL database service designed for large-scale applications that require low-latency and high-throughput data storage.

IoT solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Your organization is building an application running in Google Cloud. Currently, software builds, tests, and regular deployments are done manually, but you want to reduce work for the team. Your organization wants to use Google Cloud managed solutions to automate your build, testing, and deployment process.
Which Google Cloud product or feature should your organization use?

A. Cloud Scheduler

B. Cloud Code

C. Cloud Build

D. Cloud Deployment Manager
Which Google Cloud product can report on and maintain compliance on your entire Google Cloud organization to cover multiple projects?

A

C) Cloud Build is a fully managed CI/CD platform that automates the build, test, and deployment of your applications. It provides a reliable and scalable infrastructure to compile source code, run unit tests, and package artifacts for deployment. Cloud Build integrates with popular source code repositories like GitHub and Bitbucket, allowing you to trigger builds automatically on code changes or schedules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Your organization needs to build streaming data pipelines. You don’t want to manage the individual servers that do the data processing in the pipelines. Instead, you want a managed service that will automatically scale with the amount of data to be processed.
Which Google Cloud product or feature should your organization choose?

A. Pub/Sub

B. Dataflow

C. Data Catalog

D. Dataprep by Trifacta

A

B) Dataflow is a fully managed service that allows you to build and run streaming data pipelines without having to manage the underlying infrastructure. Dataflow will automatically scale your pipelines to meet the demands of your data.

Note: a pipeline is a sequence of steps that are executed to process and analyze data. Pipelines are commonly used in data engineering and machine learning to automate complex data workflows.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Your organization is building an application running in Google Cloud. Currently, software builds, tests, and regular deployments are done manually, but you want to reduce work for the team. Your organization wants to use Google Cloud managed solutions to automate your build, testing, and deployment process.
Which Google Cloud product or feature should your organization use?

A. Cloud Scheduler

B. Cloud Code

C. Cloud Build

D. Cloud Deployment Manager

A

C. Cloud Build is a fully managed CI/CD platform that automates the build, test, and deployment of your applications. It provides a reliable and scalable infrastructure to compile source code, run unit tests, and package artifacts for deployment. Cloud Build integrates with popular source code repositories like GitHub and Bitbucket, allowing you to trigger builds automatically on code changes or schedules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which Google Cloud product can report on and maintain compliance on your entire Google Cloud organization to cover multiple projects?

A. Cloud Logging

B. Identity and Access Management

C. Google Cloud Armor

D. Security Command Center

A

B. IAM - Centrallized control over all users.

Key word = projects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Your organization needs to establish private network connectivity between its on-premises network and its workloads running in Google Cloud. You need to be able to set up the connection as soon as possible. Which Google Cloud product or feature should you use?

A. Cloud Interconnect

B. Direct Peering

C. Cloud VPN

D. Cloud CDN

A

A) Cloud Interconnect ~ data transfers:

Google Cloud Interconnect is a suite of products that enables you to connect your on-premises network to Google Cloud. This allows you to transfer data between your on-premises network and Google Cloud at high speeds and with low latency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Your organization is developing a mobile app and wants to select a fully featured cloud-based compute platform for it.

Which Google Cloud product or feature should your organization use?

A. Google Kubernetes Engine

B. Firebase

C. Cloud Functions

D. App Engine

A

B) It’s a tricky question, because it refers to compute engine, and according to Google cheatsheet, Compute services do not include Firebase, but App Engine is included. However, one must notice, that Firebase is part of a completely separate ecosystem of services, dedicated to mobile apps, which also includes specialized compute services. So, the correct answer is B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Your company has been using a shared facility for data storage and will be migrating to Google Cloud. One of the internal applications uses Linux custom images that need to be migrated. Which Google Cloud product should you use to maintain the custom images?

A. App Engine flexible environment

B. Compute Engine

C. App Engine standard environment

D. Google Kubernetes Engine

A

B) You can use Google Compute Engine (GCE) to create and manage virtual machines (VMs) based on custom images. GCE enables you to create new VM instances and specify your custom image as the boot disk for those instances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Your organization wants to migrate its data management solutions to Google Cloud because it needs to dynamically scale up or down and to run transactional SQL queries against historical data at scale. Which Google Cloud product or service should your organization use?

A. BigQuery

B. Cloud Bigtable

C. Pub/Sub

D. Cloud Spanner

A

D) Cloud Spanner is a GLOBAL distributed, horizontally SCALABLE, and strongly CONSISTENT RELATIONAL DATABASE service provided by Google Cloud. Cloud Spanner is well-suited for TRANSACTIONAL WORKLOADS with strong CONSISTENCY
requirements across multiple regions.

If your focus is more on performing transactional SQL queries against historical data, ensuring strong consistency, and managing relational database workloads, Cloud Spanner would be a suitable choice

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Your organization runs all its workloads on Compute Engine virtual machine instances. Your organization has a security requirement: the virtual machines are not allowed to access the public internet. The workloads running on those virtual machines need to access BigQuery and Cloud Storage, using their publicly accessible interfaces, without violating the security requirement.
Which Google Cloud product or feature should your organization use?

A. Identity-Aware Proxy

B. Cloud NAT (network address translation)

C. VPC internal load balancers

D. Private Google Access

A

D. Private Google Access (PGA) allows you to access Google APIs and services from your on-premises network without exposing your workloads to the public internet. This is achieved by creating a private connection between your on-premises network and Google Cloud Platform (GCP).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which Google Cloud product is designed to reduce the risks of handling personally identifiable information (PII)?

A. Cloud Storage

B. Google Cloud Armor

C. Cloud Data Loss Prevention

D. Secret Manager

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

(?)

Your organization is migrating to Google Cloud. As part of that effort, it needs to move terabytes of data from on-premises file servers to Cloud Storage. Your organization wants the migration process to be automated and to be managed by Google. Your organization has an existing Dedicated Interconnect connection that it wants to use. Which Google Cloud product or feature should your organization use?

A. Storage Transfer Service

B. Migrate for Anthos

C. BigQuery Data Transfer Service

D. Transfer Appliance

A

A) Storage Transfer Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Your organization needs to analyze data in order to gather insights into its daily operations. You only want to pay for the data you store and the queries you perform. Which Google Cloud product should your organization choose for its data analytics warehouse?

A. Cloud SQL

B. Dataproc

C. Cloud Spanner

D. BigQuery

A

D) Google BigQuery is a fully managed, serverless data warehouse that offers high-performance analytics on large datasets. It is designed to handle massive amounts of data and provides a scalable solution for your data analytics needs.

By leveraging Google BigQuery, your organization can efficiently analyze large volumes of data, gain actionable insights, and only pay for the resources and queries consumed, making it a cost-effective and scalable solution for your data analytics warehouse needs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is BQ?

A

Data warehouse

  • full managed (no infra)
  • peta/terabyte scale
  • run analytics on vast amounts of data in real time
  • Used SQL
    -PAYG
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is Cloud Spanner?

A

Cloud Spanner = relational DB
- fully managed
- Mission critical workloads
- transactional consistency @ global scale
- HA
- SQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is Cloud Bigtable

A

A fully-managed NoSQL DB for large analytics & operational workloads

Note: Same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is Cloud Functions?

A

A lightweight compute option (FaaS)
- serverless
- no need to manage runtime or server

Used by uploading single purpose code to respond to cloud events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

**Your organization is developing an application that will manage payments and online bank accounts located around the world. The most critical requirement for your database is that each transaction is handled consistently. Your organization anticipates almost unlimited growth in the amount of data stored. Which Google Cloud product should your organization choose?

A. Cloud SQL

B. Cloud Storage

C. Firestore

D. Cloud Spanner

A

D. Cloud Spanner is a fully managed, mission-critical, relational database service that offers transactional consistency at global scale

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Your organization is moving an application to Google Cloud. As part of that effort, it needs to migrate the application’s working database from another cloud provider to Cloud SQL. The database runs on the MySQL engine. The migration must cause minimal disruption to users. Data must be secured while in transit.
Which should your organization use?

A. BigQuery Data Transfer Service

B. MySQL batch insert

C. Database Migration Service

D. Cloud Composer

A

C) DMS can migrate your database with minimal disruption to users. It uses a continuous replication process to migrate your data to Cloud SQL. This means that your application can continue to read and write data to the database during the migration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Your organization wants to predict the behavior of visitors to its public website. To do that, you have decided to build a machine learning model. Your team has database-related skills but only basic machine learning skills, and would like to use those database skills.
Which Google Cloud product or feature should your organization choose?

A. BigQuery ML

B. LookML

C. TensorFlow

D. Cloud SQL

A

A) BigQuery ML lets you create and execute machine learning models in BigQuery using standard SQL queries. BigQuery ML democratizes machine learning by letting SQL practitioners (DB users) build models using existing SQL tools and skills. BigQuery ML increases development speed by eliminating the need to move data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Your organization is developing and deploying an application on Google Cloud. Tracking your Google Cloud spending needs to stay as simple as possible.
What should you do to ensure that workloads in the development environment are fully isolated from production workloads?

A. Apply a unique tag to development resources

B. Associate the development resources with their own network

C. Associate the development resources with their own billing account

D. Put the development resources in their own project

A

D)

Notes:

Create separate projects for your development and production environments. Projects provide a logical isolation boundary and allow you to manage resources independently.

ALSO

you can create alerts & budgets at the project level

28
Q

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 maximum amount of managed services Google offers.
What should your organization do?

A. Migrate the workloads to Google
Cloud VMware Engine Most Voted

B. Migrate the workloads to Compute Engine Most Voted

C. Migrate the workloads to Bare Metal Solution

D. Migrate the workloads to Google Kubernetes Engine

A

B

29
Q

Your organization offers public mobile apps and websites. You want to migrate to a Google Cloud-based solution for checking and maintaining your users’ usernames and passwords and controlling their access to different resources based on their identity.
Which should your organization choose?

A. VPN tunnels

B. Identity Platform

C. Compute Engine firewall rules

D. Private Google Access

A

B) Identity Platform is a customer identity and access management (CIAM) platform that helps organizations add identity and access management functionality to their applications, protect user accounts, and scale with confidence on Google Cloud.

30
Q

Your organization runs an application on virtual machines in Google Cloud. This application processes incoming images. This activity takes hours to create a result for each image. The workload for this application normally stays at a certain baseline level, but at regular intervals it spikes to a much greater workload.
Your organization needs to control the cost to run this application.
What should your organization do?

A. Purchase committed use discounts for the baseline load Most Voted

B. Purchase committed use discounts for the expected spike load

C. Leverage sustained use discounts for your virtual machines Most Voted

D. Run the workload on preemptible VM instances

A

C)

The idea of the Sustained Use discount is that the longer you run a VM instance in any given month, the bigger discount you will get from the list price.
Reference:
https://www.parkmycloud.com/blog/google-sustained-use-discounts/

30
Q

Your organization needs to minimize how much it pays for data traffic from the Google network to the internet. What should your organization do?

A. Choose the Standard network service tier.

B. Choose the Premium network service tier.

C. Deploy Cloud VPN.

D. Deploy Cloud NAT.

A

A)

Notes:

Choose the Standard network service tier. The Standard network service tier offers the best price-performance ratio for most workloads. It provides a predictable and reliable network with low latency and high throughput. The Premium network service tier offers a higher level of performance and reliability, but it also comes with a higher price tag. It is a good option for workloads that require the lowest possible latency or the highest possible throughput. Cloud VPN and Cloud NAT are both networking services that can be used to connect your Google Cloud resources to the internet. However, they do not directly affect the cost of data traffic from the Google network to the internet.

31
Q

What is Dataflow?

A

A data processing service (analytics)
- managed service (no infra management)
- process large batches of data in realtime
- automatic scaling = high performance

31
Q

Your organization needs to process large amounts of data from an online application that operates continuously. You do not want to be required to provision infrastructure or create server clusters. What should your organization choose?

A. Compute Engine with BigQuery

B. Dataproc

C. Google Kubernetes Engine with Cloud
Bigtable

D. Dataflow

A

D) Google Cloud Dataflow is a FULLY MANAGED and serverless data processing service. It allows you to PROCESS and ANALYZE large volumes of data in real-time or batch mode without the need to manage the underlying infrastructure. Dataflow automatically scales the processing resources based on the volume of data being processed, ensuring high performance and efficiency.

32
Q

Your organization is defining the resource hierarchy for its new application in Google Cloud. You need separate development and production environments. The production environment will be deployed in Compute Engine in two regions. Which structure should your organization choose?

A. Create a single project for all environments. Use labels to segregate resources by environment.

B. Create a single project for all environments. Use tags to segregate resources by environment.

C. Create one project for the development environment and one project for the production environment.

D. Create two projects for the development environment and two projects for the production environment (one for each region).

A

C)

The recommended structure for your organization’s resource hierarchy in Google Cloud would be C. Create one project for the development environment and one project for the production environment.

This structure provides clear separation between the development and production environments, allowing for better management and control of resources. By having separate projects, you can enforce different access controls, configurations, and deployments for each environment. This ensures that changes made in the development environment do not impact the production environment.

Option A and B suggest using a single project for all environments and relying on labels or tags to segregate resources. While labels and tags can be useful for organizing and categorizing resources, they may not provide the same level of isolation and control as separate projects.

Option D suggests creating multiple projects for each environment, with separate projects for the development and production environments in each region. While this approach could work, it may introduce unnecessary complexity, especially if the two regions have similar configurations and requirements.

33
Q

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 Compute Engine instance group

B. The project that owns the Compute Engine instance

C. The Compute Engine service account

D. The Compute Engine instance

A

C)

To allow a production job running on a Compute Engine instance group to have access to a BigQuery dataset, you should include the service account associated with the Compute Engine instance group to the IAM policy of the BigQuery dataset. The service account represents the Compute Engine instances and is used to authenticate the job’s access to the dataset.

By including the service account associated with the Compute Engine instance group in the IAM policy and granting the appropriate BigQuery roles or permissions, you ensure that the production job running on the Compute Engine instances has the necessary access to the BigQuery dataset.

34
Q

Your team is publishing research results and needs to make large amounts of data available to other researchers within the professional community and the public at minimum cost.
How should you host the data?

A. Use a Cloud Storage bucket and enable ג€Requester Pays.ג€

B. Use a Cloud Storage bucket and provide Signed URLs for the data files.

C. Use a Cloud Storage bucket and set up a Cloud Interconnect connection to allow access to the data.

D. Host the data on-premises, and set up a Cloud Interconnect connection to allow access to the data.

A

A) Enabling “Requester Pays” on a Cloud Storage bucket allows you to shift the cost of accessing the data to the requester. This means that the individuals or organizations accessing the data will be responsible for the cost of data transfer and operations, rather than your organization incurring the expenses.

With this approach, you can make the data publicly accessible in the Cloud Storage bucket while ensuring that the cost of data access is covered by the requesters. This can help reduce your organization’s expenses in hosting and serving the data.

Option B (providing Signed URLs) would require you to generate and manage unique URLs for each requester, which might not be practical for making the data available to a wide audience.

35
Q

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 the Firebase Authentication REST API to create users

C. Use Google Cloud Directory Sync to create users

D. Use the Identity Platform REST API to create users

A

C) To provision Google accounts and groups to access Google Cloud resources based on your on-premises LDAP database, you can set up Google Cloud Directory Sync (GCDS). GCDS is a tool provided by Google Cloud that synchronizes user and group information between your on-premises LDAP directory and Google Workspace (formerly G Suite) directory. Configure GCDS to connect to your LDAP server and sync user accounts, passwords, groups, and organization membership information to Google Cloud

36
Q

How are service accounts different from billing accounts?

A

Service - Allows users to authenticate automatically

Billing - pertains to it representing a financial entity

37
Q

What is cloud natural language API

A

Cloud Natural Language API is a powerful and easy-to-use service that provides pre-trained machine learning models for various NATURAL LANGUAGE PROCESSING tasks, including sentiment analysis, entity recognition, and text classification. It’s specifically designed for tasks like categorizing text or analyzing sentiment in reviews.

38
Q

An organization has servers running mission-critical workloads on-premises around the world. They want to modernize their infrastructure with a multi-cloud architecture.
What benefit could the organization experience?

A. Ability to disable regional network connectivity during cyber attacks

B. Ability to keep backups of their data on-premises in case of failure

C. Full management access to their regional infrastructure

D. Reduced likelihood of system failure during high demand events

A

D) Answer should be D - By adopting a multi-cloud architecture, the organization can distribute its workload across multiple cloud providers and regions, which can help reduce the risk of system failure during high demand events. Can the admin team please change the correct answer?

39
Q

What Apigee API? ITs benefits?

A

Apigee is an API management platform that helps organizations design, secure, deploy, monitor, and scale APIs. One of the key functionalities is the ability to measure and track API performance. Apigee provides analytics and monitoring tools that allow organizations to gain insights into how their APIs are being used, track performance metrics, and ensure that APIs are operating efficiently. This helps in optimizing API usage and identifying areas for improvement.

40
Q

A hotel wants to modernize their legacy systems so that customers can make reservations through a mobile app.
What’s the benefit of using an application programming interface (API) to do this?

A. They do not have to develop the end-user application

B. They can deprecate their legacy systems

C. They can transform their systems to be cloud-native

D. They do not have to rewrite the legacy system

A

D) An API is a software intermediary that allows two applications to talk to each other. In this case, the API would allow the hotel’s legacy systems to talk to the mobile app. This means that the hotel would not have to rewrite their legacy systems to make them compatible with the mobile app

41
Q

An organization is training a machine learning model to predict extreme weather events in their country.
How should they collect data to maximize prediction accuracy?

A. Collect all weather data evenly across all cities

B. Collect all weather data primarily from at-risk cities

C. Collect extreme weather data evenly across all cities

D. Collect extreme weather data primarily from at-risk cities

A

A

42
Q

An organization wants to migrate legacy applications currently hosted in their data center to the cloud. The current architecture dictates that each application needs its own operating system (OS) instead of sharing an OS.
Which infrastructure solution should they choose?

A. Virtual machines

B. Open source

C. Serverless computing

QD. Containers

A

A) Virtualization enables you to run multiple operating systems on the hardware of a single physical server, while containerization enables you to deploy multiple applications using the same operating system on a single virtual machine or server. Serverless computing would be no OS required and the open source operating system allows the use of code that is freely distributed and available to anyone and for commercial purposes such as Linux and Free BSD.

43
Q

What is a data warehouse and what are its benefits?

A

A data warehouse is specifically designed to store and manage large volumes of structured and unstructured data from different sources. It provides a centralized repository for data storage, PROCESSING, and ANALYSIS. Data warehouses are optimized for querying and analyzing data, allowing organizations to perform complex ANALYTICS, generate insights, and make data-driven decisions. AND can process in REAL-TIME

44
Q

What is logging within the context of cloud technology?

A. Writing application and operating system events as text

B. Monitoring network and resource limitations

C. Tracking source code across an organization

D. Recording infrastructure and hardware expenditure

A

A) Logs are textual recording of events

45
Q

An organization needs to store structured, semi-structured, and unstructured data in its raw, native format in the same repository.
Which cloud data management solution should the organization use?

A. Data field

B. Data lake

C. Database

D. Data warehouse

A

D. Datalake

A data lake is a cloud data management solution that can store structured, semi-structured, and unstructured data in its RAW, NATIVE format in the same repository. Data lakes are designed to be scalable and flexible, and they can be used to store a wide variety of data

46
Q

Benefit of Cloud Monitoring?

A

Google Cloud’s operations suite ingests that data and generates insights via dashboards, charts, and alerts.

47
Q

What is a bare medal use case?

A

Migrating mission-critical / specialized workloads to the cloud

This solution provides a path to modernize your application infrastructure landscape, while maintaining your existing investments and architecture. With Bare Metal Solution, you can bring your specialized workloads to Google Cloud, allowing you access and integration with GCP services with minimal latency.”

48
Q

What is a key benefit of GKE?

A

It enables rapid application deployment and testing

49
Q

What is AutoML Vision?

A

Use case: categorize photographs

AutoML Vision is a Google Cloud product designed for training machine learning models on IMAGE CLASSIFICATION tasks. It allows organizations to build custom image recognition models WITHOUT extensive machine learning expertise. By providing labeled training data, users can use AutoML Vision to train a model that can categorize photographs based on specific criteria.

50
Q

Several departments in an organization are working together on a project. The organization wants to customize access to resources for each department.
What is the quickest and most efficient way to achieve this?

A. By mapping IAM roles to job functions for each department

B. By assigning IAM primitive roles to each employee

C. By applying ג€least-privilegeג€ to roles for each employee

D. By creating a single shared service account for all departments

A

A) he most efficient way is by separating the permissions by Jobs / Departments so this s done by creating Groups then apply their corresponding IAM permissions to each Group (Job / Department).

51
Q

An organization notices that some of their cloud expenditures are too high.
What should the organization do to control costs?

A. Streamline the hardware procurement process to reduce costs.

B. Share cost views with the departments to establish more accountability.

C. Change the cost model from operational expenditure to capital expenditure.

D. Ensure that all could resources are tagged with a single tag.

A

B) A foundational principle of FinOps is: “everyone takes ownership for their cloud usage.” The true key to understanding total cost of ownership is built upon transparency and accuracy.

52
Q

Provide an example of - relational database.

A

CloudSQL

53
Q

What does Cloud Logging help an organization do?

A. Analyze live source code and log code updates.

B. Deploy infrastructure as code.

C. Analyze logs and accelerate application troubleshooting.

D. Manage storage of custom VM images.

A

C) Per Google Docs, Cloud Logging, provides numerous key features with one being, Logs Explorer which “enables you to search, sort, and analyze logs through flexible query statements, along with rich histogram visualization, a simple field explorer, and ability to save the queries. “

54
Q

What is Vertex AI?

A

Vertex AI is a ML platform w/ comprehensive end-to-end tools for building, training, deploying, and managin ML models.

Great for orgs that need customization

55
Q

What is AutoML and its use case?

A

A natural langurage product used to train custom ML models for:
- text classification
-sentiment analysis

.

56
Q

Why is debugger a better option that cloud monitoring to analyze app performance in production?

A

Debugger - Cloud Debugger solves the problem of isolating issues that occur only in production (specific to code in production environments)

Cloud monitoring - Analyze metrics of all apps and infrastructures (global)

57
Q

What makes Google Club AI unseful to clients?

A

Includes a repository of plug-and-play artificial intelligence tools, which makes machine learning easy and accessible for Google Cloud customers to get started.

Included pre-built ML models

58
Q

If A public cloud provider’s service level performance has moved below the service level objective (SLO), but remains above the service level agreement (SLA).

What is an outcome of this change in service level performance?

A

SLO is internal and if its low it is an early warning that SLA will be breached so the provider should improve service AND focus on reliability

59
Q

An organization is looking for a solution to help them build applications using their preferred programming language and tools. They also want to minimize time spent on infrastructure management.

What solution should the organization use?

A. Cloud Run
B. Dataproc
C. Pub/Sub
D. Bare Metal Solution

A

Cloud Run is a managed compute platform that lets you run containers directly on top of Google’s scalable infrastructure.

60
Q

Why is B correct?

An organization has created a medical fitness app and wants to store a very large amount of data about exercise times, activity, and calories burned for later analysis.

Which data management solution should the organization use?

A. Data lake Most Voted
B. Data warehouse Most Voted

A

Datawarehouse is good for analysis. (warehouse = activity)

Datalake is more for storing semistructured data, or data in raw format. (lake = storage)

61
Q

A venue with an online booking system has partnered with a catering business.
How can the venue leverage application programming interfaces (APIs) to create new business value?

A. Use an API to redesign their booking system to appeal to targeted customers

B. Use an API to identify opportunities for new business collaboration

C. Use an API to migrate all their customer data to a machine learning model to predict food requests

D. Use an API to connect their booking system with the partner’s catering form Most Voted

A

d

62
Q

An organization cannot afford to modernize their infrastructure, but they want to process data from their legacy system in a modem 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 interface
D. Google Kubernetes Engine

A

C: They can expose an API that can be used by their business partner.

63
Q

An international bank is looking for a serverless warehouse solution that lets them perform smart analytics.

Which Google Cloud product or service should the bank use?

A. Cloud Spanner
B. Compute Engine
C. BigQuery
D. Dataflow

A

BQ bc it is a FULLYMANAGED, SERVERLESS data warehouse that allows for HIGH-SPEED ANALYSIS of large datasets.

It provides a range of built-in functions for analytics and can easily integrate with other Google Cloud services.

64
Q
A

C) Moving legacy applications to the cloud can help organizations satisfy user expectations by enabling them to push out updates more quickly to repair bugs.

65
Q

An organization with a commissions-based business model is struggling to predict cloud costs due to fluctuating revenue.

How can the organization optimize the use of their cloud resources?

A. By applying intelligent recommendations
B. By decentralizing financial decision making
C. By sharing project ownership across all teams
D. By increasing their capital expenditure

A

“View intelligent recommendations for optimizing your costs and usage. Easily apply these changes for immediate cost savings and greater efficiency.