SFDC App Builder 1 (101-125)

Description

SFDC App Builder 1 (101-125)
Victoria Jones
Quiz by Victoria Jones, updated more than 1 year ago More Less
Connie Woolard
Created by Connie Woolard over 7 years ago
Victoria Jones
Copied by Victoria Jones almost 7 years ago
300
11

Resource summary

Question 1

Question
Which of the following field types can be used in a formula field? Choose 1 answer.
Answer
  • All of the above
  • Text fields
  • Encrypted Fields
  • Description Field
  • Text Area Fields

Question 2

Question
Universal containers needs to calculate the sum of the Amount of related Opportunities on Account level. How should the Administrator implement this? Choose 1 answer.
Answer
  • Create a Formula field
  • Create a Number field
  • Create a Roll-up Summary field
  • Create a Workflow Field Update to capture the value

Question 3

Question
The workflow field update on the Opportunity Amount field is not working. What could be the problem? Choose 1 answer.
Answer
  • The workflow rule is not active
  • The field update was not defined correctly
  • The opportunity has products assigned
  • None of the above

Question 4

Question
A new dashboard has been created that lists the opportunities that have a close date in the next week. What is the easiest way for the Sales Director to go to a particular opportunity record that is listed in the dashboard? Choose 1 answer
Answer
  • Set the drill down option on the dashboard component to the record URL
  • Set the drill down option on the dashboard component to go to the record detail page
  • After clicking on the dashboard, the source report will be displayed with a link to the opportunity record
  • Set the drill down option to go to a filtered source report

Question 5

Question
What operations can be performed using the GUI interface of Data Loader?
Answer
  • Hard Delete Records
  • All of the Above
  • Upload Attachments
  • Upload documents and links into content libraries
  • Soft Delete Records

Question 6

Question
Universal Containers need to view the margin of a product on the Opportunity Line Item by calculating the sales price – product cost. The product cost is stored in a custom field on the Product object. What would be the recommended way to meet this requirement? Choose 1 answer.
Answer
  • None of the Above
  • Create a formula field that obtains the value of the cost custom field from the product record and use another formula field to calculate the margin
  • Create a custom field on the Opportunity Line item object to store the value and use a formula field to calculate the margin
  • Create one formula field that references the cost field on the product object and the sales price in the Opportunity Line Item object

Question 7

Question
What is true regarding the User Acceptance testing (UAT) step in a large enterprise application lifecycle? Choose 2 answers.
Answer
  • UAT is typically the last step before deploying changes to production
  • UAT comes before integration testing
  • UAT comes after Integration Testing
  • UAT can be used for end user testing or training

Question 8

Question
You have a requirement to provide a way to allow user to directly open up a Contact’s Facebook page, from the Salesforce contact detail page. Contact’s Facebook page is of the format “https://www.facebook.com/“, where ‘facebookid’ is a custom field on the contact record. How can this requirement be achieved? Choose 1 answer.
Answer
  • Detail Page Link
  • Detail Page Button
  • A or B
  • List Button
  • B or C

Question 9

Question
Contracts must be approved before the status is set to Finalised. How can this requirement be met?
Answer
  • Add a validation action in the approval process to ensure the status is not set to "Finalized" before the contract is approved
  • Add a final approval action in the approval process to update a field on the contract and use a validation rule to check this field when the contract status is changed to "Finalized"
  • Use a trigger on the contract object to check the contract has been approved when the status is changed
  • Use Process Builder to check the contract is approved when the contract is edited and the status is set to "finalized"

Question 10

Question
You have been given a Partial Copy Sandbox, that has 5 GB of data storage. You are aware that your production data adds up to 68 GB of data. Keeping the storage limitation in mind, how do you ensure that only the data relevant for testing is brought into the Partial Copy Sandbox?
Answer
  • Sandbox Templates
  • Profiles
  • Sharing Rules
  • Programmatic Change SEt
  • Change Sets

Question 11

Question
Cool Air Conditioners has been using Service Cloud to manage cases, but are now considering using it to manage field service jobs. They would like to track field service activity, assignment to technicians and manage spare parts. What is the recommended solution to meet these requirements? Choose 1 answer.
Answer
  • Work with developers to extend the data model to cater for Field Service
  • Extend the Service Cloud configuration to handle Field Service cases
  • Install an AppExchange product that provides Field Service functionality
  • Use real time API integration to connect Salesforce with an external field service application

Question 12

Question
Can a master object have a roll up summary field, which works based on a Date/Time type field present in the detail object? Choose 1 answer.
Answer
  • Roll up summary field cannot work based on a Date/Time type field
  • Only if the roll up is based on a SUM calculation
  • Only if the roll up is based on a COUNT calculation
  • Only if the roll up is based on a MIN or MAX calculation

Question 13

Question
A custom object called Sample has a MasterDetail relationship with the Opportunity object. One opportunity can have one or many related samples. Each sample has fields for Start Date, Estimated End Date and Actual End Date. How would a developer meet this requirement to provide a COUNT of all related samples which are still active (actual End date is not completed?)
Answer
  • Create a Formula field
  • Create a Workflow
  • Create a roll up summary field
  • None of the Above

Question 14

Question
Which field type is used to create a many to many relationship between two custom objects?
Answer
  • Master detail
  • Junction
  • Hierarchial
  • Lookup

Question 15

Question
What is the best tool to use for automated batch operations such as nightly scheduled data extractions?
Answer
  • Batch operations are best completed manually
  • Run Data Loader from the command line
  • Workflow rules
  • Utilize flow processes

Question 16

Question
The service department uses work orders to manage service jobs. When a job is scheduled and resourced, the status is changed to ‘Pending Approval’ and it must be approved by the Service Manager. What business logic features would you recommend to provide a solution for this business process? Choose 1 answer
Answer
  • Use process builder to create ta process with an action that submits the work order for approval automatically based on the work order status
  • Use visual workflow to submit the work order for approval automatically based on the work order status
  • Define an entry criteria on the approval process to start the approval process automatically based on the work order status
  • Define an entry criteria on the work order that checks the work order status is "Pending Approval" and request the scheduler to use the "submit for approval" button

Question 17

Question
Universal Insurance have a requirement for users to be able to enter policy and advisor details on one screen and for the advisor commission to be displayed on the next screen. What would be the recommended solution to this requirement? Choose 1 answer.
Answer
  • Create a visual workflow
  • Create a formula field
  • Create a Process with Process Builder
  • Create a Visualforce Wizard

Question 18

Question
Which of the following is not a declarative option available for incorporating Lightning Components in an application?
Answer
  • Adding a 3rd party managed component to a lightning page
  • Adding a custom component to a lightning page
  • Adding a report component to a lightning page
  • Adding a standard Salesforce component to a lightning page

Question 19

Question
In a real estate application, if a listing is sold, all related inspections for the listing must be cancelled. What business logic feature best caters for this requirement? Choose 1 answer.
Answer
  • Use a trigger to update the status of the related inspection records when the listing status is updated
  • Create a standard workflow on the Listing object with a workflow record update action on the related inspection records
  • Use Process Builder to define a process action to update related records based on the listing status change
  • Use Visual Workflow to define a flow to iterate through the related inspection records and update the status to "Cancelled"

Question 20

Question
Global Sales Corp. want to uses Salesforce to track Expenses, and would like to ensure that no proxy Expenses are submitted for approval. That is, it wants to ensure only the creator of an Expense record is able to submit it for approval. How could they achieve this use case? Choose 1 answer.
Answer
  • Control Submit for Approval visibility on Page Layout
  • Custom Submit for Approval button
  • None of the Above
  • Validation Rule on Owner Field

Question 21

Question
The HR Manager would like to give permission to only 1 account executive to access the Employee custom tab, which is currently only available for the HR employee profile. How can this be configured? Choose 1 answer
Answer
  • Add a permission set for the specific user
  • Add a permission set to the Account Executive Profile
  • Object Level Security
  • OWD Settings

Question 22

Question
If a user does not have a certain record type assigned in their profile, what is true? Choose 1 answer.
Answer
  • The user will not be able to access records of record types not assigned in their profile
  • The user will not be able to select the record type when creating records
  • The user will not be able to edit records of record types not assigned in their profile
  • The user will not be able to delete records of record types not assigned in their profile.

Question 23

Question
Global Sales Corp., wants to ensure the when a sales rep provides more than 15% discount on an opportunity, it is reviewed by a senior manager. Which amongst the following features would you use to achieve this? Choose 1 answer.
Answer
  • Workflow Rules
  • Validation Rules
  • Approval Process
  • Assignment Rules

Question 24

Question
At Universal Insurance, medical data related to policy holders is only available to those users that have access via the sharing model. The chief medical officer however needs read access to all medical data. How can an administrator ensure this requirement is met?
Answer
  • Enable the "View All" object permission on a profile that is only assigned to the chief medical officer
  • Enable the "View All Data" object permission on the profile assigned to the chief medical officer
  • Enable the "View All Data" app permission on the profile assigned to the chief medical officer
  • Enable the "View All Data" system permission on the profile assigned to the chief medical officer

Question 25

Question
You are running a training session for a group of new Salesforce developers. Each developer is provided with their own Salesforce developer edition org. As part of this training session you are required to distribute an Expense Manager application to the trainees, and allow them to work further on it. What would be the best way to do this? Choose 1 answer
Answer
  • Bundle the app as a Managed Package
  • Share code for the Expense Manager via email
  • Bundle the app as an Unmanaged Package
  • Create Trainee Users on your Salesforce org
Show full summary Hide full summary

Similar

SFDC App Builder 1 (126-150)
Connie Woolard
SFDC App Builder (76-100)
Connie Woolard
SFDC App Builder 1 (26-50)
Connie Woolard
SFDC App Builder 1 (176-200ish)
Connie Woolard
SFDC App Builder 1 (151-175)
Connie Woolard
SFDC App Builder 1 (1-25)
Connie Woolard
SFDC App Builder I (51-75)
Victoria Jones
Salesforce ADM 201 II
mito_zgb
SFDC App Builder (76-100)
Victoria Jones
SFDC App Builder 1 (26-50)
Victoria Jones
SFDC App Builder 1 (126-150)
Victoria Jones