Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Google Cloud Certified Professional-Cloud-Architect Syllabus Exam Questions Answers

Google Cloud Certified - Professional Cloud Architect exam Questions and Answers

Question 25

The application reliability team at your company has added a debug feature to their backend service to send all server events to Google Cloud Storage for eventual analysis. The event records are at least 50 KB and at most 15 MB and are expected to peak at 3,000 events per second. You want to minimize data loss.

Which process should you implement?

Options:

A.

• Append metadata to file body.

• Compress individual files.

• Name files with serverName-Timestamp.

• Create a new bucket if bucket is older than 1 hour and save individual files to the new bucket. Otherwise, save files to existing bucket

B.

• Batch every 10,000 events with a single manifest file for metadata.

• Compress event files and manifest file into a single archive file.

• Name files using serverName-EventSequence.

• Create a new bucket if bucket is older than 1 day and save the single archive file to the new bucket. Otherwise, save the single archive file to existing bucket.

C.

• Compress individual files.

• Name files with serverName-EventSequence.

• Save files to one bucket

• Set custom metadata headers for each object after saving.

D.

• Append metadata to file body.

• Compress individual files.

• Name files with a random prefix pattern.

• Save files to one bucket

Question 26

Your company sends all Google Cloud logs to Cloud Logging. Your security team wants to monitor the logs. You want to ensure that the security team can react quickly if an anomaly such as an unwanted firewall change or server breach is detected. You want to follow Google-recommended practices. What should you do?

Options:

A.

Schedule a cron job with Cloud Scheduler. The scheduled job queries the logs every minute for the relevant events.

B.

Export logs to BigQuery, and trigger a query in BigQuery to process the log data for the relevant events.

C.

Export logs to a Pub/Sub topic, and trigger Cloud Function with the relevant log events.

D.

Export logs to a Cloud Storage bucket, and trigger Cloud Run with the relevant log events.

Question 27

You need to reduce the number of unplanned rollbacks of erroneous production deployments in your company's web hosting platform. Improvement to the QA/Test processes accomplished an 80% reduction. Which additional two approaches can you take to further reduce the rollbacks? Choose 2 answers

Options:

A.

Introduce a green-blue deployment model.

B.

Replace the QA environment with canary releases.

C.

Fragment the monolithic platform into microservices.

D.

Reduce the platform's dependency on relational database systems.

E.

Replace the platform's relational database systems with a NoSQL database.

Question 28

For this question, refer to the Dress4Win case study.

At Dress4Win, an operations engineer wants to create a tow-cost solution to remotely archive copies of database backup files. The database files are compressed tar files stored in their current data center. How should he proceed?

Options:

A.

Create a cron script using gsutil to copy the files to a Coldline Storage bucket.

B.

Create a cron script using gsutil to copy the files to a Regional Storage bucket.

C.

Create a Cloud Storage Transfer Service Job to copy the files to a Coldline Storage bucket.

D.

Create a Cloud Storage Transfer Service job to copy the files to a Regional Storage bucket.