anusha(salesforce developer)

SF Dev 401 certification

1.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

2.Name the prefix used by standard VisualForce markup tags. Select the one correct answer.


vf
apex
c
s

3.Which of the following cannot be included in a VisualForce page? Select the one correct answer.


Java
JavaScript
HTML
Flash

4.To create a new VisualForce page HelloWorld in development mode, which URL should be appended to server address? Select the one correct answer.


/HelloWorld
/vf/HelloWorld
/apex/HelloWorld
/home/HelloWorld

5.What is the maximum size of a VisualForce page? Select the one correct answer.


1 MB
5 MB
15 MB
There is no limit on the size of a VisualForce page

6.What is the number of components that can be added to a dashboard? Select the one correct answer.


20
25
50
100


7.Which of these represent the correct syntax for custom controllers? Select the one correct answer.

<apex:page controller="MyController">
<apex:page standardController="MyController">
<apex:page customController="MyController">
<apex:page privateController="MyController">

8.Which is the first step when creating reports? Select the one correct answer.

Select report name
Select object on which report needs to be generated
Select type of report
Select columns to be displayed

9.Which of these is not a valid report type. Select the one correct answer.
Summary
Matrix
Tabular
Detailed


10.Which report type is used to group rows of data and show their subtotals. Select the one correct answer.
Summary
Matrix
Tabular
Detailed

11.Which report type is used to group rows and columns of data and show their subtotals. Select the one correct answer.

Summary
Matrix
Tabular
Detailed


12.Which report type does not allow generation of charts? Select the one correct answer.
Summary
Matrix
Tabular
Detailed

13.In the statement below, controller refers to what type of controller? Select the one correct answer.
<apex:page controller="AccountController">

Standard Controller
Custom Controller
Controller Extension
Specific Controller

14.Which of the following represent correct syntax to display first name from global variable user? Select the one correct answer.
{User.FirstName}
{!User.FirstName}
$User.FirstName
{!$User.FirstName}

15.Which of these is not a standard profile? Select the one correct answer.
Developer
Contract Manager
Read only
Solution Manager

16.Name the language Force.com uses to support full-text search in objects. Select the one correct answer.
SQL
VisualForce
SOQL
SOSL

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

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

19.Which of these are valid data type in Force.com development platform. Select the two correct answers.
Percent
URL
Choicebox
Long
Decimal


20.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.
Disable Visible and Read-Only
Disable Visible but Enable Read-Only
Enable Visible but Disable Read-Only
Enable Visible and Read-Only

21.Which report type does not support analytical snapshot? Select the one correct answer.
Summary
Matrix
Tabular
Detailed
22.A customer has requested a user interface where list view of four objects can be accessed together with frequent navigation across them. Which feature of Force.com platform can be used to support this requirement? Select the one correct answer.
Console
Dashboards
Analytical Snapshot
Packages
Layout template
23.In a recruitment application, a dashboard component needs to be built that will display total number of positions. Which dashboard component can be used to implement this feature? Select the one correct answer.
Gauge
Metric
Table
Chart
VisualForce page

24.Universal Recruiters will like to hire ten employees in two months. In a recruitment application, a dashboard component needs to be built that will display progress towards achieving this goal of hiring of ten employees. Which dashboard component can be used to implement this feature? Select the one correct answer.


Gauge
Metric
Table
Chart
VisualForce page



25.Universal Recruiters uses an external system for keeping track of exits from the organization. The CEO of the organization will like to view information about exits in the Salesforce application that Universal Recruiters uses. Which dashboard component can be used to implement this feature? Select the one correct answer.

Gauge
Metric
Table
Chart
VisualForce page



26.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.


Summary
Matrix
Tabular
Analytic Snapshot



27.Which two features are supported by Salesforce in development mode? Select the one correct answer.


Developer mode allows a default user interface to be created for objects.
Developer mode provides a debugger that is used to perform step by step execution.
Developer mode allows developers to create dashboards from reports.
Developer mode allows split screen where user can view Visual Force editor and user interface together
Developer mode allows developers to create new pages by just entering the page name.


28.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.


Object level access to profiles
Field level access to profiles
Organization wide defaults
Role hierarchy
Sharing rules
Manual sharing



29.Universal Recruiters need to ensure that the Social Security Number and Phone Numbers follow a specific pattern. Which function can be used to implement this functionality. Select the one correct answer.


REGEX
EXPRMATCH
ISNUMBER
PRIORVALUE
VLOOKUP



30.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.


REGEX
EXPRMATCH
ISNUMBER
PRIORVALUE
VLOOKUP



31.Which of these functions is available in formulae field. Select the one correct answer.


ISCHANGED
ISNEW
REGEXC
IF
VLOOKUP
All of these functions are available in a formula field



32.A Force.com developer needs to execute Apex code snippet and check the resource usage. Which feature of the platform can be used to support this requirement. Select the one correct answer.


Debug Log
System Log
Setup Audit Trail
Field level security


33.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.


Debug Log
System Log
Setup Audit Trail
Field level security


34.While debugging an issue you realize that the field type of an object has changed. You need to find out more details about this change. Which feature of the platform can be used to support this requirement. Select the one correct answer.


Debug Log
System Log
Setup Audit Trail
Field level security

35.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.


Debug Log
System Log
Setup Audit Trail
Field History Tracking



36.Which of the following is correct about custom fields in Salesforce. Select one correct answer.


If a field is set as required it must be entered in the Salesforce generated pages, however it may not be specified when entering information via Force.com API
A required field is always present in an edit page
A unique field is always present in an edit page
A unique field increases report and SOQL performance



37.Fields of the which of the following type is not allowed to be set as external ids. Select one correct answer.


Date
Number
eMail
Text



38.The number of master detail relationship that an object can have are


1
2
25
300



39.The number of Lookup relationship that an object can have are


1
2
25
300




40.Which of these is true about the Lookup Relationship. Select one correct answer.


Parent is not a required field and may be omitted.
Deleting an object deletes its children.
Roll-up summary field can be used to perform basic operations over all children of a parent record.
Security access of the child record is dependent upon the parent record.



41.Which of the following cannot be used to build a complete Custom Tab. Select one correct answer.


Display an external web page
Display data using a VisualForce page
Show data from a custom object using the native user interface
Display the approval process using an Apex page




42.Which of the following is not supported by Enhanced Page Layout editor. Select the one correct answer.


Change the field name
Add blank spaces
Make a field required or read-only
Add a new section
Add a new custom field



43.Which of the following is true about Roll-up summary fields? Select one correct answer.


Roll-up summary can only be set on the parent of a Master-Detail or Lookup relationship.
Roll-up summary can be used to compute SUM,MIN,MAX,AVG over a set of records
The results of the roll-up summary is displayed on the child in a master-detail relationship.
Roll-up summary fields are read only.




44.Which of the following is true about Validation Rules? Select two correct answers.


Validation rules are executed when the user clicks on the Save button.
Validation rules are not applicable when the data is stored using the API.
If the error condition evaluates to true, then an error message is generated and the record is not saved.
Validation rules are applied only when a new record is created, and not when an existing record is edited.



45.Which of the following is not a valid return type of a custom formula. Select one correct answer


Date
Decimal
Text
Array



46.Which of the following is not a part of a Force.com app. Select one correct answer.


Notes
Tab
Links
Forms



47.An organization needs to create a public website that displays data from Salesforce.com organization without user registration. Select one correct answer.


Apex
Triggers
Salesforce Knowledgebase
Force.com sites
Formula


Answers :


1. d 18 .


2. apex


3. java


4. apex/HelloWorld


5. 15Mb


6. 20


7. <apex:page controller="MyController">


8. select object on which reports needs to be generated .


9. Detailed


10. Summary


11. Matrix


12. Tabular


13. custom controller


14. {!$user.FirstName}


15. Developer


16. SOSL


17. 75%


18. 500


19. Percent ,Url


20. Enable visible Disable Readonly

21. Matrix


22. Console


23. Metric


24. Gauge


25. Visualforce Page


26. Analytic snapshot


27.  D , E


28. Role Hierarchy


29. Regex


30. Vlookup


31. if


32. System log


33. Debug log


34. view setup audit trial
35. Field History Tracking


36. field required is always present in edit page


37. Date


38. 2


39. 25


40. parent field is not required may be omitted


41. Display Ap using apex


42. Add custom field


43. Rollup summary fields are read only


44. a , c


45. Array


46. Notes


47. Force.com sites

No comments:

Post a Comment