ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 49 - Professional Cloud Developer discussion

Report
Export

You want to upload files from an on-premises virtual machine to Google Cloud Storage as part of a data migration. These files will be consumed by Cloud DataProc Hadoop cluster in a GCP environment.

Which command should you use?

A.
gsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
Answers
A.
gsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
B.
gcloud cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
Answers
B.
gcloud cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
C.
hadoop fs cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
Answers
C.
hadoop fs cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
D.
gcloud dataproc cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
Answers
D.
gcloud dataproc cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/
Suggested answer: A

Explanation:

The gsutil cp command allows you to copy data between your local file. storage. boto files generated by running 'gsutil config'

asked 18/09/2024
Marcel Wienhusen
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first