{"id":16999,"date":"2026-09-21T05:53:27","date_gmt":"2026-09-21T05:53:27","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=16999"},"modified":"2026-09-21T05:53:27","modified_gmt":"2026-09-21T05:53:27","slug":"google-professional-cloud-architect-practice-test-questions-and-exam-dumps-part10-q181-200","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/google-professional-cloud-architect-practice-test-questions-and-exam-dumps-part10-q181-200\/","title":{"rendered":"Google Professional Cloud Architect Practice Test Questions and Exam Dumps Part10 Q181-200"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/professional-cloud-architect-exam-dumps\"><b>Google Professional Cloud Architect Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 181<\/b><\/h3>\n<p><b>A company wants to prevent a compromised VM from accessing sensitive Google Cloud services unless the traffic originates from an approved security boundary. Which capability should be considered?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Scheduler<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPC Service Controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud CDN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud DNS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">VPC Service Controls can establish security perimeters around supported Google Cloud services and help reduce unauthorized access or data exfiltration. They provide an additional security layer beyond IAM by controlling access to protected services according to configured perimeter policies. This is particularly useful when sensitive data needs stronger boundaries around service access. Cloud Scheduler manages scheduled tasks, Cloud CDN handles content delivery, and Cloud DNS provides name resolution. Therefore, VPC Service Controls should be considered when a workload needs restrictions based on approved security boundaries.<\/span><\/p>\n<h3><b>Question 182<\/b><\/h3>\n<p><b>Which Google Cloud service is designed to run SQL queries over very large analytical datasets without managing database servers?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BigQuery<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Filestore<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Router<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Functions<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">BigQuery is a fully managed and serverless analytical data warehouse that allows organizations to run SQL queries over large datasets without provisioning or maintaining traditional database servers. It is designed for analytical workloads rather than general-purpose transactional applications. BigQuery can integrate with various data sources and supports capabilities for large-scale data analysis. Filestore provides shared file storage, Cloud Router handles dynamic network routing, and Cloud Functions provides event-driven application execution. Therefore, BigQuery is the appropriate service for serverless SQL analytics over large datasets.<\/span><\/p>\n<h3><b>Question 183<\/b><\/h3>\n<p><b>A company needs an application to communicate asynchronously with several independent consumers. Which design provides loose coupling between the components?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Direct synchronous API calls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shared administrator credentials<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pub\/Sub<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A single database connection<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Pub\/Sub provides asynchronous messaging that separates message producers from consumers. A publisher sends an event to a topic without needing to know how or when each subscriber will process it. Multiple subscriptions can independently consume messages, allowing services to scale and evolve without creating direct dependencies between every component. Direct synchronous calls create tighter coupling and can make failures propagate between services. Shared credentials and a single database connection do not provide a messaging architecture. Therefore, Pub\/Sub is appropriate for loosely coupled asynchronous communication.<\/span><\/p>\n<h3><b>Question 184<\/b><\/h3>\n<p><b>A company needs to run a web application on virtual machines and automatically replace unhealthy instances while maintaining a desired instance count. Which architecture should it use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managed instance group with autohealing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">One manually configured VM<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage bucket<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud DNS zone<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A managed instance group can maintain a desired number of VM instances and use health checks with autohealing to recreate instances that become unhealthy. This improves application resilience by reducing dependence on manual intervention when individual instances fail. The group can also support autoscaling when capacity needs change. A manually configured VM cannot automatically replace itself, while Cloud Storage and Cloud DNS serve storage and naming purposes. Therefore, a managed instance group with autohealing is appropriate for maintaining healthy VM-based application capacity.<\/span><\/p>\n<h3><b>Question 185<\/b><\/h3>\n<p><b>Which Google Cloud service is appropriate for storing and querying application documents when the schema needs to remain flexible?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud SQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Firestore<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Router<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud CDN<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Firestore is a managed NoSQL document database designed for applications that use flexible document-oriented data models. It can store documents containing different fields and structures while providing managed scaling and application integration. This makes it suitable for many application workloads where a rigid relational schema is not necessary. Cloud SQL provides relational databases, Cloud Router handles dynamic routing, and Cloud CDN distributes cacheable content. Therefore, Firestore is appropriate when an application requires a flexible document data model.<\/span><\/p>\n<h3><b>Question 186<\/b><\/h3>\n<p><b>A company wants to migrate a database while continuously replicating changes from the source until the final cutover. Which service should it evaluate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Database Migration Service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud CDN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Scheduler<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Trace<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Database Migration Service supports migration workflows where data can be replicated from a source database to a destination while migration activities are completed. Continuous replication can reduce downtime because the destination can remain synchronized until the final cutover. This approach is useful for production systems where a long outage during migration is unacceptable. Cloud CDN, Cloud Scheduler, and Cloud Trace address content delivery, scheduled automation, and distributed tracing respectively. Therefore, Database Migration Service should be evaluated for database migrations requiring ongoing replication before cutover.<\/span><\/p>\n<h3><b>Question 187<\/b><\/h3>\n<p><b>A company wants to serve static website assets globally with lower latency while reducing requests sent to the origin application. Which architecture should it consider?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud CDN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud SQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Router<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud KMS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cloud CDN caches eligible content at distributed edge locations, allowing frequently requested static assets to be served closer to users. This can reduce latency for geographically distributed users and decrease repeated requests reaching the origin application. It is especially useful for cacheable assets such as images, scripts, stylesheets, and other static resources. Cloud SQL provides relational database services, Cloud Router manages dynamic routes, and Cloud KMS manages cryptographic keys. Therefore, Cloud CDN is appropriate for globally distributing cacheable static content.<\/span><\/p>\n<h3><b>Question 188<\/b><\/h3>\n<p><b>A company has multiple application teams that should share centrally controlled subnets but retain separate projects for their workloads. Which architecture should be selected?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Independent VPCs without shared administration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shared VPC<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">One public IP per application<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A custom DNS server on a VM<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Shared VPC allows a host project to centrally administer VPC networks and subnets while service projects contain application resources. This provides a useful separation between network administration and workload ownership. Central teams can manage network policies while application teams continue to operate within their own project boundaries. Independent VPCs do not provide centralized subnet administration, public IPs do not create centralized network governance, and a custom DNS server does not solve the underlying network-management requirement. Therefore, Shared VPC is the appropriate architecture.<\/span><\/p>\n<h3><b>Question 189<\/b><\/h3>\n<p><b>A company needs to process large volumes of events continuously, transform them in real time, and write the results to an analytical destination. Which service should perform the stream processing?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dataflow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Filestore<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud KMS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Dataflow is a managed data-processing service designed for both batch and streaming workloads. It can consume continuous event streams, transform records, perform aggregations, and write processed results to supported destinations. It can work with services such as Pub\/Sub to build scalable event-processing pipelines. Cloud DNS provides name resolution, Filestore provides shared file storage, and Cloud KMS manages encryption keys. Therefore, Dataflow should perform the stream-processing portion of a large-scale real-time data pipeline.<\/span><\/p>\n<h3><b>Question 190<\/b><\/h3>\n<p><b>A security administrator needs to control which identities can use a specific encryption key. Which service should provide the key-management capability?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Monitoring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud KMS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud CDN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Scheduler<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cloud KMS provides centralized management of cryptographic keys and integrates with IAM to control who or what can perform operations involving those keys. Administrators can define appropriate permissions for identities that need to use, manage, or administer keys. This separation between key management and application workloads supports stronger security governance. Cloud Monitoring handles metrics and alerts, Cloud CDN provides content delivery, and Cloud Scheduler runs scheduled tasks. Therefore, Cloud KMS is the appropriate service for controlling access to encryption keys.<\/span><\/p>\n<h3><b>Question 191<\/b><\/h3>\n<p><b>A company wants to automatically scale a VM-based application when CPU utilization increases beyond a configured threshold. Which feature should it configure?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managed instance group autoscaling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage lifecycle management<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud DNS routing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud KMS key rotation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Managed instance group autoscaling can automatically adjust the number of VM instances according to configured scaling signals, including CPU utilization. When demand increases, additional instances can be created, and when demand decreases, capacity can be reduced according to the autoscaling configuration. This allows VM-based applications to respond to changing workloads without continuous manual intervention. Cloud Storage lifecycle management controls object actions, Cloud DNS routing manages name resolution behavior, and Cloud KMS key rotation concerns encryption keys. Therefore, managed instance group autoscaling is the appropriate feature.<\/span><\/p>\n<h3><b>Question 192<\/b><\/h3>\n<p><b>A company wants to prevent developers from deploying resources outside approved geographic locations. Which governance capability should it use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Trace<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Organization Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Build<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pub\/Sub<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Organization Policy provides centralized governance through constraints that can be applied across organizations, folders, and projects. Where supported, location-related constraints can restrict where resources are created, helping organizations enforce regulatory, residency, or internal governance requirements. Cloud Trace provides distributed tracing, Cloud Build supports software builds, and Pub\/Sub provides asynchronous messaging. These services do not provide centralized resource-location governance. Therefore, Organization Policy is the appropriate capability for enforcing approved geographic deployment boundaries.<\/span><\/p>\n<h3><b>Question 193<\/b><\/h3>\n<p><b>A company needs to connect its data center to Google Cloud with predictable high-bandwidth private connectivity. Which option should it evaluate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Interconnect<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud CDN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Scheduler<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cloud Interconnect provides private connectivity between an organization&#8217;s external network and Google Cloud. It is appropriate for workloads requiring high bandwidth, predictable network performance, or large-scale data transfer without relying on public internet paths. Depending on requirements, organizations can use Dedicated Interconnect or Partner Interconnect. Cloud NAT is designed for outbound internet access from private resources, Cloud CDN handles content delivery, and Cloud Scheduler manages scheduled tasks. Therefore, Cloud Interconnect should be evaluated for high-bandwidth private connectivity between a data center and Google Cloud.<\/span><\/p>\n<h3><b>Question 194<\/b><\/h3>\n<p><b>Which Google Cloud service can provide a shared managed file system for applications running on multiple VMs?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">BigQuery<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Filestore<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pub\/Sub<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Filestore provides managed file storage that can be mounted by multiple compute workloads using supported file-system protocols. It is appropriate for applications that require shared file-system semantics, such as workloads where several VM instances need access to the same files. Cloud Storage provides object storage rather than a traditional shared file system. BigQuery is an analytical data warehouse, while Pub\/Sub provides messaging. Therefore, Filestore is the appropriate service when multiple VMs require shared managed file-system access.<\/span><\/p>\n<h3><b>Question 195<\/b><\/h3>\n<p><b>A company wants to monitor a production application&#8217;s request latency and create an alert when latency exceeds a defined threshold. Which service should it use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Monitoring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud KMS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cloud Monitoring provides metrics, dashboards, and alerting capabilities that can be used to track application and infrastructure behavior. A team can configure an alerting policy that evaluates request latency and generates a notification when the measured value exceeds a defined threshold. This allows operations teams to respond to performance degradation before it becomes a larger availability problem. Cloud Storage manages objects, Cloud DNS handles DNS resolution, and Cloud KMS manages encryption keys. Therefore, Cloud Monitoring is appropriate for latency monitoring and threshold-based alerting.<\/span><\/p>\n<h3><b>Question 196<\/b><\/h3>\n<p><b>A company needs a database that supports relational transactions while scaling horizontally across a distributed architecture. Which service should it evaluate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Memorystore<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Spanner<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pub\/Sub<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cloud Spanner provides a distributed relational database architecture designed for high-scale transactional workloads. It combines SQL and relational data capabilities with horizontal scalability and strong consistency across distributed deployments. This makes it appropriate when a traditional single-instance relational database may not provide the required scale or availability characteristics. Memorystore is an in-memory caching service, Cloud Storage is object storage, and Pub\/Sub is a messaging service. Therefore, Cloud Spanner should be evaluated for workloads requiring distributed relational transactions at scale.<\/span><\/p>\n<h3><b>Question 197<\/b><\/h3>\n<p><b>A company wants to deploy an application container without managing servers and expects the service to scale down when there are no incoming requests. Which service fits this requirement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Run<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compute Engine<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GKE Standard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bare Metal Solution<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cloud Run provides a managed environment for running stateless containers and can automatically adjust service capacity according to incoming traffic. A service can scale down substantially when there is little or no traffic, depending on its configuration, reducing the need to keep application servers continuously running. Compute Engine requires VM management, GKE Standard requires Kubernetes infrastructure administration, and Bare Metal Solution provides dedicated physical infrastructure. Therefore, Cloud Run is well suited to containerized applications that need managed autoscaling with minimal server administration.<\/span><\/p>\n<h3><b>Question 198<\/b><\/h3>\n<p><b>A company wants to identify unused resources and receive recommendations that may reduce unnecessary Google Cloud spending. Which capability should it examine?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Trace<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Active Assist<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud Armor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Active Assist provides recommendations and insights that can help organizations optimize Google Cloud resources and configurations. Depending on the environment, recommendations may identify opportunities such as rightsizing resources, removing unnecessary infrastructure, or improving utilization. These recommendations can support cost-management and operational-efficiency efforts without requiring teams to manually inspect every resource. Cloud Trace focuses on distributed request tracing, Cloud DNS manages name resolution, and Cloud Armor provides application security controls. Therefore, Active Assist should be examined for automated optimization recommendations.<\/span><\/p>\n<h3><b>Question 199<\/b><\/h3>\n<p><b>A company defines that its critical service must be restored within 15 minutes after a major outage. Which disaster-recovery metric represents this requirement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SLI<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RPO<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RTO<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SLO<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Recovery Time Objective (RTO) defines the maximum acceptable time required to restore a service following a disruption. A requirement to restore a critical service within 15 minutes therefore represents an RTO of 15 minutes. Recovery Point Objective (RPO) instead specifies the acceptable amount of data loss measured in time. SLI measures an aspect of service performance, while SLO defines a target for an SLI. Therefore, the 15-minute restoration requirement is an RTO.<\/span><\/p>\n<h3><b>Question 200<\/b><\/h3>\n<p><b>A company needs to retain records for regulatory purposes and prevent them from being deleted or modified before a defined retention period expires. Which Cloud Storage capability should it investigate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object Lifecycle Management<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retention policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud CDN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cloud NAT<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Cloud Storage retention policy can define a minimum retention period during which objects cannot be deleted or replaced before the required duration has elapsed. This can help organizations meet regulatory and governance requirements for retaining records. Object Lifecycle Management is primarily used to automate object transitions or deletions based on conditions and does not provide the same retention-control purpose. Cloud CDN manages content delivery, while Cloud NAT provides outbound connectivity. Therefore, a Cloud Storage retention policy should be investigated for regulatory record retention requirements.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Google Professional Cloud Architect Exam Dumps and Practice Test Dumps. &nbsp; Question 181 A company wants to prevent a compromised VM from accessing sensitive Google Cloud services unless the traffic originates from an approved security boundary. Which capability should be considered? Cloud Scheduler VPC Service Controls Cloud CDN Cloud DNS Correct Answer: 2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16999"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=16999"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16999\/revisions"}],"predecessor-version":[{"id":17000,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16999\/revisions\/17000"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=16999"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=16999"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=16999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}