Friday 9 November 2012

DEV-401 Exam Questions with Answers - Part 3


Q.1)  Which portion of the Model-View-Controller is represented in Force.com as a Standard of
          Custom Object?
 
  A. Model (Answer)
  B. View
  C. Controller
 

Q.2) Which capabilities does building an app on the Force.com platform provide? (3 answers)
 
  A. the ability to run reports on configuration changes
  B. the ability to have apps upgraded without losing customizations (Answer)
  C. the ability to build apps with clicks not code (Answer)
  D. the ability to internationalize and localize apps (Answer)

Q.3) What occurs in an upsert operation if the external ID is referenced in more than one record?
 
  A. only the first matching record will be updated
  B. an error is reported (Answer)
  C. duplicate records will be created with matching external Ids
  D. the upsert operation fails.


Q.4) In the recruiting app with approval processes on Positions, a position record is simultaneously sent to
          3 approvers  in a process. When can the position record advance to the next step? (2 answers)
 
  A. 1 of the approvers skips to the final step
  B. All approvals are required if unanimous approval is required (Answer)
  C. Once the first approval is recorded, if unanimous approval is not needed. (Answer)


Q.5) Which feature is available for custom objects (3 answers):
 
  A. Sharing (Answer)
  B. Queues (Answer)
  C. Assignment Rules
  D. Field History Tracking (Answer)


Q.6) What is the valid data type for a custom force.com field: (4 answers)
 
  A. email (Answer)
  B. Currency (Answer)
  C. Percentage (Answer)
  D. Date (Answer)
  E. Radio Button
 

Q.7) What is a feature of custom report types? Choose 2 answers:
 
  A. The ability to create an exception report o anti –join
  B. The ability to customize the report wizard user interface
  C. The ability to join related objects within a report (Answer)
  D. The ability to customize the output layout of a report(Answer)


Q.8) How can users be allowed to create new records of Object Y from the Create New drop-down
           list in the sidebar?
 
  A. Add Y's tab to the user's displayed tabs (Answer)
  B. edit the sidebar component to display Object Y
  C. enable the setting in the sidebar for each user
  D. create a new sidebar component
 

Q.9) Which capability does building an application on the force.com platform provide?
 
  A. The ability to build applications with clicks not code (Answer)
  B. The ability to run reports on configuration changes
  C. The ability to have applications upgraded without losing customizations (Answer)
  D. The ability to internationalize and localize applications (Answer)

Q.10) What must a developer consider when inserting an API based tool (2 answers):
 
  A. Validation Rules are Respected (Answer)
  B. APEX Triggers are ignored
  C. Required fields on page layouts are enforced
  D. Universally required field settings are respected (Answer)

4 comments:

  1. Thanks alot for posting man, it definitely helped ~~~

    ReplyDelete
  2. Do you have more qustions ? It would be helpful if you can send to renjeshraju@gmail.com

    ReplyDelete
  3. Hi,

    Thanks for posting these questions. I have few more doubts can you plz suggest me answers for these questions.



    1) Recruiting application a Position that is of type “Critical” should not be open for more than 14 days. How will you develop the business logic to cater to this.
    a) Time-dependant workflow action to send an e-mail to the owner after 14 days
    b) Time-dependant workflow action to send the record for review to owner after 14 days
    c) Time-dependant workflow action to send an e-mail to owner before 14 days
    d) Time-dependant workflow action to close the position after 14 days

    2) What is a feature of custom report types? Choose 2 answers:

    A. The ability to create an exception report o anti –join
    B. The ability to customize the report wizard user interface
    C. The ability to join related objects within a report
    D. The ability to customize the output layout of a report

    3)how do Salesforce enforce data access using role hierarchy
    a) Users are given access to the records owned by the users who are below the role hierarchy.
    b) Users are given access to the records owned by the users who share the same role on the role hierarchy.
    c) Users are given access to the records accessible by the users who are below the role hierarchy.
    d) Users are given access to the records accessible by the users who are above the role hierarchy

    ReplyDelete
    Replies
    1. Ans According to me:
      1) A
      2) A, C
      3) A

      Delete