ExamGecko
Ask Question

Salesforce Certified Platform Developer II Practice Test - Questions Answers, Page 15

List of questions

Question 141

Report
Export
Collapse

The maximum view state size of a visualforce page is______________.

1mb
1mb
256kb
256kb
165kb
165kb
65kb
65kb
135kb
135kb
Suggested answer: E
asked 23/09/2024
Marc Casin Martinez
41 questions

Question 142

Report
Export
Collapse

How long is field history retained?

18 Months
18 Months
12 Months
12 Months
24 Months
24 Months
6 Months
6 Months
36 Months
36 Months
Suggested answer: A
asked 23/09/2024
Arun Lailamony
38 questions

Question 143

Report
Export
Collapse

Choose the correct definition for <apex:pageMessage>.

Standard Salesforce formatting, throws a specific message on a page
Standard Salesforce formatting, throws a specific message on a page
Standard Salesforce formatting, shows all errors that occur on page. Can add more messages through the "ApexPages.addMessage" function
Standard Salesforce formatting, shows all errors that occur on page. Can add more messages through the "ApexPages.addMessage" function
A single message, without formatting, that can be associated with a specific component on the page
A single message, without formatting, that can be associated with a specific component on the page
No formatting; displays all errors on a page
No formatting; displays all errors on a page
Suggested answer: A
asked 23/09/2024
Jerome Fortin
34 questions

Question 144

Report
Export
Collapse

Choose the correct definition for <apex:actionFunction>.

Allows for controller methods to be called directly from Javascript. Must be| encapsulated in<apex:form> tags. Unlike actionSupport, these function<apex:actionPoller>s can be called directly from Javascript code
Allows for controller methods to be called directly from Javascript. Must be| encapsulated in<apex:form> tags. Unlike actionSupport, these function<apex:actionPoller>s can be called directly from Javascript code
Sends an AJAX request according to the time interval you specify. If this ever gets re-rendered, it resets
Sends an AJAX request according to the time interval you specify. If this ever gets re-rendered, it resets
Adds AJAX support to another component (e.g. onClick, onMouseUp, onFocus, etc.)
Adds AJAX support to another component (e.g. onClick, onMouseUp, onFocus, etc.)
Can be associated with an AJAX request (actionFunction/actionSupport/actionPoller) and shows content conditionally depending on the status of the request (in progress/complete). Use the "id" field to specify name; use "status" field on related components to connect them
Can be associated with an AJAX request (actionFunction/actionSupport/actionPoller) and shows content conditionally depending on the status of the request (in progress/complete). Use the "id" field to specify name; use "status" field on related components to connect them
Signifies which components should be processed by the server when an AJAX request is generated
Signifies which components should be processed by the server when an AJAX request is generated
Suggested answer: D
asked 23/09/2024
Ioana Mihaila
49 questions

Question 145

Report
Export
Collapse

What is the correct order of execution for Visualforce Page "get" requests (initial page visit)?

Evaluate constructors on controller and extensions2) If there's a <apex:form> element, create the view state3) Evaluate expressions, <apex:page> attribute actions, and other method calls (getters/setters) on main page4) Evaluate constructors, extensions, and expression on attribute definitions on any custom components present5) Send HTML to Browser
Evaluate constructors on controller and extensions2) If there's a <apex:form> element, create the view state3) Evaluate expressions, <apex:page> attribute actions, and other method calls (getters/setters) on main page4) Evaluate constructors, extensions, and expression on attribute definitions on any custom components present5) Send HTML to Browser
Evaluate constructors, extensions, and expression on attribute definitions on any custom components present2) Evaluate constructors on controller and extensions3) Evaluate expressions, <apex:page> attribute actions, and other method calls (getters/setters) on main page4) If there's a <apex:form> element, create the view state5) Send HTML to Browser
Evaluate constructors, extensions, and expression on attribute definitions on any custom components present2) Evaluate constructors on controller and extensions3) Evaluate expressions, <apex:page> attribute actions, and other method calls (getters/setters) on main page4) If there's a <apex:form> element, create the view state5) Send HTML to Browser
Evaluate constructors on controller and extensions2) Evaluate constructors, extensions, and expression on attribute definitions on any custom components present3) Evaluate expressions, <apex:page> attribute actions, and other method calls (getters/setters) on main page4) If there's a <apex:form> element, create the view state5) Send HTML to Browser
Evaluate constructors on controller and extensions2) Evaluate constructors, extensions, and expression on attribute definitions on any custom components present3) Evaluate expressions, <apex:page> attribute actions, and other method calls (getters/setters) on main page4) If there's a <apex:form> element, create the view state5) Send HTML to Browser
Suggested answer: C
asked 23/09/2024
Dominique Reemer
36 questions

Question 146

Report
Export
Collapse

What is the transaction limit for the number of records for SOQL queries?

5,000
5,000
20,000
20,000
50,000
50,000
10,000
10,000
There is no limit
There is no limit
Suggested answer: C
asked 23/09/2024
Hector Quintero
47 questions

Question 147

Report
Export
Collapse

What is the transaction limit for the number of records using QueryLocator?

50,000
50,000
50,000,000
50,000,000
100,000
100,000
5,000,000
5,000,000
There is no limit
There is no limit
Suggested answer: B

Explanation:

"Scope" parameter in "executeBatch" can be set up to 2,000 records

asked 23/09/2024
Juan Yontz
46 questions

Question 148

Report
Export
Collapse

What is the transaction limit for the number of SOSL queries?

20
20
2,000
2,000
100 (synchronous), 200 (async)
100 (synchronous), 200 (async)
200 (synchronous), 100 (async)
200 (synchronous), 100 (async)
There is no limit
There is no limit
Suggested answer: A
asked 23/09/2024
Luis Hernaiz
40 questions

Question 149

Report
Export
Collapse

What is the transaction limit for the number of records for SOSL?

20
20
2,000
2,000
100 (synchronous), 200 (async)
100 (synchronous), 200 (async)
200 (synchronous), 100 (async)
200 (synchronous), 100 (async)
There is no limit
There is no limit
Suggested answer: B
asked 23/09/2024
Tomislav Bodrozic
37 questions

Question 150

Report
Export
Collapse

What is the transaction limit for the number of DML statements allowed?

20
20
2,000
2,000
100 (synchronous), 200 (async)
100 (synchronous), 200 (async)
200 (synchronous), 100 (async)
200 (synchronous), 100 (async)
150
150
Suggested answer: E

Explanation:

Includes Approval functions, rollbacks/savepoints, and System.runAs

asked 23/09/2024
mostafa khalaf
53 questions
Total 438 questions
Go to page: of 44

Related questions