Sesion 5

Sesion 5

Professional Development

20 Qs

quiz-placeholder

Similar activities

DevOps | Change Management | Incident Management Interview Quiz

DevOps | Change Management | Incident Management Interview Quiz

Professional Development

25 Qs

Cloud services

Cloud services

Professional Development

20 Qs

AWS CLF-C02 Quiz 1

AWS CLF-C02 Quiz 1

Professional Development

15 Qs

GCP-FOUND4

GCP-FOUND4

Professional Development

20 Qs

Team Quiz 1

Team Quiz 1

Professional Development

15 Qs

Cloud for Sales Quiz 01

Cloud for Sales Quiz 01

Professional Development

21 Qs

Woolies team trivia

Woolies team trivia

Professional Development

20 Qs

On premisse vs Cloud

On premisse vs Cloud

Professional Development

20 Qs

Sesion 5

Sesion 5

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Zahid Galea

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A team of analysts has collected several CSV datasets with a total size of 50 GB. They plan to store the datasets in GCP and use Compute Engine instances to run RStudio, an interactive statistical application. Data will be loaded into RStudio using an RStudio data loading tool. Which of the following is the most appropriate GCP storage service for the datasets?

Cloud Storage

Cloud Datastore

MongoDB

Bigtable

Answer explanation

A. The correct answer is A, Cloud Storage, because the data in the files is treated as an atomic unit of data that is loaded into RStudio. Options B and C are incorrect because those are document databases and there is no requirement for storing the data in semistructured format with support for fully indexed querying. Also, MongoDB is not a GCP service. Option D is incorrect because, although you could load CSV data into a Bigtable table, the volume of data is not sufficient to warrant using Bigtable

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A team of analysts has collected several terabytes of telemetry data in CSV datasets. They plan to store the datasets in GCP and query and analyze the data using SQL. Which of the following is the most appropriate GCP storage service for the datasets?

Cloud SQL

Cloud Spanner

BigQuery

Answer explanation

C. The correct answer is C, BigQuery, which is a managed analytical database service that supports SQL and scales to petabyte volumes of data. Options A and B are incorrect because both are used for transaction processing applications, not analytics. Option D is incorrect because Bigtable does not support SQL

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your department is experimenting with using Cloud Spanner for a globally accessible database. You are starting with a pilot project using a regional instance. You would like to follow Google’s recommendations for the maximum sustained CPU utilization of a regional instance. What is the maximum CPU utilization that you would target?

50%

65%

75%

45%

Answer explanation

B. The correct answer is B, 65%. Options A and C are not recommended levels for any Cloud Spanner configuration. Option D, 45%, is the recommend CPU utilization for a multi-regional Cloud Spanner instance.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A Cloud Spanner database is being deployed in us-west1 and will have to store up to 20 TB of data. What is the minimum number of nodes required?

10

20

5

40

Answer explanation

A. The correct answer is A. Since each node can store 2 TB, it will require at least 10 nodes. Options B and D are incorrect because they are more nodes than needed. Answer C is incorrect; five is not sufficient for storing 20 TB of data

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A team of data warehouse developers is migrating a set of legacy Python scripts that have been used to transform data as part of an ETL process. They would like to use a service that allows them to use Python and requires minimal administration and operations support. Which GCP service would you recommend

Cloud Dataproc

Cloud Dataflow

Cloud Spanner

Cloud Dataprep

Answer explanation

B. The correct answer is B. Cloud Dataflow supports Python and is a serverless platform. Option A is incorrect because, although it supports Python, you have to create and configure clusters. Option C is incorrect; Cloud Spanner is a horizontally scalable global relational database. Option D is incorrect; Cloud Dataprep is an interactive tool for preparing data for analysis

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are using Cloud Pub/Sub to buffer records from an application that generates a stream of data based on user interactions with a website. The messages are read by another service that transforms the data and sends it to a machine learning model that will use it for training. A developer has just released some new code, and you notice that messages are sent repeatedly at 10-minute intervals. What might be the cause of this problem?

The new code release changed the subscription ID.

The new code release changed the topic ID

The new code disabled acknowledgments from the consumer.

The new code changed the subscription from pull to push

Answer explanation

C. The correct answer is C; the new code disabled message acknowledgments. That caused Cloud Pub/Sub to consider the message outstanding for up to the duration of the acknowledgment wait time and then resend the message. Options A and B are incorrect; changing the subscription or topic IDs would cause problems but not the kind described. Option D is incorrect because the type of subscription does not influence whether messages are delivered multiple times.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A team of developers has been tasked with rewriting the ETL process that populates an enterprise data warehouse. They plan to use a microservices architecture. Each microservice will run in its own Docker container. The amount of data processed during a run can vary, but the ETL process must always finish within one hour of starting. You want to minimize the amount of DevOps tasks the team needs to perform, but you do not want to sacrifice efficient utilization of compute resources. What GCP compute service would you recommend?

Compute Engine

Kubernetes Engine

App Engine Standard

Cloud Functions

Answer explanation

B. The correct answer is B, Kubernetes Engine, because the application will be designed using containerized microservices that should be run in a way that minimizes DevOps overhead. Option A is incorrect because Compute Engine would require more DevOps work to manage your own Kubernetes Cluster or configure managed instance groups to run different containers needed for each microservice. Options C and D are incorrect because App Engine Standard and Cloud Functions do not run containers

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?