Saturday 22 September 2012

Salesforce Certification: Dev-401


1.       Which of these are the standard profiles? Select the 2 correct answers.
A.      Developer User
B.      Contract Manager
C.      Sales
D.      Solution Manager

2.       Before a code can be deployed on production what percentage of test coverage must be achieved. Select the one correct answer.
A.      25%
B.      50%
C.      75%
D.      100%

3.       In Salesforce what is the maximum number of fields that can be added to an object? Select the one correct answer.
A.      There is no such limit on the number of fields
B.      100
C.      200
D.      500

4.       How many characters are there in the Salesforce case-insensitive id field of an object? Select the one correct answer.
A.      id field is not mandatory
B.      The field length is customizable
C.      This depends on the version of Salesforce
D.      18

5.       What is the maximum size of a VisualForce page? Select the one correct answer.
A.      1 MB
B.      5 MB
C.      15 MB@
D.      There is no limit on the size of a VisualForce page

6.       There are 2 users A, B where A should be able to see a field Email in the detail page and Report but B should not.
A.      Field Level Security
B.      Hide in Page Layout
C.      Hide in the Report
D.      Hide in the Profile

7.       Which is the first step when creating reports? Select the one correct answer.
A.      Select report name
B.      Select object on which report needs to be generated
C.      Select type of report
D.      Select columns to be displayed



8.       Which report type is used to group rows and columns of data and show their subtotals. Select the one correct answer.
A.      Summary
B.      Matrix
C.      Tabular
D.      Detailed

9.       Dashboard throws an error due to which of the following reasons. Choose 2.
A.      Report might be deleted.
B.      Report type might be changed to Matrix.
C.      Permission is revoked in the profile.
D.     

10.    Which of these are valid data type in Force.com development platform. Select the two correct answers.
A.      Percent
B.      URL
C.      Choicebox
D.      Long
E.       Decimal

11.    When designing an application, a developer needs to make a field editable to all profiles. In field level security what settiings should be used in this situation. Select the one correct answer.
A.      Disable Visible and Read-Only
B.      Disable Visible but Enable Read-Only
C.      Enable Visible but Disable Read-Only
D.      Enable Visible and Read-Only

12.    Which report type does not support analytical snapshot? Select the one correct answer.
A.      Summary
B.      Matrix
C.      Tabular
D.      Detailed

13.    In a recruitment application, there are 2 objects Job Application & Review as Master-Detail relationship. There should be a field in Job application which should have total score by the reviewers. How will the Developer will achieve?
A.      VF page
B.      Trigger
C.      Roll-up summery
D.      Report

14.    Universal Recruiters uses Force.com as its recruitment platform. The Sales VP of Universal Recruiters will like a report that will display progress in recruitment across six months. Which reporting component can be used to implement this feature? Select the one correct answer.
A.      Summary
B.      Matrix
C.      Tabular
D.      Analytic Snapshot

15.    Which two features are supported by Salesforce in developer mode? Select the one correct answer.
A.      Developer mode allows a default user interface to be created for objects.
B.      Developer mode provides a debugger that is used to perform step by step execution.
C.      Developer mode allows developers to create dashboards from reports.
D.      Developer mode allows split screen where user can view Visual Force editor and user interface together
E.       Developer mode allows developers to create new pages by just entering the page name.

16.    Universal Recruiters wants to make access to records in such a way that all managers should be able to access records that are accessible to their team members. Which feature of Force.com's security should be used to implement this requirement. Select the one correct answer.
A.      Object level access to profiles
B.      Field level access to profiles
C.      Organization wide defaults
D.      Role hierarchy@
E.       Sharing rules
F.       Manual sharing

17.    Universal Recruiters have an object that they use to store all US zip codes and corresponding states. They want to ensure that the zip code and state specified by users are correct. Which function could be used to implement this feature? Select the one correct answer.
A.      REGEX
B.      EXPRMATCH
C.      ISNUMBER
D.      PRIORVALUE
E.       VLOOKUP

18.    A user at Universal Container has reported an issue with respect to approval process. You need to analyze this issue by reviewing the debug messages that get generated for this particular users. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A.      Debug Log@
B.      System Log
C.      Setup Audit Trail
D.      Field level security

19.    In Universal Recruiter application a developer realizes that the Salary field of an employee is set up to an incorrect value. The developer needs to find out who has set this new value to Salary field. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A.      Debug Log
B.      System Log
C.      Setup Audit Trail
D.      Field History Tracking

20.    Fields of the which of the following type is not allowed to be set as external ids. Select one correct answer.
A.      Date
B.      Number
C.      eMail
D.      Text

No comments:

Post a Comment