Cloud
shalla
Home
Learn
Certifications
Jobs
Roadmap
Interviews
AWS Interviews
Azure Interviews
GCP Interviews
DevOps Interviews
Cloud Engineer
Linux Interviews
Sign In
Get Started
Home
/
Directory
/
associate cloud engineer
associate cloud engineer Practice Questions
Page 1 of 3 (240 total questions)
You are designing a serverless microservices architecture for a new startup. The application needs to handle unpredictable traffic spikes without managing any underlying infrastructure. Which compute service should you use?
View Question & Answer ➔
Which Google Cloud service allows you to create and manage virtual machine instances on Google's infrastructure?
View Question & Answer ➔
What is the primary difference between Preemptible VMs and Standard VMs?
View Question & Answer ➔
Which tool would you use to create a custom machine type with a specific number of vCPUs and amount of memory?
View Question & Answer ➔
Which feature of Managed Instance Groups (MIGs) allows the group to automatically add or remove instances based on CPU load?
View Question & Answer ➔
What is 'Autohealing' in a Managed Instance Group?
View Question & Answer ➔
What is the primary way to perform a rolling update of VMs in a Managed Instance Group?
View Question & Answer ➔
Which IAM role is required to create and manage service accounts in a Google Cloud project?
View Question & Answer ➔
What is the best practice for granting permissions in Google Cloud?
View Question & Answer ➔
Which IAM entity is a special type of account used by an application or a virtual machine to make authorized API calls?
View Question & Answer ➔
You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?
View Question & Answer ➔
You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?
View Question & Answer ➔
Which Cloud Storage class is optimized for data that is accessed at most once a year, such as long-term backups for compliance?
View Question & Answer ➔
What is 'Object Lifecycle Management' in Cloud Storage used for?
View Question & Answer ➔
Which Cloud Storage feature allows you to restrict access to objects in a bucket so that they are only accessible via a signed URL that expires after a certain time?
View Question & Answer ➔
What is the primary benefit of 'Uniform bucket-level access' in Cloud Storage?
View Question & Answer ➔
An administrator wants to prevent an object in a bucket from being deleted or overwritten for a specific period (e.g., 7 years) to meet legal requirements. Which feature should they use?
View Question & Answer ➔
What is the purpose of 'Object Versioning' in Cloud Storage?
View Question & Answer ➔
Which tool can be used to transfer terabytes of data from an on-premises cluster to Cloud Storage efficiently, especially when multiple machines can copy data in parallel?
View Question & Answer ➔
Is Cloud Storage considered a 'Global' resource in Google Cloud?
View Question & Answer ➔
A financial application requires a relational database that supports high availability and automated backups. The database must be fully managed to reduce operational overhead. Which service fits these requirements?
View Question & Answer ➔
Which Google Cloud service provides fully managed MySQL, PostgreSQL, and SQL Server databases?
View Question & Answer ➔
What is 'High Availability' configuration in Cloud SQL used for?
View Question & Answer ➔
How can you improve the performance of heavy READ workloads on a Cloud SQL instance?
View Question & Answer ➔
Which Cloud SQL feature allows you to connect to your database from a local machine or a VM securely without using a public IP or configuring firewall rules?
View Question & Answer ➔
Does Cloud SQL support automatic storage increases when the disk space is running low?
View Question & Answer ➔
What is 'Point-in-Time Recovery' (PITR) in Cloud SQL?
View Question & Answer ➔
Can a Cloud SQL instance use 'Private IP' (internal VPC address) to communicate with other resources in the same network?
View Question & Answer ➔
Which Cloud SQL maintenance option allows an administrator to define a regular weekly time slot where GCP can perform system updates?
View Question & Answer ➔
What is the maximum amount of storage supported by a single Cloud SQL for SQL Server instance?
View Question & Answer ➔
Your application generates millions of clickstream events per second. You need a service to ingest and buffer this data in real-time before processing it. Which service fits this need?
View Question & Answer ➔
Which Google Cloud NoSQL database is designed for mobile and web apps, providing real-time data synchronization across clients?
View Question & Answer ➔
What is the primary difference between 'Datastore mode' and 'Native mode' in Firestore?
View Question & Answer ➔
How does Cloud Firestore handle data consistency in a multi-region deployment?
View Question & Answer ➔
What is a 'Collection' in Cloud Firestore?
View Question & Answer ➔
Which feature of Firestore allows you to run a piece of code on the server-side to validate data or perform complex logic before a document is written?
View Question & Answer ➔
Does Cloud Firestore require you to provision the underlying compute or storage resources?
View Question & Answer ➔
What type of queries are supported by Cloud Firestore?
View Question & Answer ➔
Can Cloud Firestore be used in offline mode on a mobile device?
View Question & Answer ➔
What is 'Composite Indexing' in Firestore used for?
View Question & Answer ➔
You are analyzing petabytes of data for business intelligence reports. You need a fully managed, serverless enterprise data warehouse that supports SQL queries. Which service is best suited for this task?
View Question & Answer ➔
Which Google Cloud service is a serverless, highly scalable, and cost-effective multi-cloud data warehouse designed for business agility?
View Question & Answer ➔
What does it mean that BigQuery has a 'Separated Storage and Compute' architecture?
View Question & Answer ➔
An administrator wants to query data that is stored in Cloud Storage (CSV/Parquet) without loading it into BigQuery. Which feature should they use?
View Question & Answer ➔
Which BigQuery feature helps reduce query costs and improve performance by only scanning relevant data blocks based on a column like 'timestamp'?
View Question & Answer ➔
What is 'BigQuery ML' used for?
View Question & Answer ➔
How is BigQuery pricing primarily calculated?
View Question & Answer ➔
An administrator mistakenly deleted a large table in BigQuery. Can they recover it?
View Question & Answer ➔
What is the purpose of 'Authorized Views' in BigQuery?
View Question & Answer ➔
Which tool can be used to visualize and create interactive dashboards from BigQuery data?
View Question & Answer ➔
Your media company streams video content to users globally. Users in different regions are experiencing high latency. You need to improve performance by caching content closer to the users. Which service should you implement?
View Question & Answer ➔
Which Google Cloud service uses Google's global network to serve content from edge locations to users with low latency?
View Question & Answer ➔
What is a 'Cache Hit' in the context of Cloud CDN?
View Question & Answer ➔
Which Cloud CDN feature allows you to define how long content stays in the cache before it must be re-validated from the origin?
View Question & Answer ➔
Does Cloud CDN support serving content from a Cloud Storage bucket?
View Question & Answer ➔
What is 'Cache Invalidation' in Cloud CDN?
View Question & Answer ➔
Which Cloud CDN setting can distinguish between users and serve different cached content based on URL query strings (e.g., ?user=1 vs ?user=2)?
View Question & Answer ➔
Does Cloud CDN automatically compress content (like Gzip or Brotli) before serving it to the user?
View Question & Answer ➔
Which Cloud CDN feature is used to serve content securely to authorized users by using a cryptographic signature in the URL?
View Question & Answer ➔
Can Cloud CDN be used with an origin server that is NOT in Google Cloud (e.g., on-premises)?
View Question & Answer ➔
Your public-facing web application is under a Distributed Denial of Service (DDoS) attack. You need a managed service to detect and mitigate these attacks automatically. What should you enable?
View Question & Answer ➔
Which Google Cloud service provides Web Application Firewall (WAF) and DDoS mitigation for applications behind an HTTP(S) load balancer?
View Question & Answer ➔
What is a 'Security Policy' in Cloud Armor?
View Question & Answer ➔
Which Cloud Armor feature provides built-in protection against common web vulnerabilities defined by the OWASP Top 10?
View Question & Answer ➔
What is 'Adaptive Protection' in Cloud Armor?
View Question & Answer ➔
Can Cloud Armor be used to block traffic from an entire country?
View Question & Answer ➔
What does a 'Bot Management' policy in Cloud Armor do?
View Question & Answer ➔
Which Cloud Armor rule action would you use to slow down a user who is making too many requests, instead of blocking them entirely?
View Question & Answer ➔
What is the difference between Cloud Armor 'Standard' and 'Managed Protection Plus'?
View Question & Answer ➔
Is Cloud Armor an 'Edge' service or a 'VPC' service?
View Question & Answer ➔
Company policy requires that all database encryption keys be managed centrally and rotated annually. You need a secure, durable service to store and manage these cryptographic keys. Which service should you use?
View Question & Answer ➔
Which Google Cloud service allows you to manage cryptographic keys (AES-256, RSA, etc.) at scale and use them to protect your data-at-rest?
View Question & Answer ➔
What is the difference between a 'Key Ring' and a 'CryptoKey' in Cloud KMS?
View Question & Answer ➔
What is 'Automatic Key Rotation' in Cloud KMS?
View Question & Answer ➔
Which Cloud KMS feature provides Hardware Security Module (HSM) protection (FIPS 140-2 Level 3) for your keys without requiring you to manage physical hardware?
View Question & Answer ➔
What is 'Customer-Managed Encryption Keys' (CMEK) and how does it integrate with Cloud Storage?
View Question & Answer ➔
Can you 'Delete' a key in Cloud KMS to immediately destroy the key material?
View Question & Answer ➔
Which IAM role is required for a user to just use a key to encrypt or decrypt data, but NOT manage the key itself?
View Question & Answer ➔
What is 'Envelope Encryption'?
View Question & Answer ➔
Can Cloud KMS be used to sign and verify digital signatures using asymmetric keys (Public/Private keys)?
View Question & Answer ➔
A law firm wants to digitize millions of scanned contracts. You need an AI service to extract text, forms, and tables from these PDF documents automatically. Which service is designed for this?
View Question & Answer ➔
What is the primary function of Google Cloud 'Document AI'?
View Question & Answer ➔
Which Document AI component is used to process a specific type of document, such as an Invoice or a Driver's License, using a pre-trained Google model?
View Question & Answer ➔
What is a 'Human-in-the-Loop' (HITL) system in Document AI?
View Question & Answer ➔
Can Document AI process handwritten text in documents?
View Question & Answer ➔
What is 'Document AI Warehouse'?
View Question & Answer ➔
Which Document AI feature should you use to train a model to recognize fields on a unique, custom form for which Google does not have a pre-trained model?
View Question & Answer ➔
How can you integrate Document AI into an automated workflow (e.g., when a file is uploaded to Cloud Storage)?
View Question & Answer ➔
Does Document AI support processing multi-page PDF documents?
View Question & Answer ➔
What is the 'Form Parser' processor used for?
View Question & Answer ➔
You are building a customer support chatbot that needs to understand natural language intent (e.g., 'book a flight'). Which service provides Natural Language Understanding (NLU) capabilities?
View Question & Answer ➔
Which Google Cloud service provides a platform for building conversational interfaces (chatbots and voice bots) that use natural language understanding?
View Question & Answer ➔
What is an 'Intent' in Dialogflow?
View Question & Answer ➔
Which Dialogflow feature allows the bot to extract specific data types (like dates, numbers, or names) from a user's sentence?
View Question & Answer ➔
What is 'Fulfillment' in Dialogflow used for?
View Question & Answer ➔
What is a 'Context' in Dialogflow and why is it used?
View Question & Answer ➔
Which Dialogflow edition (ES vs CX) is designed for large, complex, enterprise-scale conversational agents with thousands of intents?
View Question & Answer ➔
Can Dialogflow be integrated with Google Assistant?
View Question & Answer ➔
What is 'Knowledge Connectors' in Dialogflow?
View Question & Answer ➔
How can you test a Dialogflow agent before deploying it to production?
View Question & Answer ➔
Page 1 of 3
Next →