Salesforce App Builder Stats Flashcards
Maximum number of records that an App Builder can import at a time with Data Import Wizard?
50,000
What are the types of lookup relationship available for external object?
- Custom objects
- Lookup relationships
- Master-detail relationships
- All custom field except: geolocation
What can an App Builder create with Schema Builder?
Object
What are two capabilities of Scheme Builder?
- Modify custom field help text on standard objects
- Create lookup or master-detail object relationships
What happens to a junction object record when wither associated master record deleted?
The record is deleted and placed in the recycle bin
Universal Containers is importing 1000 records into Salesforce. The team wants avoid creating duplicate records during the import. How can these requirement be met?
- Include a column in the import file that has either record names, Salesforce ids, or external ids that can be used to match records.
- When importing the file, select the prevent duplicates option on the last step of the import wizard and import the file.
- After importing all of the custom objects, run a duplicate check report, export the report to CSV file, and run a mass delete to purge any duplicates
- After importing all of the custom objects, review all records created and manually merge or delete any duplicate
- Include a column in the import file that has either record names, Salesforce ids, or external ids that can be used to match records.
A sales representative at Universal Containers is the delegated approver for their manager’s approval requests The sales representatives wants to be able to respond to approval requests through email. What permission do they need to meet this requirement?
- The user needs API Enabled permission on their profile or assigned permission set.
- The user needs System Administrator profile assigned.
- The user needs Email Enabled Approvals permissions on their profile or assigned permission set
- The user needs Approvals for Email permission their profile or assigned permission set.
- The user needs API Enabled permission on their profile or assigned permission set.
How can the record type for a converted lead be set based on the user that is converting the lead?
Set the default record types for each Profile for Account, Contact, and Opportunity to the desired record type for converted records.
What is the correct order of execution validation rules are processed?
Validation rules, Assignment rules, Auto-response rules, Workflow rules (with immediate actions), Escalation rules
What function should an App Builder use to return “today’s” date in a formula field?
TODAY()
What fields are available when when MIN or MAX rollup type is selected?
- Number
- Currency
- Percent
- Date
- Date/time
Which action is not executed after a re-evaluate workflow?
Time-dependent aren’t executed for a re-evaluate workflow rule
An App Builder at Universal Containers has completed all development for a new sales app. The release manager confirms the change set is ready and notices a number of apex unit tests are included. what is the best way to reduce deployment time to production?
- Deploy each metadata component individually
- Perform a Quick Deploy and only run specific Apex tests.
3 Manually create the metadata in production
4 Lock users from logging in and perform the deploy.
- Perform a Quick Deploy and only run specific Apex tests.
An App Builder at Universal Containers is working on a project that requires them to work with a specific metadata and about 2GB of sample data from production. Which sandbox should be used to meet this requirement?
- Partial Copy
2 Full - Developer Pro
- Developer
- Partial Copy
Which sandbox type is intended to to be used for staging and testing environment ? 1. Full Sandbox 2 Partial Sandbox 3. Developer 4. Developer Pro
- Full Sandbox