• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/47

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

47 Cards in this Set

  • Front
  • Back

What is Metadata API?

With Meta Data API you can move configuration changes between Sandbox and Production.

What are the 4 declarative Application Building Blocks of the User Interface?

1. Application


2. Tabs


3. Page Layout


4. Record Type

What are the 3 declarative building blocks of Business Logic?

1. Workflow


2. Validation Rules


3. Approval Process

What are the 3 declarative building blocks of the Data Model?

1. Objects


2. Fields


3. Relationships

Who can view and in encrypted field?

User with "View Encrypted Data" permission

Reports can only display 1 child object at a time

True

A lookup relationship can span multiple layers

True

You can relate records from the same object via the relationship field.

True

What is the limit of Cross Object Formulas?

10

What tools are available for Migration Changes?

1. Change Sets


2. Force.com IDE


3. Force.com Migration Tool (ANT-Based)

Migration takes place between?

Development to training or production

Approval Process is not available in Change Sets

True

Who gets full access to a record?

1. Record Owner


2. Users in Role Hierarchy above Owner


3. User with Modify all records permission

Full Access Can NOT be granted through Sharing Rules

True

What access can be granted through Sharing Rules?

1. Read / Write


2. Read Only

What are APEX sharing reasons?

A reason given for why sharing was implemented within APEX.

What level of access can be granted through manual sharing?

1. Full Access


2. Read / Write


3. Read Only

Org-Wide defaults can be set for standard and custom objects.

True

List 5 features used to control record access?

1. Organization Wide Defaults


2. Roles


3. Public Groups


4. Sharing Rules


5. Manual Sharing

How many permission sets can you have in an organization?

1,000

To manage an application the sys admin only needs "View all Data" permissions.

True

Standard profiles can NOT be customized

True

Base line level access for record a user does not own is determined by?

Org-Wide defaults

What is Developer Console used for?

1. Analyze and troubleshoot applications.


2. Admin tasks


3. Development tasks


4. Debugging


5. Troubleshooting


6. Editing source code


7. performance validation

How many debug logs can be retained?

20

Debug logs track the following?

1. Database changes


2. Resources used by APEX script


3. Activities performed and results created



How do you deploy a Flow?

1. Custom Button


2. Custom Link


3. Visual Force Page

What are the 5 types of resources you can use in a flow?

1. Variable Constant


2. Formula


3. Text


4. Template Choice


5. Dynamic Choice

What are the 4 types of actions you can take in a Flow?

1. Record Create


2. Record Update


3. Record Lookup


4. Record Delete

What is the limit for Field History Tracking per object?

20

How long is Setup Audit Train stored?

180 days

What will Audit Trail track?

Changes to configurations.

Limits on field history tracking?

1. Only 20 fields per object


2. Does not work for long text and multi-select pick list.

Limitations on Audit Trail?

1. 20 most recent changes


2. Tracks configuration changes

Name 5 data management operations?

1. Create


2. Insert


3. Update


4. Update or Edit


5. Delete

Difference between 15 and 18 digit id?

A. 15 is case sensitive


B. 18 is not and is usually used externally

What are the 5 ways you can access a record id?

1. Reports


2. Formulas


3. URL


4. SOAP


5. Data Loader

What permissions are required to transfer records?

1. "Transfer Record" or "Transfer Lead"


2. "Edit" on the specific object


3. "Read" on the records being transfered

Import Wizard Limit?

50,000

What records can be loaded using import wizard? 5

1. Accounts


2. Leads


3. Contacts


4. Solutions


5. Custom Objects

Where can you monitor bulk data load jobs?

In monitor section of setup menu. Manage Data Integrations and Permissions.

Data Loader uses SOAP

True

Use Visual force to make every section and related list as a separate tab.

True

Limit on Visual Force page?

1MB of content


15MB of Data

How do you access a component

Entity ID

Where can you access and create new static resources?

Setup Menu > Develop > Static Resources

What does Development more enable?

1. Inline Editor


2. Page Creation