Avant-garde Professional-Cloud-Architect Real Exam For Google Certified Professional - Cloud Architect (GCP) Certification

Proper study guides for Renew Google Google Certified Professional - Cloud Architect (GCP) certified begins with Google Professional-Cloud-Architect preparation products which designed to deliver the Vivid Professional-Cloud-Architect questions by making you pass the Professional-Cloud-Architect test at your first time. Try the free Professional-Cloud-Architect demo right now.

Free Professional-Cloud-Architect Demo Online For Google Certifitcation:

NEW QUESTION 1

You are tasked with building an online analytical processing (OLAP) marketing analytics and reporting tool. This requires a relational database that can operate on hundreds of terabytes of data. What is the Google
recommended tool for such applications?

  • A. Cloud Spanner, because it is globally distributed
  • B. Cloud SQL, because it is a fully managed relational database
  • C. Cloud Firestore, because it offers real-time synchronization across devices
  • D. BigQuery, because it is designed for large-scale processing of tabular data

Answer: A

Explanation:
Reference: https://cloud.google.com/files/BigQueryTechnicalWP.pdf

NEW QUESTION 2

You want to optimize the performance of an accurate, real-time, weather-charting application. The data comes from 50,000 sensors sending 10 readings a second, in the format of a timestamp and sensor reading. Where
should you store the data?

  • A. Google BigQuery
  • B. Google Cloud SQL
  • C. Google Cloud Bigtable
  • D. Google Cloud Storage

Answer: C

Explanation:
It is time-series data, So Big Table. https://cloud.google.com/bigtable/docs/schema-design-time-series
Google Cloud Bigtable is a scalable, fully-managed NoSQL wide-column database that is suitable for both real-time access and analytics workloads.
Good for:
Professional-Cloud-Architect dumps exhibit Low-latency read/write access
Professional-Cloud-Architect dumps exhibit High-throughput analytics
Professional-Cloud-Architect dumps exhibit Native time series support
Professional-Cloud-Architect dumps exhibit Common workloads:
Professional-Cloud-Architect dumps exhibit IoT, finance, adtech
Professional-Cloud-Architect dumps exhibit Personalization, recommendations
Professional-Cloud-Architect dumps exhibit Monitoring
Professional-Cloud-Architect dumps exhibit Geospatial datasets
Professional-Cloud-Architect dumps exhibit Graphs
References: https://cloud.google.com/storage-options/

NEW QUESTION 3

You need to develop procedures to test a disaster plan for a mission-critical application. You want to use Google-recommended practices and native capabilities within GCP.
What should you do?

  • A. Use Deployment Manager to automate service provisionin
  • B. Use Activity Logs to monitor and debug your tests.
  • C. Use Deployment Manager to automate provisionin
  • D. Use Stackdriver to monitor and debug your tests.
  • E. Use gcloud scripts to automate service provisionin
  • F. Use Activity Logs monitor and debug your tests.
  • G. Use automated scripts to automate service provisionin
  • H. Use Activity Logs monitor and debug your tests.

Answer: B

Explanation:
https://cloud.google.com/solutions/dr-scenarios-planning-guide

NEW QUESTION 4

You have been asked to select the storage system for the click-data of your company's large portfolio of websites. This data is streamed in from a custom website analytics package at a typical rate of 6,000 clicks per minute, with bursts of up to 8,500 clicks per second. It must been stored for future analysis by your data science and user experience teams. Which storage infrastructure should you choose?

  • A. Google Cloud SQL
  • B. Google Cloud Bigtable
  • C. Google Cloud Storage
  • D. Google cloud Datastore

Answer: C

Explanation:
https://cloud.google.com/bigquery/docs/loading-data-cloud-storage

NEW QUESTION 5

During a high traffic portion of the day, one of your relational databases crashes, but the replica is never promoted to a master. You want to avoid this in the future. What should you do?

  • A. Use a different database.
  • B. Choose larger instances for your database.
  • C. Create snapshots of your database more regularly.
  • D. Implement routinely scheduled failovers of your databases.

Answer: D

Explanation:
https://cloud.google.com/solutions/dr-scenarios-planning-guide

NEW QUESTION 6

You need to upload files from your on-premises environment to Cloud Storage. You want the files to be encrypted on Cloud Storage using customer-supplied encryption keys. What should you do?

  • A. Supply the encryption key in a .boto configuration fil
  • B. Use gsutil to upload the files.
  • C. Supply the encryption key using gcloud confi
  • D. Use gsutil to upload the files to that bucket.
  • E. Use gsutil to upload the files, and use the flag --encryption-key to supply the encryption key.
  • F. Use gsutil to create a bucket, and use the flag --encryption-key to supply the encryption ke
  • G. Use gsutil to upload the files to that bucket.

Answer: A

Explanation:
https://cloud.google.com/storage/docs/encryption/customer-supplied-keys#gsutil

NEW QUESTION 7

Your company wants to track whether someone is present in a meeting room reserved for a scheduled meeting. There are 1000 meeting rooms across 5 offices on 3 continents. Each room is equipped with a motion sensor that reports its status every second. The data from the motion detector includes only a sensor ID and several different discrete items of information. Analysts will use this data, together with information about account owners and office locations. Which database type should you use?

  • A. Flat file
  • B. NoSQL
  • C. Relational
  • D. Blobstore

Answer: B

Explanation:
Relational databases were not designed to cope with the scale and agility challenges that face modern applications, nor were they built to take advantage of the commodity storage and processing power available today.
NoSQL fits well for:
Developers are working with applications that create massive volumes of new, rapidly changing data types — structured, semi-structured, unstructured and polymorphic data.

NEW QUESTION 8

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. Use gRPC instead of HTTP for better performance.
  • B. Implement retry logic using a truncated exponential backoff strategy.
  • C. Make sure the Cloud Storage bucket is multi-regional for geo-redundancy.
  • D. Monitor https://status.cloud.google.com/feed.atom and only make requests if Cloud Storage is not reporting an incident.

Answer: A

Explanation:
Reference https://cloud.google.com/storage/docs/json_api/v1/status-codes

NEW QUESTION 9

You are creating a solution to remove backup files older than 90 days from your backup Cloud Storage bucket. You want to optimize ongoing Cloud Storage spend. What should you do?

  • A. Write a lifecycle management rule in XML and push it to the bucket with gsutil.
  • B. Write a lifecycle management rule in JSON and push it to the bucket with gsutil.
  • C. Schedule a cron script using gsutil is -lr gs://backups/** to find and remove items older than 90 days.
  • D. Schedule a cron script using gsutil ls -1 gs://backups/** to find and remove items older than 90 days and schedule it with cron.

Answer: B

Explanation:
https://cloud.google.com/storage/docs/gsutil/commands/lifecycle

NEW QUESTION 10

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. Install the latest BigQuery API client library for Python
  • B. Run your script on a new virtual machine with the BigQuery access scope enabled
  • C. Create a new service account with BigQuery access and execute your script with that user
  • D. Install the bq component for gccloud with the command gcloud components install bq.

Answer: B

Explanation:
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 11

You have an application that will run on Compute Engine. You need to design an architecture that takes into account a disaster recovery plan that requires your application to fail over to another region in case of a regional outage. What should you do?

  • A. Deploy the application on two Compute Engine instances in the same project but in a different region.Use the first instance to serve traffic, and use the HTTP load balancing service to fail over to the standby instance in case of a disaster.
  • B. Deploy the application on a Compute Engine instanc
  • C. Use the instance to serve traffic, and use the HTTP load balancing service to fail over to an instance on your premises in case of a disaster.
  • D. Deploy the application on two Compute Engine instance groups, each in the same project but in a different regio
  • E. Use the first instance group to serve traffic, and use the HTTP load balancing service to fail over to the standby instance group in case of a disaster.
  • F. Deploy the application on two Compute Engine instance groups, each in separate project and a different regio
  • G. Use the first instance group to server traffic, and use the HTTP load balancing service to fail over to the standby instance in case of a disaster.

Answer: C

NEW QUESTION 12

Your company wants to try out the cloud with low risk. They want to archive approximately 100 TB of their log data to the cloud and test the analytics features available to them there, while also retaining that data as a long-term disaster recovery backup. Which two steps should they take? Choose 2 answers

  • A. Load logs into Google BigQuery.
  • B. Load logs into Google Cloud SQL.
  • C. Import logs into Google Stackdriver.
  • D. Insert logs into Google Cloud Bigtable.
  • E. Upload log files into Google Cloud Storage.

Answer: AE

NEW QUESTION 13

A lead engineer wrote a custom tool that deploys virtual machines in the legacy data center. He wants to migrate the custom tool to the new cloud environment You want to advocate for the adoption of Google Cloud Deployment Manager What are two business risks of migrating to Cloud Deployment Manager? Choose 2 answers

  • A. Cloud Deployment Manager uses Python.
  • B. Cloud Deployment Manager APIs could be deprecated in the future.
  • C. Cloud Deployment Manager is unfamiliar to the company's engineers.
  • D. Cloud Deployment Manager requires a Google APIs service account to run.
  • E. Cloud Deployment Manager can be used to permanently delete cloud resources.
  • F. Cloud Deployment Manager only supports automation of Google Cloud resources.

Answer: CF

Explanation:
https://cloud.google.com/deployment-manager/docs/deployments/deleting-deployments

NEW QUESTION 14

An application development team believes their current logging tool will not meet their needs for their new cloud-based product. They want a bettor tool to capture errors and help them analyze their historical log data. You want to help them find a solution that meets their needs, what should you do?

  • A. Direct them to download and install the Google StackDriver logging agent.
  • B. Send them a list of online resources about logging best practices.
  • C. Help them define their requirements and assess viable logging tools.
  • D. Help them upgrade their current tool to take advantage of any new features.

Answer: C

Explanation:
Help them define their requirements and assess viable logging tools. They know the requirements and the existing tools' problems. While it's true StackDriver Logging and Error Reporting possibly meet all their requirements, there might be other tools also meet their need. They need you to provide expertise to make assessment for new tools, specifically, logging tools that can "capture errors and help them analyze their historical log data".
References: https://cloud.google.com/logging/docs/agent/installation

NEW QUESTION 15

Your organization wants to control IAM policies for different departments independently, but centrally. Which approach should you take?

  • A. Multiple Organizations with multiple Folders
  • B. Multiple Organizations, one for each department
  • C. A single Organization with Folder for each department
  • D. A single Organization with multiple projects, each with a central owner

Answer: C

Explanation:
Folders are nodes in the Cloud Platform Resource Hierarchy. A folder can contain projects, other folders, or a combination of both. You can use folders to group projects under an organization in a hierarchy. For example, your organization might contain multiple departments, each with its own set of GCP resources. Folders allow you to group these resources on a per-department basis. Folders are used to group resources that share common IAM policies. While a folder can contain multiple folders or resources, a given folder or resource can have exactly one parent.
References: https://cloud.google.com/resource-manager/docs/creating-managing-folders

NEW QUESTION 16
......

P.S. Easily pass Professional-Cloud-Architect Exam with 170 Q&As Surepassexam Dumps & pdf Version, Welcome to Download the Newest Surepassexam Professional-Cloud-Architect Dumps: https://www.surepassexam.com/Professional-Cloud-Architect-exam-dumps.html (170 New Questions)