Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

Associate-Cloud-Engineer Google Cloud Certified - Associate Cloud Engineer is now Stable and With Pass Result | Test Your Knowledge for Free

Associate-Cloud-Engineer Practice Questions

Google Cloud Certified - Associate Cloud Engineer

Last Update 4 days ago
Total Questions : 332

Dive into our fully updated and stable Associate-Cloud-Engineer practice test platform, featuring all the latest Google Cloud Certified exam questions added this week. Our preparation tool is more than just a Google study aid; it's a strategic advantage.

Our free Google Cloud Certified practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about Associate-Cloud-Engineer. Use this test to pinpoint which areas you need to focus your study on.

Associate-Cloud-Engineer PDF

Associate-Cloud-Engineer PDF (Printable)
$43.75
$124.99

Associate-Cloud-Engineer Testing Engine

Associate-Cloud-Engineer PDF (Printable)
$50.75
$144.99

Associate-Cloud-Engineer PDF + Testing Engine

Associate-Cloud-Engineer PDF (Printable)
$63.7
$181.99
Question # 21

(Your digital media company stores a large number of video files on-premises. Each video file ranges from 100 MB to 100 G

B.  

You are currently storing 150 TB of video data in your on-premises network, with no room for expansion. You need to migrate all infrequently accessed video files older than one year to Cloud Storage to ensure that on-premises storage remains available for new files. You must also minimize costs and control bandwidth usage. What should you do?)

Options:

A.  

Create a Cloud Storage bucket. Establish an Identity and Access Management (IAM) role with write permissions to the bucket. Use the gsutil tool to directly copy files over the network to Cloud Storage.

B.  

Set up a Cloud Interconnect connection between the on-premises network and Google Cloud. Establish a private endpoint for Filestore access. Transfer the data from the existing Network File System (NFS) to Filestore.

C.  

Use Transfer Appliance to request an appliance. Load the data locally, and ship the appliance back to Google for ingestion into Cloud Storage.

D.  

Use Storage Transfer Service to move the data from the selected on-premises file storage systems to a Cloud Storage bucket.

Discussion 0
Question # 22

Your company uses BigQuery to store and analyze data. Upon submitting your query in BigQuery, the query fails with a quotaExceeded error. You need to diagnose the issue causing the error. What should you do?

Choose 2 answers

Options:

A.  

Search errors in Cloud Audit Logs to analyze the issue.

B.  

Configure Cloud Trace to analyze the issue.

C.  

View errors in Cloud Monitoring to analyze the issue.

D.  

Use the information schema views to analyze the underlying issue.

E.  

Use BigQuery Bl Engine to analyze the issue.

Discussion 0
Question # 23

You need to deploy a single stateless web application with a web interface and multiple endpoints. For security reasons, the web application must be reachable from an internal IP address from your company's private VPC and on-premises network. You also need to update the web application multiple times per day with minimal effort and want to manage a minimal amount of cloud infrastructure. What should you do?

Options:

A.  

Deploy the web application on Google Kubernetes Engine standard edition with an internal ingress.

B.  

Deploy the web application on Cloud Run with Private Google Access configured

C.  

Deploy the web application to GKE Autopilot with Private Google Access configured

D.  

Deploy the web application on Cloud Run with Private Service Connect configured.

Discussion 0
Question # 24

You have two Google Cloud projects: project-a with VPC vpc-a (10.0.0.0/16) and project-b with VPC vpc-b (10.8.0.0/16). Your frontend application resides in vpc-a and the backend API services ate deployed in vpc-b. You need to efficiently and cost-effectively enable communication between these Google Cloud projects. You also want to follow Google-recommended practices. What should you do?

Options:

A.  

Configure a Cloud Router in vpc-a and another Cloud Router in vpc-b.

B.  

Configure a Cloud Interconnect connection between vpc-a and vpc-b.

C.  

Create VPC Network Peering between vpc-a and vpc-b.

D.  

Create an OpenVPN connection between vpc-a and vpc-b.

Discussion 0
Question # 25

You have a developer laptop with the Cloud SDK installed on Ubuntu. The Cloud SDK was installed from the Google Cloud Ubuntu package repository. You want to test your application locally on your laptop with Cloud Datastore. What should you do?

Options:

A.  

Export Cloud Datastore data using gcloud datastore export.

B.  

Create a Cloud Datastore index using gcloud datastore indexes create.

C.  

Install the google-cloud-sdk-datastore-emulator component using the apt get install command.

D.  

Install the cloud-datastore-emulator component using the gcloud components install command.

Discussion 0
Question # 26

Your company uses BigQuery for data warehousing. Over time, many different business units in your company have created 1000+ datasets across hundreds of projects. Your CIO wants you to examine all datasets to find tables that contain an employee_ssn column. You want to minimize effort in performing this task. What should you do?

Options:

A.  

Go to Data Catalog and search for employee_ssn in the search box.

B.  

Write a shell script that uses the bq command line tool to loop through all the projects in your organization.

C.  

Write a script that loops through all the projects in your organization and runs a query on INFORMATION_SCHEM

A.  

COLUMNS view to find the employee_ssn column.

D.  

Write a Cloud Dataflow job that loops through all the projects in your organization and runs a query on INFORMATION_SCHEM

A.  

COLUMNS view to find employee_ssn column.

Discussion 0
Question # 27

You created a Kubernetes deployment by running kubectl run nginx image=nginx labels=app=prod. Your Kubernetes cluster is also used by a number of other deployments. How can you find the identifier of the pods for this nginx deployment?

Options:

A.  

kubectl get deployments –output=pods

B.  

gcloud get pods –selector=”app=prod”

C.  

kubectl get pods -I “app=prod”

D.  

gcloud list gke-deployments -filter={pod }

Discussion 0
Question # 28

You are analyzing Google Cloud Platform service costs from three separate projects. You want to use this information to create service cost estimates by service type, daily and monthly, for the next six months using standard query syntax. What should you do?

Options:

A.  

Export your bill to a Cloud Storage bucket, and then import into Cloud Bigtable for analysis.

B.  

Export your bill to a Cloud Storage bucket, and then import into Google Sheets for analysis.

C.  

Export your transactions to a local file, and perform analysis with a desktop tool.

D.  

Export your bill to a BigQuery dataset, and then write time window-based SQL queries for analysis.

Discussion 0
Question # 29

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 yourapplication to the API. You want to make sure your application can use Cloud Pub/Sub. What should you do?

Options:

A.  

Enable the Cloud Pub/Sub API in the API Library on the GCP Console.

B.  

Rely on the automatic enablement of the Cloud Pub/Sub API when the Service Account accesses it.

C.  

Use Deployment Manager to deploy your application. Rely on the automatic enablement of all APIs used by the application being deployed.

D.  

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.

Discussion 0
Question # 30

Your company runs its Linux workloads on Compute Engine instances. Your company will be working with a new operations partner that does not use Google Accounts. You need to grant access to the instances to your operations partner so they can maintain the installed tooling. What should you do?

Options:

A.  

Enable Cloud IAP for the Compute Engine instances, and add the operations partner as a Cloud IAP Tunnel User.

B.  

Tag all the instances with the same network tag. Create a firewall rule in the VPC to grant TCP access on port 22 for traffic from the operations partner to instances with the network tag.

C.  

Set up Cloud VPN between your Google Cloud VPC and the internal network of the operations partner.

D.  

Ask the operations partner to generate SSH key pairs, and add the public keys to the VM instances.

Discussion 0
Get Associate-Cloud-Engineer dumps and pass your exam in 24 hours!

Free Exams Sample Questions