Answer:
c. Create a lookup relationship between the Candidate and Interview objects.
d. Create a trigger on the Interview object that updates a field on the Candidate object.
Step-by-step explanation:
Objects relationships is considered a form of field type that joins two or more objects together such that, after understanding objects and fields, it creates some form of bonding known as object relationships. This helps define security on interview records that is independent from the security on candidate records.
For an example, in a standard object like Account, where a sales representative opens an account, and has had interviews or chats with a few people at that account’s company, and as well made contacts with the likes of executives or IT managers and still stored those contacts’ information in salesforce.
Hence, what would a developer do to accomplish this task is to:
1. Create a lookup relationship between the Candidate and Interview objects.
2. Create a trigger on the Interview object that updates a field on the Candidate object.