View Full Google Professional Cloud Architect Exam Dumps and Practice Test Dumps.
Question 341
A company wants to connect several VPC networks using a centralized hub-and-spoke architecture rather than managing individual peering relationships between every network. Which Google Cloud service should it evaluate?
- Cloud CDN
- Network Connectivity Center
- Cloud Storage
- Cloud Scheduler
Correct Answer: 2
Explanation
Network Connectivity Center provides a hub-and-spoke model for connecting supported network resources and can simplify connectivity management across distributed environments. It can be useful when an organization has multiple networks or hybrid connectivity requirements and wants centralized control instead of creating numerous independent connections. Cloud CDN focuses on content delivery, Cloud Storage provides object storage, and Cloud Scheduler handles scheduled jobs. Therefore, Network Connectivity Center should be evaluated when a centralized hub-and-spoke connectivity architecture is required.
Question 342
An organization needs to protect sensitive Google Cloud data from being accessed through unintended services outside its defined security perimeter. Which capability should it investigate?
- VPC Service Controls
- Cloud Trace
- Cloud CDN
- Memorystore
Correct Answer: 1
Explanation
VPC Service Controls can create security perimeters around supported Google Cloud services and help reduce the risk of data exfiltration. They provide an additional security layer beyond IAM by controlling how data and service interactions cross defined trust boundaries. This is particularly useful for organizations handling sensitive or regulated information. Cloud Trace provides distributed tracing, Cloud CDN accelerates content delivery, and Memorystore provides in-memory caching. Therefore, VPC Service Controls should be investigated when protecting sensitive data from unintended access paths is a major requirement.
Question 343
A company wants to expose an internal application to users inside its corporate network without giving the application a public IP address. Which load-balancing architecture should it consider?
- Internal load balancer
- Global external Application Load Balancer
- Cloud CDN only
- Public DNS with a public IP
Correct Answer: 1
Explanation
An internal load balancer provides private access to applications from connected networks without requiring the application to expose a public IP address. It can distribute traffic among internal backends while keeping the service within a private network architecture. This is useful for internal applications, private APIs, and multi-tier systems where the frontend or service should not be directly reachable from the public internet. An external load balancer and public DNS are intended for internet-facing access, while Cloud CDN alone does not provide private application load balancing. Therefore, an internal load balancer is appropriate.
Question 344
A company wants to automatically export selected logs to a separate storage location for long-term retention and centralized analysis. Which Cloud Logging capability should it configure?
- Log sinks
- Cloud NAT
- Cloud CDN
- Cloud Router
Correct Answer: 1
Explanation
Cloud Logging log sinks can route selected log entries to supported destinations such as Cloud Storage, BigQuery, or Pub/Sub. This allows organizations to establish centralized retention, analytics, archival, or security-processing workflows without keeping every log in its original location indefinitely. Log filters can be used to select which entries are routed. Cloud NAT provides outbound connectivity, Cloud CDN provides content delivery, and Cloud Router manages dynamic routing. Therefore, log sinks are the appropriate Cloud Logging capability for exporting selected logs to another destination.
Question 345
A company wants to separate network administration from application administration while using one centrally managed VPC across multiple projects. Which model should it use?
- Shared VPC
- Public VPC
- Independent VPC for every workload
- Cloud CDN
Correct Answer: 1
Explanation
Shared VPC allows a host project to centrally manage network resources while service projects contain application workloads. This creates a useful administrative separation: networking teams can manage shared subnets and network configuration, while application teams manage their own resources within service projects. It can also provide consistent networking across multiple projects. Independent VPCs do not provide the same centralized network model, and public networking is unrelated to the administrative requirement. Therefore, Shared VPC is the appropriate model for centralized network administration across multiple projects.
Question 346
A company wants a private connection from a VPC to a supported Google API endpoint while keeping access restricted to approved networks. Which architecture should it consider?
- Restricted Google APIs with Private Google Access
- Public internet routing
- Cloud CDN
- Cloud Storage Archive
Correct Answer: 1
Explanation
Private Google Access allows eligible resources without external IP addresses to reach supported Google APIs privately. When stronger restrictions are required, architectures can use restricted Google API endpoints and associated controls to limit access to approved services and networks. This approach can reduce public internet exposure and support security-sensitive workloads. Public routing does not provide the same private access model, while Cloud CDN and Cloud Storage Archive solve unrelated problems. Therefore, restricted Google APIs combined with appropriate private access configuration should be considered for tightly controlled Google API connectivity.
Question 347
A company wants to run a recurring maintenance task every night without maintaining a dedicated server. Which service should it use to trigger the task on a schedule?
- Cloud Scheduler
- Bigtable
- Cloud Armor
- Cloud Interconnect
Correct Answer: 1
Explanation
Cloud Scheduler provides managed cron-like scheduling for recurring tasks. It can trigger supported targets such as HTTP endpoints and other Google Cloud services according to configured schedules. This allows organizations to automate routine activities without maintaining a dedicated scheduling server. Bigtable provides database storage, Cloud Armor protects applications, and Cloud Interconnect provides private connectivity. Therefore, Cloud Scheduler is appropriate for triggering recurring maintenance jobs at predefined times.
Question 348
A company has an application that requires a shared file system with POSIX-style file access across several compute instances. Which service should it evaluate?
- Filestore
- Cloud Storage
- BigQuery
- Pub/Sub
Correct Answer: 1
Explanation
Filestore provides managed file storage with file-system semantics suitable for workloads requiring shared access from multiple compute instances. It is designed for applications that expect a traditional network file system rather than object-based storage. Cloud Storage uses an object-storage model, BigQuery is designed for analytical processing, and Pub/Sub provides asynchronous messaging. Therefore, Filestore should be evaluated when several compute instances need shared POSIX-style file access.
Question 349
A company needs to transfer data continuously from an operational database into another system for analytics with minimal custom integration code. Which service should it investigate?
- Datastream
- Cloud CDN
- Cloud DNS
- Cloud Scheduler
Correct Answer: 1
Explanation
Datastream is a serverless change data capture and replication service that can continuously capture changes from supported source systems and make them available to downstream destinations. It is useful when organizations need near-real-time data movement from operational databases into analytics or other processing systems. Cloud CDN handles content delivery, Cloud DNS manages name resolution, and Cloud Scheduler handles scheduled tasks. Therefore, Datastream should be investigated when continuous database change capture is required for downstream processing or analytics.
Question 350
A company wants to store data for several years at the lowest practical storage cost because the information is rarely retrieved. Which Cloud Storage class is designed for this use case?
- Archive
- Standard
- Local SSD
- Persistent Disk
Correct Answer: 1
Explanation
Cloud Storage Archive is designed for long-term storage of data that is accessed infrequently. It generally provides lower storage costs than frequently accessed storage classes, making it appropriate for archival records, historical backups, and other datasets that may remain untouched for long periods. Retrieval costs and access considerations should still be included when comparing storage options. Standard Cloud Storage is intended for more frequently accessed objects, while Local SSD and Persistent Disk are block-storage options. Therefore, Archive is designed for long-term, rarely accessed information.
Question 351
A company wants to run SQL queries against data stored in Cloud Storage without first loading every object into a native BigQuery table. Which feature should it evaluate?
- BigQuery external tables
- Cloud CDN
- Cloud Scheduler
- Cloud KMS
Correct Answer: 1
Explanation
BigQuery external tables allow supported data stored outside native BigQuery storage to be queried using BigQuery SQL. This can be useful when data remains in Cloud Storage and the organization wants analytical access without necessarily copying all data into native BigQuery tables. External tables can have different performance and feature characteristics compared with native tables, so architects should evaluate the workload carefully. Cloud CDN, Cloud Scheduler, and Cloud KMS address content delivery, scheduling, and key management. Therefore, BigQuery external tables are appropriate for querying supported Cloud Storage data directly.
Question 352
A company wants to prevent production workloads from using a particular Google Cloud service because of an organizational compliance rule. Which governance mechanism should it investigate?
- Organization Policy
- Cloud CDN
- Memorystore
- Cloud Trace
Correct Answer: 1
Explanation
Organization Policy provides centralized governance mechanisms that can enforce supported restrictions across the Google Cloud resource hierarchy. Administrators can apply policies at the organization, folder, or project level so that lower-level resources inherit applicable constraints. This allows organizations to establish consistent compliance controls without relying solely on individual project administrators. Cloud CDN provides content delivery, Memorystore provides caching, and Cloud Trace supports distributed tracing. Therefore, Organization Policy should be investigated when production resources must be prevented from using configurations or services restricted by organizational rules.
Question 353
A company wants to build a data-processing pipeline that transforms streaming events before storing the results in an analytics platform. Which service is designed for the transformation stage?
- Dataflow
- Cloud DNS
- Cloud Storage Archive
- Cloud KMS
Correct Answer: 1
Explanation
Dataflow provides managed stream and batch data processing capabilities and is designed for transformation pipelines. In a streaming architecture, events can be ingested through Pub/Sub, processed and transformed by Dataflow, and then delivered to destinations such as BigQuery or other supported systems. This separates event ingestion from processing and analytics storage. Cloud DNS manages name resolution, Cloud Storage Archive is intended for long-term object storage, and Cloud KMS manages encryption keys. Therefore, Dataflow is appropriate for the transformation stage of a streaming data pipeline.
Question 354
A company wants to reduce costs for a workload that frequently uses the same Compute Engine resources throughout the year. Which option should it evaluate?
- Committed use discounts
- Cloud CDN
- Cloud Scheduler
- Private Service Connect
Correct Answer: 1
Explanation
Committed use discounts can reduce eligible costs when an organization commits to a specified amount of resource usage for a defined period. They are most relevant when demand is predictable and the organization expects to maintain the committed level. Before making a commitment, architects should analyze historical usage and expected future requirements because unused commitments can reduce the financial benefit. Cloud CDN, Cloud Scheduler, and Private Service Connect address content delivery, scheduling, and private service connectivity. Therefore, committed use discounts should be evaluated for stable year-round resource consumption.
Question 355
A company wants a database that supports flexible document structures for an application where records may have different fields. Which service should it consider?
- Firestore
- Cloud SQL
- Bigtable
- Filestore
Correct Answer: 1
Explanation
Firestore is a managed NoSQL document database designed for applications that store information as documents and collections. Its flexible document-oriented model can be useful when records do not all require an identical relational schema. It also supports application-oriented querying and scalable storage patterns. Cloud SQL provides relational databases, Bigtable uses a wide-column model, and Filestore provides file-system storage. Therefore, Firestore should be considered when the application naturally represents information as flexible documents rather than relational tables.
Question 356
A company needs to allow a private VM to download software updates from the public internet without assigning the VM an external IP address. Which service should it configure?
- Cloud NAT
- Cloud DNS
- Cloud CDN
- Cloud KMS
Correct Answer: 1
Explanation
Cloud NAT allows resources without external IP addresses to establish supported outbound connections to the internet while keeping those resources privately addressed. This is useful for private VMs that need to download software updates, access external services, or perform other outbound operations without becoming directly reachable from the internet. Cloud DNS manages name resolution, Cloud CDN caches content, and Cloud KMS manages cryptographic keys. Therefore, Cloud NAT should be configured for private VMs requiring controlled outbound internet access.
Question 357
A company wants to investigate slow application requests by following a request as it travels through multiple distributed services. Which observability capability should it use?
- Cloud Trace
- Cloud Storage
- Cloud Router
- Cloud Scheduler
Correct Answer: 1
Explanation
Cloud Trace helps analyze request latency across distributed applications by providing tracing information that can show how time is spent across different services and operations. This can help engineering teams identify slow dependencies, latency bottlenecks, and performance problems in microservice architectures. Cloud Storage provides object storage, Cloud Router manages dynamic routes, and Cloud Scheduler triggers scheduled operations. Therefore, Cloud Trace is the appropriate observability capability when engineers need to follow requests across multiple services and investigate latency.
Question 358
A company wants to ensure that resources created under a folder inherit common governance requirements without configuring each project independently. Which resource hierarchy concept supports this design?
- Policy inheritance
- Public IP assignment
- Local SSD
- Cloud CDN caching
Correct Answer: 1
Explanation
Google Cloud resource hierarchy supports policy inheritance from higher levels such as organizations and folders to lower-level projects and resources, subject to the specific policy and IAM mechanism involved. This allows administrators to establish common governance requirements centrally rather than configuring every project independently. The approach can simplify management of security, compliance, and operational policies across groups of projects. Public IP addresses, Local SSD, and Cloud CDN caching address networking, storage, and content delivery rather than governance inheritance. Therefore, policy inheritance supports this centralized management model.
Question 359
A company needs to protect a bucket from accidental deletion of objects during a defined retention period. Which Cloud Storage capability should it consider?
- Retention policy
- Cloud CDN
- Cloud NAT
- Cloud Trace
Correct Answer: 1
Explanation
A Cloud Storage retention policy can require objects to remain undeletable or unmodifiable until they reach a specified retention duration, subject to the applicable storage controls. This can help organizations meet regulatory retention requirements and reduce the risk of accidental early deletion. Retention policies should be designed carefully because restrictive configurations can affect legitimate administrative operations. Cloud CDN handles content delivery, Cloud NAT provides outbound connectivity, and Cloud Trace supports distributed tracing. Therefore, a retention policy should be considered when objects must be protected for a defined period.
Question 360
A company wants to separate application workloads by project while allowing a central networking team to control shared connectivity. Which architecture provides this separation?
- Shared VPC with service projects
- One project for every VM
- Public IP networking
- Independent networks with no connectivity
Correct Answer: 1
Explanation
A Shared VPC architecture uses a host project for centralized network administration and service projects for application workloads. This enables application teams to maintain ownership of their resources while the networking team manages shared subnets, routes, and other supported network components. It also provides a structured way to separate workloads by project without requiring completely independent networks. Public IP networking does not provide the same governance model, while disconnected networks prevent required shared connectivity. Therefore, Shared VPC with service projects provides the requested separation.