Orelly Test1
Orelly Test1
• Servers
• Disk images
• Disk snapshots
• Networks
Which of the following is not a way to interact with the Google Cloud services and
resources?
• Google Cloud Console
• Google Cloud SDK
• Google Cloud Terminal
• Google Client Libraries
Which GCP Storage product is good for data analytics, rendering and media processing,
application migrations, and web content management?
• HTTPS
• gRPC
• UDP
• IPSec
In a GCP Kubernetes cluster, what must be created with Stackdriver to monitor a Kubernetes
cluster instance?
• Pod
• Log
• Workspace
• StatefulSet
Which GCP database service requires the administrator to configure a failover replica to make it
highly available?
• Cloud Datastore
• BigQuery
• Cloud SQL
• Cloud Spanner
In GCP, a high availability (HA) VPN tunnel is supported on which of the following types of
gateways?
• Peer VPN Gateway
• Direct VPN Gateway
• Custom VPN Gateway
• HA VPN Gateway
Within GCP, a Cloud Router interface connects to exactly which of the following GCP resources?
• Classic VPN tunnel
• An HA VPN tunnel
• A VLAN attachment (for Dedicated or Partner Interconnect)
• All of the above.
The following file format type is used for deployment configuration files created in GCP?
• JSON
• CSV
• YAML
• TSV
Which GCP product allows an administrator or user to have time-limited access to buckets and
objects without a Google account?
• Temporary Storage Accounts
• Signed URLs
• Temporary URLs
• Single sign-on
When you are managing billing within Google Cloud Marketplace for a Kubernetes app within
an organization, how many IAM roles are supported?
Within GCP, which of the following provides enterprise-grade services to Google Cloud?
• Cloud Peering
• Cloud Interconnect
• Direct Peering
• Carrier Peering
Within GCP, when you are configuring the maximum transmission unit (MTU) setting on a peer
VPN gateway, the peer device must not exceed _____ bytes.
• 1560
• 1460
• 1500
• 1450
Which GCP service is not a Cloud Storage class?
• Cloud Bigtable
• Regional Storage
• Nearline Storage
• Coldline Storage
How does a user/administrator add a new node in a GCP Kubernetes cluster that already has a
two-node pool but is receiving a lot of traffic and needs to grow?
• Edit the managed instance group of the cluster and increase the number of VMs
by 1.
• Edit the managed instance group of the cluster and enable autoscaling.
• Use gcloud container clusters resize with the desired number of nodes.
• Use kubectl container clusters resize with the desired number of nodes.
When setting up a virtual private network (VPN) between an external network and GCP, what is
the minimum number of components to configure to have automatic updates when network
topology changes occur?
• Two Cloud VPN gateways and one Cloud Router
• One Cloud VPN gateway and two Cloud Routers
• Two peer gateways and one Cloud Router
• One Cloud VPN gateway, one Cloud Router, and one peer gateway
An administrator assigns another user access to deploy a new version of an application to the
GCP App Engine. Which Identity Access Management (IAM) role should the administrator use
following the GCP best practice?
• App Engine Deployer
• App Engine Editor
• App Engine Service Admin
• App Engine Code Viewer
Within GCP, the HA VPN API contains an option for REDUNDANCY_TYPE that represents the
number of interfaces you configure for the external VPN gateway resource. Which of the
following values is supported when there are two external VPN interfaces?
• TWO_IPS_REDUNDANCY
• TWO_IPS_EXTERNAL_REDUNDANCY
• TWO_IPS_INTERNALLY_REDUNDANT
• TWO_IPS_EXTERNAL_REDUNDANT
Once a project team is defined in Google Cloud Deployment Manager, there are four roles.
Which of the following provides read and write access to all types of registry resources?
• Deployment Manager Editor
• Deployment Manager Type Viewer
• Deployment Manager Type Editor
• Deployment Manager Viewer
How many vCPUs can an N1 Broadwell custom virtual machine instance have in the GCP?
• 128
• 64
• 32
• 16
In GCP, BigQuery writes all query results to a table. The table is either explicitly identified by the
user (a destination table), or it is a temporary, cached results table. Using the query cache is
subject to which of the following limitations?
• Duplicate query text must not be exactly the same as the original query.
• You cannot target cached result tables with DML statements.
• The result set must not be smaller than the maximum response size.
• You can target cached result tables only with DML statements.
To obtain a static internal IP address for a virtual machine in GCP, an administrator or user must
do the following?
• Reserve a new static external IP address and then assign the address when
creating the VM
• Modify the IP address with a known public IP address
• Static external public IPs are on by default.
• Promote an existing ephemeral external IP address to become a static external
IP address
Which Google Kubernetes Engine kubectl command is used to start a deployment?
• start
• initiate
• run
• deploy
In GCP Cloud Storage, what command do you use to enable lifecycle management via the
command line?
• gcloud lifecycle enable
• gsutil lifecycle set
• gsutil lifecycle enable
• gcloud lifecycle set
_____ is a feature of Google Cloud Platform that lets an administrator or user inspect the state
of an application, at any code location, without stopping or slowing down the running app.
• Port Mirroring
• Cloud Debugger
• Stackdriver
• Cloud SDK
____ analysis helps an administrator or user determine effective routes, taking applicable
routes and routing order into consideration.
• Network
• Policy
• Subnet
• Route
_____ is a managed Spark and Hadoop service that lets an administrator or users take
advantage of the open-source data tools for batch processing, query, streaming, and machine
learning.
• BigQuery
• Dataproc
• Cloud Dataflow
• Cloud SDK
When you’re setting up GCP Cloud Storage, what is the command to change the default storage
class from the command line?
• gcloud datastore set <storage class>
• gsutil defstorageclass set <storage class>
• gsutil datastore set <storage class>
• gcloud defstoragclass set <storage class>
Which types of VPC networks offered by GCP are often determined by their subnet creation?
• Auto mode
• Static mode
• Custom mode
• Switch mode
When creating a forwarding rule in GCP Compute Engine VPC to send traffic to a single
instance, what command does an administrator or user use via the command line?
• gcloud compute create forward-rules
• gcloud create compute target-instances
• gcloud compute forward-rules create
• gcloud compute target-instances create
When you’re setting up GCP App Engine, what is the command to deploy the App Engine app
from the command line?
• gcloud app deploy
• gccloud components instances deploy
• gcloud app instance deploy
• gcloud components app deploy
What can a Cloud Engineer do to make sure unnecessary data is not stored in the datastore?
• Cache-Control, Content-Encoding
• Content-Encoding, Content-Type
• Content-Disposition, Content-Encoding
• Content-Encoding, Cache-Control
Which of the following resources are deleted when a Google Kubernetes cluster is deleted?
• Control plane resources
• Persistent disk volumes
• Load balancers created by the cluster
• All node instances in the cluster