Summer 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

Exams4sure Dumps

Associate-Cloud-Engineer Practice Questions

Google Cloud Certified - Associate Cloud Engineer

Last Update 1 day ago
Total Questions : 363

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)
$54.25
$154.99

Associate-Cloud-Engineer Testing Engine

Associate-Cloud-Engineer PDF (Printable)
$59.5
$169.99

Associate-Cloud-Engineer PDF + Testing Engine

Associate-Cloud-Engineer PDF (Printable)
$74.55
$212.99
Question # 31

(You are managing the security configuration of your company ' s Google Cloud organization. The Operations team needs specific permissions on both a Google Kubernetes Engine (GKE) cluster and a Cloud SQL instance. Two predefined Identity and Access Management (IAM) roles exist that contain a subset of the permissions needed by the team. You need to configure the necessary IAM permissions for this team while following Google-recommended practices. What should you do?)

Options:

A.  

Grant the team the two predefined IAM roles.

B.  

Create a custom IAM role that combines the permissions from the two relevant predefined roles.

C.  

Create a custom IAM role that includes only the required permissions from the predefined roles.

D.  

Grant the team the IAM roles of Kubernetes Engine Admin and Cloud SQL Admin.

Discussion 0
Question # 32

Your company has many legacy third-party applications that rely on a shared NFS server for file sharing between these workloads. You want to modernize the NFS server by using a Google Cloud managed service. You need to select the solution that requires the least amount of change to the application. What should you do?

Options:

A.  

Configure Firestore. Configure all applications to use Firestore instead of the NFS server.

B.  

Deploy a Filestore instance. Replace all NFS mounts with a Filestore mount.

C.  

Create a Cloud Storage bucket. Configure all applications to use Cloud Storage client libraries instead of the NFS server.

D.  

Create a Compute Engine instance and configure an NFS server on the instance. Point all NFS mounts to the Compute Engine instance.

Discussion 0
Question # 33

Your company is moving from an on-premises environment to Google Cloud Platform (GCP). You have multiple development teams that use Cassandra environments as backend databases. They all need a development environment that is isolated from other Cassandra instances. You want to move to GCP quickly and with minimal support effort. What should you do?

Options:

A.  

1. Build an instruction guide to install Cassandra on GCP.2. Make the instruction guide accessible to your developers.

B.  

1. Advise your developers to go to Cloud Marketplace.2. Ask the developers to launch a Cassandra image for their development work.

C.  

1. Build a Cassandra Compute Engine instance and take a snapshot of it.2. Use the snapshot to create instances for your developers.

D.  

1. Build a Cassandra Compute Engine instance and take a snapshot of it.2.Upload the snapshot to Cloud Storage and make it accessible to your developers.3.Build instructions to create a Compute Engine instance from the snapshot so that developers can do it themselves.

Discussion 0
Question # 34

You have developed a web application that serves traffic for a local event and are expecting unpredictable traffic. You have containerized the application, and you now want to deploy the application on Google Cloud. You also want to minimize costs. What should you do?

Options:

A.  

Deploy the web application as a Cloud Run service.

B.  

Deploy the web application on Google Kubernetes Engine In Standard mode.

C.  

Deploy the web application as a Cloud Run job.

D.  

Deploy the web application on Google Kubernetes Engine in Autopilot mode.

Discussion 0
Question # 35

Your web application has been running successfully on Cloud Run for Anthos. You want to evaluate an updated version of the application with a specific percentage of your production users (canary deployment). What should you do?

Options:

A.  

Create a new service with the new version of the application. Split traffic between this version and the version that is currently running.

B.  

Create a new revision with the new version of the application. Split traffic between this version and the version that is currently running.

C.  

Create a new service with the new version of the application. Add an HTTP Load Balancer in front of both services.

D.  

Create a new revision with the new version of the application. Add an HTTP Load Balancer in front of both revisions.

Discussion 0
Question # 36

You are deploying an application to a Compute Engine VM in a managed instance group. The application must be running at all times, but only a single instance of the VM should run per GCP project. How should you configure the instance group?

Options:

A.  

Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 1.

B.  

Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 1.

C.  

Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 2.

D.  

Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 2.

Discussion 0
Question # 37

You are running a web application on Cloud Run for a few hundred users. Some of your users complain that the initial web page of the application takes much longer to load than the following pages. You want to follow Google ' s recommendations to mitigate the issue. What should you do?

Options:

A.  

Update your web application to use the protocol HTTP/2 instead of HTTP/1.1

B.  

Set the concurrency number to 1 for your Cloud Run service.

C.  

Set the maximum number of instances for your Cloud Run service to 100.

D.  

Set the minimum number of instances for your Cloud Run service to 3.

Discussion 0
Question # 38

The sales team has a project named Sales Data Digest that has the ID acme-data-digest You need to set up similar Google Cloud resources for the marketing team but their resources must be organized independently of the sales team. What should you do?

Options:

A.  

Grant the Project Editor role to the Marketing learn for acme data digest

B.  

Create a Project Lien on acme-data digest and then grant the Project Editor role to the Marketing team

C.  

Create another protect with the ID acme-marketing-data-digest for the Marketing team and deploy the resources there

D.  

Create a new protect named Meeting Data Digest and use the ID acme-data-digest Grant the Project Editor role to the Marketing team.

Discussion 0
Question # 39

You have an application that receives SSL-encrypted TCP traffic on port 443. Clients for this application are located all over the world. You want to minimize latency for the clients. Which load balancing option should you use?

Options:

A.  

HTTPS Load Balancer

B.  

Network Load Balancer

C.  

SSL Proxy Load Balancer

D.  

Internal TCP/UDP Load Balancer. Add a firewall rule allowing ingress traffic from 0.0.0.0/0 on the target instances.

Discussion 0
Question # 40

You are developing a monitoring application that runs on a Google Kubernetes Engine (GKE) cluster. The application requires credentials from a service account to collect performance data. However, your organization has a policy that prohibits the creation of new service account keys. You need to grant the application access while following Google-recommended security practices. What should you do?

Options:

A.  

Use your personal user credentials to authenticate the application, ensuring your account has the necessary permissions.

B.  

Create a new project, generate a service account key in the new project, and grant the service account the required IAM roles in the application project.

C.  

Override the organization policy in the project, and create a long-lived service account key in the GKE cluster.

D.  

Configure Workload Identity Federation to allow the application to impersonate a service account.

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

Free Exams Sample Questions