SFDC Dev 401-V

[201]To create a new VisualForce page HelloWorld in developer mode, which URL should be
appended to server address? Select the one correct answer.
A. /HelloWorld
B. /vf/HelloWorld
C. /apex/HelloWorld
D. /home/HelloWorld
Ans:C

[202] 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
Ans:C

[203] What is the number of components that can be added to a dashboard? Select the one
correct answer.
A. 20
B. 25
C. 50
D. 100
Ans:A

 

[204] Which of these represent the correct syntax for custom controllers? Select the one correct
answer.
A. <apex:page controller=”MyController”>
B. <apex:page standardController=”MyController”>
C. <apex:page customController=”MyController”>
D. <apex:page privateController=”MyController”>
Ans:A

[205] 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
Ans:B

[206] Which of these is not a valid report type. Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
Ans:D

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

[208] 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
Ans:B

[209] Which report type does not allow generation of charts? Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
Ans:C

[210] 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
Ans:AB

[211] 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
Ans:C

[212] Which report type does not support analytical snapshot? Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
Ans:B

[213]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.
A. Console
B. Dashboards
C. Analytical Snapshot
D. Packages
E. Layout template
Ans:A

[214] 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.
A. Gauge
B. Metric
C. Table
D. Chart
E. VisualForce page
Ans;B

[215] 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.
A. Gauge
B. Metric
C. Table
D. Chart
E. VisualForce page
Ans:A

[216]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.
A. Gauge
B. Metric
C. Table
D. Chart
E. VisualForce page
Ans:E

[217]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
Ans:D

[218]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.
Ans:D

[219]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
Ans:D

[220] 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.
A. REGEX
B. EXPRMATCH
C. ISNUMBER
D. PRIORVALUE
E. VLOOKUP
Ans:A

[221] 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
Ans:E

[222] Which of these functions is available in formulae field. Select the one correct answer.
A. ISCHANGED
B. ISNEW
C. REGEXC
D. IF
E. VLOOKUP
F. All of these functions are available in a formula field
Ans:F

[223]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.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security
Ans:B

[224] 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
Ans:A

[225]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.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security
Ans:C

[226] 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
Ans:D

[227] Which of the following is correct about custom fields in Salesforce. Select one correct
answer.
A. 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
B. A required field is always present in an edit page
C. A unique field is always present in an edit page
D. A unique field increases report and SOQL performance
Ans:B

[228] 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
Ans:A

[229] 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.
Ans:A

[230] Which of the following cannot be used to build a complete Custom Tab. Select one correct
answer.
A. Display an external web page
B. Display data using a VisualForce page
C. Show data from a custom object using the native user interface
D. Display the approval process using an Apex page
Ans:D

[231] Which of the following is not supported by Enhanced Page Layout editor. Select the one
correct answer.
A. Change the field name
B. Add blank spaces
C. Make a field required or read-only
D. Add a new section
E. Add a new custom field
Ans:E

[232] Which of the following is true about Roll-up summary fields? Select one correct answer.
A. Roll-up summary can only be set on the parent of a Master-Detail or Lookup
relationship.
B. Roll-up summary can be used to compute SUM,MIN,MAX,AVG over a set of
records
C. The results of the roll-up summary is displayed on the child in a master-detail
relationship.
D. Roll-up summary fields are read only.
Ans:D

[233]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.
Ans:AC

[234] Which of the following is not a valid return type of a custom formula. Select one correct
answer.
A. Date
B. Decimal
C. Text
D. Array
Ans:D

[235]Which of the following is not a part of a Force.com app. Select one correct answer.
A. Notes
B. Tab
C. Links
D. Forms
Ans:A

[236] 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
Ans:D

[237] How many external IDs can an object have?
A. 3
B. 5
C. 2
D. 10
Ans:A

[238] When you delete a master record, all of its detail records are automatically deleted. Is this
true or false?
A. TRUE
B. False
Ans:A

[239]Once you set a master-detail relationship field’s value you cannot change it. Is this true or
false?
A. TRUE
B. False
Ans:A

[240]If a profile gives a user permission to create, edit and view the records of an object but the
organizational-wide-defaults (OWD) is set to “Private”. This user will be allowed to edit and
view only his/hers own records and not the records owned by other users. Is this true or false?
A. TRUE
B. False
Ans;A

[241] You can use Grant Access Using Hierarchies check-box to enable record access through
hierarchies on an object-by-object basis when you set your org-wide defaults. Is this true or
false?
A. TRUE
B. False
Ans:A

[242] Sharing rules let us make automatic exceptions to org-wide defaults for particular groups
of users. Is this true or false?
A. TRUE
B. False
Ans:A

[243] The thing to remember with sharing rules is that, like role hierarchies, we can use them
only to open up record access to more users. Sharing rules and role hierarchies can never be
stricter than our org-wide default settings. Is this true or false?
A. TRUE
B. False
Ans:A

[244] When you change case ownership, any associated open activities that are by the current
case owner are transferred to the new owner
A.True
B.False
Ans;A

[245] The individual components which make up a “Workflow” are: 1. Rules 2. Tasks 3. Field
updates 4. Alerts 5 Workflow-outbound-message Is this true or false?
A. TRUE
B. False
Ans:A

[246] The action that one workflow rule takes can also trigger the execution of another workflow
rule. Is this true or false?
A. TRUE
B. False
Ans:A

[247] A queue is a collection of records that don’t have an owner. Users who have access to the
queue can examine every record that’s in it and claim ownership of the ones they want, and
queues are bound to objects! Is this true or false?
A. TRUE
B. False
Ans:A

[248] The approval actions like the workflow actions are: 1. Assign tasks 2. Update fields 3.
Email alerts 4. Outbound messages Is this true or false?
A. TRUE
B. False
Ans:A

[249] To make a field editable, enable Visible but disable Read-Only
A. TRUE
B. False
Ans:A

[250]Console tab allows easy navigation across multiple object types.
A. TRUE
B. False
Ans:A

Leave a comment