Skip to main content

SF Dev401 Dumps 4


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


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


A. Yes
B. No


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


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


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


5.Which functionality is NOT available on the Custom Object?

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


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


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


8. How many different Master – Detail relationships can exist on the detail object side?


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


9. What happens when a parent record is deleted in the Parent Child model having a Lookup Relationship between Parent - Child Objects?


A. Child records are also deleted
B. Shows an error
C. Cant delete the record
D. Child records are not deleted


10. How the formula will look like if you want to calculate the date/time difference b/w created date?


A. Today() – datevalue(created date)
B. Created date – Now()
C. Now() – created date
D. DateValue(created date) – today()



Answers :

1. b   |  2. b  |  3. c  |  4. c  |  5. b  |  6. c   |  7. a  |  8. b  |  9. d  |  10. c

Comments

  1. Shouldn't the answer to 10 be A? I've looked online and can't find anything that has the same syntax as C.

    ReplyDelete
    Replies
    1. if we want to calculate only date, then the answer would be A. but in the question 10, it is asked to calculate date/time, so C is correct. to check this try to make one formula field and there read the help provided for these functions(Now(),date value()).

      Delete
  2. NOW() - CreatedDate is valid. I have checked it in developerforce. created date and NOW() both have datetime value. Today() – datevalue(created date) will calculate difference between dates only. So Now() – created date will return (datetime) more accurate value.

    ReplyDelete
  3. i have a doubt in question number 4....between option c and d......i think it will be d...please clarify.

    ReplyDelete
  4. @ Abhishek-
    Q4: Password Never Expires, Reset User Passwords and Unlock Users are 'Control password settings' on Profile Page

    ReplyDelete
  5. The correct answer for question 2 is A. Please correct.

    ReplyDelete
  6. Answer for 2 is 'A'. I tried working on it, after deleting dashboard we can get it back by clicking 'Undelete' button in RecycleBin

    ReplyDelete
  7. It's all about the wording: Whereas dashboards as a whole can be retrieved from the recycle bin, the components themselves (when deleted one at a time) cannot be. The answer "B"- since it asked about the components- is correct.

    ReplyDelete
  8. For latest Salesforce certification dumps in PDF format contact us at completeexamcollection@gmail.com. Refer our blog for more details http://completeexamcollection.blogspot.in/2015/04/salesforce-certification-dumps.html

    ReplyDelete
  9. For latest and updated Salesforce certification exam dumps contact us at completeexamcollection@gmail.com. Refer our blog for more details https://completeexamcollection.blogspot.com/

    ReplyDelete

Post a Comment

Popular posts from this blog

SF ADM 201 Dumps 5

1. Unmanaged packages do not include locked components but can be upgraded?  A. True  B. False 2. What of the following statements is True?  A. Tasks allow you to track the specific actions you plan to perform or have performed; Email Alerts cannot track specific actions  B. Email Alerts allow you to track the specific actions you plan to perform or have performed, Tasks cannot track specific actions  C. Email Alerts and Tasks allow you to track the specific actions you plan to perform or have performed  D. Email Alerts and Tasks cannot track the specific actions you plan to perform or have performed 3. The opportunities fields of the campaign statistics section on a campaign detail page will only be populated for the campaign designated as the primary campaign source?  A. True  B. False 4. Is it possible to have Sidebar search enabled with Global Search?  A. Yes  B. No 5. Which of the following is true about Page layouts?  A

Salesforce Certification 401

                                    Section - I  Dumps part I : SF dev 401 dumps 1 SF dev 401 dumps 2 SF dev 401 dumps 3 SF dev 401 dumps 4   SF dev 401 dumps 5  Dumps part II : SF dev 401 dumps 6 SF dev 401 dumps 7 SF dev 401 dumps 8 SF dev 401 dumps 9 SF dev 401 dumps 10

SF Dev401 Dumps 1

1.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 2.Name the prefix used by standard VisualForce markup tags. Select the one correct answer. vf apex c s 3.Which of the following cannot be included in a VisualForce page? Select the one correct answer. Java JavaScript HTML Flash 4.To create a new VisualForce page HelloWorld in development mode, which URL should be appended to server address? Select the one correct answer. /HelloWorld /vf/HelloWorld /apex/HelloWorld /home/HelloWorld 5.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 6.What is the number of components that can be added to a dashboard? Select the one correct answer. 20 25 50 100 7.Whi