Google Cloud Professional Collaboration Engineer — Question 6
Your corporate LDAP contains the email addresses of several hundred non-employee business partners. You want to sync these contacts to G Suite so they appear in Gmail's address autocomplete for all users in the domain.
What are two options to meet this requirement? (Choose two.)
Answer options
- A. Use the Directory API to upload a .csv file containing the contacts.
- B. Configure GCDS to populate a Group with external members.
- C. Use the People API to upload a .csv file containing the contacts.
- D. Develop a custom application to call the Domain Shared Contacts API.
- E. Configure GCDS to synchronize shared contacts.
Correct answer: A, D
Explanation
The correct answers are A and D. Option A allows for direct uploading of contacts via the Directory API, ensuring they are available for Gmail's autocomplete. Option D enables the use of the Domain Shared Contacts API to create a custom solution for syncing. Options B, C, and E do not specifically address the requirement to sync contacts for autocomplete functionality in Gmail.