Google Cloud Professional Collaboration Engineer — Question 31
Your large organization, 80,000 users, has been on Google for two years. Your CTO wants to create an integrated team experience with Google Groups, Teams
Drives, and Calendar. Users will use a Google Form and Apps Script to request a new "G-Team." A "G-Team' is composed of a Google Group and a Team Drive/
Secondary Calendar that is shared using that Google Group.
What two design decisions are required to implement this workflow securely? (Choose two.)
Answer options
- A. The Apps Script will need to run as a G Suite admin.
- B. You will need a Cloud SQL instance to store "G-Team' data.
- C. The Google Form will need to be limited to internal users only.
- D. The Apps Script will need to run on a timed interval to process new entries.
- E. The Google Form will need to enforce Group naming conventions.
Correct answer: A, C
Explanation
Option A is correct because running the Apps Script as a G Suite admin allows it to perform necessary tasks that require elevated permissions. Option C is also correct as limiting the Google Form to internal users helps to maintain security by preventing unauthorized access. The other options do not address the security requirements of the workflow adequately.