Authentic Best resources for Associate-Cloud-Engineer Test Engine Practice Exam [Q47-Q72]

Share

Authentic Best resources for Associate-Cloud-Engineer Test Engine Practice Exam

[2022] Associate-Cloud-Engineer PDF Questions - Perfect Prospect To Go With PassLeader Practice Exam


Below is the guide to get ready for the Associate Cloud Engineer Exam

Practice exams are built to make students comfortable with the real exam situation. If we see the statistics most students fail not due to that preparation but due to exam anxiety the fear of the unknown. PassLeader expert team recommends you to prepare some notes on these topics along with it don’t forget to practice Associate Cloud Engineer dumps which had been written by our expert team, Both these will help you a lot to clear this exam with good marks.

PassLeader is well recognized for a variety of dumps for Associate Cloud Engineer certification. Taking certificates is not an easy job since students have to study carefully. Associate Cloud Engineer education also takes a long time. Therefore, when considering student needs, we design many landfills for them with Associate Cloud Engineer questions. Our products, including the study guide, will help students pass exams. For you, we have an advanced way to prepare each material for you. We have used the latest information in the production of each product. Our Dumps are easy to use, so everyone can understand them.

 

NEW QUESTION 47
Your organization has a dedicated person who creates and manages all service accounts for Google Cloud projects. You need to assign this person the minimum role for projects. What should you do?

  • A. Add the user to roles/iam.securityAdmin role.
  • B. Add the user to roles/iam.roleAdmin role.
  • C. Add the user to roles/iam.serviceAccountAdmin role.
  • D. Add the user to roles/iam.serviceAccountUser role.

Answer: D

 

NEW QUESTION 48
You have developed a containerized web application that will serve Internal colleagues during business hours.
You want to ensure that no costs are incurred outside of the hours the application is used. You have just created a new Google Cloud project and want to deploy the application. What should you do?

  • A. Deploy the container on Cloud Run (fully managed), and set the minimum number of instances to zero.
  • B. Deploy the container on Cloud Run for Anthos, and set the minimum number of instances to zero
  • C. Deploy the container on App Engine flexible environment with autoscaling. and set the value min_instances to zero in the app yaml
  • D. Deploy the container on App Engine flexible environment with manual scaling, and set the value instances to zero in the app yaml

Answer: C

 

NEW QUESTION 49
A Solutions Architect is designing the architecture for a new three-tier web-based e-commerce site that must be available 24/7. Requests are expected to range from 100 to 10,000 each minute. Usage can vary depending on time of day, holidays, and promotions. The design should be able to handle these volumes, with the ability to handle higher volumes if necessary.
How should the Architect design the architecture to ensure the web tier is cost-optimized and can handle the expected traffic? (Choose two.)

  • A. Use Amazon Route 53 to route traffic to the correct region.
  • B. Launch Amazon EC2 instances in an Auto Scaling group behind an ELB.
  • C. Store all static files in a multi-AZ Amazon Aurora database.
  • D. Create an CloudFront distribution pointing to static content in Amazon S3.
  • E. Use Amazon S3 multi-part uploads to improve upload times.

Answer: B,D

 

NEW QUESTION 50
Every employee of your company has a Google account. Your operational team needs to manage a large number of instances on Compute Engine. Each member of this team needs only administrative access to the servers. Your security team wants to ensure that the deployment of credentials is operationally efficient and must be able to determine who accessed a given instance. What should you do?

  • A. Generate a new SSH key pair. Give the private key to each member of your team.
    Configure the public key as a project-wide public SSH key in your Cloud Platform project and allow project-wide public SSH keys on each instance.
  • B. Ask each member of the team to generate a new SSH key pair and to send you their public key.
    Use a configuration management tool to deploy those keys on each instance.
  • C. Ask each member of the team to generate a new SSH key pair and to add the public key to their Google account.
    Grant the "compute.osAdminLogin" role to the Google group corresponding to this team.
  • D. Generate a new SSH key pair. Give the private key to each member of your team.
    Configure the public key in the metadata of each instance.

Answer: A

 

NEW QUESTION 51
You have a batch workload that runs every night and uses a large number of virtual machines (VMs). It is fault-tolerant and can tolerate some of the VMs being terminated. The current cost of VMs is too high.
What should you do?

  • A. Run a test using N1 standard VMs instead of N2.
    If the test is successful, use N1 Standard VMs when running future jobs.
  • B. Run a test using a managed instance group.
    If the test is successful, use N1 Standard VMs in the managed instance group when running future jobs.
  • C. Run a test using simulated maintenance events.
    If the test is successful, use preemptible N1 Standard VMs when running future jobs.
  • D. Run a test using simulated maintenance events.
    If the test is successful, use N1 Standard VMs when running future jobs.

Answer: D

Explanation:
https://cloud.google.com/compute/vm-instance-pricing

 

NEW QUESTION 52
Your company developed a mobile game that is deployed on Google Cloud. Gamers are connecting to the game with their personal phones over the Internet. The game sends UDP packets to update the servers about the gamers' actions while they are playing in multiplayer mode. Your game backend can scale over multiple virtual machines (VMs), and you want to expose the VMs over a single IP address. What should you do?

  • A. Configure an Internal UDP load balancer in front of the application servers.
  • B. Configure an External Network load balancer in front of the application servers.
  • C. Configure an SSL Proxy load balancer in front of the application servers.
  • D. Configure an External HTTP(s) load balancer in front of the application servers.

Answer: C

Explanation:
https://cloud.google.com/solutions/connecting-securely

 

NEW QUESTION 53
You want to configure autohealing for network load balancing for a group of Compute Engine instances that run in multiple zones, using the fewest possible steps. You need to configure re-creation of VMs if they are unresponsive after 3 attempts of 10 seconds each. What should you do?

  • A. Create a managed instance group. Verify that the autoscaling setting is on.
  • B. Create a managed instance group. Set the Autohealing health check to healthy (HTTP).
  • C. Create an HTTP load balancer with a backend configuration that references an existing instance group. Set the health check to healthy (HTTP).
  • D. Create an HTTP load balancer with a backend configuration that references an existing instance group. Define a balancing mode and set the maximum RPS to 10.

Answer: C

 

NEW QUESTION 54
You are deploying a production application on Compute Engine. You want to prevent anyone from accidentally destroying the instance by clicking the wrong button. What should you do?

  • A. Enable Preemptibility on the instance.
  • B. Disable the flag "Delete boot disk when instance is deleted."
  • C. Enable delete protection on the instance.
  • D. Disable Automatic restart on the instance.

Answer: B

 

NEW QUESTION 55
You have one GCP account running in your default region and zone and another account running in a non-default region and zone. You want to start a new Compute Engine instance in these two Google Cloud Platform accounts using the command line interface. What should you do?

  • A. Activate two configurations using gcloud configurations activate [NAME]. Run gcloud configurations list to start the Compute Engine instances.
  • B. Activate two configurations using gcloud configurations activate [NAME]. Run gcloud config list to start the Compute Engine instances.
  • C. Create two configurations using gcloud config configurations create [NAME]. Run gcloud config configurations activate [NAME] to switch between accounts when running the commands to start the Compute Engine instances.
  • D. Create two configurations using gcloud config configurations create [NAME]. Run gcloud configurations list to start the Compute Engine instances.

Answer: B

Explanation:
Reference:
https://cloud.google.com/sdk/gcloud/reference/config/configurations/activate

 

NEW QUESTION 56
You are using Data Studio to visualize a table from your data warehouse that is built on top of BigQuery. Data is appended to the data warehouse during the day. At night, the daily summary is recalculated by overwriting the table. You just noticed that the charts in Data Studio are broken, and you want to analyze the problem. What should you do?

  • A. In Cloud Logging create a filter for your Data Studio report
  • B. Use the BigQuery interface to review the nightly Job and look for any errors
  • C. Use Cloud Debugger to find out why the data was not refreshed correctly
  • D. Review the Error Reporting page in the Cloud Console to find any errors.

Answer: C

 

NEW QUESTION 57
You have been asked to create robust Virtual Private Network (VPN) connectivity between a new Virtual Private Cloud (VPC) and a remote site. Key requirements include dynamic routing, a shared address space of
10.19.0.1/22, and no overprovisioning of tunnels during a failover event. You want to follow Google-recommended practices to set up a high availability Cloud VPN. What should you do?

  • A. Use a custom mode VPC network use Cloud Router border gateway protocol (86P) routes, and use active/passive routing
  • B. Use a custom mode VPC network, configure static routes, and use active/passive routing
  • C. Use an automatic mode VPC network, use Cloud Router border gateway protocol (BGP) routes and configure policy-based routing
  • D. Use an automatic mode VPC network, configure static routes, and use active/active routing

Answer: C

 

NEW QUESTION 58
You have downloaded and installed the gcloud command line interface (CLI) and have authenticated with your Google Account. Most of your Compute Engine instances in your project run in the europe-west1-d zone.
You want to avoid having to specify this zone with each CLI command when managing these instances. What should you do?

  • A. Create a Metadata entry on the Compute Engine page with key compute/zone and value europe-west1-d.
  • B. In the Settings page for Compute Engine under Default location, set the zone to europe-west1-d.
  • C. In the CLI installation directory, create a file called default.conf containing zone=europe-west1-d.
  • D. Set the europe-west1-d zone as the default zone using the gcloud config subcommand.

Answer: C

 

NEW QUESTION 59
You are building an archival solution for your data warehouse and have selected Cloud Storage to archive your dat a. Your users need to be able to access this archived data once a quarter for some regulatory requirements. You want to select a cost-efficient option. Which storage option should you use?

  • A. Multi-Regional Storage
  • B. Regional Storage
  • C. Nearline Storage
  • D. Cold Storage

Answer: D

Explanation:
Nearline, Coldline, and Archive offer ultra low-cost, highly-durable, highly available archival storage. For data accessed less than once a year, Archive is a cost-effective storage option for long-term preservation of data.
Coldline is also ideal for cold storage-data your business expects to touch less than once a quarter. For warmer storage, choose Nearline: data you expect to access less than once a month, but possibly multiple times throughout the year. All storage classes are available across all GCP regions and provide unparalleled sub-second access speeds with a consistent API.
Reference:
https://cloud.google.com/storage/archival

 

NEW QUESTION 60
You deployed an App Engine application using gcloud app deploy, but it did not deploy to the intended project. You want to find out why this happened and where the application deployed.
What should you do?

  • A. Go to Deployment Manager and review settings for deployment of applications.
  • B. Check the web-application.xml file for your application and check project settings.
  • C. Check the app.yaml file for your application and check project settings.
  • D. Go the Cloud Shell and run gcloud config list to review the Google Cloud configuration used for deployment.

Answer: D

Explanation:
As it would help to check the config details and Option A is not correct, as app.yaml would have only the runtime and script to run parameters and not the Project details.

 

NEW QUESTION 61
You need to create a Compute Engine instance in a new project that doesn't exist yet. What should you do?

  • A. Enable the Compute Engine API in the Cloud Console, use the Cloud SDK to create the instance, and then use the -pproject flag to specify a new project.
  • B. Using the Cloud SDK, create a new project, enable the Compute Engine API in that project, and then create the instance specifying your new project.
  • C. Enable the Compute Engine API in the Cloud Console. Go to the Compute Engine section of the Console to create a new instance, and look for the Create In A New Project option in the creation form.
  • D. Using the Cloud SDK, create the new instance, and use the -pproject flag to specify the new project.
    Answer yes when prompted by Cloud SDK to enable the Compute Engine API.

Answer: A

 

NEW QUESTION 62
You need a dynamic way of provisioning VMs on Compute Engine. The exact specifications will be in a dedicated configuration file. You want to follow Google's recommended practices. Which method should you use?

  • A. Deployment Manager
  • B. Cloud Composer
  • C. Managed Instance Group
  • D. Unmanaged Instance Group

Answer: C

Explanation:
Explanation
Explanation/Reference: https://cloud.google.com/compute/docs/instances/

 

NEW QUESTION 63
You've been running App Engine applications in a Standard Environment for a few weeks. With several successful deployments, you've just deployed a broken version, and the developers have gone home for the day. What is the fastest way to get the site back into a functioning state?

  • A. Use the gcloud app rollback command.
  • B. In the UI, click the Rollback button on the versions page.
  • C. Have the developers fix the issue and deploy.
  • D. In the UI, click Traffic Splitting and direct 100% of the traffic to the previous version.

Answer: D

 

NEW QUESTION 64
You are running multiple VPC-native Google Kubernetes Engine clusters in the same subnet. The IPs available for the nodes are exhausted, and you want to ensure that the clusters can grow in nodes when needed. What should you do?

  • A. Expand the CIDR range of the relevant subnet for the cluster.
  • B. Create a new subnet in the same region as the subnet being used.
  • C. Add an alias IP range to the subnet used by the GKE clusters.
  • D. Create a new VPC, and set up VPC peering with the existing VPC.

Answer: D

Explanation:
To create a VPC peering connection, first create a request to peer with another VPC.
Reference: https://docs.aws.amazon.com/vpc/latest/peering/vpc-pg.pdf

 

NEW QUESTION 65
You are using multiple configurations for gcloud. You want to review the configured Kubernetes Engine cluster of an inactive configuration using the fewest possible steps. What should you do?

  • A. Use kubectl config use-contextand kubectl config viewto review the output.
  • B. Use gcloud config configurations describeto review the output.
  • C. Use kubectl config get-contextsto review the output.
  • D. Use gcloud config configurations activateand gcloud config listto review the output.

Answer: A

Explanation:
Explanation/Reference: https://medium.com/google-cloud/kubernetes-engine-kubectl-config-b6270d2b656c

 

NEW QUESTION 66
Several employees at your company have been creating projects with Cloud Platform and paying for it with their personal credit cards, which the company reimburses. The company wants to centralize all these projects under a single, new billing account. What should you do?

  • A. Create a ticket with Google Support and wait for their call to share your credit card details over the phone.
  • B. Contact [email protected] with your bank account details and request a corporate billing account for your company.
  • C. In the Google Platform Console, go to the Resource Manage and move all projects to the root Organization.
  • D. In the Google Cloud Platform Console, create a new billing account and set up a payment method.

Answer: D

Explanation:
Reference:
https://www.whizlabs.com/blog/google-cloud-interview-questions/

 

NEW QUESTION 67
You created several resources in multiple Google Cloud projects. All projects are linked to different billing accounts. To better estimate future charges, you want to have a single visual representation of all costs incurred. You want to include new cost data as soon as possible. What should you do?

  • A. Fill all resources in the Pricing Calculator to get an estimate of the monthly cost.
  • B. Configure Billing Data Export to BigQuery and visualize the data in Data Studio.
  • C. Use the Reports view in the Cloud Billing Console to view the desired cost information.
  • D. Visit the Cost Table page to get a CSV export and visualize it using Data Studio.

Answer: B

 

NEW QUESTION 68
You are managing several Google Cloud Platform (GCP) projects and need access to all logs for the past 60 days. You want to be able to explore and quickly analyze the log contents. You want to follow Google- recommended practices to obtain the combined logs for all projects. What should you do?

  • A. Create a Stackdriver Logging Export with a Sink destination to a BigQuery dataset. Configure the table expiration to 60 days.
  • B. Configure a Cloud Scheduler job to read from Stackdriver and store the logs in BigQuery. Configure the table expiration to 60 days.
  • C. Navigate to Stackdriver Logging and select resource.labels.project_id="*"
  • D. Create a Stackdriver Logging Export with a Sink destination to Cloud Storage. Create a lifecycle rule to delete objects after 60 days.

Answer: A

 

NEW QUESTION 69
You need to grant access for three users so that they can view and edit table data on a Cloud Spanner instance. What should you do?

  • A. Run gcloud iam roles describe roles/spanner.databaseUser. Add the users to the role.
  • B. Run gcloud iam roles describe roles/spanner.viewer - -project my-project. Add the users to the role.
  • C. Run gcloud iam roles describe roles/spanner.databaseUser. Add the users to a new group.
    Add the group to the role.
  • D. Run gcloud iam roles describe roles/spanner.viewer - -project my-project. Add the users to a new group. Add the group to the role.

Answer: A

 

NEW QUESTION 70
You want to send and consume Cloud Pub/Sub messages from your App Engine application. The Cloud Pub/Sub API is currently disabled. You will use a service account to authenticate your application to the API. You want to make sure your application can use Cloud Pub/Sub. What should you do?

  • A. Use Deployment Manager to deploy your application. Rely on the automatic enablement of all APIs used by the application being deployed.
  • B. Grant the App Engine Default service account the role of Cloud Pub/Sub Admin. Have your application enable the API on the first connection to Cloud Pub/Sub.
  • C. Rely on the automatic enablement of the Cloud Pub/Sub API when the Service Account accesses it.
  • D. Enable the Cloud Pub/Sub API in the API Library on the GCP Console.

Answer: D

 

NEW QUESTION 71
Your organization needs to grant users access to query datasets in BigQuery but prevent them from accidentally deleting the datasets. You want a solution that follows Google-recommended practices. What should you do?

  • A. Create a custom role by removing delete permissions. Add users to the group, and then add the group to the custom role.
  • B. Create a custom role by removing delete permissions, and add users to that role only.
  • C. Add users to roles/bigquery dataEditor role only, instead of roles/bigquery dataOwner.
  • D. Add users to roles/bigquery user role only, instead of roles/bigquery dataOwner.

Answer: D

Explanation:
https://cloud.google.com/bigquery/docs/access-control#bigquery

 

NEW QUESTION 72
......


To get more details about it please visit:

Associate Cloud Engineer Exam Reference

 

Best updated resource for Associate-Cloud-Engineer Online Practice Exam: https://www.passleader.top/Google/Associate-Cloud-Engineer-exam-braindumps.html

Realistic Practice Associate-Cloud-Engineer Google Associate Cloud Engineer Exam Exam Braindumps: https://drive.google.com/open?id=199he9mDZmIL1K7B3ZCqv6DhkbDop9yVG