Question 111

Which three web technologies can be integrated into a Visualforce page? Choose 3 answares
  • Question 112

    A platform developer at Universal Containers needs to create a custom button for the Account object that, when clicked, will perform a series of calculations and redirect the user to a custom Visualforce page.
    Which three attributes need to be defined with values in the <apex:page> tag to accomplish this?
    (Choose three.)
  • Question 113

    What is the result of the debug statements in testMethod3 when you create test data using testSetup in below code?
  • Question 114

    A developer runs the following anonymous code block in a Salesforce org with 100 accounts List acc= {select id from account limit 10}; delete acc; database.emptyrecyclebin(acc); system.debug(limits.getlimitqueries()+' ,'+Limits.getlimitDMLStatements()); What is the debug output?
  • Question 115

    Which component is available to deploy using Metadata API? Choose 2 answers