Premium

Salesforce Developer Certifications Questions and Answers (Dumps and Practice Questions)



Question : What are the Declarative Application building blocks of the User Interface?
1. Visualforce Pages
2. Applications
3. Access Mostly Uused Products by 50000+ Subscribers
4. Workflow
5. Page Layouts
6. Record Types
7. Declarative Interface


 : What are the  Declarative Application building blocks of the User Interface?
1. 2,3,5,6
2. 2,4,6,7
3. Access Mostly Uused Products by 50000+ Subscribers
4. 3,4,5,7
5. 3,4,6,7

Correct Answer : Get Lastest Questions and Answer :

Visualforce Pages : A developer creates Visualforce pages by composing components, HTML, and optional styling elements on the Force.com platform. Just like HTML, Visualforce can integrate with any standard web technology or JavaScript framework to allow for a more animated and rich user interface. Each page is then accessible by a unique URL. When someone accesses a page, the server renders the page.

Tabs: If you're familiar with the Force.com platform, you know that clicking tabs is how you navigate around an app. Every tab serves as the starting point for viewing, editing, and entering information for a particular object. When you click a tab at the top of the page, the corresponding home page for that object appears. For example, if you click the Accounts tab, the Accounts tab home page appears, giving you access to all of the account records that are defined in your organization. Click the name of a particular account record and you'll view all of the record's information in its associated detail page.

Workflow and approval processes allow us to create business logic based on rules:
o Workflow rules can assign tasks to users, update fields, or send email alerts.
o Approval processes allow users to submit sensitive records like new contracts or purchase orders to
other users for approval.

A page layout controls the position and organization of the fields and related lists that are visible to users
when viewing a record. Page layouts also help us control the visibility and editability of the fields on a
record. We can set fields as read-only or hidden, and we can also control which fields require users to enter a value and which don't.






Question : List the Declarative Application building blocks of Business Logic.
1. Workflow
2. Page Layouts
3. Access Mostly Uused Products by 50000+ Subscribers
4. Record Types
5. Approval Processes
6. Tabs
 : List the  Declarative Application building blocks of Business Logic.
1. 1,2,4
2. 2,3,4
3. Access Mostly Uused Products by 50000+ Subscribers
4. 1,2,6
4. 2,4,6

Correct Answer : Get Lastest Questions and Answer :

Explanation: The declarative development also follows the MVC architecture in development. The
MVC components in declarative development using Force.com are:

Model : Objects, Fields, Relationships
View : Applications, Tabs, Page layouts, Record types

Controller : Workflow rules, Validation rules, Assignment rules

Logic as a service :
o Formulae o Validation rules o Assignment rules o Workflows o Approval process

There are different types of rules used in different areas. They are as follows:
o Validation rules: Validation rules are used to validate the data populated
in the field of a record. They can be used to provide a user-friendly error
message in case of data discrepancy. For example, to check if the discount is
not greater than 35 percent.
o Workflow rules: Workflow rules are used to automate a process that is
usually done manually. They can trigger an action when the rule is set true.
For example, setting the checkbox to true if the value of X is Y.
o Approval process entry rules: The rules here ensure that only a particular set
of records enter this approval step. For example, if the amount is greater than
50,000 it should only go to the head of the finance department for approval.





Question : In declarative application building, A rule syntax consists which of the following components
1. Literal value
2. Field values
3. Access Mostly Uused Products by 50000+ Subscribers
4. Procedure and operators
5. Combo Value
 : In declarative application building, A rule syntax consists which of the following components
1. 1,2,3
2. 2,3,4
3. Access Mostly Uused Products by 50000+ Subscribers
4. 3,4,5
4. 2,5

Correct Answer : Get Lastest Questions and Answer :


Explanation: A rule syntax
consists of the following components:
o Literal value: A literal value can be any string or a numeric component. For
example, 0 in the above formula.
o Field values: These are references to the existing fields on the object. For
standard fields we use the API name as the reference, for custom fields we
append a __c to the API name.
o Global values: These refer to the value of a system or environment variable,
such as information about the logged in user or the organization settings.
o Function and operators: Force.com provides us with functions to operate
on the data. There are different sets of functions provided by Force.com for
different sets of operations.


Related Questions


Question : The markup defines the user interface components that should be included on the page, and the
way they should appear.

 : The markup defines the user interface components that should be included on the page, and the
1. True
2. False


Question : What provides access to data that should be displayed in a Visualforce page, and can modify
Visualforce component behavior?

 : What provides access to data that should be displayed in a Visualforce page, and can modify
1. Validation rules
2. Apex controller
3. Access Mostly Uused Products by 50000+ Subscribers
4. Visualforce controller
5. Force.com IDE


Question : For example, if you use the standard Accounts controller, clicking a Save button in a Visualforce
page results in the same behavior as clicking Save on a standard Account edit page. The same
behavior holds true for Custom objects.
 : For example, if you use the standard Accounts controller, clicking a Save button in a Visualforce
1. True
2. False



Question : If you use a standard controller on a page and the user doesn't have access to the object, the
page will

 : If you use a standard controller on a page and the user doesn't have access to the object, the
1. Throw an ACCESS_VIOLATION exception
2. Write an ACCESS_VIOLATION message to the debug log.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Redirect the user to their home page.


Question : A component that creates an inline frame within a Visualforce page. A frame allows you to keep
some information visible while other information is scrolled or replaced.

 : A component that creates an inline frame within a Visualforce page. A frame allows you to keep
1. apex:include
2. apex:iframe
3. Access Mostly Uused Products by 50000+ Subscribers
4. apex:attribute


Question : Select correct statement for lookup relationship and master-detail relationship?

A. In master-detail relationship if parent record is deleted, then all the associated child records get deleted.
B. In lookup relationship if parent record is deleted, then all the associated child records are not deleted.
C. In master-detail relationship each child record must compulsorily have a parent record.
D. In lookup relationship child records can exist without having parent record.


  : Select correct statement for lookup relationship and master-detail relationship?
1. A,B,C
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B
5. A,B,C,D