Sunday 23 September 2012

Part-2 : Salesforce Certification: Dev-401


1.       Which of these is true about the Lookup Relationship. Select one correct answer.
A.      Parent is not a required field and may be omitted.
B.      Deleting an object deletes its children.
C.      Roll-up summary field can be used to perform basic operations over all children of a parent record.
D.      Security access of the child record is dependent upon the parent record.

2.       Which of the following is true about Validation Rules? Select two correct answers.
A.      Validation rules are executed when the user clicks on the Save button.
B.      Validation rules are not applicable when the data is stored using the API.
C.      If the error condition evaluates to true, then an error message is generated and the record is not saved.
D.      Validation rules are applied only when a new record is created, and not when an existing record is edited.

3.       An organization needs to create a public website that displays data from Salesforce.com organization without user registration. Select one correct answer.
A.      Apex
B.      Triggers
C.      Salesforce Knowledgebase
D.      Force.com sites@
E.       Formula










24.

ID's are identical in
 



A.
Production, full copy sandbox, developer

B.
Production and full copy sandbox only @

C.
Production , developer

D.
None
 


25

For approval process what groups can you have
 



A.
profiles

B.
roles and subordicates @

C.
active team members

D.
None




26.

In the recruitment firm, there are 2 objects Job application & Review. When the Job application deleted the Review object should be also deleted. How will you implement this?
 



A.
lookup

B.
master-detail

C.
many-to-many

D.
master-to-master

E.
Trigger


27.

A group of executives has requested a convenient way to see daily metrics without having to log in to Salesforce. How would a developer accomplish this goal?
 



A.
the users’ home page layouts to include a dashboard

B.
Create a Workflow rule that sends a link to the dashboard in an email.

C.
Schedule the dashboard for daily refresh and email distribution. @

D.
Create a series of daily recurring events providing the dashboard link


28.

Within a custom recruiting application, Universal Containers uses a custom Position object to track positions. Positions expire 90 days after they have been approved. A Workflow Rule is in place to send an email to the hiring manager listed on a position 15 days before the expiration date. What will happen if the expiration date of a position is extended by 30 days?
 



A.
An email will be sent 15 days before the original expiration date

B.
An email will be sent 15 days before the updated expiration date.

C.
An email will be sent on the original expiration date

D.
An email will not be sent



29.

Time-dependent workflow will not work with which type of workflow evaluation criteria
 



A.
Only when a Record is created

B.
Every time a record is created or edited

C.
Every kind of workflow evaluation criteria

D.
When a Record is edited and it did not previously meet the rule criteria


30.    When developer adds custom object tab in app. Where all it is available.
A.      Sidebar Search
B.      Quick Create
C.      Recent Item
D.      Custom Reporting
E.       Create New Sidebar component
31.    Which are true for force.com sites
a.       Sites can leverage declarative page layout as web pages
b.       Sites leverage developers to build public, unauthenticated website.
c.        Sites are built with VF.
d.       Sites leverage data & contact in SFDC org.

32.    2 Statements true about FLS.[Field Level Security]
a.       It determines values displayed in visible pick list field.
b.       It is enforced in API.
c.        Controlled at record level.
d.       Specified on the profile.

33.    Which field is available as a part of Translation workbench?
a.       Formula
b.       Descriptor
c.        Rule Criteria
d.       Error Message@

34.    Universal Containers tracks interview scores in Review object. Review score is tracked in numerical format and are restricted to 1-5 and displayed as Radio buttons. How developer must meet this requirement?
a.       Create VF component to display interview score as a set of radio button.
b.       Create a formula field that displays interview score as radio buttons
c.        Create interview score as picklist and display them as radio buttons on page layout
d.       Create interview score field with data type of radio button


35.    Universal Containers tracks position with record created Status=New, after approval position Status= Approved.
Approved position should be visible to entire org. How to achieve?
a.       Create Sharing Rule that states Approved positions are shared with entire org.
b.       Create Workflow rule
c.        Create FLS
d.       Update the Profile.

36.    Visual Mechanism for determining review scores in reports. Scores range from 1 – 10. Records having scores that are greater than 8 -- Highlight them in green Records having scores that are less than 4 – Highlight them in red Which if the following has to be used?
a.       Use Chart
b.       Use Custom Summary formula
c.        Use Matrix Report
d.       Use Conditional Highlighting

37.    Which are true in Import Wizard?
a.       It can de-duplicate record
b.       Can Import, update, delete and export data.
c.        Perform Matching based on record id only
d.       It can provide success and error files in csv.

38.    Automate data load from SFDC everyday at 2:00 AM. How?
a.       Schedule manager of Import Wizard.
b.       CLI of Data Loader.
c.        Use Export Scheduler of Data Loader GUI.
d.       Use Data Export Service

39.    A Developer wants 2 build an application on the force .com platform. The data model, the business logic, report n dashboard req have been considered. The user access required has not been considered. What will not be supported?

      The security controls may not support d approval process req.
      The developer will not b able 2 build any reports or dashboard if security controls have not been established.
      The data may not support the required security controls
      The dev cannot establish security controls if its not completed upon initial setup

40.    With an approval process what can be used to configure the list of initial submitter
      Public group.
      Role and subordinates.
      Profile