ASSOCIATE-GOOGLE-WORKSPACE-ADMINISTRATOR · Question #11
ASSOCIATE-GOOGLE-WORKSPACE-ADMINISTRATOR Question #11: Real Exam Question with Answer & Explanation
The correct answer is B: Create a CSV file and add all resources. Write a script using the Workspace API to reference the. Using a CSV file to list all the conference rooms and a script to automate their creation via the Workspace API is the most efficient solution. This approach allows you to batch-create the rooms with the specified attributes (capacity, whiteboard, projector, wheelchair accessible
Question
You are managing the buildings and resources for your organization. You need to create several conference rooms with a capacity of 10 people each, equipped with a whiteboard and projector, and wheelchair accessible. You want to ensure the process is efficient. What should you do?
Options
- AAutomate room creation by using a third-party app from the Google Workspace Marketplace.
- BCreate a CSV file and add all resources. Write a script using the Workspace API to reference the
- CCreate each conference room individually in the Google Admin console. Add the features for each
- DUse the Google Admin console to bulk upload the rooms. Create a resource with the specified
Explanation
Using a CSV file to list all the conference rooms and a script to automate their creation via the Workspace API is the most efficient solution. This approach allows you to batch-create the rooms with the specified attributes (capacity, whiteboard, projector, wheelchair accessible) without manually inputting each room individually. It minimizes manual effort and ensures consistency across all room configurations.
Topics
Community Discussion
No community discussion yet for this question.