Question 37

Which access modifier should u specify for a class containing the webService keword?
✑ Public
✑ Private
✑ Protected
✑ Global

Correct Answer:C

Question 38

What are the five types of Apex procedural loops? (No Answer)

Correct Answer:A

Question 39

A custom Visualforce component. All custom component definitions must be wrapped inside a single tag.

Correct Answer:D

Question 40

A component that provides support for invoking controller action methods directly from JavaScript code using an AJAX request. An component must be a child of an component.

Correct Answer:B

Question 41

Which type of for loops are defined with the following syntax? FOR(initstmt; exit_condition; increment stmt){
codeblock
}
✑ Traditional for loops
✑ List iteration for loops
✑ Set iteration for loops
✑ SOQLforloops(No Answer)

Correct Answer:C

Question 42

Which invocation method occurs when triggers are called by the Force.com platform during the save process?
✑ Explicit invocation
✑ Implicit invocation
✑ Explicit invocation using anonymous blocks
✑ External API invocation

Correct Answer:B

START DEV-501 EXAM