Question 1
Identify three options that describe functionality that is available in the deployment process for Customer Portal.
Question 2
You are creating the authentication portion of an add-in and have several options.
The agents will have access to use the Connect Web Services (CWS) API and session authentication. Each agent will require a unique login to the system, and audit history should be aggregated by a unique agent.
Identify the correct way to handle authentication in an add-in.
Question 3
Which two methods can be used in the Connect for PHP API to obtain the error code and error text when the connectAPiError exception is thrown?
Question 4
Your customer has a requirement to store the total value of sales for each Contact and to produce reports that total sales for Contacts with specific characteristics. It is important to be able to record data to 2 decimal places. The maximum total will not exceed one million dollars. Select three options which will help you achieve this?
Question 5
Your Customer wants to fetch specific contact details using an ROQL query. Their requirements are:
1. Fetch Contact ID, Contact First name, and Contact Last name details.
2. Contact first name should start with "A."
3. Query should run against the report database.
4. All contacts must be sorted in ascending order by Contact first name.
Which query will meet all the requirements?
