Ready to Pass Your Certification Test

Ready to guarantee a pass on the certification that will elevate your career? Visit this page to explore our catalog and get the questions and answers you need to ace the test.

salesforce CERTIFIED_PLATFORM_DEVELOPER_II

Custom view settings

Exam contains 343 questions

Page 22 of 58
Question 127 🔥

A developer has a page with two extensions overriding the Standard controller for Case.<apex:page standardController="Case" extension="CaseExtensionOne,CaseExtension Two" showHeader="false"> Each extension has a method called Save. The page has a command button as defined: <apex:commandButton value="Save" action="{!save}"/>What will happen when a user clicks the command button?

Which database solution meets these requirements?
Highly voted
Discussion of the question
Question 128 🔥

What is a valid request for the following REST method? (Choose two.)@HttpPost global static void myPostMethod(String sl, Integer il, Boolean bl, String 52)

Which database solution meets these requirements?
Highly voted
Highly voted
Discussion of the question
Question 129 🔥

A developer wrote a Visualforce page for Sales Reps to add products to an order. The page takes a URL query parameter, productFamily, which filters the product results. The test method for the filter behavior has an assertion failing due to an incorrect number of results.Why could the test be failing? (Choose two.)

Which database solution meets these requirements?
Highly voted
Highly voted
Discussion of the question
Question 130 🔥

A developer writes the following code:public with sharing class OrderController() public PaqeReference sendOrder() Order_c order = new Order_c insert order;ExternalOrder externalOrder = new ExternalOrder(order); Http h = new Http(); HttpRequest req = new HttpRequest(); req.setEndpoint('https://www.example.org/v1/orders'); req.setMethod('POST'); req.setBody(JSON.serialize(externalOrder));HttpResponse res = h.send(req); order = (ExternalOrder)JSON.deserialize(res.getBody(),ExternalOrder.class);While testing the code, the developer receives the following error message:System.CalloutException : You have uncommitted work pendingWhat should the developer do? (Choose two.)

Which database solution meets these requirements?
Discussion of the question
Question 131 🔥

What is the most efficient way in Visualforce to show information based on data filters defined by an end-user for a large volume of data?

Which database solution meets these requirements?
Highly voted
Discussion of the question
Question 132 🔥

A Visualforce page loads slowly due to the large amount of data it displays.Which strategy can a developer use to improve the performance?

Which database solution meets these requirements?
Highly voted
Discussion of the question

Lorem ipsum dolor sit amet consectetur. Eget sed turpis aenean sit aenean. Integer at nam ullamcorper a.

© 2024 Exam Prepare, Inc. All Rights Reserved.
CERTIFIED_PLATFORM_DEVELOPER_II questions • Exam prepare