An effort to bring a revolution in Salesforce.

Thursday 23 July 2015

How to Crack Dev 401 | Salesforce Dumps 2015 Part 2




 101). IsNew() function allows different validation rules for create & update actions True or False
A. True
B. False
Ans:A

 102).When writing a validation rule, developers must write the error condition criteria True or
False
A. True
B. False
Ans:A
 103).Select the option which is correct. Profile controls Login Hours and Login IP Range Select the correct choice
A. Yes this is correct
B. No, Profile can only contact Login hours. IP Ranges is not controlled here.
C. No, Profile can only control IP Ranges, and not login hours
D. No, Profile does not control login hours or Login IP Ranges
Ans:A
 104). Permissions on Standard profiles cannot be customized True or False
A. True
B. False
Ans:A
 105).Choose the right answers only. Organization wide access levels are: Choose Only Three
A. Public Read/Write
B. Public Read Only
C. Private Read /Write
D. Private Read only
E. Private
Ans:ABE
 106).Choose the ones which are applicable. Record Type allow developers to associate __________ and ___________ to users based on their profile Choose Only Two
A. Picklist value
B. Role
C. Business Process
D. Hidden Characters
E. Subclassing
F. Forecasting
G. Error Handling
Ans: AC
 107). Child Records in Master detail Relationship inherit their Organization wide defaults from their parents True or False
A. True
B. False
Ans:A
 108). Lacking the “Read” permission for an objects means that the user will not be able to access
it at all True or False
A. True
B. False
Ans:A
 109). Field level security overrides any less-restrictive field access settings in the page layouts and search layouts True or False
A. True
B. False
Ans:A
 110). Page Layout controls the following Field properties Except: Select All which apply
A. Visible
B. Read Only
C. Read Write
D. Required
E. Data Management
Ans;CE
 111).A record type of the record can be changed after it has been saved. However, if the record type is changed later, the values in the record will be lost True or False
A. True
B. False
Ans:B
 112). Child Records in a lookup relationship have independent organization wide defaults from their parents True or False
A. True
B. False
Ans:A
 113). Profiles is a sub-set of the Sharing Model True or False
A. True
B. False
Ans:B
 114). All the statements are true regarding Sharing Rules Except: Select the correct choice
A. Automatic Exceptions to Organization Wide Defaults for a particular group of users
B. Never permitted to be more restrict the Organization Wide Default settings
C. Used to open up access to records
D. Can to be more restrictive than Organization Wide Defaults
Ans:D
 115). Custom Objects can be owned by queues True or False
A. True
B. False
Ans:A
 116).In a master detail relationship the owner of the parent record controls both the parent and the child True or False
A. True
B. False
Ans:A
 117). Select all which are Correct. What is true about Role Hierarchy: Select two choices only
A. Controls Data Visibility
B. Controls record roll up for reporting
C. Is the company’s Organization chart
D. Controls Custom Apps Record Types
Ans:AB
 118). Manual Sharing can be Granted By Owners, Anyone above the owners in the Role Hierarchy, System Administrators True or False
A. True
B. False
Ans:A
 119).A user must be associated to at least one Role True or False
A. True
B. False
Ans:B
 120). Select all which are correct. Organization wide Defaults are: select all the correct choices
A. Security settings that defines the baseline level of access of data records that you do not own
B. Used to restrict access to data
C. Defined for Standard Objects
D. Defined for Custom Objects
E. Defined for Unclaimed objects
Ans:ABCD
 121). Public Groups can be made of any combination of the following Except Choose One Answer only
A. Users
B. Roles
C. Queues
D. Roles and Subordinated
E. Public Groups
Ans:C
 122).How many debug logs are retained for an organization. Select the correct answer
A. 5
B. 10
C. 20
D. 50
Ans:C
 123). Developers can retain and manage the debug loigs for specific users True of False
A. True
B. False
Ans:A
 124). Setup Audit Trail changes are tracked for —- days Select the correct answer
A. 50
B. 100
C. 180
D. 200
Ans;C
 125). When a new workflow rule is created it does not affect existing records True of False
A. True
B. False
Ans: A
 126). Field history tracking allows users to choose up to —– fields per object Select the correct answer
A. 5
B. 10
C. 20
D. 40
Ans:C
 127). Time dependent workflows can be used when a rule is set to be evaluated “Every time a record is created or updated” True of False
A. True
B. False
Ans:B
 128). Parallel approval Processes allow a record to be sent for approval to up to —- diff users simultaneously Fill in the blanks
A. 5
B. 10
C. 25
D. 100
Ans:C
 129).When new objects and fields are added to Salesforce they are immediately available for reporting True of False
A. True
B. False
Ans:A
 130). Using API Data Loader which of following things are considered ?(choose 2)
A. Validiation Rules
B. Required fields in sharing settings
C. Apex Trigger
D. Required fields on Page layout.
Ans:BC
 131).If review object has master-detail relationship with job application. Reviews records should not get deletedonce job application is approved.?
A. True
B. False
Ans:A
 132). Object B has lookup field to object A,object C has lookup field to object B,then how to access A records with c in reports.
A. using Standard Report types.
B. Creating custom Report type.
C. creating normal report
D. None of above.
Ans:B
 133). View Encrypted field is enable for which profile (choose 1)
A. Standard user Profile
B. System Admin
C. Read only
D. None of Above
Ans:D
 134). External id allowed for which field types.(choose three)
A. Text
B. Email
C. Number
D. Text Area
E. Date
Ans:ABC
 135). Create object Tab, what effects it has on home page Sidebar layout.(choose 2)
A. Recent Items
B. Search Layout
C. Create new
D. Tags
Ans:AC
 136). Which options are related to data Base?(choose 3)
A. custom Objects
B. Custom Tabs
C. Page Layout
D. Master-Detail Relationship
E. Custom Fields.
Ans:ADE
 137). If Approval Process is modified, how user will know changes has made or not? (choose 2)
A. In Debug log
B. Set up Audit Trial
C. Modified by Field
D. one more option
Ans:AC
 138). Divisions do not restrict users access to data & are not meant for security purposes
A. True
B. False
Ans:A
 139). If Analytical snapshot is scheduled for a run. Which of following changes will not allow it to run.(choose 2)
A. changing target object
B. changing source object report to matrix
C. creating trigger on target object
D. creating Approval process on target object.
Ans:CD
 140). User X & user Y should able to see candidate records. But user Y should not able to see Address field. What should be done?
A. Set candidate object to R/O & use manual sharing.
B. use Fields level security
C. using page layout
D. one more option
Ans:B
 141). Which of things is possible using Import Wizard.
A. Import, Export, Update and Delete for all custom objects
B. De-Duplication of records
C. Schedule Import
D. Only Importing Records.
Ans:B
 142). In case object if u update the contact name field, the account name field will automatically default to the account associated with the contact when you save the case
A. True
B. False
Ans:B
 143).If object B has lookup field to Object A, then which thing is true about cross object formula?
A. Access object A fields, Object B fields on Object A.
B. Only Access Object B fields on object B.
C. Access Object B fields, Object A fields, User fields on object B.
D. None of the Above.
Ans:C
 144). Using Data Loader, we want to load Data for Account, Contacts, User. What order we should follow?
A. Account, contact,user
B. user, contact, Account
C. Any order
D. User, Account, contact.
Ans:D
 145).If we need to update records using Data loader which things are to be considered?
A. Name Field
B. Records Id’s
C. created by,Modified By fields
D. Owner Id’s
Ans:B
 146). Roll up Summary on formula fields?
A. Not Allowed.
B. Depends on formula return types .
C. All formula fields.
Ans:B
 147). On Position Object we have one field department. So we want to see position records group by department. How is it possible?
A. using Tabular report
B. using Summary Report
C. Using Matrix report
D. None of above
Ans:B
 148). API for salesforceis :
A. Salesforce.com Metadata API
B. Salesforce.com API
C. Salesforce.com Salesone API
D. Some AJAX API(am not sure of this option)
Ans:A
 149). If a person want to report on trend, what feature is provided by SF:
A. Matrix Report
B. Summary Report
C. Dashboard
D. Analytic Snapshot
Ans:D
 150).While using a data loader, authentication error is encountered. The Problem may be(Mark 2 Options)
A. Destination url error
B. User name error
C. Password Encryption Error
D. Mapping file error
Ans:AB
 151). Which of the following relationship is possible in salesforce? (mark 3)
A. Custom Object Lookup on Custom Object
B. Custom Object as detail and Standard Object as master
C. Standard Object as detail and Custom Object as master
D. Standard object lookup on standard object
Ans:ABD
 152).The value of the city in the city field should be from the state it belong. How it can be one:
A. Using an Apex trigger
B. Field Dependency using Picklist
C. Workflow
D. Validation Rules.
Ans:B
 153). Manager wants to allow subordinates to access some data on Accounts object. Which feature can help him:
A. Dashboard running user
B. Dashboard Folder
C. Report running user
D. Report Folder
Ans: A
 154). What are the feature of Domain provided by Salesforce (Mark any 3)
A. It Should be unique
B. Generally same as company name
C. It cannot be disabled after implementation
D. It cannot be mapped into company’s domain
Ans:ACD
 155). Which of the following can’t be used in page layout of user object? (Marks 2 Options)
A. Custom Buttons
B. Custom Fields
C. tagging
D. Custom Links
E. Inline VF
Ans:AC
 156). Which option can’t be selected in evaluation criteria of time based workflow?
A. When the record is created
B. When the record is created or edited
C. When the record is created or edited, and did not previously meet the criteria
D. Depends on the user
Ans:B
 157). A Record for which role hierarchy option is not selected can be shared by:
A. System Admin, Owner, user with whom the record is shared & a person who is higher in role hierarchy
B. System Admin, Owner, user with whom the record is shared.
C. System Admin, Owner & a person who is higher in role hierarchy
D. Only System Admin and Owner
Ans:B
 158). What can be done using profiles(Mark 2 Options)
A. CRUD for all custom obj
B. R/W for all stdobj
C. Restricted IP
D. Sharing Rules using Hierarchy
Ans:AB
 159). Which of these can be seen on DEBUG logs(mark 2 options)
A. Assignment Rules
B. Workflow rules
C. Formula field calculation
D. Roll-up summary field calculation
Ans:AB
 160). What will happen if more than one external Ids match during import
A. Only the first matching record is imported
B. Import is successfully done after removing the records with duplicate ids
C. An error is generated
D. A warning message is displayed and the process resumes
Ans:C
 161). If a Developer uses a time based workflow and wants to check whether it is working or not. He can do it by: (Marks 2 Options)
A. Select running user and use debug logs
B. Create record and verify in time base queue
C. Create record and verify in outbound queue
D. Login as developer in time based queue, create record and verify in queue
Ans:AB
 162). If a person want Created date is a date/time field, which of the following should be used to find out no. of days the record has been created :
A. Today() –created date
B. Now() – created date
C. Today () –datevalue (created date)
D. Now() – datevalue (created date)
Ans:C
 163). Job application is related to Position. Job application record is present on the detail view and we need to modify the position field on the side bar of the console, where it should be changed?
A. Mini Page layout of Job application
B. Mini Page layout of Position
C. Related list of Position
D. Related list of Job application
Ans:B
 164).In a recruitment application, If any posting can be posted to ‘n’ number of job websites. What should be used to make this relationship possible:
A. A Look up Relationship
B. A Junction Object
C. A Standard Object
D. A Hierarchy Relationship
Ans:B
 165).Which of the following must be there to establish many to many relationship in Salesforce: (Marks 2 Options)
A. Two master detail relationships
B. Cross Object Formula
C. Two lookup relationships
D. A Custom Junction Object
Ans:AD
 166). If Salary>20000, It needs to be approved by Project Manager. If salary > 50000, it needs to be approved by both the PM and his boss, and every record to be approved by Vice President. How can it be achieved??
A. Parallel Approval
B. Dynamic Approval Routing
C. Workflow
D. Approval Process
Ans:D
 167). Which of these features are provided by SF sites?
A. You can create your own websites
B. You can internationalize and localize
C. None
Ans:A
 168). What can be done page layout which affects the user interface: (Marks 2 Options)
A. Add a 3 column section
B. Add an Inline Visual Force Page
C. Change the related list
D. Button & Links
Ans:BD
 169). What can be controlled by the user who is generating a report : (Marks 2 Options)
A. Layout of the report
B. User Interface of the report
C. Objects on which the report will run
D. One More Option.
Ans:AC
 170). Once user sends approval he should not be able to edit record, which of the following can be used
A. Workflow
B. Apex Triggers
C. Record automatically gets lock once send for approval
D. Write validation rule
Ans:C
 171). In MVC, View is most closely related to the (Marks 2 Options)
A. Custom Fields
B. VF Pages
C. Page Layouts
D. Objects
Ans:BC
 172). Which of the following are used in approval process: (Marks 2 Options)
A. Roles and Subordinates
B. Profiles
C. Public Groups
D. Active Team Member
Ans:AC
 173). Which of the following forms a part of declarative interface of salesforce: (Marks 3 Options)
A. Workflow
B. Approval
C. Data Warehouse
D. Validation Rules
Ans:ABD
 174). theWorkflowsSet owd to read/write and then use sharing rules to restrict the access of hiring manager
A. Field Level Security
B. Set owd to private and use public group to grant access to all users.
Ans:B
 175). Which of the Following cannot be done after submitting the approval:
A. Moving the record to recycle bin
B. Sending an outbound message
C. Locking the record
D. Updating a field
Ans:A
 176).You might not have the same search results as another user performing the same search
A.True
B.False
Ans:A
 177). A developer wants to add new record of object Y from the Side bar in the create new drop down. It can achieved using
A. Edit the side bar to include object Y
B. Change page layouts
C. Add object Y in tabs
D. One More Option
Ans:C
 178). In a workflow process which of the following will require a formula?
A. The value of the field is changed
B. The record is modified today
C. The status field is changed to new
Ans:A
 179). A developer has created a data model but he has not handled user accesses. What security problems he may face? (Choose 2)
A. He may not be able to run reports and dashboards.
B. Data model may not be sufficient to handle security controls later
C. He may not be able to handle security control after initial set up
D. There may be a problem for approval in approval process.
Ans:BD
 180). In Custom object for bugs, many bugs have relationship with other bugs in a parent child manner. Which of the following relationship is required:
A. Self relationship
B. Many to many
C. Hierarchical
D. Master-detail
Ans:A
 181). Which of the following is not a declarative advantage of salesforce?
A. No setup for application server
B. Customization of Application
C. Compile code
D. Reports & Dashboards
Ans:C
 182). Job application is related to reviews, but it is painful for user to insert job application then save and then go to related list and add reviews, what can be done?
A. Do validation and write a trigger to pop up a page to fill in reviews
B. Use a visual force page so that all the data can be inserted on the same page
C. Change the page layout of Job Application to have review object
D. Use lookup to get the review data on Job Application.
Ans:C
 183). In a dashboard, Top 10 records can be shown using following(There was some lengthy description prior to this question)
A. Metrics
B. Tables
C. Gauges
D. Charts
Ans:B
 184). User object has following relationship with manager?
A. Many to many
B. Lookup
C. Master detail
D. Hierarchical
Ans:B
 185). Job Application has a lookup on Position. All user should be able to see Position but only selected user should be able to see Job Application.
A. OWD read only for both.
B. OWD is private for both and sharing rules will be used to grant access for position.
C. OWD private for Job Application and public read only for position
Ans:C
 186). If all users should have read access on a object, but a user should not be able to see anything. What should be done?
A. Set OWD to private and give read access to all except the user using sharing rule
B. Set OWD to read only and using sharing rule remove access of the user
C. Set OWD to read only and remove user from role hierarchy
Ans:A
 187). The advantage of data loader are :
A. Can be run using a Command line
B. More than 50k records
C. De duplication
D. Can load data from 2 objects at a time in a single call.
Ans:AB
 188). Modifications to the related lists on the case are also tracked in the case history
A.True
B. False
Ans:B
 189). Calculations / analysis that can be done using reports? (Mark 2 options)
A. Highlight the exceptional result
B. Calculation of previously run reports can be stored
C. parameters can be set for outliers
D. Charts and tables can be drawn
Ans:AD
 190). In a many to many relationship if x is primary master of y and z is secondary master of y then
A. Both Look and feel & Access Right as x.
B. Access rights depends on the access rights on x where as look and feel as z.
C. Look n feels as x.
D. Access Right same as in x
Ans:A
 191). Who among the following can change the owner of a record(Mark 3 options):
A. Current Owner of the record
B. A user with “Modify all” permission
C. A person who is lower in role hierarchy than the current owner
D. An user who can edit the record
E. A person who is higher in role hierarchy than the current owner
Ans:ABE
 192).In the statement below, controller refers to what type of controller? Select the one correct answer. <apex:page controller=”AccountController”>
A. Standard Controller
B. Custom Controller
C. Controller Extension
D. Specific Controller
Ans: B
 193).Which of the following represent correct syntax to display first name from global variable user? Select the one correct answer.
A. {User.FirstName}
B. {!User.FirstName}
C. $User.FirstName
D. {!$User.FirstName}
Ans:D
 194). Which of these is not a standard profile? Select the one correct answer.
A. Developer
B. Contract Manager
C. Read only
D. Solution Manager
Ans:A
 195). Name the language Force.com uses to support full-text search in objects. Select the one correct answer.
A. SQL
B. VisualForce
C. SOQL
D. SOSL
Ans:D
 196). 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%
Ans:C
 197). 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
Ans:D
 198). 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
Ans:D
 199). Name the prefix used by standard VisualForce markup tags. Select the one correct answer.
A. vf
B. apex
C. c
D. s
Ans:B
 200).Which of the following cannot be included in a VisualForce page? Select the one correct answer.
A. Java
B. JavaScript
C. HTML
D. Flash
Ans:A

No comments:

Post a Comment

Get Gmail, Docs, Drive, and Calendar for business