function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Manish Anand 10Manish Anand 10 

Need answers for multiple choice questions, below.

1) Which requirement needs to be implemented by using standard workflow instead of Process Builder?
   Choose 2 answers
A.   Create activities at multiple intervals.
B.   Send an outbound message without Apex code.
C.   Copy an account address to its contacts.
D.   Submit a contract for approval.

2)  How can a developer refer to, or instantiate, a PageReference in Apex?
      Choose 2 answers
   A. By using a PageReference with a partial or full URL.
   B. By using the Page object and a Visualforce page name.
   C. By using the ApexPages.Page() method with  a  Visualforce page  name.
   D. By using the PageReference.Page() method with  a  partial  or  full URL.


3)  A developer has a single custom controller class that works with a Visualforce Wizard to support creating and editing multiple sObjects. 
  The wizard accepts data from user inputs across multiple Visualforce pages and from a parameter on the initial URL
   Which statement is unnecessary inside the unit test for the custom controller?

A. public ExtendedController(ApexPages.StandardController cntrl) { )
B. ApexPages.currentPage().getParameters() put(input', 'TestValue).
C.  Test.setCurrentPage(pageRef),
D.  String nextPage = controller.save().getUrl();


4)  Which statement about the Lookup Relationship between a Custom Object and a Standard Object is correct?

A.  The Lookup Relationship on the Custom Object can prevent the deletion of the Standard Object.
C.   The Custom Object will be deleted when the referenced Standard Object is delete
 
DeepthiDeepthi (Salesforce Developers) 
Hi,

1) Answers are A,B
2) Answer is A,B
3) Answer is D
4) Answer can be A (not sure)

Hope this helps you!
Best Regards,
Deepthi
augustyakaravataugustyakaravat
Hi,

1. A & B
2. A & B
3. A Refer this link: https://developer.salesforce.com/forums/?id=906F0000000MNsTIAW
4. A

Regards,
Augustya
SFDC HedgehogSFDC Hedgehog
I say A also.
public ExtendedController(ApexPages.StandardController cntrl) { }

is a controller constructor and will be part of the controller being tested, not the test program.
 
SFDC Force UserSFDC Force User
Hello.. I am planning for Platform Developer Certification. Please guide me  about material and dumps.
SFDC Force UserSFDC Force User
Hello.. I am planning for Platform Developer Certification. Please guide me  about material and dumps.
 
Thomas John 2Thomas John 2
You can contact me for any help and exact questions and answers for the latest Winter 20 certifications at salesforcecertguide2018[at]gmail.com