Question 211

Which statement generates a list of Leads and Contacts that have a field with the phrase 'ACME'?
  • Question 212

    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<Contact> 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
  • Question 213

    Which resource can be included in a Lightning Component bundle?Choose 2 answers
  • Question 214

    What is a capability of formula fields? (Choose 3)
  • Question 215

    Cloud kicks has a multi-screen flow that 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 numbers and dates that are retrieved from an external order management system in real time and displayed on the screen.
    What should a developer use to satisfy this requirement?