You are currently viewing gcp linkedin assessment answers
gcp linkedin assessment answers_theanswershome

gcp linkedin assessment answers

1. You want to quickly evaluate Cloud Filestore. What are the steps, in order, to set up a test environment?

2. How do you configure Cloud Build to rebuild your image when a change is made to the source code?

  • Add a Cloud Build trigger, and set it to fire on commit to associated repository.
  • Add a Cloud Build function, and set it to fire on commit to associated registry.
  • Add a Cloud Build function, and set it to fire on commit to associated repository.
  • Add a Cloud Build trigger, and set it to fire on commit to associated registry.

3. How do you run a Docker container image on a Google Compute Engine virtual machine?

  • Create a VM instance and, in the web Ul, select Allow HTTP traffic
  • Create a VM instance and, in the web Ul, select Deploy a container image to this instance.
  • Create a VM instance, and then SSH into the instance and install Docker tools.
  • Create a VM instance, and then SSH into the instance and install Kubernetes tools.

4. You are implementing AM roles for your organization following GCP best practice. Which statement best reflects this?

  • At minimum, you should have two levels of access: one for networking, one for developers.
  • At minimum, you should have three levels of access: one for networking, one for security, one for developers.
  • At minimum, your should have two levels of access: one for admins, one for users.
  • At minimum, you should have three levels of access: one for admins, one for security, one for users.

5. You need to set CORS for some objects in a bucket for a client-side application. What do you do?

  • 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.
  • Segment the objects into two buckets. For the CORS objects, set the CORS policy at the bucket level.
  • Leave the obiects into 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.

6. To be able to configure an existing Cloud Function, what information should you review and from which location?

  • text payload in Cloud Storage logs
  • execution time in Cloud Storage logs
  • execution time in Stackdriver logs
  • text payload in Stackdriver logs

7. 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?

8. Cloud Genomics enables pipelines to run on top of which GCP service?

  • Cloud Dataproc
  • Google Kubernetes Engine
  • Compute Engine
  • Cloud Dataflow

9. You want to build a data lake application on GCP. Which two services should you use?

  • Cloud Storage and Cloud Spanner
  • Cloud Storage and BigQuery
  • Cloud Pub/Sub and BigQuery
  • Cloud Pub/Sub and Cloud Spanner

10. You want to build an application with conversation interpretation based on machine learning speech understanding. Which service is a best fit for this scenario?

  • AutoML Natural Language
  • Speech API
  • Natural Language Translation
  • Dialogflow

11. You want to select a fully managed, serverless platform for developing and hosting web applications at scale on GCP. Which service should you choose?

  • Google Kubernetes Engine
  • Google App Engine
  • Cloud Functions
  • Google Compute Engine

12. You need to deploy Redis with unique persistent identities and stable hostnames on GKE. What type of deployment object do you use?

  • Python nested template
  • YAM configuration file
  • stateful set
  • GCP deployment

13. To be able to decrypt files that were encrypted with a customer- managed key, what conditions must be met?

  • Specify a decryption key and version with the same name as the encryption key and version. The named key and that version must be enabled.
  • 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. At least one version of a key with that name must be enabled.
  • Specify the decryption key with the same name as the encryption key. The named key and that version must be enabled.

14. How can you enable clients inside a GKE cluster to be able to contact Pods?

  • Configure a node port. Configure the clients to connect via the node port.
  • 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 load balancer. Configure the clients to connect via the load balancer.

15. To configure a GCP Organization, which item should you create first?

  • Super Admin account
  • Admin account
  • recovery password
  • multi-factor authentication

Leave a Reply