Salesforce Certified Platform App Builder : Certified Platform App Builder Part 6
Question #: 201
Topic #: 1
Which capability allows an app builder to grant object-level access? (Choose two.)
- Assigning a user a Profile that allows Read access to an object.
B. Assigning a user a Public Group that allows for Read and Edit access to an object.
C. Assigning a user a Permission Set that allows Read and Edit access to an object.
D. Assigning a user a Role that allows Read access to an object.
Selected Answer: AC
Question #: 202
Topic #: 1
Universal containers would like to use a chatter group for their mergers and acquisition team to collaborate on potential new projects. This group should not be visible for non-members to see or join, and can be accessed by invite only.
Which chatter Group type should the app builder recommend?
- Member Group
B. Unlisted Group
C. Public Group
D. Private Group
Selected Answer: B
Question #: 203
Topic #: 1
Which statement is true when defining a Create custom action for the Contact object? (Choose two.)
- The create action will ignore field requirements.
B. The create action can pre-define Contact field values.
C. The create action allows a user to select a record type.
D. The create action will respect validation rules.
Selected Answer: BD
Question #: 204
Topic #: 1
Universal Containers allows users to create standard reports on demand.
What are two considerations users should be aware of when creating a new report? (Choose two.)
- Users can require that child objects exist for parent records using a cross filter
B. Records will be available in the report regardless of security permissions
C. Reports created from standard report types are available to all users
D. The report type determines the types of records and fields that will be available
Selected Answer: CD
Question #: 205
Topic #: 1
An app builder wants to prevent users from creating new records on an account related list by overriding standard buttons.
Which two aspects should be considered before overriding standard buttons? (Choose two.)
- Standard buttons that are NOT available for overrides can still be hidden on page layouts.
B. Standard buttons can be changed on lookup dialogs, list views, and search result layouts.
C. Standard buttons can be overridden, relocated on the detail page, and relabeled.
D. Standard button can be overridden with a VF page.
Selected Answer: AD
Question #: 206
Topic #: 1
What are two reasons to create unmanaged packages? (Choose two.)
- Deploying from a Developer Edition environment.
B. Publishing an application for sale on the AppExchange.
C. Distributing upgradeable components to other Salesforce orgs
D. Distributing open-source projects on the AppExchange.
Selected Answer: A
Question #: 207
Topic #: 1
Universal Containers uses a custom object to track expense reports. They would like to automatically post updates on a record’s feed whenever an expense report has been approved.
What social feature can be used to accomplish this?
- Approval process
B. Feed Quick Action
C. Auto-response rule
D. Feed tracking
Selected Answer: A
Question #: 208
Topic #: 1
A Manager at Universal Containers has requested that a custom text field be converted to a picklist in order to promote better data hygiene.
Which two actions should be considered before changing the field type? (Choose two.)
- Changing a field type will remove existing field history.
B. Field reference will be removed in Visualforce pages.
C. Existing list views that reference the field may be deleted.
D. All data should be backed up before converting a text field.
Selected Answer: D
Question #: 209
Topic #: 1
What of the following are general types of actions available in Salesforce? (Choose four.)
- Update ג€” Update Records
B. Create ג€” create a record
C. Log a Call ג€” log a call and it is recorded as a task
D. Custom ג€” requires visual force page
E. Remove ג€” Remove a record
F. Delete ג€” permanently remove a record
Selected Answer: D
Question #: 210
Topic #: 1
Which of the following are types of developer sandboxes environment types in Salesforce? (Choose four.)
- Developer
B. Developer Pro
C. Partial Copy
D. Full Sandbox
E. Partial Sandbox
F. Full Copy
Selected Answer: ABCD
Question #: 211
Topic #: 1
Which permission is required to install and uninstall packages from Salesforce AppExchange?
- Create AppExchange Packages.
B. Download AppExchange Packages.
C. Manage Package Licenses.
D. Upload AppExchange Packages.
Selected Answer: B
Question #: 212
Topic #: 1
Which of the following statements are true about Record IDs? (Choose two.)
- The 18 character ID is case?insensitive
B. The 15 character ID is case?insensitive
C. The 18 character ID is case?sensitive
D. The 15 character ID is case?sensitive
Selected Answer: AD
Question #: 213
Topic #: 1
What is the maximum number of master-detail lookup relationships allowable per object?
- 1
B. 2
C. 3
D. 4
Selected Answer: B
Question #: 214
Topic #: 1
Which three options are available for assigning access to Lightning Pages using Lightning App Builder? (Choose three.)
- Profile and permission sets
B. App default
C. Role and subordinates
D. The org default
E. App, record type, profile
Selected Answer: B
Question #: 215
Topic #: 1
What standard Chatter actions (Post, File, Link, Poll, and Thanks) appear on the user profile page, regardless of the actions in the User page layout? (Choose three.)
- Create
B. Post
C. Poll
D. Email
E. File
Selected Answer: BCE
Question #: 216
Topic #: 1
Which two of the following are supported actions for the Global Actions Menu? (Choose two.)
- Launch a custom Canvas App
B. Upload a new Chatter File
C. Post to a Chatter feed
D. Launch a custom Lighting Component
Selected Answer: AD
Question #: 217
Topic #: 1
Which type of custom fields can be used as External ID? (Choose three.)
- Email
B. Date
C. A text field that is unique
D. A text field that is encrypted
E. Phone
F. A text field that is required
Selected Answer: B
Question #: 218
Topic #: 1
Which of the following represent correct syntax to display first name from global variable user?
- {User.FirstName}
B. $User.FirstName
C. {!User.FirstName}
D. {!$User.FirstName}
Selected Answer: D
Question #: 219
Topic #: 1
Which statements are correct about encrypted fields among the following? (Choose four.)
- Encrypted fields can be included in search results, and report results.
B. They are not available for use in filters such as list views, reports, roll-up summary fields, and rule filters.
C. Encrypted text fields can be an external ID and can have default values.
D. Encrypted fields are not available in lead conversion, workflow rule criteria or formulas, formula fields, outbound messages, default values, and Web-to-Lead and Web-to-Case forms.
E. Encrypted fields are not searchable and cannot be used to define report criteria.
Selected Answer: ABDE
Question #: 220
Topic #: 1
What is not a possible action of the Lightning Process Builder?
- Trigger APEX
B. Update a record
C. Trigger a Flow
D. Send an Outbound message
Selected Answer: D
Question #: 221
Topic #: 1
What is the maximum number of external IDs an object may have?
- 5
B. 1
C. 3
D. 7
Selected Answer: C
Question #: 222
Topic #: 1
Which Validation formula is valid to make sure Phone & Email fields are filled in when converting a Lead?
- IsConverted = TRUE && (ISBLANK(Phone) && ISBLANK(Email)
B. IsConverted = TRUE && OR(ISBLANK(Phone), ISBLANK(Email))
C. IsConverted = FALSE && (ISBLANK(Phone) && ISBLANK(Email)
D. IsConverted = TRUE && OR(Phone, Email)
Selected Answer: C
Question #: 223
Topic #: 1
Which of the following is true about Roll-up Summary Fields?
- Roll-up Summary can be used to compute SUM, MIN, MAX, AVG over a set of records.
B. Roll-up Summary Fields are readonly.
C. Roll-up Summary can only be set on the parent of a Master-Detail or Lookup relationship.
D. The results of the Roll-up Summary is displayed on the child in a master-detail relationship.
Selected Answer: A
Question #: 224
Topic #: 1
When a user creates a record by using an object specific create action, what feed item for that record appears? (Choose three.)
- In the Chatter feed of the first user who follows the record on the record was created.
B. In the Chatter feed of the user who created the record.
C. As the first entry in the feed for the new record.
D. In the feed for the record on which the new record was created.
E. In the user profile feed for all users who can view the record.
Selected Answer: D
Question #: 225
Topic #: 1
What is true when a field update is set to re-evaluate the workflow rule? (Choose three.)
- In a batch update, workflow is only re-triggered on the entities where there is a change E.
B. Any workflow rules whose criteria are met as a result of the field update will be ignored.
C. Only workflow rules on the same object as the initial field update will be re-evaluated and triggered.
D. Cascade of workflow rule re-evaluation and triggering can happen up to ten times after the initial field update that started it.
E. Only workflow rules that didn’t fire before will be re-triggered.
Selected Answer: ACE
Question #: 226
Topic #: 1
What tools do you need to use to migrate Metadata to Two Different Production Orgs? (Choose three.)
- Unmanaged Package
B. Data Loader
C. Force.com IDE
D. Change Set
E. Force.com Migration Tool
Selected Answer: ACE
Question #: 227
Topic #: 1
Which type of component CANNOT be added to a Lightning App Builder page?
- Global Actions
B. Dashboards
C. Filter List
D. Visualforce
Selected Answer: A
Question #: 228
Topic #: 1
Your company has a Custom Object called Projects with a Lookup relationship to Opportunities. Once an Opportunity is closed won a project needs to be created automatically and assigned to a queue.
How would you best accomplish this requirement?
- Apex Trigger on Opportunities
B. Visual Flow
C. Lightning Process Builder
D. Apex Trigger on Projects
Selected Answer: C
Question #: 229
Topic #: 1
What type of data cannot be imported using the import wizard?
- Leads
B. Users
C. Accounts and Contacts
D. Custom Objects
Selected Answer: B
Question #: 230
Topic #: 1
When changing a fields data type, which scenario can you expect data loss? (Choose two.)
- Number to Text
B. Text to Picklist
C. Currency to Number
D. Email to Text
Selected Answer: BC
Question #: 231
Topic #: 1
Which functionality is NOT available on a custom object?
- Validation Rules
B. Assignment Rules
C. Workflows
D. Record Types
Selected Answer: C
Question #: 232
Topic #: 1
Which Action Type is not available when working with Global Actions?
- Create a Record
B. Update a Record
C. Log a Call
D. Custom Visualforce
Selected Answer: B
Question #: 233
Topic #: 1
What is true about a junction object?
- A standard object that has two Master-Detail relationships.
B. A standard object that has one Master-Detail relationship.
C. A custom object that has two Master-Detail relationships.
D. A custom object that has one Master-Detail relationship.
Selected Answer: D
Question #: 234
Topic #: 1
Which of the following cannot be done via a Workflow?
- Create an Outbound Message
B. Create an Event
C. Create an E-mail Alert
D. Create a Task
Selected Answer: D
Question #: 235
Topic #: 1
What type of field cannot be used in a formula field?
- Date/Time
B. Other Formula Fields
C. Text Area (Long)
D. Standard Fields
Selected Answer: C
Question #: 236
Topic #: 1
When Record Types control picklist values, you need to ___________. (Choose two.)
- If removed from picklist, value won’t be available on any record types but the value on existing record will not change.
B. You need to manually add values to Opportunity Source, Lead Source and Case source.
C. Manually add values to the Record Types.
D. Other option.
Selected Answer: AC
Question #: 237
Topic #: 1
Which statements are true regarding Roll-Up Summary Fields? (Choose three.)
- Automatically derived fields, such as current date or current user, are allowed in a Roll-up Summary Field.
B. Because Roll-up Summary Fields are not displayed on edit pages, you can use them in validation rules.
C. Once created, you cannot change the detail object selected or delete any field referenced in your Roll-up Summary definition.
D. Validation errors can display when saving either the detail or master record.
E. Advanced currency management has no affect on Roll-up Summary Fields.
Selected Answer: BCD
Question #: 238
Topic #: 1
Global actions can be created to let users create which of the following kinds of records? (Choose three.)
- Question
B. Event (without invitees)
C. Products
D. Opportunity
E. Chatter Post
F. Users
Selected Answer: ABD
Question #: 239
Topic #: 1
Which Salesforce Formula Function can return a value based on more than two different field parameters?
- Contains
B. Case Statement
C. Beings
D. IF Statement
Selected Answer: B
Question #: 240
Topic #: 1
What is true about Social Networks in Salesforce?
- You must login with your own personal social network account to work with social accounts.
B. You must login with your company’s social network account to work with social accounts.
C. You must be careful about who you give access to social accounts, as they do not follow a security model.
D. Social accounts allow you to manage your company’s social media from within Salesforce.
Selected Answer: B
Question #: 241
Topic #: 1
Which is true about encrypted fields?
- A custom field can be converted to an encrypted field.
B. They are available in Validation Rules or Apex Scripts even if the user is not having the permission “View Encrypted Data”.
C. Encrypted fields can be converted to other field types.
D. In Email Templates, if an encrypted field needs to be displayed without the mask character, the User who receives the email should have the View Encrypted Data permission.
Selected Answer: C
Question #: 242
Topic #: 1
Which developer tool can be used to create a data model? (Choose two.)
- Application data model wizard
B. Force.com IDE
C. Force.com data loader
D. Schema builder
Selected Answer: BD
Question #: 243
Topic #: 1
What layer of model-view-controller paradigm are standard or custom objects associated with?
- View and Controller
B. Model
C. Controller
D. View
Selected Answer: B
Question #: 244
Topic #: 1
What would the proper field type be to allow users to enter multiple paragraphs? (Choose two.)
- Text Area (Long)
B. Text (Encrypted)
C. Text Area (Rich)
D. Text Area (Super Long)
E. Text
Selected Answer: AC
Question #: 245
Topic #: 1
Which components can be added to a lightning app on custom Object? (Choose three.)
- Object specific actions on the custom object
B. Global actions
C. Custom lightning component
D. Standard Lightning component
E. Visualforce
Selected Answer: CDE
Question #: 246
Topic #: 1
Which of the following fields are not available for record types?
- Opportunity stages
B. Solution Status
C. Lead Status
D. All of the above
E. Case Status
Selected Answer: D
Question #: 247
Topic #: 1
Which feature sets the base level of access to an object?
- Roles
B. Public Groups
C. Organizational Wide Defaults
D. Profiles
Selected Answer: D
Question #: 248
Topic #: 1
What is true about Master-Detail relationships? (Choose two.)
- You can have a child record without the parent record.
B. You have to expose the master-detail field on the child object page layout.
C. When the parent record is deleted, all child records will be deleted.
D. You cannot delete a child object.
Selected Answer: BC
Question #: 249
Topic #: 1
Which deployment tool will you use to deploy metadata from one organization to another organization?
- Force.com Migration Tool
B. Unmanaged Packages
C. Force.com IDE
D. Change sets
Selected Answer: A
Question #: 250
Topic #: 1
Identify the field update limitations. (Choose three.)
- The results of a field update can’t trigger additional rules such as validation, assignment, auto-response, or escalation rules.
B. Read-only fields like formula or auto-number fields aren’t available for field updates.
C. Field updates that are executed as approval actions don’t trigger workflow rules.
D. In a batch update, workflow is re-triggered on all entities where there is a change.
Selected Answer: C