Salesforce App Builder Stats Flashcards

1
Q

Maximum number of records that an App Builder can import at a time with Data Import Wizard?

A

50,000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the types of lookup relationship available for external object?

A
  • Custom objects
  • Lookup relationships
  • Master-detail relationships
  • All custom field except: geolocation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What can an App Builder create with Schema Builder?

A

Object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are two capabilities of Scheme Builder?

A
  • Modify custom field help text on standard objects

- Create lookup or master-detail object relationships

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What happens to a junction object record when wither associated master record deleted?

A

The record is deleted and placed in the recycle bin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Universal Containers is importing 1000 records into Salesforce. The team wants avoid creating duplicate records during the import. How can these requirement be met?

  1. Include a column in the import file that has either record names, Salesforce ids, or external ids that can be used to match records.
  2. When importing the file, select the prevent duplicates option on the last step of the import wizard and import the file.
  3. 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
  4. After importing all of the custom objects, review all records created and manually merge or delete any duplicate
A
  1. Include a column in the import file that has either record names, Salesforce ids, or external ids that can be used to match records.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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?

  1. The user needs API Enabled permission on their profile or assigned permission set.
  2. The user needs System Administrator profile assigned.
  3. The user needs Email Enabled Approvals permissions on their profile or assigned permission set
  4. The user needs Approvals for Email permission their profile or assigned permission set.
A
  1. The user needs API Enabled permission on their profile or assigned permission set.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How can the record type for a converted lead be set based on the user that is converting the lead?

A

Set the default record types for each Profile for Account, Contact, and Opportunity to the desired record type for converted records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the correct order of execution validation rules are processed?

A
Validation rules,
Assignment rules,
Auto-response rules,
Workflow rules (with immediate actions),
Escalation rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What function should an App Builder use to return “today’s” date in a formula field?

A

TODAY()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What fields are available when when MIN or MAX rollup type is selected?

A
  • Number
  • Currency
  • Percent
  • Date
  • Date/time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which action is not executed after a re-evaluate workflow?

A

Time-dependent aren’t executed for a re-evaluate workflow rule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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?

  1. Deploy each metadata component individually
  2. 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.
A
  1. Perform a Quick Deploy and only run specific Apex tests.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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?

  1. Partial Copy
    2 Full
  2. Developer Pro
  3. Developer
A
  1. Partial Copy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
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
A
  1. Full Sandbox
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is one component that is unavailable in a change set?

A

Account Teams

17
Q

What is a managed package?

A

A managed package is a collection of components that are made available to other organisations through the AppExchange

18
Q

What is the refresh interval of the Partial Copy Sandbox?

A

5 Days

19
Q

For new app development, what deployment plan is best practice for the App Builder to follow?

A

Develop, test, build the release, stage, release

20
Q

When would a developer use upsert and external IDs? (Choose 2)

  1. To use Web Services API to query for data
  2. To integrate with an external system
  3. To migrate customizations from a sandbox to production
  4. To load related records without knowing Salesforce record IDs
A
  1. To integrate with an external system

4. To load related records without knowing Salesforce record IDs

21
Q

When changing a field’s data type, which scenario can you expect data loss? (Choose 2)

  1. Currency to Number
  2. Text to Number
  3. Text to Picklist
  4. Email to Text
A
  1. Text to Number

3. Text to Picklist

22
Q

Which Action Type is not available when working with Global Actions?

  1. Custom Visualforce
  2. Update a Record
  3. Log a Call
  4. Create a Record
A
  1. Update a Record