FU CERT PREP Flashcards
What is universal within a Locale?
- Time and Number Display Format
- First/Last Name and Date Format
What are two requirements when creating a new user in a Salesforce org?
- Usernames must be unique across all production orgs
- Usernames must be in the form of an email address
What happens when a user logs in that’s not within the trusted IP range?
The user must complete TFA
The password policy in Ursa Major Solar’s org shows that the length of time until passwords expire is 60 days. However, sales reps are complaining that their passwords expire every 30 days. Where should the system administrator change the password expiration period for
the sales rep users?
A ) Individual user records
B ) Permission Sets assigned to the users
C ) Profiles assigned to the users
C ) Profiles assigned to the users
Correct: Since the issue is affecting users with the same profile, the password expiration should be adjusted for the profile used by the sales reps.
Which three objects have a relationship with a campaign?
- Lead
- Contact
- Opportunity
What’s the best way to flag an Opp that has not been edited in 30 days?
Create a formula field to calculate the time since last update and display an image of a red flag if it meets the defined criteria (i.e. > 30 days)
How should an administrator ensure that a picklist field’s values display in consistent colors on all reports?
- Update the Picklist field to set the color for each value.
- Create a Formula field that defines the color for each value.
What the difference between Criteria-Based and Owner-Based Sharing Rules?
- An owner-based sharing rule opens access to records owned by certain users
- A criteria-based sharing rule determines with whom to share records based on field values
Which two profile permissions do teams need to import and export accounts, contacts, opportunities, and custom objects?
- API Enabled in order to use Dataloader
- Permissions to “Modify All” for those objects
Ursa Major Solar has a team of account managers that requested email alerts anytime an opportunity or case is created on accounts that they own. What is the minimum number of workflows needed to accomplish this task?
Two workflow rules with one email alert each
Each workflow rule applies to a single object. Opportunity and/or case would need a separate workflow for each object.
Product managers and sales representatives are in different branches of the role hierarchy.
What should an Administrator do to ensure that product managers can report on opportunities in their product line?
Use sharing rules based on criteria to make sure the proper roles can report on objects when the roles are in different branches of the hierarchy
An Administrator at Ursa Major Solar is converting a lead and needs to capture custom lead data on the converted contact. How do?
Hint: mapping
Map custom lead fields to custom contact fields.
When leads are converted to lead records, what standard lead fields are mapped to standard objects?
- Contact
- Account
- Person Account
- Opportunities
What is the best way for the administrator to automatically set some fields when a Lead is created?
flow
Use a Record-Triggered Flow that runs Before save - Update new and changed records by using before-save updates in flows.
What are two situations that will cause a time-dependent action to be removed from the workflow queue?
If the record no longer matches the rule criteria - Time-dependent actions remain in the workflow queue only as long as the workflow rule criteria are still valid
If the record is deleted
How can a System Administrator discover who added a field to the account page layout?
Download the Setup Audit Trail - The Setup Audit Trail tracks field history.
Which of the following settings can be modified by individual users?
User Interface Locale Search Settings Currency Language
Locale
Currency
Language
Which of the following is not a component of the user record?
Contact information
Profile and Role
Chatter group information
Language and Time Zone
Chatter group information
When creating a sharing rule, what must an administrator select?
Which
Who
What
Which records to share
Who to share access with
What level of access to grant
What types of records can be imported with the Import Wizard?
Custom objects
Accounts
Contacts
Where can an administrator change the organization name and address; default locale, language, and time zone?
Company Information
How can an administrator customize global search to help users find information quickly?
Set the number of results per page
Add filters to the search results
What is Junction Object ?
Junction Objects join one object to another.
These are especially used to join many objects in Many to Many relationships.
An administrator will be unable to delete a custom field when it is
Used in a workflow field update or referenced elsewhere