Available Number of Questions: Maximum of
332 Questions
Exam Name: Google Associate Cloud Engineer
Exam Duration: 120 Minutes
Related Certification(s):
Google Cloud Certified Certification
Google Associate Cloud Engineer Exam Topics - You’ll Be Tested in Actual Exam
The Google Associate Cloud Engineer exam is a comprehensive assessment designed to evaluate your skills and knowledge in various aspects of cloud engineering. It covers a wide range of topics, including network management, where you'll learn to configure and optimize network infrastructure, ensuring seamless connectivity and performance. Cloud security is another crucial area, emphasizing the implementation of robust security measures to protect data and applications. You'll also delve into cost optimization strategies, learning how to efficiently manage cloud resources and reduce costs without compromising performance. Additionally, the exam assesses your understanding of deployment and development, covering topics like containerization, CI/CD pipelines, and cloud-native application development. Google Cloud Platform (GCP) fundamentals are also covered, providing a solid foundation in GCP services and tools. Lastly, you'll explore identity and access management, learning to manage user identities, permissions, and access controls effectively. Each topic is crucial for becoming a proficient cloud engineer, and this exam aims to ensure you have the skills to design, develop, and manage cloud solutions effectively.
Google Associate Cloud Engineer Exam Short Quiz
Attempt this Google Associate Cloud Engineer exam quiz to self-assess your preparation for the actual Google Associate Cloud Engineer exam. CertBoosters also provides premium Google Associate Cloud Engineer exam questions to pass the Google Associate Cloud Engineer exam in the shortest possible time. Be sure to try our free practice exam software for the Google Associate Cloud Engineer exam.
1of 0 questions |
Google Associate Cloud Engineer Exam Quiz
✓ 0 answered
🔖 0 bookmarked
GoogleAssociate Cloud Engineer
Q1:
You are planning to migrate the following on-premises data management solutions to Google Cloud:
* One MySQL cluster for your main database
* Apache Kafka for your event streaming platform
* One Cloud SOL for PostgreSOL database for your analytical and reporting needs
You want to implement Google-recommended solutions for the migration. You need to ensure that the new solutions provide global scalability and require minimal operational and infrastructure management. What should you do?
○
AMigrate from MySQL to Cloud SQL, from Kafka to Memorystore, and from Cloud SQL for PostgreSQL to Cloud SQL
○
BMigrate from MySQL to Cloud Spanner, from Kafka to Memorystore, and from Cloud SOL for PostgreSQL to Cloud SQL
○
CMigrate from MySQL to Cloud SOL, from Kafka to Pub/Sub, and from Cloud SOL for PostgreSQL to BigQuery.
○
DMigrate from MySQL to Cloud Spanner, from Kafka to Pub/Sub. and from Cloud SQL for PostgreSQL to BigQuery
GoogleAssociate Cloud Engineer
Q2:
Your web application is hosted on Cloud Run and needs to query a Cloud SOL database. Every morning during a traffic spike, you notice API quota errors in Cloud SOL logs. The project has already reached the maximum API quot
a. You want to make a configuration change to mitigate the issue. What should you do?
○
AModify the minimum number of Cloud Run instances.
○
BSet a minimum concurrent requests environment variable for the application.
○
CModify the maximum number of Cloud Run instances.
○
DUse traffic splitting.
GoogleAssociate Cloud Engineer
Q3:
Your company uses BigQuery to store and analyze dat
a. 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
☐
ASearch errors in Cloud Audit Logs to analyze the issue.
☐
BConfigure Cloud Trace to analyze the issue.
☐
CView errors in Cloud Monitoring to analyze the issue.
☐
DUse the information schema views to analyze the underlying issue.
☐
EUse BigQuery Bl Engine to analyzetheissue.
GoogleAssociate Cloud Engineer
Q4:
You have a VM instance running in a VPC with single-stack subnets. You need to ensure that the VM instance has a fixed IP address so that other services hosted in the same VPC can communicate with the VM. You want to follow Google-recommended practices while minimizing cost. What should you do?
○
AReserve a new static external IP address and assign the new IP address to the VM.
○
BPromote the existing IP address of the VM to become a static external IP address.
○
CReserve a new static external IPv6 address and assign the new IP address to the VM.
○
DPromote the existing IP address of the VM to become a static internal IP address.
GoogleAssociate Cloud Engineer
Q5:
You need to migrate invoice documents stored on-premises to Cloud Storage. The documents have the following storage requirements:
* Documents must be kept for five years.
* Up to five revisions of the same invoice document must be stored, to allow for corrections.
* Documents older than 365 days should be moved to lower cost storage tiers.
You want to follow Google-recommended practices to minimize your operational and development costs. What should you do?
○
AEnable retention policies on the bucket, and use Cloud Scheduler to invoke a Cloud Function to move or delete your documents based on their metadata.
○
BEnable retention policies on the bucket, use lifecycle rules to change the storage classes of the objects, set the number of versions, and delete old files.
○
CEnable object versioning on the bucket, and use Cloud Scheduler to invoke a Cloud Functions instance to move or delete your documents based on their metadata.
○
DEnable object versioning on the bucket, use lifecycle conditions to change the storage class of the objects, set the number of versions, and delete old files.