Professional Cloud Architect Exam QuestionsBrowse all questions from this exam

Professional Cloud Architect Exam - Question 243


To speed up data retrieval, more vehicles will be upgraded to cellular connections and be able to transmit data to the ETL process. The current FTP process is error-prone and restarts the data transfer from the start of the file when connections fail, which happens often. You want to improve the reliability of the solution and minimize data transfer time on the cellular connections.

What should you do?

Show Answer
Correct Answer: CD

To enhance data reliability and minimize transfer times on cellular connections, it is essential to utilize a storage solution that is optimal for global distribution and redundancy. Directly transferring the files to different Google Cloud Multi-Regional Storage bucket locations in the US, EU, and Asia using Google APIs over HTTP(S) ensures that the data is stored in multiple geographic locations, enhancing both reliability and availability. Multi-Regional Storage is designed to serve data consumers worldwide, ensuring faster access and reducing latency, which is critical for the requirements outlined in the question.

Discussion

17 comments
Sign in to comment
dabratOption: C
Nov 18, 2019

c) Multi-Region Name Multi-Region Description asia Data centers in Asia eu Data centers in the European Union1 us Data centers in the United States multi-region is a large geographic area, such as the United States, that contains two or more geographic places.

JJuOption: C
Dec 7, 2019

I think answer is C. Use a multi-region when you want to serve content to data consumers that are outside of the Google network and distributed across large geographic areas, or when you want the higher availability that comes with being geo-redundant.

n_nanaOption: D
Mar 11, 2023

adding to other explanation, source https://cloud.google.com/storage/docs/locations#location_recommendations It's pretty clear that multi-region is good for content serving and not analytics. Only regional and dual regional buckets are good storage for analytics case which exist in the question

BiddlyBdoyngOption: D
Jun 20, 2023

D, multi-region increases latency

[Removed]Option: D
Dec 31, 2023

The real debate is C vs D. Lets look at some docs: Low cost is one of the business requirements. Also, regional has higher Performance than multi-regional https://cloud.google.com/storage/docs/locations#considerations Multi regional will be an overkill for analytics as mentioned by Google. https://cloud.google.com/storage/docs/locations#location_recommendations

parthkulkarni998Option: C
Dec 27, 2023

Option C seems right here. Directly transferring the files to a different Google Cloud Regional Storage bucket location in US, EU, and Asia using Google APIs over HTTP(S), would not be an effective solution as it would not improve the reliability of the solution. Using Google Cloud Multi-Regional Storage, which stores the data in multiple locations, would be a more reliable solution.

rusllOption: D
Aug 29, 2023

just look at this: https://cloud.google.com/storage/docs/locations#location_recommendations

jits1984Option: C
Aug 31, 2023

Multi-region

ale_brd_Option: D
Dec 29, 2022

D is the correct answer

YeJuneOption: D
Jan 29, 2023

D is the correct answer

taerOption: C
Apr 3, 2023

By directly transferring the files to Google Cloud Multi-Regional Storage buckets using Google APIs over HTTP(S), you will improve the reliability of the solution and minimize data transfer time on the cellular connections.

gotcertifiedOption: C
Jul 7, 2023

Can someone explain why A and B are incorrect ? All the responses focus on C and D.

nideesh
Oct 30, 2023

Container engine which has recyclable pods as FTP server is far fetched. Compute engine and containers should not be used for storage. GCS bucket is better as files can be uploaded from anywhere and is reliable and fast.

35cd41bOption: C
Jan 21, 2024

C is correct,

didek1986Option: C
Jan 23, 2024

I would say it is C

edooOption: C
Feb 14, 2024

At the beginning I was for B, since it was not clear for me that resumable uploads were available in cloud storage, but they are: https://cloud.google.com/storage/docs/resumable-uploads

xaqanikOption: D
Mar 8, 2024

Go for D. Telemetry data stored in regional (US, Europe and Asia) bucket.

46f094cOption: C
Jun 29, 2024

in option D imagine you have 1 regional bucket in US-west and the client is in US-east... latency problems right? with multiregional you don't have the issue... I go for C