Upwork Salesforce Test
1. Which of the following are true? Answers: • Force.com is a Platform as a service (PaaS) application. • Salesforce is a Software as a Service (SaaS) application. • Salesforce is a Platform as a service (PaaS) application. • Force.com is a Software as a Service (SaaS) application. 2. Which of the following are the Application Development Components of Salesforce? Answers: • Apex Code • AppExchange • ERP Connectors • VisualForce 3. What is the syntax for the logout() API call? Answers: • LogoutResult = binding.logout(); • LogoutResult = binding.logout (string username, string password); • LogoutResult = binding.logout (string username); • LogoutResult = binding.logout (string password); 4. You have a static resource archive named Testpack in your VisualForce organization which contains an image file named hills.jpg. You want to reference this image file in your VisualForce page. Which of the following Code Snippets can be used to achieve t...