Platform-Developer-I Dumps

Platform-Developer-I Free Practice Test

Salesforce Platform-Developer-I: Platform Developer I

QUESTION 31

Which three Salesforce resources can be accessed from a Lightning web component? Choose 3 answers

Correct Answer: ADE

QUESTION 32

If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answers

Correct Answer: AB

QUESTION 33

Which aspect of Apex programming is limited due to multitenancy?

Correct Answer: D

QUESTION 34

Cloud kicks has a muli-screen flow its call center agents use when handling inbound service desk calls.
At one of the steps in the flow, the agents should be presented with a list of order number and dates that are retrieved from an external odrer management system in real time and displayed on the screen.
What shuold a developer use to satisfy this requirement?

Correct Answer: B

QUESTION 35

A developer is tasked to perform a security review of the ContactSearch Apex class that exists in the system. Whithin the class, the developer identifies the following method as a security threat: List performSearch(String lastName){ return Database.query('Select Id, FirstName, LastName FROM Contact WHERE LastName Like %'+lastName+'%); } What are two ways the developer can update the method to prevent a SOQL injection attack? Choose 2 answers

Correct Answer: AB