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

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.