• 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/18

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;

18 Cards in this Set

  • Front
  • Back

What are the three tiers of the Salesforce Platform? (3 layers of an application)

User Interface


Business Logic


Data Model

In a model-view-controller paradigm, which objects are part of the View (User Interface)?

Applications


Tabs


Page Layouts


Record Types

Which of the following is related to the View layer in the MVC model?


a) Workflow Rules


b) Validation Rules


c) Visualforce Pages


d) Web Controls


e) Sites

c) Visualforce Pages


d) Web Controls


e) Sites

Which of the following represents controller in MVC model?


a) Tabs


b) Page Layouts


c) Custom Fields


d) Visualforce Pages


e) Apex Classes

e) Apex Classes

Which of the following represents model in MVC model?


a) Tabs


b) Objects


c) Relationships


d) Apex


e) Page Layouts

b) Objects


c) Relationships


d) Apex

What is Metadata?

Data the describes data.

How often do upgrades happen?

3 times per year.

What is the difference between Declarative Interface and Programmatic Interface?

Declarative Interface - Setup Menu; Point & Click.


Programmatic Interface - Coding; Extends basic functionality.

What can you do with Apex?

Write custom business logic.

What can be done with Visualforce?

Create pages with custom look and feel.

What can be done with Bulk API?

Load large amounts of data into the system.

What are the 4 Declarative Application building blocks of the UI?

Applications; Tabs; Page Layouts; Record Types

What are the 3 Declarative Application building blocks of Business Logic?

Workflow; Validation Rules; Approval Processes

What are the 3 Declarative Application building blocks of Data Model?

Objects; Fields; Relationships

Which part of the MVC paradigm is represented in Force.com as a standard or custom object?

Data Model

Which SFDC environments will the Force.com record IDs be identical?

Production and full copy sandbox

Which capabilities does building an app on the Force.com platform provide?

Upgraded without losing customization.


Build applications with click, not code.


Internationalize & localize applications.

Custom tabs are part of which layer in the MVC model?

User Interface (View)