Monday, 26 March 2012

Salesforce Certification Questions Part 4


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

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

20
25
50
100



153.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">

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

155.Which of these is not a valid report type. Select the one correct answer.

Summary
Matrix
Tabular
Detailed

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

Summary
Matrix
Tabular
Detailed

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





158.Which report type does not allow generation of charts? Select the one correct answer.

Summary
Matrix
Tabular
Detailed

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

160.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}

161.Which of these is not a standard profile? Select the one correct answer.

Developer
Contract Manager
Read only
Solution Manager

162.Name the language Force.com uses to support full-text search in objects. Select the one correct answer.

SQL
VisualForce
SOQL
SOSL


163.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%

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

165.Which of these are valid data type in Force.com development platform. Select the two correct answers.

Percent
URL
Choicebox
Long
Decimal

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



167.Which report type does not support analytical snapshot? Select the one correct answer.

Summary
Matrix
Tabular
Detailed

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1
2
25
300


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

1
2
25
300

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

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

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


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

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

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

Date
Decimal
Text
Array

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

Notes
Tab
Links
Forms

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

194.How can you create Many to Many relationship in salesforce.com?

 A. Create a direct Many to Many relationship
 B. Use a junction Object
 C. Use a piece of code to relate both objects
 D. Not Possible to create Many to Many relationship in salesforce.com

195. Can Dashboard Components be retrieved from Recycle Bin on deletion?

A. Yes
B. No

196.How many external Id’s are allowed on an object?

A. 1
B. 2
C. 3
D. 4

197. What can not be done with the profiles ?

A. Control the tab access
B. Set the CRUD permissions
C. Give access to records by modifying the record types
D. Control password settings
198.Which functionality is NOT available on the Custom Object?

 A. Validation Rules
 B. Assignment Rules
 C. Workflows
 D. Record Types

199.Which of the following can be done by the Pagelayout Editor?

A. Make a Field Mandatory
B. Make a Field Read-Only
C. Both A & B
D. None of Above

200. Which of the following is not allowed?

A. Master (Custom object) and Detail (Standard object)
B. Master (Custom object) and Detail (Custom object)
C. Look Up between (Standard object) and (Standard object)
D. Look Up between (Standard object) and (Custom object)

4 comments:

  1. Answers:

    151. 15Mb
    152. 20
    153.
    154.Select object on which reports needs to be generated .
    155. Detailed
    156. Summary
    157. Matrix
    158. Tabular
    159. custom controller
    160. {!$user.FirstName}
    161. Developer
    162. SOSL
    163. 75%
    164. 500
    165. Percent ,Url
    166. Enable visible Disable Readonly
    167. Matrix
    168. Console
    169. Metric
    170. Gauge
    171. Visualforce Page
    172. Analytic snapshot
    173. D , E
    174. Role Hierarchy
    175. Regex
    176. Vlookup
    177. if
    178. System log
    179. Debug log
    180. view setup audit trial
    181. Field History Tracking
    182. field required is always present in edit page
    183. Date
    184. 2
    185. 25
    186. parent field is not required may be omitted
    187. Display Ap using apex
    188. Add custom field
    189. Rollup summary fields are read only
    190. a , c
    191. Array
    192. Notes
    193. Force.com sites
    194. b | 195. b | 196. c | 197. c | 198. b | 199. c | 200. a

    ReplyDelete
  2. Super Blog....I passed My DEV 401 with the help of this beautiful Blog...


    Thanx alot Sudheer Sir....

    Really you are doing great Job...

    Regards,
    Jaipal

    ReplyDelete
  3. Hi Sudir

    163):- answer is 100%

    ReplyDelete
  4. Prepare for Salesforce Certification from website : https://www.ebsose.com. Available 24*7 Support . Immediate Delivery.
    Project support and Salesforce training is also provided for Admin , Development , Integration , CPQ and QA at www.ebsose.com .
    For all latest salesforce certification SU20 materials mail us at ebsosedotcom@gmail.com
    If you need help on any superbadge or salesforce certification mail us at ebsosedotcom@gmail.com
    Summer 20 Dumps all Available
    We have Following latest certification of
    0. B2B Commerce Admin
    1. Admin 201
    2. App Builder
    3. Platform developer 1
    4. Platform Developer 2
    5. Sales Cloud
    6. Service Cloud
    7. Community Cloud
    8. Marketing cloud Email Specialist
    9. Marketing cloud Cloud Consultant
    10. CPQ
    11. FSL
    12. Data Management Architecture
    13. Integration architecture
    14. Identity Access management
    15. Development Lifecycle
    16. Pardot Specialist
    17. Advance Admin
    18. Sharing Visibilty Designer
    19. Einstein Analytics
    20. Non- Profit Cloud
    21. Marketing cloud developer 1

    ReplyDelete