Majibu na maswali ya tathmini ya ustadi wa LinkedIn - Mfumo wa Wingu wa Google (GCP)
Welcome to our comprehensive guide on Google Cloud Platform (GCP) tathmini ya ujuzi. This resource is meticulously curated to provide accurate majibu kwa LinkedIn skill assessment questions, empowering professionals to validate their GCP maarifa. Whether you’re a seasoned cloud expert seeking to stay abreast of the latest developments or a beginner looking to break into the cloud industry, this guide is your go-to resource.
By leveraging real-world scenarios and practical examples, we aim to enhance your understanding and confidence in handling GCP tools and services. Dive in to explore, Nini ni sawa na Nini si sawa, and excel in your GCP skill assessment. Kumbuka, mastering GCP could be your stepping stone to new career opportunities in the ever-evolving cloud technology landscape. Furaha ya kujifunza!
Q1. You want to schedule a cron job to send a message to a Cloud Pub/Sub topic hourly. What do you do?
- Create a Cloud Function with a target of HTTP
- Create a Cloud Scheduler job with a target of HTTP
- Create a Cloud Function with a target of Cloud Pub/Sub
- Create a Cloud Scheduler job with a target of Cloud Pub/Sub
You want to set up a managed Apache Spark cluster. Which service do you configure?
Q2.- Cloud Dataprep
- Cloud Composer
- Cloud Dataflow
- Cloud Dataproc
GCP Organizations are not available in your GCP project. What type of account are you using?
Q3.- Temporary
- Free Tier
- Local
- Organizational
Kumbuka: Free trial doesn’t have the organizations.
What feature do you need to enable to support load balancing and autoscaling managed instance groups for Compute Engine?
Q4.- metadata
- security scans
- network endpoint groups
- health checks
You are designing an application that will send messages with the MQTT protocol. What service should you use?
Q5.- BigQuery
- Cloud Pub/Sub
- IoT Broker
- Bigtable
You want to configure services to host a mobile application that uses TensorFlow Lite models. Which services should you use?
Q6.- Cloud Functions and ML Kit
- Firebase and AI Platform jobs
- Firebase and ML Kit
- Cloud Functions and AI Platform jobs
You need to deploy Redis with unique persistent identities and stable hostnames on GKE. What type of deployment object do you use?
Swali 7.- GCP deployment
- YAML configuration file
- Python nested template
- stateful set
You want to try out a machine-learning TensorFlow example notebook with the fewest configuration steps on GCP. What do you do?
Q8.- Upload the notebook to Google Colaboratory. Set the hardware accelerator to use GPU.
- Create a notebook instance with TPU. Upload the notebook to the instance.
- Create a notebook instance with GPU. Upload the notebook to the instance.
- Upload the notebook to Google Colaboratory. Set the hardware accelerator to use TPU.
You need to configure a data retention policy for a Cloud Storage bucket to govern how long objects in the bucket must be retained. What feature do you enable?
Q9.- Requester Pays
- Bucket Lock
- Bucket Policy Only
- Encryption Type
To be able to configure an existing Cloud Function, what information should you review and from which location?
Q10.- execution time in Cloud Storage logs
- execution time in Stackdriver logs
- text payload in Stackdriver logs
- text payload in Cloud Storage logs
You need to execute a “lift and shift” move with as few steps as possible. Which items do you need to create to accomplish this task, listed in the correct order of creation?
Q11.- Create a VPN from GCP to your corporate network. 2. Create a GCP network for the project. 3. Create the VM instances to support the application.
- Create a GCP network for the project. 2. Create a VPN from your corporate network to GCP. 3. Create the VM instances to support the application.
- Create a GCP network for the project. 2. Create a VPN from GCP to your corporate network. 3. Create the VM instances to support the application.
- Create a VPN from your corporate network to GCP. 2. Create a GCP network for the project. 3. Create the VM instances to support the application.
You are concerned about data egress charges for files in a Cloud Storage bucket. What configuration change should you make?
Q12.- Enable Requester Pays on the project.
- Enable Requester Pays on the bucket.
- Change the default storage class from multi-regional to regional.
- Change the default storage class from regional to multi-regional.
You need to troubleshoot an Android app that uses Cloud Storage. Where do you look for logs?
Q13.- Firebase Crashlytics
- Firebase Crashlytics and Stackdriver
- Firebase Testlab and Stackdriver
- Stackdriver
You want to configure services to be able to perform a regular interactive query of Google AdWords data. What should you do?
Q14.- Plan to use BigQuery. Create a BigQuery data set to hold the data.
- Plan to use Cloud SQL. Enable Cloud SQL Transfer Data API.
- Plan to use Cloud SQL. Create a Cloud SQL Database to hold the data.
- Plan to user BigQuery. Enable BigQuery Transfer Data API.
You want to use GCP-preferred base container images. Where can your users find these images?
Q15.- Docker Hub
- Compute Engine base images
- GCP Marketplace
- Google Kubernetes Engine base images
You want to set a notification for service spend in GCP. What do you do, and who will be notified?
Q16.- Use the GCP Billing console Budgets section to set a billing alert. The billing admin will be notified if the alert threshold is exceeded.
- Use the GCP Billing console Budgets section to set a billing alert. The organizational admin will be notified if the alert threshold is exceeded.
- Use the GCP Organizational console Budgets section to set a billing alert. The project admin will be notified if the alert threshold is exceeded.
- Use the GCP Organizational console Budgets section to set a billing alert. The organizational admin will be notified if the alert threshold is exceeded.
Cloud SQL supports which two relational databases?
Q17.- Redis and Oracle
- MySQL and Oracle
- Redis and PostgreSQL
- MySQL and PostgreSQL
You want to quickly test a single Docker container image that will start a stateless HTTP service on GCP. Which service do you select to host your container image?
Q18.- Cloud Run
- Cloud Run on Google Kubernetes Engine
- Cloud Functions
- Google Kubernetes Engine
You want to develop Firebase security rules following Google best practices. Which tool(s) do you use?
Q19.- Firebase Emulator
- Firebase Emulator and GCP Rules Simulator
- GCP policy emulator and Firebase Rules Simulator
- Firebase Emulator and Firebase Rules Simulator
You want to build an application with conversation interpretation based on machine learning speech understanding. Which service is a best fit for this scenario?
Q20.- Dialogflow
- Natural Language Translation
- Speech API
- AutoML Natural Language
Which service must you enable on your GKE cluster in order to use Cloud Run on Google Kubernetes Engine (NGO)?
Q21.- Stackdriver
- Istio
- Knative
- Spinnaker
How can you enable clients inside a GKE cluster to be able to contact Pods?
Q22.- Configure the clients to connect via the default cluster IP.
- Configure an external name. Configure the clients to connect via the external name.
- Configure a node port. Configure the clients to connect via the node port.
- Configure a load balancer. Configure the clients to connect via the load balancer.
You want to capture the message acknowledgment state of a subscription at a given time. What do you do?
Q23.- Create a Cloud Pub/Sub subscription backup.
- Create a Cloud Pub/Sub subscription topic.
- Create a Cloud Pub/Sub subscription snapshot.
- Create a Cloud Pub/Sub subscription.
You need to set a bucket storage class for data that will be accessed once a month or less. Which type do you select?
Q24.- coldline
- multi-regional
- kikanda
- nearline
Which command copies a file named test.txt to a Cloud Storage bucket named myBucket?
Q25.-
gcloud cp gs://myBucket test.txt
-
gsutil cp gs://myBucket test.txt
-
gcloud cp test.txt gs://myBucket
-
gsutil cp test.txt gs://myBucket
Which command adds a column family named cf1
to your Bigtable table named my-table
?
Q26. -
cbt createfamily cf1 my-table
-
cbt createfamily my-table cf1
-
gcloud createfamily cf1 my-table cf1
-
gcloud createfamily my-table cf1
Which command do you use to connect to a running Compute Engine instance with SSH?
Q27.-
gcloud ssh compute [instance_name] --zone=[zone]
-
compute ssh connect [instance_name] --zone=[zone]
-
gcloud compute ssh [instance_name] --zone=[zone]
-
compute connect ssh [instance_name] --zone=[zone]
You need to set CORS for some objects in a bucket for a client-side application. What do you do?
Q28.- Segment the objects into two buckets. For the CORS objects, set the CORS policy at the bucket level.
- Segment the objects into two buckets. For the CORS objects, set the CORS policy at the bucket level. Add client-side code to handle the requests.
- Leave the objects in one bucket. Set the CORS policy at the object level.
- Leave the objects in one bucket. Set the CORS policy at the object level. Add client-side code to handle the requests.
For your application, you are building a CI/CD pipeline that logs information when a message is sent to a queue. Which services should you select?
Q29.- Cloud Functions and Cloud Spanner
- Cloud Functions and Cloud Pub/Sub
- Cloud Run and Cloud Pub/Sub
- Cloud Run and Cloud Spanner
You need to create instances with identical configurations that cannot be changed. Which Compute Engine feature do yo use?
Q30.- instance templates
- instance groups
- snapshots
- instances
You want to automatically perform security scans on user-developed containers. Where should you advise your users to host their containers?
Q31.- Google Container Registry
- GitLab
- Artifactory
- Docker Hub
You need to control incoming and outgoing traffic to a Compute Engine instance. What do yo do?
Q32.- Configure firewall rules.
- Configure VPC Network Peering.
- Configure routes.
- Configure external IP addresses.
Which object is a container for GCP services instances?
Q33.- kikundi
- wafanyakazi na wanafunzi hutolewa
- mradi
- shirika
What is needed to access GCP APIs in your project?
Q34.- GCP VMs
- GCP buckets
- GCP credentials
- GCP users
Which object is used to hold payment information for a GCP project?
Q35.- shirika
- billing account
- wafanyakazi na wanafunzi hutolewa
- payment account
You need to cache your HTTP and HTTPS static content closer to users, so that you can get faster delivery and reduce serving costs. Which service do you set up?
Q36.- Cloud DNS
- Cloud NAT
- Cloud CDN
- Cloud Load Balancing
You are designing security for an IoT device application. What best practices should you include in your design?
Q37.- Use a private key for each device. Keep the private key secret.
- Use a public key for each device. Keep the public key secret.
- Use a public private key pair for each device. Keep the public key secret.
- Use a public private key pair for each device. Keep the private key secret.
You need to set a WordPress site with high availability on GCP using the fewest steps. What do you do?
Q38.- Configure and launch the WordPress HA deployment template from the GCP Marketplace.
- Configure and launch the WordPress HA deployment template from the WordPress Marketplace.
- Unda, sanidi, and launch a WordPress HA deployment template on Compute Engine.
- Unda, sanidi, and launch a WordPress HA deployment template on Google Kubernetes Engine.
How do you configure Cloud Build to rebuild your image when a change is made to the source code?
Q39.- Add a Cloud Build trigger, and set it to fire on commit to associate repository.
- Add a Cloud Build function, and set it to fire on commit to associate repository.
- Add a Cloud Build trigger, and set it to fire on commit to associate registry.
- Add a Cloud Build function, and set it to fire on commit to associate registry.
To be able to decrypt files that were encrypted with a customer-manager key, what conditions must be met?
Q40.- Specify the decryption key with the same name as the encryption key. At least one version of a key with that name must be enabled.
- Specify a decryption key and version with the same name as the encryption key and version. The name key and that version must be enabled.
- Specify the decryption key with the same name as the encryption key. The named key and that version must be enabled.
- Specify a decryption key and version with the same name as the encryption key and version. At least one version of a key with that name must be enabled.
You want to encrypt a Compute Engine. What do you need to do?
Q41.- Hakuna kitu. Images are encrypted by default with a Google-managed key.
- Hakuna kitu. Images are encrypted by default with a customer-managed key.
- Associate you image with a customer-managed key to encrypt it.
- Associate you image with a Google-managed key to encrypt it.
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
You want to quickly evaluate Cloud Filestore. What are the steps, ili, to set up a test environment?
Q42.- A
1. Create a Filestore instance.
2. Mount the fileshare from that instance on a client VM instance.
3. Create a Compute Instance VM to be the client.
4. Create a file on the mounted fileshare.
- B
1. Create a Filestore instance.
2. Mount the fileshare from that instance on a client VM instance.
3. Create a file on the mounted file share.
4. Create a Compute Instance VM to be the client.
- C
1. Create a Compute Instance VM to be the client.
2. Create a Filestore instance.
3. Mount the file share from that instance on a client VM instance.
4. Create a file on the mounted fileshare.
- D
1. Create a Compute Instance VM to be the client.
2. Create a Cloud Filestore instance.
3. Mount the fileshare from that instance on a client VM instance.
4. Create a file on the mounted file share.
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
You need to optimize spending for always-on Compute Engine virtual machines of certain sizes and types–with minimum effort. What do you do?
Q43.- Analyze machine usage to verify that machines will be on for more that 25% ya wakati huo, and verify that contained use discounts have been automatically applied to your bill.
- Analyze machine usage to verify that machines will be on for more that 25% ya wakati huo, and verify that sustained use discounts have been automatically applied to your bill.
- Analyze machine usage to verify that machines will be on for more than 25% of the time and purchase contained use discounts.
- Analyze machine usage to verify that machines will be on for more than 25% of the time and purchase sustained use discounts.
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
You are designing a GCP replacement for your on-premises data warehouse. Which service do you select?
Q44.- Cloud SQL
- Bigtable
- Cloud Spanner
- BigQuery
How can you quickly back up a persistent disk on Compute Engine?
Q45.- Take a snapshot
- Create an instance group
- Create an instance template
- Create an image
You are implementing IAM roles for your organization following GCP best practice. Which statement best reflects this?
Q46.- At minimum, you should have two levels of access: one for admins, one for users.
- At minimum, you should have three levels of access: one for networking, one for security, one for developers.
- At minimum, you should have three levels of access: one for admins, one for security, one for users.
- At minimum, you should have two levels of access: one for networking, one for developers.
You need to quickly build an application that logs all file uploads to a Cloud Storage bucket. Which service do you select?
Q47.- Cloud Functions
- Cloud Run
- Google Kubernetes Engine
- Google Compute Engine
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
You need to answer the question “How long does it take my application to handle a given request?” What do you do?
Q48.- Configure Stackdriver Error Reporting.
- Configure Stackdriver Profiler.
- Configure Stackdriver Trace.
- Configure Stackdriver Debug.
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
You want to select a fully managed, serverless platform for developing and hosting web applications at scale on GCP. Which service should you choose?
Q49.- Google App Engine.
- Cloud Functions.
- Google Kubernetes Engine.
- Google Compute Engine.
You have a set of exploratory queries that you want to run as inexpensively as possible in BigQuery. What should you do?
Q50.- Set the job priority for each query to Batch and expect to see query results immediately.
- Set the job priority for each query to Interactive and expect to see query results immediately.
- Set the job priority for each query to Batch and expect to see query results within 24 masaa.
- Set the job priority for each query to Batch and expect to see query results within 24 masaa.
Maelezo: BigQuery offers a choice of two pricing models for runnig queries: on-demand (you are charged for the number of bytes processes by each query) and flat-rate (you purchase slots – dedicated processing capacity). If the exploratory queries are one-off, running in Interactive mode using on-demand pricing seems to be the optimal answer.
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
How do you run a Docker container image on a Google Compute Engine virtual machine?
Q51.- Create a VM instance, and then SSH into the instance and install Kubernetes tools.
- Create a VM instance, and then SSH into the instance and install Docker tools.
- Create a VM instance and, in the web UI, select Allow HTTP traffic.
- Create a VM instance and, in the web Ul, select Deploy a container image to this instance.
To configure a GCP Organization, which item should you create first?
Q52.- Admin account
- Super Admin account
- multi-factor authentication
- recovery password
Which container(s) does Google Kubernetes Engine support?
Q53.- Docker or Singularity
- Docker, Singularity, or containerd
- Singularity only
- Docker only
Cloud Genomics enables pipelines to run on top of which GCP service?
Q54.- Cloud Dataflow
- Google Kubernetes Engine
- Cloud Dataproc
- Compute Engine
You want to encrypt a Compute Engine image. What do you need to do ?
Q55.- Hakuna kitu. Images are encrypted by default with a Google – managed key.
- Associate your image with the default Google-managed key to encrypt it.
- Hakuna kitu. Images are encrypted by default with a customer-managed key.
- Associate your image with a customer-managed key to encrypt it.
Maelezo: Google does not store your keys on its servers and cannot access your protected data unless you provide the key. This also means that if you forget or lose your key, there is no way for Google to recover the key or to recover any data encrypted with the lost key.
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
You want to build a data lake application on GCP. Which two services should you use?
Q56.- Cloud Storage and Cloud Spanner
- Cloud Storage and Big Query
- Cloud Pub/Sub and Cloud Spanner
- Cloud Pub/Sub and Big Query
You want to work with GCP Organisation users in the console. Where do you navigate to?
Q56.- admin.google.com > Utawala
- console.cloud.google.com > Utawala
- admin.google.com > Watumiaji
- console.cloud.google.com > Watumiaji
You want to select a fully managed platform for developing and hosting a web application written in Kotlin at scale on GCP. Which service should you choose?
Q56.- Google App Engine Flexible
- Google App Engine Standard
- Google Kubernetes Engine Flexible
- Google Kubernetes Engine Standard
Which combination of Stackdriver services will alert you about errors generated by your applications and help you locate the root cause in the code?
Q57.- Google Cloud Platform, Huduma za Wavuti za Amazon
- Google Cloud Platform, • Kuna faili kadhaa zinazoweza kupakuliwa unazoweza kutumia mara moja - ikiwa ni pamoja na faili ya CSV iliyo na anwani katika kampuni nyingi za kompyuta za wingu ambazo zinaweza kukuajiri., Huduma za Wavuti za Amazon
- Google Cloud Platform, • Kuna faili kadhaa zinazoweza kupakuliwa unazoweza kutumia mara moja - ikiwa ni pamoja na faili ya CSV iliyo na anwani katika kampuni nyingi za kompyuta za wingu ambazo zinaweza kukuajiri.
- Google Cloud Platform
You are using Google Cloud Platform to host an Apache server and would like to enable an alert to notify you if the webserver becomes unresponsive. Which Google Cloud service and steps should you take to set up to set up this alert?
Q58.- The size of the Stackdriver log entries being exported exceeds the maximum capacity of the BigQuery dataset.
- The Cloud Data Transfer Service has not been enabled.
- Stackdriver Logging does not have permission to write to the BigQuery dataset.
- There isn’t a firewall rule allowing traffic between Stackdriver and BigQuery.
If you have configured Stackdriver Logging to export logs to BigQuery, but logs entries are not getting exported to BigQuery, what is the most likely cause?
Q59.- Ufuatiliaji, Trace, and Debugger
- Monitoring and Error Reporting
- Alerts and Debugger
- Debugger and Error Reporting
You can use Stackdriver to monitor virtual machines on which cloud platforms?
Q60.- Use Cloud Monitoring and create an uptime check.
- Use Cloud Monitoring and install the Monitoring Agent on the instance running the apache server.
- Use Cloud Monitoring and install the Ops Agent on the instance running the apache server.
- Use Cloud Profiler and create an alert.
In Google Kubernetes Engine, “_” is a term Kubernetes uses to represent pods and controllers.
Q61.- mabwana
- pools
- mizigo ya kazi
- nodi
In the command below, what is the purpose of the “–picha” hoja?
Q62.kubectl create deployment app --image=$ImageRepo:$Tag
- It tells Kubernetes what virtual machine image to use when launching new nodes.
- It is used to create a disk image of a running Docker container for backups or to be used in another deployment.
- It tells the deployment controller which repository to check for a Docker image and what tag to use.
- It tells the deployment controller which Linux OS type to use when creating pods.
To effectively manage the limited number of IP addresses per node, how many IP addresses per pod does Google recommend?
Q63.- One IP address per pod
- Three IP addresses per pod
- Four IP addresses per pod
- Two IP addresses per pod
In Google Kubernetes Engine, _ are the smallest unit of deployment within a Kubernetes cluster, and our primary Kubernetes building blocks.
Q64.- pods
- instances
- seti
- vyombo
Which of the following statements is not a general security guideline for a Google Cloud Platform deployment pipeline?
Q65.- Regularly audit any changes to your IAM policies.
- Integration steps should be able to deploy code.
- Log everything.
- Deployment steps should not be able to build code or access your code repository.
In order to allow signed images to be deployed with Google Cloud Platform’s binary authorization enabled, you need to create a(n) _.
Q66.- virtual machine
- tahadhari
- log
- attestor
Builders in Cloud Build are
Q67.- part of Google’s proprietary infrastructure
- created from Managed Instance Templates
- containers with pre-loaded tools and runtimes
- virtual machines with pre-loaded tools and runtimes
Which of the following statements about security in the Google Cloud Platform deployment pipeline is false?
Q68.- It is pretty standard for developers and QA engineers to be allowed to create new clusters, but not allowed to deploy containers to certain existing clusters.
- Each employee’s access to Google Cloud resources should be based upon what they require to do their job.
- The exact permissions will vary based upon the needs of the company, and depends upon the number of roles, hatua, and environments that exist.
- Each employee’s access to Google Cloud resources should be based on the principle of least privilege.
In order to create and store a key in Google Cloud Platform, you must first create a _ to hold the key.
Q69.- wallet
- keyring
- sera
- keychain
David is the cloud admin for Blue Widget Corp. He has deployed a Linux VM called Linux01, and he needs to SSH to it from the console. Which command should David use to SSH to the VM?
Q70.- gcloud ssh –project blue-widget-project –zone us-central1-a Linux01
- gcloud compute ssh -project blue-widget-project -zone us-central1-a Linux01
- gcloud connect ssh –project blue-widget-project –zone us-central1-a Linux01
- gcloud compute ssh –project blue-widget-project –zone us-central1-a Linux01
Which option will allow you to review latency data from App Engine Apps?
Q71.- App Engine Latency
- Stackdriver Trace
- App Engine Data Viewer
- Stackdriver Latency
Regarding Stackdriver Debugger, which of the following locations are you not able to select your source code from?
Q72.- Bitbucket repository
- Amazon S3
- Local files
- GitHub repository
Google Cloud services maintain _ that record all activity and access to your GCP resources.
Q73.- configuration files
- maintenance scripts
- analytics logs
- audit logs
Which category of GCP audit log records every incident in which a user or service account is denied access to a resource?
Q74.- System Event
- Policy Denied
- Admin Activity
- Data Access
When setting the condition for a rule in Google Cloud Armor, _ mode allows you to filter only by IP address or CIDR range.
Q75.- IP/CIDR
- Advanced
- Custom
- Msingi
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
Which Google Cloud service provides an overview dashboard that shows you active threats and vulnerabilities, ordered by severity?
Q76.- Cloud Armor
- Security Command Center
- Cloud Logging
- Cloud Deployment Manager
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
Which field of a Google Cloud Armor rule determines when the rule will be evaluated?
Q77.- Kitambulisho
- severity
- sequence
- priority
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
What is an ACL?
Q78.- Access Container Log
- Authorized Container List
- Access Control List
- App Cloud Launch
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
In Google Cloud Platform, ya _ role grants read-only access to the Access Transparency logs and to Data Access audit logs, in addition to the access granted by the Logs Viewer role.
Q79.- Private Logs Viewer
- Project Writer
- Logs Writer
- Project Owner
Hacks za nyumbani za DIY za kusafisha mfumo wako wa kupumua
Acha jibu
Lazima Ingia au kujiandikisha kuongeza maoni mapya .