Google Associate Cloud Engineer Practice Exam PR00061 Part 1
gcp-examquestions2020-12-01T10:45:07+07:00Notes: Hi all, Google Associate Cloud Engineer Practice Exam will familiarize you with types of questions you may encounter on the certification exam and help you determine your readiness or if you need more preparation and/or experience. Successful completion of the practice exam does not guarantee you will pass the certification exam as the actual exam is longer and covers a wider range of topics.
We highly recommend you should take Google Associate Cloud Engineer Guarantee Part because it include real questions and highlighted answers are collected in our exam. It will help you pass exam in easier way.
For PDF Version: https://gcp-examquestions.com/gcp-associate-cloud-engineer-practice/
Part 1: Google Associate Cloud Engineer Practice Exam Part 1
Part 2: Google Associate Cloud Engineer Practice Exam Part 2
Quiz-summary
0 of 40 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
Information
GCP-ASSOCIATE-PART1
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 40 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- Answered
- Review
- Question 1 of 40
1. Question
You are a project owner and need your co-worker to deploy a new version of your application to App Engine. You want to follow Google’s recommended practices. Which IAM roles should you grant your co-worker?
CorrectIncorrectHint
Hint Answer: C
https://cloud.google.com/iam/docs/understanding-roles - Question 2 of 40
2. Question
Your company has reserved a monthly budget for your project. You want to be informed automatically of your project spend so that you can take action when you approach the limit. What should you do?
CorrectIncorrect - Question 3 of 40
3. Question
You have a project using BigQuery. You want to list all BigQuery jobs for that project. You want to set this project as the default for the bq command-line tool. What should you do?
CorrectIncorrect - Question 4 of 40
4. Question
Your project has all its Compute Engine resources in the europe-west1 region. You want to set europe-west1 as the default region for gcloud commands. What should you do?
CorrectIncorrect - Question 5 of 40
5. Question
You developed a new application for App Engine and are ready to deploy it to production. You need to estimate the costs of running your application on Google Cloud Platform as accurately as possible. What should you do?
CorrectIncorrectHint
Hint Answer: C is correct because this is the proper way to estimate charges
- Question 6 of 40
6. Question
Your company processes high volumes of IoT data that are time-stamped. The total data volume can be several petabytes. The data needs to be written and changed at a high speed. You want to use the most performant storage option for your data. Which product should you use?
CorrectIncorrectHint
Hint Answer: C is correct because Cloud Bigtable is the most performant storage option to work with IoT and time series data.
https://cloud.google.com/bigtable/docs/schema-design-time-series - Question 7 of 40
7. Question
Your application has a large international audience and runs stateless virtual machines within a managed instance group across multiple locations. One feature of the application lets users upload files and share them with other users. Files must be available for 30 days; after that, they are removed from the system entirely. Which storage solution should you choose?
CorrectIncorrectHint
Hint Answer: B is correct because buckets can be multi-regional and have lifecycle management.
- Question 8 of 40
8. Question
You have a definition for an instance template that contains a web application. You are asked to deploy the application so that it can scale based on the HTTP traffic it receives. What should you do?
CorrectIncorrectHint
Hint Answer: C is correct because a managed instance group can use an instance template to scale based on HTTP traffic.
https://cloud.google.com/compute/docs/instance-groups/#managed_instance_groups_and_autoscaling
https://cloud.google.com/compute/docs/images/export-image
https://cloud.google.com/compute/docs/load-balancing/http/adding-a-backend-bucket-to-content-based-load-balancing - Question 9 of 40
9. Question
You are creating a Kubernetes Engine cluster to deploy multiple pods inside the cluster. All container logs must be stored in BigQuery for later analysis. You want to follow Google-recommended practices. Which two approaches can you take?
CorrectIncorrectHint
Hint Answer: A Is correct because creating a cluster with Stackdriver Logging option will enable all the container logs to be stored in Stackdriver Logging.
E Is correct because Stackdriver Logging support exporting logs to BigQuery by creating sinks
https://cloud.google.com/kubernetes-engine/docs/how-to/logging
https://cloud.google.com/logging/docs/export/configure_export_v2
https://kubernetes.io/docs/reference/labels-annotations-taints/ - Question 10 of 40
10. Question
You need to create a new Kubernetes Cluster on Google Cloud Platform that can autoscale the number of worker nodes. What should you do?
CorrectIncorrectHint
Hint Answer: A is correct because this is the way to set up an autoscaling Kubernetes cluster.
https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler - Question 11 of 40
11. Question
You have an application server running on Compute Engine in the europe-west1-d zone. You need to ensure high availability and replicate the server to the europe-west2-c zone using the fewest steps possible. What should you do?
CorrectIncorrectHint
Hint Answer: A is correct because this makes sure the VM gets replicated in the new zone.
- Question 12 of 40
12. Question
Your company has a mission-critical application that serves users globally. You need to select a transactional, relational data storage system for this application. Which two products should you consider
CorrectIncorrectHint
Hint Answer: B is correct because Cloud SQL is a relational and transactional database in the list.
C Is correct because Spanner is a relational and transactional database in the list. - Question 13 of 40
13. Question
You have a Kubernetes cluster with 1 node-pool. The cluster receives a lot of traffic and needs to grow. You decide to add a node. What should you do?
CorrectIncorrectHint
Hint Answer: A is correct because this resizes the cluster to the desired number of nodes.
- Question 14 of 40
14. Question
You created an update for your application on App Engine. You want to deploy the update without impacting your users. You want to be able to roll back as quickly as possible if it fails. What should you do?
CorrectIncorrectHint
Hint Answer: D is correct because this makes sure there is no downtime and you can roll back the fastest.
https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic - Question 15 of 40
15. Question
You have created a Kubernetes deployment, called Deployment-A, with 3 replicas on your cluster. Another deployment, called Deployment-B, needs access to Deployment-A. You cannot expose Deployment-A outside of the cluster. What should you do?
CorrectIncorrectHint
Hint Answer: D is correct because this exposes the service on a cluster-internal IP address. Choosing this method makes the service reachable only from within the cluster.
https://kubernetes.io/docs/concepts/services-networking/service/ - Question 16 of 40
16. Question
You need to estimate the annual cost of running a Bigquery query that is scheduled to run nightly. What should you do?
CorrectIncorrectHint
Hint Answer: B is correct because this is the correct way to estimate the yearly BigQuery querying costs.
- Question 17 of 40
17. Question
You want to find out who in your organization has Owner access to a project called “my-project”.What should you do?
CorrectIncorrectHint
Hint Answer: B is correct because this shows you the Owners of the project.
- Question 18 of 40
18. Question
You want to create a new role for your colleagues that will apply to all current and future projects created in your organization. The role should have the permissions of the BigQuery Job User and Cloud Bigtable User roles. You want to follow Google’s recommended practices. How should you create the new role?
CorrectIncorrectHint
Hint Answer: D is correct because this creates a new role with the combined permissions on the organization level.
- Question 19 of 40
19. Question
You work in a small company where everyone should be able to view all resources of a specific project. You want to grant them access following Google’s recommended practices. What should you do?
CorrectIncorrectHint
Hint Answer: C is correct because Google recommends to use groups where possible.
https://cloud.google.com/sdk/gcloud/reference/iam/ - Question 20 of 40
20. Question
You need to verify the assigned permissions in a custom IAM role. What should you do?
CorrectIncorrectHint
Hint Answer: A is correct because this is the correct console area to view permission assigned to a custom role in a particular project.
https://cloud.google.com/iam/docs/understanding-roles
https://cloud.google.com/iam/docs/creating-custom-roles - Question 21 of 40
21. Question
Which of the following services provides real-time messaging?
CorrectIncorrectHint
Answer: A
- Question 22 of 40
22. Question
Which of the following tasks would Nearline Storage be well suited for?
CorrectIncorrect - Question 23 of 40
23. Question
Which of the following products will allow you to administer your projects through a browser based command-line?
CorrectIncorrectHint
Answer: D
https://cloud.google.com/shell/ - Question 24 of 40
24. Question
Cloud SQL is based on which database engine?
CorrectIncorrectHint
Answer: B
https://cloud.google.com/sql/docs/features#differences - Question 25 of 40
25. Question
Which of the following products will allow you to perform live debugging without stopping your application?
CorrectIncorrectHint
Answer: B
https://cloud.google.com/debugger/docs/ - Question 26 of 40
26. Question
Which of these options is not a valid Cloud Storage class?
CorrectIncorrectHint
Answer: A
https://cloud.google.com/storage/docs/storage-classes - Question 27 of 40
27. Question
Regarding Cloud Storage, which option allows any user to access to a Cloud Storage resource for a limited time, using a specific URL?
CorrectIncorrect - Question 28 of 40
28. Question
Of the options given, which is a NoSQL database?
CorrectIncorrect - Question 29 of 40
29. Question
Container Engine allows orchastration of what type of containers?
CorrectIncorrectHint
Answer: D
- Question 30 of 40
30. Question
Regarding Cloud IAM, what type of role(s) are available?
CorrectIncorrectHint
- Question 31 of 40
31. Question
Which of the follow products will allow you to host a static website?
CorrectIncorrectHint
Answer: C
- Question 32 of 40
32. Question
Container Engine is built on which open source system?
CorrectIncorrectHint
- Question 33 of 40
33. Question
Cloud Source Repositories provide a hosted version of which version control system?
CorrectIncorrectHint
Hint Answer: A
https://cloud.google.com/source-repositories/docs/ - Question 34 of 40
34. Question
Which of the following is an analytics data warehouse?
CorrectIncorrectHint
Answer: B
https://cloud.google.com/bigquery/ - Question 35 of 40
35. Question
Which service offers the ability to create and run virtual machines?
CorrectIncorrectHint
Answer: D
https://cloud.google.com/compute/ - Question 36 of 40
36. Question
Which of the following is not helpful for mitigating the impact of an unexpected failure or reboot?
CorrectIncorrect - Question 37 of 40
37. Question
Which tool allows you to sync data in your Google domain with Active Directory?
CorrectIncorrectHint
- Question 38 of 40
38. Question
Regarding Cloud Storage: which of the following allows for time-limited access to buckets and objects without a Google account?
CorrectIncorrect - Question 39 of 40
39. Question
Which of the following is a virtual machine instance that can be terminated by Compute Engine without warning?
CorrectIncorrect - Question 40 of 40
40. Question
Regarding Compute Engine: What is a managed instance group?
CorrectIncorrectHint
Answer: B
https://cloud.google.com/compute/docs/instance-groups/
Leave a Reply