What interface does the Apex email handler implement to setup and inbound email service?
A.
Messaging.sendEmail
B.
Messaging.InboundEmailHandler
C.
Encapsulation principles
D.
isSuccess, sendEmailError
Messaging.InboundEmailHandler
Can apex code be created directly in the production environment?
A.
Ids
B.
1
C.
10
D.
No
No
What are two ways to invoke a custom web service?
A.
Apex process classes
B.
A governor limit
C.
List of List Objects
D.
Ajax toolkit, client program
Ajax toolkit, client program
What components must be deployed manually to the production environment?
A.
Queues, time triggers
B.
Multi-tenant
C.
Constructor
D.
Dates, Ids, Numbers
Queues, time triggers
In what code is the webservice keyword not allowed to be used?
A.
Class, trigger
B.
Implicit invocation
C.
Code contained in a trigger
D.
Queues, time triggers
Code contained in a trigger
What types of sharing are available to developers to share records?
A.
Failure response settings
B.
Manual sharing, apex sharing
C.
Dates, Ids, Numbers
D.
Apex, Visualforce, and APIs
Manual sharing, apex sharing
List the HTTP classes available in Salesforce?
A.
GET, POST, PUT, DELETE
B.
Failure response settings
C.
Queues, time triggers
D.
HTTPRequest, HTTPResponse, HTTP
HTTPRequest, HTTPResponse, HTTP
Which environments can developers write code? (Select all that apply.)
Developer edition production org
Enterprise edition production org
Enterprise edition sandbox org
Professional edition sandbox org
A.
Salesforce-generated email address
B.
Apex code, Visualforce pages, and controllers
C.
Developer edition production org, Enterprise edition sandbox org
D.
Encapsulation principles
Developer edition production org, Enterprise edition sandbox org
What is the list of steps to match regular expressions using the Pattern and Matcher classes?
A.
A template from which objects are created
B.
1.Instantiate a pattern object from the expression you wish to match.
C.
Instantiate a matcher object from the pattern that contains the string you want to check.
D.
Use the matcher object to detect if the matcher matches the pattern.
E.
HTTPRequest, HTTPResponse, HTTP
1.Instantiate a pattern object from the expression you wish to match.
What is the this keyword used to represent?
A.
Salesforce ui, force.com ide, runTests web service
B.
Methods and attributes of the current instance of a class
C.
A template from which objects are created
D.
HTTPRequest, HTTPResponse, HTTP
Methods and attributes of the current instance of a class
Page 13 out of 24 Pages |
Previous |