Salesforce Certified Platform Developer II Practice Test - Questions Answers, Page 18
List of questions
Question 171
What is the best way to display field-level error messages in Lightning?
Question 172
What is the transaction limit for SOQL queries?
Question 173
When testing batch classes, what must a developer do? (Choose two.)
Question 174
If a developer wanted to display error messages with the standard Salesforce Ul styling, what would they use?
Question 175
During the Visualforce Page execution, what step follows immediately after "Evaluate constructors on controller and extensions"?
Question 176
Where in a query can you use Geolocation and Distance? (Choose two.)
Question 177
What Salesforce tool lets you deploy/retrieve metadata, check status of apex jobs, and check responses of REST calls?
Question 178
What are the ways a developer can create test data of Contacts? (Choose two.)
Question 179
If you have a method "doStuff(List<sObject> records)", which is a valid call?
Question 180
If you wanted to create a record following the update of another (with data from the source object), what is the most customizable approach?
Question