Google Associate Cloud Engineer Question 36
Select 3Google Cloud PlatformAs a Google Cloud Associate Cloud Engineer, you are tasked with setting up a new project for a client who requires separate billing accounts for different departments within their organization. What steps should you take to create and associate multiple billing accounts with projects in Google Cloud Platform?
- A
A. Navigate to the Google Cloud Console, select 'Billing', and create new billing accounts for each department.
- B
B. Use the Google Cloud SDK to create billing accounts by running the command 'gcloud billing accounts create'.
- C
C. In the Google Cloud Console, go to 'IAM & Admin', then 'Manage Resources', and associate existing billing accounts with the respective projects.
- D
D. Ensure that you have the 'Billing Account Administrator' role to create and manage billing accounts.
- E
E. Invite department heads to Google Cloud Platform and assign them the 'Billing Account Viewer' role for transparency.
Show answer and explanation
Correct answers: A, C, D
Explanation
Creating and associating billing accounts in Google Cloud Platform requires navigating to the Google Cloud Console where you can create billing accounts and manage them. The 'Billing Account Administrator' role is necessary to perform these tasks. Additionally, associating billing accounts with projects is done through the 'Manage Resources' section in the Google Cloud Console. While transparency roles like 'Billing Account Viewer' can be beneficial, they are not part of the billing account creation or association process.
- A. Correct.
A. This option is correct as it describes the process of creating billing accounts through the Google Cloud Console, which is the recommended way for setting up billing accounts.
- B. Incorrect.
B. This option is incorrect because the Google Cloud SDK does not have a command to create billing accounts; billing accounts must be created through the Google Cloud Console.
- C. Correct.
C. This option is correct because associating existing billing accounts with projects is done in the 'IAM & Admin' section under 'Manage Resources'.
- D. Correct.
D. This option is correct because having the 'Billing Account Administrator' role is necessary to create and manage billing accounts.
- E. Incorrect.
E. This option is incorrect because while assigning the 'Billing Account Viewer' role can provide transparency, it is not a necessary step for creating and associating billing accounts.