ExamGecko
Home Home / Salesforce / Certified Platform Developer II

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

Question list
Search
Search

Related questions











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?

A.
Use the rendered condition in Visualforce to limit data based on data filters
A.
Use the rendered condition in Visualforce to limit data based on data filters
Answers
B.
Use filter conditions in a SOQL query to limit data based on data filters
B.
Use filter conditions in a SOQL query to limit data based on data filters
Answers
C.
Use an Apex controller to refine raw data based on data filters and store the result in a transient variable
C.
Use an Apex controller to refine raw data based on data filters and store the result in a transient variable
Answers
D.
Use an Apex controller to refine raw data based on data filters and store the result in a static variable
D.
Use an Apex controller to refine raw data based on data filters and store the result in a static variable
Answers
Suggested answer: B

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

A.
<apex:outputLink value="{$ URLFOR($Action.Case.Open, case)}" target="blank"> {lease.Name}</apex:outputLink>
A.
<apex:outputLink value="{$ URLFOR($Action.Case.Open, case)}" target="blank"> {lease.Name}</apex:outputLink>
Answers
B.
<apex:outputLink value="/{!case.Id}" target="blank"> {lease.Name}</ apex:outputLink>
B.
<apex:outputLink value="/{!case.Id}" target="blank"> {lease.Name}</ apex:outputLink>
Answers
C.
<apex:outputLink value="{!URLFOR($Action.Case.View,case.Id)}" target="blank">(LIE{!case.Name}</apex:outputLink>
C.
<apex:outputLink value="{!URLFOR($Action.Case.View,case.Id)}" target="blank">(LIE{!case.Name}</apex:outputLink>
Answers
D.
<apex:outputLink value="!viewCase(case.Id)}" target="_blank">{lease.Name} </apex:outputLink>
D.
<apex:outputLink value="!viewCase(case.Id)}" target="_blank">{lease.Name} </apex:outputLink>
Answers
Suggested answer: B, C

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

A.
Name
A.
Name
Answers
B.
CreatedBy
B.
CreatedBy
Answers
C.
SystemModStamp
C.
SystemModStamp
Answers
D.
LastModifedDdate
D.
LastModifedDdate
Answers
E.
RecordType
E.
RecordType
Answers
Suggested answer: A, B, C

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

A.
Private
A.
Private
Answers
B.
Transient
B.
Transient
Answers
C.
Public
C.
Public
Answers
D.
Static
D.
Static
Answers
Suggested answer: B, D

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

A.
Checkpoints tab
A.
Checkpoints tab
Answers
B.
Query Editor
B.
Query Editor
Answers
C.
Query Plan Tool
C.
Query Plan Tool
Answers
D.
Log Inspector
D.
Log Inspector
Answers
E.
View State Tab
E.
View State Tab
Answers
Suggested answer: D

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

A.
Territories
A.
Territories
Answers
B.
Case Teams
B.
Case Teams
Answers
C.
Users
C.
Users
Answers
D.
Roles
D.
Roles
Answers
E.
Profiles
E.
Profiles
Answers
Suggested answer: A, C, D

How many Territories can an instance of salesforce have?

A.
400
A.
400
Answers
B.
200
B.
200
Answers
C.
1000
C.
1000
Answers
D.
100
D.
100
Answers
E.
500
E.
500
Answers
Suggested answer: E

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

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

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

A.
@lnvokableMethod()
A.
@lnvokableMethod()
Answers
B.
@lnvokableAction()
B.
@lnvokableAction()
Answers
C.
@lnvokableApex()
C.
@lnvokableApex()
Answers
Suggested answer: A

Invokable methods accept sObjects as parameters.

A.
True
A.
True
Answers
B.
False
B.
False
Answers
Suggested answer: B
Total 408 questions
Go to page: of 41