ExamGecko
Ask Question

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

List of questions

Question 131

Report
Export
Collapse

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?

Use the rendered condition in Visualforce to limit data based on data filters
Use the rendered condition in Visualforce to limit data based on data filters
Use filter conditions in a SOQL query to limit data based on data filters
Use filter conditions in a SOQL query to limit data based on data filters
Use an Apex controller to refine raw data based on data filters and store the result in a transient variable
Use an Apex controller to refine raw data based on data filters and store the result in a transient variable
Use an Apex controller to refine raw data based on data filters and store the result in a static variable
Use an Apex controller to refine raw data based on data filters and store the result in a static variable
Suggested answer: B
asked 23/09/2024
Frantisek Kohanyi Kohanyi
37 questions

Question 132

Report
Export
Collapse

What is the optimal syntax for adding a link to a case in a Visualforce page? (Choose two.)

<apex:outputLink value="{$ URLFOR($Action.Case.Open, case)}" target="blank"> {lease.Name}</apex:outputLink>
<apex:outputLink value="{$ URLFOR($Action.Case.Open, case)}" target="blank"> {lease.Name}</apex:outputLink>
<apex:outputLink value="/{!case.Id}" target="blank"> {lease.Name}</ apex:outputLink>
<apex:outputLink value="/{!case.Id}" target="blank"> {lease.Name}</ apex:outputLink>
<apex:outputLink value="{!URLFOR($Action.Case.View,case.Id)}" target="blank">(LIE{!case.Name}</apex:outputLink>
<apex:outputLink value="{!URLFOR($Action.Case.View,case.Id)}" target="blank">(LIE{!case.Name}</apex:outputLink>
<apex:outputLink value="!viewCase(case.Id)}" target="_blank">{lease.Name} </apex:outputLink>
<apex:outputLink value="!viewCase(case.Id)}" target="_blank">{lease.Name} </apex:outputLink>
Suggested answer: B, C
asked 23/09/2024
Alajauan Adams
35 questions

Question 133

Report
Export
Collapse

Which of the following standard fields are indexed? (Choose three.)

Name
Name
CreatedBy
CreatedBy
SystemModStamp
SystemModStamp
LastModifedDdate
LastModifedDdate
RecordType
RecordType
Suggested answer: A, B, C
asked 23/09/2024
Venkataramanan R
32 questions

Question 134

Report
Export
Collapse

Which of the following variables are not transmitted in the view state? (Choose two.)

Private
Private
Transient
Transient
Public
Public
Static
Static
Suggested answer: B, D
asked 23/09/2024
Amil Akhundzada
43 questions

Question 135

Report
Export
Collapse

What tool in the Developer Console contains information on SOQL query Cardinality?

Checkpoints tab
Checkpoints tab
Query Editor
Query Editor
Query Plan Tool
Query Plan Tool
Log Inspector
Log Inspector
View State Tab
View State Tab
Suggested answer: D
asked 23/09/2024
harinder giri
33 questions

Question 136

Report
Export
Collapse

Which of the following elements can be members of a public group? (Choose three.)

Territories
Territories
Case Teams
Case Teams
Users
Users
Roles
Roles
Profiles
Profiles
Suggested answer: A, C, D
asked 23/09/2024
Albert Tedjadiputra
35 questions

Question 137

Report
Export
Collapse

How many Territories can an instance of salesforce have?

400
400
200
200
1000
1000
100
100
500
500
Suggested answer: E
asked 23/09/2024
Vojtech Danek
38 questions

Question 138

Report
Export
Collapse

In which of the following scenarios would it be acceptable to use programmatic sharing instead of declarative sharing? (Choose three.)

Every record created by sales users needs to be visible to their respective manager
Every record created by sales users needs to be visible to their respective manager
Poor performance when using native sharing components
Poor performance when using native sharing components
Team functionality is required on custom objects
Team functionality is required on custom objects
There is an existing, external system of truth for user access assignments which will continue to drive access and be integrated with salesforce
There is an existing, external system of truth for user access assignments which will continue to drive access and be integrated with salesforce
You need to change record access to read/write for all users utilising a lightning component
You need to change record access to read/write for all users utilising a lightning component
Suggested answer: B, C, D
asked 23/09/2024
Welton Harris
38 questions

Question 139

Report
Export
Collapse

Which of the following annotations is the right way jto invoke a single apex method?

@lnvokableMethod()
@lnvokableMethod()
@lnvokableAction()
@lnvokableAction()
@lnvokableApex()
@lnvokableApex()
Suggested answer: A
asked 23/09/2024
Marcos Losa Torviso
53 questions

Question 140

Report
Export
Collapse

Invokable methods accept sObjects as parameters.

True
True
False
False
Suggested answer: B
asked 23/09/2024
Elizabeth Holland
41 questions
Total 438 questions
Go to page: of 44

Related questions