exam questions

Exam Professional Collaboration Engineer All Questions

View all questions & answers for the Professional Collaboration Engineer exam

Exam Professional Collaboration Engineer topic 1 question 71 discussion

Actual exam question from Google's Professional Collaboration Engineer
Question #: 71
Topic #: 1
[All Professional Collaboration Engineer Questions]

All Human Resources employees at your company are members of the "HR Department" Team Drive. The HR Director wants to enact a new policy to restrict access to the "Employee Compensation" subfolder stored on that Team Drive to a small subset of the team.
What should you do?

  • A. Use the Drive API to modify the permissions of the Employee Compensation subfolder.
  • B. Use the Drive API to modify the permissions of the individual files contained within the subfolder.
  • C. Move the contents of the subfolder to a new Team Drive with only the relevant team members.
  • D. Move the subfolder to the HR Director's MyDrive and share it with the relevant team members.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nwk
Highly Voted 5 years ago
Should be C
upvoted 13 times
...
1209apl
Most Recent 2 years, 10 months ago
Selected Answer: C
I vote 'C' option. I tried to actually use the Drive API to update a nested folder's permission in a Shared drive and got this error. With this, I would eliminate option 'A' & 'B'. And pick 'C' as the best answer for this scenario. { "error": { "errors": [ { "domain": "global", "reason": "cannotModifyInheritedTeamDrivePermission", "message": "Cannot update or delete an inherited permission on a shared drive item." } ], "code": 403, "message": "Cannot update or delete an inherited permission on a shared drive item." } }
upvoted 1 times
...
AngelCore
3 years, 4 months ago
Selected Answer: C
This question is outdated, C was the right choice, but now you can change subfolder permissions in any Team Drive
upvoted 2 times
...
Mr_JJ
3 years, 5 months ago
Selected Answer: C
"Inherited permissions can't be removed from a file or folder in a shared drive". ref: https://developers.google.com/drive/api/v3/manage-sharing
upvoted 1 times
...
Kristuc
4 years, 1 month ago
C is correct
upvoted 3 times
...
jadson88888
4 years, 3 months ago
As stated, "Inherited permissions can't be removed from a file or folder in a shared drive", Should be C https://developers.google.com/drive/api/v3/manage-sharing
upvoted 3 times
...
admcloud
4 years, 5 months ago
What would be the appropriate response?
upvoted 1 times
...
tranduchuyhcm
4 years, 11 months ago
B is correct
upvoted 2 times
HateMicrosoft
4 years, 10 months ago
You cannot make Team Drives subfolders more or less restrictive than the top level folder. https://support.google.com/drive/thread/25570677?hl=en nwk is right
upvoted 4 times
DanIRMark
4 years, 5 months ago
according to this link [https://support.google.com/a/answer/7662202?hl=en#zippy=%2Cmoving-and-sharing-files%2Chow-to-use-folder-sharing%2Chow-does-the-sharing-experience-work%2Cwho-can-share-folders%2Cset-file-sharing-permissions] you CAN set permission at a folder and file level. So A or B are viable options. Also, this link [https://developers.google.com/drive/api/v3/manage-sharing] shows that the Drive API does support file and folder sharing. So I would select B as this option meets the requirements. Option C is a workaround
upvoted 3 times
DanIRMark
4 years, 5 months ago
Typo, I would select A, not B as its better to manage permission at a folder level than a file level.
upvoted 4 times
...
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...