Topic 1 Question 142
Your operations team has asked you to create a script that lists the Cloud Bigtable, Memorystore, and Cloud SQL databases running within a project. The script should allow users to submit a filter expression to limit the results presented. How should you retrieve the data?
Use the HBase API, Redis API, and MySQL connection to retrieve database lists. Combine the results, and then apply the filter to display the results
Use the HBase API, Redis API, and MySQL connection to retrieve database lists. Filter the results individually, and then combine them to display the results
Run gcloud bigtable instances list, gcloud redis instances list, and gcloud sql databases list. Use a filter within the application, and then display the results
Run gcloud bigtable instances list, gcloud redis instances list, and gcloud sql databases list. Use --filter flag with each command, and then display the results
ユーザの投票
コメント(6)
IMHO can't see the purpose of using HBase
Answer is D. use the --filter flag https://cloud.google.com/sdk/gcloud/reference/topic/filters
👍 2gardislan182022/12/03- 正解だと思う選択肢: D
vote D
👍 1test0101012022/12/11 - 正解だと思う選択肢: D
option D
👍 1sharath252022/12/14
シャッフルモード