[Apr 21, 2024] Valid Professional-Cloud-Architect Test Answers & Professional-Cloud-Architect Exam PDF
Valid Google Cloud Certified Professional-Cloud-Architect Dumps Ensure Your Passing
To be eligible for the Professional-Cloud-Architect exam, candidates must have a minimum of three years of industry experience, with at least one year of experience designing and managing cloud solutions using GCP. Candidates should also have a deep understanding of cloud computing concepts, such as virtualization, containerization, networking, security, and compliance.
The Google Certified Professional - Cloud Architect (GCP) certification exam tests the candidate’s knowledge of GCP services, cloud solutions, and best practices for designing and managing cloud-based solutions. Professional-Cloud-Architect exam is designed to assess the candidate's ability to architect and deploy secure, scalable, and highly available solutions that meet business and technical requirements. Professional-Cloud-Architect exam format consists of multiple-choice questions, and the candidate has two hours to complete the exam.
NEW QUESTION # 150
Case Study: 3 - JencoMart Case Study
Company Overview
JencoMart is a global retailer with over 10,000 stores in 16 countries. The stores carry a range of goods, such as groceries, tires, and jewelry. One of the company's core values is excellent customer service. In addition, they recently introduced an environmental policy to reduce their carbon output by 50% over the next 5 years.
Company Background
JencoMart started as a general store in 1931, and has grown into one of the world's leading brands known for great value and customer service. Over time, the company transitioned from only physical stores to a stores and online hybrid model, with 25% of sales online. Currently, JencoMart has little presence in Asia, but considers that market key for future growth.
Solution Concept
JencoMart wants to migrate several critical applications to the cloud but has not completed a technical review to determine their suitability for the cloud and the engineering required for migration. They currently host all of these applications on infrastructure that is at its end of life and is no longer supported.
Existing Technical Environment
JencoMart hosts all of its applications in 4 data centers: 3 in North American and 1 in Europe, most applications are dual-homed.
JencoMart understands the dependencies and resource usage metrics of their on-premises architecture.
Application Customer loyalty portal
LAMP (Linux, Apache, MySQL and PHP) application served from the two JencoMart-owned U.S.
data centers.
Database
* Oracle Database stores user profiles



* PostgreSQL database stores user credentials
-homed in US West




Authenticates all users
Compute
* 30 machines in US West Coast, each machine has:


* 20 machines in US East Coast, each machine has:
-core CPU

RAID 1)
Storage
* Access to shared 100 TB SAN in each location
* Tape backup every week
Business Requirements
* Optimize for capacity during peak periods and value during off-peak periods
* Guarantee service availably and support
* Reduce on-premises footprint and associated financial and environmental impact.
* Move to outsourcing model to avoid large upfront costs associated with infrastructure purchase
* Expand services into Asia.
Technical Requirements
* Assess key application for cloud suitability.
* Modify application for the cloud.
* Move applications to a new infrastructure.
* Leverage managed services wherever feasible
* Sunset 20% of capacity in existing data centers
* Decrease latency in Asia
CEO Statement
JencoMart will continue to develop personal relationships with our customers as more people access the web. The future of our retail business is in the global market and the connection between online and in-store experiences. As a large global company, we also have a responsibility to the environment through 'green' initiatives and polices.
CTO Statement
The challenges of operating data centers prevents focus on key technologies critical to our long- term success. Migrating our data services to a public cloud infrastructure will allow us to focus on big data and machine learning to improve our service customers.
CFO Statement
Since its founding JencoMart has invested heavily in our data services infrastructure. However, because of changing market trends, we need to outsource our infrastructure to ensure our long- term success. This model will allow us to respond to increasing customer demand during peak and reduce costs.
For this question, refer to the JencoMart case study.
The migration of JencoMart's application to Google Cloud Platform (GCP) is progressing too slowly. The infrastructure is shown in the diagram.
You want to maximize throughput.
What are three potential bottlenecks? (Choose 3 answers.)
- A. Complicated internet connectivity between the on-premises infrastructure and GCP
- B. A tier of Google Cloud Storage that is not suited for this task
- C. A single VPN tunnel, which limits throughput
- D. Fewer virtual machines (VMs) in GCP than on-premises machines
- E. A copy command that is not suited to operate over long distances
- F. A separate storage layer outside the VMs, which is not suited for this task
Answer: C,E,F
NEW QUESTION # 151
You write a Python script to connect to Google BigQuery from a Google Compute Engine virtual machine. The script is printing errors that it cannot connect to BigQuery. What should you do to fix the script?
- A. Run your script on a new virtual machine with the BigQuery access scope enabled
- B. Create a new service account with BigQuery access and execute your script with that user
- C. Install the bq component for gccloud with the command gcloud components install bq.
- D. Install the latest BigQuery API client library for Python
Answer: A
Explanation:
Reference:
The error is most like caused by the access scope issue. When create new instance, you have the default Compute engine default service account but most serves access including BigQuery is not enable. Create an instance Most access are not enabled by default You have default service account but don't have the permission (scope) you can stop the instance, edit, change scope and restart it to enable the scope access. Of course, if you Run your script on a new virtual machine with the BigQuery access scope enabled, it also works
https://cloud.google.com/compute/docs/access/service-accounts
NEW QUESTION # 152
You are using a single Cloud SQL instance to serve your application from a specific zone. You want to introduce high availability. What should you do?
- A. Create a read replica instance in a different region
- B. Create a failover replica instance in a different region
- C. Create a failover replica instance in the same region, but in a different zone
- D. Create a read replica instance in the same region, but in a different zone
Answer: B
Explanation:
Explanation
Reference https://cloud.google.com/sql/docs/mysql/configure-ha
NEW QUESTION # 153
Your company wants to start using Google Cloud resources but wants to retain their on-premises Active Directory domain controller for identity management. What should you do?
- A. Use Cloud Identity-Aware Proxy configured to use the on-premises Active Directory domain controller as an identity provider.
- B. Use the Admin Directory API to authenticate against the Active Directory domain controller.
- C. Use Compute Engine to create an Active Directory (AD) domain controller that is a replica of the onpremises AD domain controller using Google Cloud Directory Sync.
- D. Use Google Cloud Directory Sync to synchronize Active Directory usernames with cloud identities and configure SAML SSO.
Answer: D
Explanation:
Explanation
https://cloud.google.com/solutions/federating-gcp-with-active-directory-introduction#implementing_federation
NEW QUESTION # 154
For this question, refer to the Mountkirk Games case study. Mountkirk Games wants to set up a real-time analytics platform for their new game. The new platform must meet their technical requirements. Which combination of Google technologies will meet all of their requirements?
- A. Cloud Dataproc, Cloud Pub/Sub, Cloud SQL, and Cloud Dataflow
- B. Cloud Dataflow, Cloud Storage, Cloud Pub/Sub, and BigQuery
- C. Cloud Pub/Sub, Compute Engine, Cloud Storage, and Cloud Dataproc
- D. Cloud SQL, Cloud Storage, Cloud Pub/Sub, and Cloud Dataflow
- E. Container Engine, Cloud Pub/Sub, and Cloud SQL
Answer: B
Explanation:
Ingest millions of streaming events per second from anywhere in the world with Cloud Pub/Sub, powered by Google's unique, high-speed private network. Process the streams with Cloud Dataflow to ensure reliable, exactly-once, low-latency data transformation. Stream the transformed data into BigQuery, the cloud-native data warehousing service, for immediate analysis via SQL or popular visualization tools.
From scenario: They plan to deploy the game's backend on Google Compute Engine so they can capture streaming metrics, run intensive analytics.
Requirements for Game Analytics Platform
1. Dynamically scale up or down based on game activity
2. Process incoming data on the fly directly from the game servers
3. Process data that arrives late because of slow mobile networks
4. Allow SQL queries to access at least 10 TB of historical data
5. Process files that are regularly uploaded by users' mobile devices
6. Use only fully managed services
References: https://cloud.google.com/solutions/big-data/stream-analytics/
NEW QUESTION # 155
Case Study: 2 - TerramEarth Case Study
Company Overview
TerramEarth manufactures heavy equipment for the mining and agricultural industries: About
80% of their business is from mining and 20% from agriculture. They currently have over 500 dealers and service centers in 100 countries. Their mission is to build products that make their customers more productive.
Company Background
TerramEarth formed in 1946, when several small, family owned companies combined to retool after World War II. The company cares about their employees and customers and considers them to be extended members of their family.
TerramEarth is proud of their ability to innovate on their core products and find new markets as their customers' needs change. For the past 20 years trends in the industry have been largely toward increasing productivity by using larger vehicles with a human operator.
Solution Concept
There are 20 million TerramEarth vehicles in operation that collect 120 fields of data per second.
Data is stored locally on the vehicle and can be accessed for analysis when a vehicle is serviced.
The data is downloaded via a maintenance port. This same port can be used to adjust operational parameters, allowing the vehicles to be upgraded in the field with new computing modules.
Approximately 200,000 vehicles are connected to a cellular network, allowing TerramEarth to collect data directly. At a rate of 120 fields of data per second, with 22 hours of operation per day.
TerramEarth collects a total of about 9 TB/day from these connected vehicles.
Existing Technical Environment
TerramEarth's existing architecture is composed of Linux-based systems that reside in a data center. These systems gzip CSV files from the field and upload via FTP, transform and aggregate them, and place the data in their data warehouse. Because this process takes time, aggregated reports are based on data that is 3 weeks old.
With this data, TerramEarth has been able to preemptively stock replacement parts and reduce unplanned downtime of their vehicles by 60%. However, because the data is stale, some customers are without their vehicles for up to 4 weeks while they wait for replacement parts.
Business Requirements
- Decrease unplanned vehicle downtime to less than 1 week, without
increasing the cost of carrying surplus inventory
- Support the dealer network with more data on how their customers use
their equipment IP better position new products and services.
- Have the ability to partner with different companies-especially with
seed and fertilizer suppliers in the fast-growing agricultural
business-to create compelling joint offerings for their customers
CEO Statement
We have been successful in capitalizing on the trend toward larger vehicles to increase the productivity of our customers. Technological change is occurring rapidly and TerramEarth has taken advantage of connected devices technology to provide our customers with better services, such as our intelligent farming equipment. With this technology, we have been able to increase farmers' yields by 25%, by using past trends to adjust how our vehicles operate. These advances have led to the rapid growth of our agricultural product line, which we expect will generate 50% of our revenues by 2020.
CTO Statement
Our competitive advantage has always been in the manufacturing process with our ability to build better vehicles for tower cost than our competitors. However, new products with different approaches are constantly being developed, and I'm concerned that we lack the skills to undergo the next wave of transformations in our industry. Unfortunately, our CEO doesn't take technology obsolescence seriously and he considers the many new companies in our industry to be niche players. My goals are to build our skills while addressing immediate market needs through incremental innovations.
For this question, refer to the TerramEarth case study. TerramEarth's 20 million vehicles are scattered around the world. Based on the vehicle's location its telemetry data is stored in a Google Cloud Storage (GCS) regional bucket (US. Europe, or Asia). The CTO has asked you to run a report on the raw telemetry data to determine why vehicles are breaking down after 100 K miles. You want to run this job on all the data. What is the most cost-effective way to run this job?
- A. Move all the data into 1 zone, then launch a Cloud Dataproc cluster to run the job.
- B. Launch a cluster in each region to preprocess and compress the raw data, then move the data into a regional bucket and use a Cloud Dataproc cluster to finish the job.
- C. Launch a cluster in each region to preprocess and compress the raw data, then move the data into a multi region bucket and use a Dataproc cluster to finish the job.
- D. Move all the data into 1 region, then launch a Google Cloud Dataproc cluster to run the job.
Answer: B
Explanation:
Compressed Data save $$$
Region bucket cheaper than Multi Region
References: https://medium.com/google-cloud/google-cloud-storage-what-bucket-class-for-the- bestperformance-5c847ac8f9f2
NEW QUESTION # 156
You are using Cloud Shell and need to install a custom utility for use in a few weeks. Where can you store the file so it is in the default execution path and persists across sessions?
- A. ~/bin
- B. /usr/local/bin
- C. Cloud Storage
- D. /google/scripts
Answer: A
Explanation:
Explanation
NEW QUESTION # 157
For this question, refer to the Mountkirk Games case study. You are in charge of the new Game Backend Platform architecture. The game communicates with the backend over a REST API.
You want to follow Google-recommended practices. How should you design the backend?
- A. Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L4 load balancer.
- B. Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L7 load balancer.
- C. Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L4 load balancer.
- D. Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L7 load balancer.
Answer: D
Explanation:
Reference:
https://cloud.google.com/solutions/gaming/cloud-game-infrastructure#dedicated_game_server
NEW QUESTION # 158
For this question, refer to the Dress4Win case study. To be legally compliant during an audit, Dress4Win must be able to give insights in all administrative actions that modify the configuration or metadata of resources on Google Cloud.
What should you do?
- A. Use Stackdriver Trace to create a Trace list analysis.
- B. Enable Cloud Identity-Aware Proxy in all projects, and add the group of Administrators as a member.
- C. Use the Activity page in the GCP Console and Stackdriver Logging to provide the required insight.
- D. Use Stackdriver Monitoring to create a dashboard on the project's activity.
Answer: C
Explanation:
Explanation
NEW QUESTION # 159
You have an application that makes HTTP requests to Cloud Storage. Occasionally the requests fail with HTTP status codes of 5xx and 429.
How should you handle these types of errors?
- A. Implement retry logic using a truncated exponential backoff strategy.
- B. Make sure the Cloud Storage bucket is multi-regional for geo-redundancy.
- C. Use gRPC instead of HTTP for better performance.
- D. Monitor https://status.cloud.google.com/feed.atom and only make requests if Cloud Storage is not reporting
Answer: C
Explanation:
an incident.
Reference:
Reference https://cloud.google.com/storage/docs/json_api/v1/status-codes
NEW QUESTION # 160
For this question, refer to the Mountkirk Games case study
Mountkirk Games needs to create a repeatable and configurable mechanism for deploying isolated application environments. Developers and testers can access each other's environments and resources, but they cannot access staging or production resources. The staging environment needs access to some services from production.
What should you do to isolate development environments from staging and production?
- A. Create a project for development and test and another for staging and production.
- B. Create a network for development and test and another for staging and production.
- C. Create one subnetwork for development and another for staging and production.
- D. Create one project for development, a second for staging and a third for production.
Answer: D
Explanation:
Topic 6, Mountkrik Games Case 3
Company overview
Mountkirk Games makes online, session-based, multiplayer games for mobile platforms. They have recently started expanding to other platforms after successfully migrating their on-premises environments to Google Cloud.
Their most recent endeavor is to create a retro-style first-person shooter (FPS) game that allows hundreds of simultaneous players to join a geo-specific digital arena from multiple platforms and locations. A real-time digital banner will display a global leaderboard of all the top players across every active arena.
Solution concept
Mountkirk Games is building a new multiplayer game that they expect to be very popular. They plan to deploy the game's backend on Google Kubernetes Engine so they can scale rapidly and use Google's global load balancer to route players to the closest regional game arenas. In order to keep the global leader board in sync, they plan to use a multi-region Spanner cluster.
Existing technical environment
The existing environment was recently migrated to Google Cloud, and five games came across using lift-and-shift virtual machine migrations, with a few minor exceptions. Each new game exists in an isolated Google Cloud project nested below a folder that maintains most of the permissions and network policies. Legacy games with low traffic have been consolidated into a single project. There are also separate environments for development and testing.
Business requirements
Support multiple gaming platforms.
Support multiple regions.
Support rapid iteration of game features.
Minimize latency.
Optimize for dynamic scaling.
Use managed services and pooled resources.
Minimize costs.
Technical requirements
Dynamically scale based on game activity.
Publish scoring data on a near real-time global leaderboard.
Store game activity logs in structured files for future analysis.
Use GPU processing to render graphics server-side for multi-platform support.
Support eventual migration of legacy games to this new platform.
Executive statement
Our last game was the first time we used Google Cloud, and it was a tremendous success. We were able to analyze player behavior and game telemetry in ways that we never could before. This success allowed us to bet on a full migration to the cloud and to start building all-new games using cloud-native design principles. Our new game is our most ambitious to date and will open up doors for us to support more gaming platforms beyond mobile. Latency is our top priority, although cost management is the next most important challenge. As with our first cloud-based game, we have grown to expect the cloud to enable advanced analytics capabilities so we can rapidly iterate on our deployments of bug fixes and new functionality.
NEW QUESTION # 161
For this question, refer to the Helicopter Racing League (HRL) case study. The HRL development team releases a new version of their predictive capability application every Tuesday evening at 3 a.m. UTC to a repository. The security team at HRL has developed an in-house penetration test Cloud Function called Airwolf.
The security team wants to run Airwolf against the predictive capability application as soon as it is released every Tuesday. You need to set up Airwolf to run at the recurring weekly cadence. What should you do?
- A. Set up Cloud Tasks and a Cloud Storage bucket that triggers a Cloud Function.
- B. Configure the deployment job to notify a Pub/Sub queue that triggers a Cloud Function.
- C. Set up a Cloud Logging sink and a Cloud Storage bucket that triggers a Cloud Function.
- D. Set up Identity and Access Management (IAM) and Confidential Computing to trigger a Cloud Function.
Answer: A
NEW QUESTION # 162
You are designing a mobile chat application. You want to ensure people cannot spoof chat messages, by providing a message were sent by a specific user.
What should you do
- A. Tag messages client side with the originating user identifier and the destination user.
- B. Use public key infrastructure (PKI) to encrypt the message client side using the originating user's private key.
- C. Encrypt the message client side using block-based encryption with a shared key.
- D. Use a trusted certificate authority to enable SSL connectivity between the client application and the server.
Answer: B
NEW QUESTION # 163
Your web application must comply with the requirements of the European Union's General Data Protection Regulation (GDPR). You are responsible for the technical architecture of your web application. What should you do?
- A. Enable the relevant GDPR compliance setting within the GCPConsole for each of the services in use within your application.
- B. Ensure that your web application only uses native features and services of Google Cloud Platform, because Google already has various certifications and provides "pass-on" compliance when you use native features.
- C. Ensure that Cloud Security Scanner is part of your test planning strategy in order to pick up any compliance gaps.
- D. Define a design for the security of data in your web application that meets GDPR requirements.
Answer: D
Explanation:
Explanation/Reference: https://www.mobiloud.com/blog/gdpr-compliant-mobile-app/
NEW QUESTION # 164
For this question, refer to the Dress4Win case study. To be legally compliant during an audit, Dress4Win must be able to give insights in all administrative actions that modify the configuration or metadata of resources on Google Cloud.
What should you do?
- A. Use Stackdriver Trace to create a trace list analysis.
- B. Enable Cloud Identity-Aware Proxy in all projects, and add the group of Administrators as a member.
- C. Use the Activity page in the GCP Console and Stackdriver Logging to provide the required insight.
- D. Use Stackdriver Monitoring to create a dashboard on the project's activity.
Answer: C
Explanation:
Explanation
https://cloud.google.com/logging/docs/audit/
NEW QUESTION # 165
For this question, refer to the Helicopter Racing League (HRL) case study. A recent finance audit of cloud infrastructure noted an exceptionally high number of Compute Engine instances are allocated to do video encoding and transcoding. You suspect that these Virtual Machines are zombie machines that were not deleted after their workloads completed. You need to quickly get a list of which VM instances are idle. What should you do?
- A. Use the gcloud compute instances list to list the virtual machine instances that have the idle: true label set.
- B. Log into each Compute Engine instance and collect disk, CPU, memory, and network usage statistics for analysis.
- C. From the Google Console, identify which Compute Engine instances in the managed instance groups are no longer responding to health check probes.
- D. Use the gcloud recommender command to list the idle virtual machine instances.
Answer: B
Explanation:
Reference: https://cloud.google.com/compute/docs/instances/viewing-and-applying-idle-vm-recommendations
NEW QUESTION # 166
......
Professional-Cloud-Architect Dumps Real Exam Questions Test Engine Dumps Training: https://pass4sure.verifieddumps.com/Professional-Cloud-Architect-valid-exam-braindumps.html
