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

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;

19 Cards in this Set

  • Front
  • Back

In VF, what is the syntax for displaying a global variable such as the logged in user?

{!$user.name}

What are the standard profiles

Sys admin


Standard platform user


Standard user


Solution Manager


Read only


Marketing user

What is the language for full text object search

SOSL

What is the total number of external id's that an object can have?

7- SEVEN

What is the syntax for declaring a custom controller?

<apex:page controller=”your controller name“>

What is the syntax for a standard controller?

<apex:page standardController=”Account”>


or


<apex:page standardController=”MyObj__c”>

What is available by default when a custom tab is created?

research

Select the right sequence of loading:


a) Load Accounts, User, and Contacts
b) No difference, you can do it in whichever sequence you like
c) Users, Accounts and Contact
d) Users, Contacts and Accounts

C

which of the following features are available on Custom Objects Choose any three
a) Assignment Rules
B) Sharing
c) Field History Tracking
d) Queues

B, C, D

What determines access a user must have to master record to created/edit/delete a record?
a) Record Type
b) Data Type
c) Field Level Security
d) Sharing settings

D

Developers want users to access tags. What all needs to be done Choose any three
a) Enable Tags for the Organization
b) Enable Tags for Page Layouts
c) Enable Tags for user profiles
d) Enable Tags for public Groups
e) Add tags to the sidebar of the Home page Layout

a b e

What is viewed using process visualizer?
a) Sales process
b) Approval Process
c) Support Process
d) Workflow Rules

b

What is true about Force.com sites? Choose any three
a) Leverage declarative Page Layouts as Web page
b) Enable developer to build public unauthorized sites
c) Build with visual Force
d) Leverage Date in content in the sales force Organization

a c d

If you were maintain consistency among two fields of a custom object which option would you choose
a) Validation rules
b) Look up
C) if function
d) Regex function

b

Developers must know of the following issues while uploading data to sales force using the data loader choose any two.
a) Universally required field settings are respected
b) Required fields on page Layouts are enforced
c) Triggers are not enforced
d) Validation rules are respected

a d

An organization wishes to have everyone view/edit records on an object except for a single person x who should only have read-only access to the object. What is the best way to implement the requirement?
a) Modify the sharing access for the object to public read/write And remove user x from the role hierarchy
b) Modify the sharing access for the object to private and remove User x from the role hierarchy
c) Modify the sharing access for the object to public read only, Create a public group with everyone except user x; Create a sharing rule and define read/write access to the public group.

c

Salesforce.com has notified you that they have enabled the ability to update audit fields for your organization. When inserting a record which field can you set?
a) Create Date
b) Is Deleted
c) SysModStamp
d) Updated Date

a

What are the formula field data types

Checkbox,


Currency,


Date


Date/Time


Number


Percent


Text


How many object relationships can a custom report type have?

4