Skip to main content

SF Dev401 Dumps 2



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




Answers :


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



Comments

  1. hi iam rajesh i want to know about view setup trail

    ReplyDelete
  2. The setup audit trail history helps you track the recent setup changes that you and other administrators have made to your organization. This can be especially useful in organizations with multiple administrators

    ReplyDelete
  3. plz provide explanation about 25th question Why Visualforce page is required in this scenario?? why not Gauge and Chart??

    ReplyDelete
  4. 31. All of these functions are available in a formula field

    ReplyDelete
  5. This comment has been removed by a blog administrator.

    ReplyDelete
  6. For latest Salesforce certification dumps in PDF format contact us at completeexamcollection@gmail.com. Refer our blog for more details http://completeexamcollection.blogspot.in/2015/04/salesforce-certification-dumps.html

    ReplyDelete

Post a Comment

Popular posts from this blog

SF ADM 201 Dumps 5

1. Unmanaged packages do not include locked components but can be upgraded?  A. True  B. False 2. What of the following statements is True?  A. Tasks allow you to track the specific actions you plan to perform or have performed; Email Alerts cannot track specific actions  B. Email Alerts allow you to track the specific actions you plan to perform or have performed, Tasks cannot track specific actions  C. Email Alerts and Tasks allow you to track the specific actions you plan to perform or have performed  D. Email Alerts and Tasks cannot track the specific actions you plan to perform or have performed 3. The opportunities fields of the campaign statistics section on a campaign detail page will only be populated for the campaign designated as the primary campaign source?  A. True  B. False 4. Is it possible to have Sidebar search enabled with Global Search?  A. Yes  B. No 5. Which of the following is true about Page layouts?  A

Salesforce Certification 401

                                    Section - I  Dumps part I : SF dev 401 dumps 1 SF dev 401 dumps 2 SF dev 401 dumps 3 SF dev 401 dumps 4   SF dev 401 dumps 5  Dumps part II : SF dev 401 dumps 6 SF dev 401 dumps 7 SF dev 401 dumps 8 SF dev 401 dumps 9 SF dev 401 dumps 10

SF Dev401 Dumps 1

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