Platform App Builder Udemy Flashcards
When adding a custom field to an object using the Schema Builder, which of the following is true? Choose 1 answer
Custom fields are not automatically added to page layouts.
While trying to define a new custom field, the Salesforce Admin noticed that the ‘Master-Detail relationship’ field type is grayed out. What could be the reason? Choose 1 answer.
There are already two master-detail relationship fields on the object
MytutorialRack Corp needs to create a data model using custom objects based on Order Groups, Orders, and Order Items. Order Group is a collection of Orders, and each Order has multiple associated Order Items. Order Groups can be deleted when necessary, but the related Order data should not be lost. Order Items should not exist without an Order record. Which types of relationships would need to be created for this requirement? Choose 1 answer
Look-up relationship between Order Group and Order, and master-detail relationship between Order and Order Item
Two custom objects, A and B, are in a parent-child relationship. A record of object B cannot exist without a related record of Object A. When a record of custom object A is deleted, all associated custom object B records are also deleted. Based on the given information, which of the following statements is true? Choose 1 answer
There is a master-detail relationship field on Object B to Object A
A Salesforce Administrator is building an application for which a master-detail relationship needs to be created between the Account object and a custom object. What is true regarding the relationship? Choose 1 answer
The standard object can only be on the master side of this relationship
Which of the following statements are true about a master-detail relationship in Salesforce?
The security setting of the detail records depend on the master record.
Sam is in the process of designing the Salesforce data model for Pacific Travels. He needs to be able to associate multiple ‘Booking Detail’ records to a single Contact record. In addition, the ‘Booking Detail’ records are of legal importance, which is why they should not be deleted, even if the associated Contact is deleted. How should Sam design the data model for this requirement? Choose 1 answer
Define a lookup relationship field on the ‘Booking Detail’ object the references the ‘Contact’ object
Which of the following is FALSE regarding master-detail relationships? Choose 1 answer.
An object can have up to five master-detail relationship fields
A developer wants to link a custom object called Bug with itself to show how two different bugs are related to the same problem. Which type of relationship field should the developer use? Choose 1 answer
Lookup
Mytutorialrack Insurance needs to store information about accounts and their related properties in Salesforce. Each account can have one or more properties, and when an account is deleted, all the related properties should be deleted automatically. The owner of all related properties should be the same as the owner of the account. Which of the following relationship types should be used for this requirement? Choose 1 answer
Master-Detail
A master-detail relationship can exist between which of the following? Choose 1 answer
Standard object master and custom object detail
Mytutorialrack Containers wants to track their suppliers for parts. A supplier can supply various parts, and the company always ensures that there are multiple suppliers for each part, in case a part is out of stock at one of the suppliers. What is the best way to model this in Salesforce? Choose 1 answer.
Create a many-to-many relationship by creating a new junction object between the Supplier and Part Objects
What is true regarding a lookup relationship? Choose 1 answer
The Objects in the relationship can have different owners
There is a many-to-many relationship between Employees and Projects. An employee can work on many projects and a project can have many employees working on it. A junction object called ‘Project Assignment’ has been defined. What would happen to a Project Assignment record if an Employee record is deleted? Choose 1 answer
The Project Assignment record would be deleted and moved to the recycle bin
An app builder is building a recruitment management application. The application requires the ability to hold details regarding job positions, candidates and their applications to one or more job positions. Which of the following represents the best data model to achieve this requirement? Choose 1 answer.
Define the Position and Candidate objects as parent objects, and then Application as a junction object
John, the Salesforce admin at MytutorialRack Consulting, is required to design the data model for project and employee data. A project can have many employees working on it, and an employee can work on multiple projects. What design should John propose? Choose 1 answer.
Create a many-to-many relationship by creating a new junction object between Project and Employee objects
Sam has created a custom application for recruitment in Salesforce by using custom objects that represent Candidates and Positions. A junction object called ‘Application’ has also been created. Which of the following statements is true with regard to the ‘Application’ object? Choose 1 answer
The Application object cannot be on the master side of a master-detail relationship
What will happen to a roll-up summary field when attempting to convert a master-detail relationship to a lookup relationship? Choose 1 answer
Nothing, as the conversion to the lookup relationship will not be allowed
A Salesforce admin is having trouble converting a master-detail relationship into a lookup relationship. What could be the possible reason? Choose 1 answer
A roll-up summary field exists on the master object
Which of the following functions are available when defining a roll-up summary field
COUNT, SUM,MIN
Which data type cannot be used as return type of formula field
Text Area (Long)
A Salesforce Admin is assigned to import 10,000 accounts into an org. Which of the following Salesforce features can the Salesforce Admin use in order to achieve the task and prevent duplicate records from being created during the data import?
Use Data Import Wizard and set the ‘Match Account by’ option accordingly.
Global Containers has defined a custom object to track shipments. Now the company wants to store which truck is used for handling a particular shipment. However, there are only 5 trucks, and there is no plan to buy or sell any trucks in the future. What can be done to meet this requirement?
Define ‘Trucks’ as a picklist field