Associate Cloud Engineer Sample Questions

Associate Cloud Engineer Sample Questions

20 Qs

quiz-placeholder

Similar activities

Spring Test for Class X 2024

Spring Test for Class X 2024

10th Grade

17 Qs

Weather

Weather

Professional Development

15 Qs

2023-2024 Fundamentals of Technology FINAL

2023-2024 Fundamentals of Technology FINAL

KG - University

23 Qs

Checks, Deposit Slips, and Balancing Checkbook Quiz Practice

Checks, Deposit Slips, and Balancing Checkbook Quiz Practice

9th - 12th Grade

20 Qs

Level 5 - Security Zones Quiz

Level 5 - Security Zones Quiz

KG - University

15 Qs

Budgeting - Unit 10

Budgeting - Unit 10

9th - 12th Grade

20 Qs

Professional Educator 4E Chapter 3 Quiz Game

Professional Educator 4E Chapter 3 Quiz Game

KG - University

25 Qs

Unit 7: All About the Weather

Unit 7: All About the Weather

KG - University

15 Qs

Associate Cloud Engineer Sample Questions

Associate Cloud Engineer Sample Questions

Assessment

Quiz

others

Hard

Created by

Diane Ponte

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your organization plans to migrate its financial transaction monitoring application to Google Cloud. Auditors need to view the data and run reports in BigQuery, but they are not allowed to perform transactions in the application. You are leading the migration and want the simplest solution that will require the least amount of maintenance. What should you do?
A. Assign roles/bigquery.dataViewer to the individual auditors.
B. Create a group for auditors and assign roles/viewer to them.
C. Create a group for auditors, and assign roles/bigquery.dataViewer to them.
D. Assign a custom role to each auditor that allows view-only access to BigQuery.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are managing your company’s first Google Cloud project. Project leads, developers, and internal testers will participate in the project, which includes sensitive information. You need to ensure that only specific members of the development team have access to sensitive information. You want to assign the appropriate Identity and Access Management (IAM) roles that also require the least amount of maintenance. What should you do?
A. Assign a basic role to each user.
B. Create groups. Assign a basic role to each group, and then assign users to groups.
C. Create groups. Assign a Custom role to each group, including those who should have access to sensitive data. Assign users to groups.
D. Create groups. Assign an IAM Predefined role to each group as required, including those who should have access to sensitive data. Assign users to groups.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are responsible for monitoring all changes in your Cloud Storage and Firestore instances. For each change, you need to invoke an action that will verify the compliance of the change in near real time. You want to accomplish this with minimal setup. What should you do?
A. Use the trigger mechanism in each datastore to invoke the security script.
B. Use Cloud Function events, and call the security script from the Cloud Function triggers.
C. Redirect your data-changing queries to an App Engine application, and call the security script from the application.
D. Use a Python script to get logs of the datastores, analyze them, and invoke the security script.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your application needs to process a significant rate of transactions. The rate of transactions exceeds the processing capabilities of a single virtual machine (VM). You want to spread transactions across multiple servers in real time and in the most cost-effective manner. What should you do?
A. Send transactions to BigQuery. On the VMs, poll for transactions that do not have the ‘processed’ key, and mark them ‘processed’ when done.
B. Set up Cloud SQL with a memory cache for speed. On your multiple servers, poll for transactions that do not have the ‘processed’ key, and mark them ‘processed’ when done.
C. Send transactions to Pub/Sub. Process them in VMs in a managed instance group.
D. Record transactions in Cloud Bigtable, and poll for new transactions from the VMs.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your team needs to directly connect your on-premises resources to several virtual machines inside a virtual private cloud (VPC). You want to provide your team with fast and secure access to the VMs with minimal maintenance and cost. What should you do?
A. Set up Cloud Interconnect.
B. Use Cloud VPN to create a bridge between the VPC and your network.
C. Assign a public IP address to each VM, and assign a strong password to each one.
D. Start a Compute Engine VM, install a software router, and create a direct tunnel to each VM.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are implementing Cloud Storage for your organization. You need to follow your organization’s regulations. They include: 1) Archive data older than one year. 2) Delete data older than 5 years. 3) Use standard storage for all other data. You want to implement these guidelines automatically and in the simplest manner available. What should you do?
A. Set up Object Lifecycle management policies.
B. Run a script daily. Copy data that is older than one year to an archival bucket, and delete five-year-old data.
C. Run a script daily. Set storage class to ARCHIVE for data that is older than one year, and delete five-year-old data.
D. Set up default storage class for three buckets named: STANDARD, ARCHIVE, DELETED. Use a script to move the data in the appropriate bucket when its condition matches your company guidelines.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are creating a Cloud IOT application requiring data storage of up to 10 petabytes (PB). The application must support high-speed reads and writes of small pieces of data, but your data schema is simple. You want to use the most economical solution for data storage. What should you do?
A. Store the data in Cloud Spanner, and add an in-memory cache for speed.
B. Store the data in Cloud Storage, and distribute the data through Cloud CDN for speed.
C. Store the data in Cloud Bigtable, and implement the business logic in the programming language of your choice.
D. Use BigQuery, and implement the business logic in SQL.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?