Wednesday, July 2, 2014

Salesforce Developer certification DEV 401 Dumps-2

Salesforce Developer certification DEV 401 Dumps-2

Default values can be set on the Dependent Picklist Fields?
A. True
B. False
What can cross-object formulas reference
A. Child object records only
B. Both parents and child object records
C. Parent object records only
D. Records of the same object
http://www.infallibletechie.com/2013/08/cross-object-formulas.html
Which function records the database operations, system processes, and errors that occur when executing a transaction or while running unit tests?
A.
System Log
B.
 Debug Log
C.
 Monitoring
D.
Setup Audit Trail








 
What must a developer consider when inserting records using an API based tool choose 2
A.
Apex triggers are ignored
B.
Universally required field setting are respected
C.
Validation rules are respected
D.
Required fields on page layouts are enforced


4. 
What type of field needs to be wrapped in a function (inside a formula) to be accessed?
A.
Date Today() Function
B.
Picklist (ISPICKVAL) function
C.
Case
D.
IF/Then
What will cause the analytic snapshots run to fail? Please select three (3) choices.
A. The running user has been inactivated
B. The source report has been deleted
C. The target object has a trigger on it
D. The target object is a custom object
E. The source report is saved as matrix report
Analytical snapshot supports all types of report ? No. It supports Tabular and Summary.
When creating a sharing rule, what entities can data be shared to? Please select three (3) choices.
A. Queues
B. Users
C. Public groups
D. Roles and subordinates
E. Roles
An organization wants to use custom objects to track bugs. The organization wants the ability to link related bugs to parent bugs in a parent-child relationship. What type of relationship should be used?
A. Many-to-many
B. Hierarchically
C. Master-Detail
D. Self
In a master-child relationship between a standard object and custom object which of the following statements is NOT true? Please select two (2) items.
A. The standard or custom object can be a master
B. The custom object is always the master
C. The standard object is never a child
D. The custom object is always a child
E. The standard object is always the master
An organization has two custom objects to track job positions and salaries for those positions. Everyone in the organization should be able to view the positions, however, only select users can view the salary records. What steps should a developer take to ensure the requirement is fulfilled?

A) Create a lookup relationship between positions and salaries; define public access on position and private access on salary
B) Create a master-detail relationship between positions and salaries; define public access on position and private access on salary.
C) Create a master-detail relationship between positions and salaries; define private access on position and create sharing rules on salary.
D) Create a lookup relationship between positions and salaries; define public access on position and public access on salary; create sharing rules on salary to restrict visibility.
'Home Page Default' layout is editable.
A. True
B. False
HTML Area' custom components can be in
A. Wide (Right) Column
B. Narrow (Left) Column
Image/Logo' custom components can be in
A. Narrow (Left) Column
B. Wide (Right) Column
Standard components on home page is not editable except
A. Tasks
B. Custom Links
C. Calendar
D. Messages & Alerts
E. Customer Portal Welcome
F. Recent Items
G. Items to Approve
H. Create New...
I. Dashboard Snapshot
Custom links have behaviors
A. Display in existing window with sidebar and header
B. Display in existing window without header
C. Display in new window
D. Display in existing window without sidebar or header
E. Display in existing window with sidebar
F. Display in existing window with header
G. Execute JavaScript
H. Display in existing window without sidebar
We can only change help text of task standard fields.
A. True
B. False
We can assign home page layout to profile.
A. True
B. False
Task custom field are same as event custom field.
A. True
B. False
Custom links' standard component contains up to how many bookmarks?
A. 10
B. 20
C. 5
D. 15
The showChatter attribute is available on which Visualforce component?
A. apex:chatter
B. apex:pageBlock
C. apex:detail
D. apex:page
A sales manager would like to view a dashboard from the perspective of different users and switch between users without editing the dashboard. How would an administrator enable this?   Choose 2 answers  
A. Create the dashboard as a dynamic dashboard.
B. Grant the sales manager the "Manage Dynamic Dashboards" permission.
C. Grant the sales manager the "Drag-and-Drop Dashboard Builder" permission.
D. Grant the sales manager the "View My Team's Dashboards" permission.
What can users do when Chatter feed tracking is enabled for dashboards?   Choose 2 answers  
A. Follow files and links for a dashboard.
B. Auto-follow dashboards created by the user.
C. Follow posts and comments for the dashboard source reports.
D. Follow posts and comments for a dashboard.
Which combination of objects is available when creating a custom report type for Chatter reports?   Choose 2 answers  
A. Chatter Groups, Members
B. Opportunities, Followers, User Feed
C. Accounts, User Feed, Comments
D. Users, User Feed, Comments
Which is a capability of the improved System Log console?   Choose 3 answers  
A. View feedback on usage against governor limits
B. Run as a specific user
C. Execute anonymous blocks
D. Generate a dialog box when a usage limit is reached
E. View a stack trace
Which is a capability of Visualforce components for Chatter?   Choose 2 answers  
A. Include a Chatter feed on a record detail
B. Include Chatter followers on a record detail
C. Include Chatter recommended people to follow on a record detail.
D. Include a list of Chatter-enabled fields on a record detail.
Which function is available in the report builder interface, prior to running the report?   Choose 2 answers
A. Printable view
B. Schedule future runs
C. Save
D. Export details
E. Show/hide details
For the order management application, the developer has created a custom object to store the product line and product combination. When creating an order, the product line and product combination need to be consistent. What is the best option for implementing this?
a. Use a workflow to update the product automatically based on the product line
b. Create a validation rule using IF
c. Create a formula field to enforce the combination
d. Create a validation rule using VLOOKUP
1.         If the amount is less than 10000USD then no need of any approval or else it has to be approved from VP. How do you achieve this in force.com?
a.       By Creating a parallel approval process
b.      By Creating a dynamic approval process
c.       By Creating Validation Rule
d.   Create Approval Process

10. Custom Fields are store for how many days after deletion
1.       10 Days
2.       30 Days
3.       15 Days
4.       100 Days

Standard Pick list cannot be a dependent picklist Choose the correct answer
1.       It can be in some cases
2.       It depends on the version of Salesforce.com you are using
3.       This is correct, Standard picklist can only be a controlling picklist
4.       This is incorrect, Standard picklist can be a controlling as well as dependent picklist

Which are true in Import Wizard?
a)      It can de-duplicate record
b)      Can Import, update, delete and export data.
c)      Perform Matching based on record id only
d)      It can provide success and error files in csv.
 Using Import Wizard can we delete the records?
a)      Yes
b)      No
Custom objects will not have the following
1.       Assignment rules
2.       Validation Rules
3.       Approval Process
4.       Field Level Security
For which objects we can create a Queue? Select 3 choices:
1.      Leads
2.      Accounts
3.      Custom Objects
4.      Cases
5.      All object
You are creating a new object Y and you want to add that in the CREATE NEW picklist present in the left hand side bar. What you need to do?
1.      Add a tab
2.      Edit the Create New present in the setup of Home Page Component and add the object Y
3.      Creating a new object automatically creates an entry in the Create New Picklist
4.      Enable the option for the object Y in the profile

An organization needs the ability to view the value of Opportunity Stage field on an Opportunity Product related list. Please choose the declarative method of fulfilling the requirement. Choose the Right answer
1.        Create an Apex method to replicate the value on the child object, and set the field level security to read-only and expose the new field on the Opportunity Product related list.
2.        Create a cross object formula field on the Opportunity Product object and expose the formula field on the Opportunity Product related list.
3.       Create a validation rule on the Opportunity Product object.
4.        Create a new pick list field called Stage on the Opportunity Product object, and expose the filed on the Opportunity Product related list.

 A job application object has a child review object to store candidate review. The review needs to be tracked between a score of 1 to 5. The score has to be a choice between 1 and 5 displayed as a radio button. How will a developer cater to this requirement? Choose the Right answer
1.       Create 5 fields for scores (1 to 5) of type radio-button and use it in review page layout.
2.       Create a dependent pick list that feeds the radio button type field.
3.       Create a formula field
4.       Create visual force page with radio buttons for review object
What makes the Lookup field is required in Master – detail relationship
1.      Field Data Type
2.      Record data type
3.      Report Type
4.      Field Level Security
What are the standard fields on the user object? Select 3 options
1. Locale
2. Delegated Approver
3. Division
4. Hire Date  
Who can b owner of a record
1.      user
2.      Profiles
3.      sys admin
4.      Queues
Which among these cant b used in a user object.(Select 3 Options)
1.      tagging
2.      custom field
3.      custom button
4.      related list

One or more Interviewers can interview a candidate & give them marks for Technical Expertise and Management Expertise. How this can be achieved
1.      Add two fields Technical Expertise and Management Expertise in the Candidate object.
2.      Create a new object Marks that has a lookup with Job application and add these fields there.
3.      Add two fields Technical Expertise and Management Expertise in the Job Application object.
4.      None of the above
39. Which of the following is wrong? Select two choices
                          i.      Job Application (Master)
- Reviews (Detail)
                        ii.      Candidates (Master)
- Job applications (Detail)
- Reviews (Detail)
                      iii.      Candidate (Master)
-          Job Applications (Detail)
-   Reviews (Detail & Master of Job Applications)
                      iv.      Position (Master)
-          Campaigns (Detail)
How do Salesforce enforce data access using role hierarchy? Choose the Right answer
-          Users are given access to the records owned by the users who are below the role hierarchy.
-          Users are given access to the records owned by the users who share the same role on the role hierarchy.
-          Users are given access to the records accessible by the users who are below the role hierarchy.
-          Users are given access to the records accessible by the users who are above the role hierarchy
Any member in a Queue has the same access to all records in the queue that an owner would have. True or False
a)      True
b)      False
Choose the ones which are applicable Record Type allow developers to associate __________ and ___________ to users based on their profile. Choose Only Two options:
a)      Pick list value
b)      Role
c)      Business Process
d)      Hidden Characters
e)      Subclassing
f)       Forecasting
g)      Error Handling

Page Layout controls the following Field properties Except: Select 2 which is applicable,
a)      Visible
b)      Read Only
c)      Read Write
d)      Required
e)      Data Management

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

Setup Audit Trail changes are tracked for___ days select the correct answer
a)      50
b)      100
c)      180
d)      200
Field history tracking allows users to choose up to ____ fields per object Select the correct answer
a)      5
b)      10
c)      20
d)      40
e)      15

There is an account object. All the users should be able to see the records but user Y should not see the email address field. How would you achieve this?
a.       Field level security.
b.      Profiles
c.       Sharing Rules
d.      OWD
Which of the following falls under Declarative View Layer of Salesforce MVC pattern:
a)      Field Creation
b)      Record Types
c)      Validation Rules
d)      Force.com Sites
When do users have the option to manually share records from the detail page.
a)      when OWD for the object is public R/W
b)      when developer grant the user the share record permission
c)      when u add the sharing button
d)      when the OWD for the object is private
When developer adds custom object tab in app. Where all it is available.
a)      Sidebar Search
b)      Quick Create (will be available when Tab is displayed in u r tabs list)
c)      Recent Item
d)      Custom Reporting
e)      Create New Sidebar component
Dashboards are used to display?
a)      Data of standard report only
b)      Data of custom reports only
c)   Both
d)      None

What are the options you can set at Page Layout? Select 2 choices:
a)      Read only
b)      Required
c)      Visible
d)      Mandatory
Record Types Controls,
a)      Visibility of the fields
b)      Permissions
c)      Picklist values
d)      None

6 comments:

  1. For all salesforce certification dumps in pdf format contact completeexamcollection@gmail.com

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. For latest dumps of all Salesforce exams with all the updates of Winter ’16 please contact me at mikeshsfdc@gmail.com.

    For essential training videos to learn salesforce from scratch as well.

    ReplyDelete
  4. I acknowledge the author for his brilliant work for making this exceptionally useful and informative content to guide us.
    Salesforce Form Builder

    ReplyDelete
  5. The post is useful and it would really help for those who search for Salesforce Developer Training | Salesforce Developer Certification

    ReplyDelete
  6. 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