Question 206
A developer is building custom search functionality that uses SOSL to search account and contact records that match search terms provided by the end user. The feature is exposed through a Lightning web component, and the end user is able to provide a list of terms to search.
Consider the following code snippet:

What is the maximum number of search terms the end user can provide to successfully execute the search without exceeding a governor limit?
Consider the following code snippet:

What is the maximum number of search terms the end user can provide to successfully execute the search without exceeding a governor limit?
Question 207
Which requirement needs to be implemented by using standard workflow instead of Process Builder?
Choose 2 answers
Choose 2 answers
Question 208
The operation manager at a construction company uses a custom object called Machinery to manage the usage and maintenance of its cranes and other machinery. The manager wants to be able to assign machinery to different constructions jobs, and track the dates and costs associated with each job. More than one piece of machinery can be assigned to one construction job.
What should a developer do to meet these requirements?
What should a developer do to meet these requirements?
Question 209
What are two considerations for custom Apex Exception classes? Choose 2 answers.
Question 210
What is a correct pattern to follow when programming in Apex on a Multi-tenant platform?
