Which access modifier should u specify for a class containing the webService keword?
✑ Public
✑ Private
✑ Protected
✑ Global
Correct Answer:C
What are the five types of Apex procedural loops? (No Answer)
Correct Answer:A
A custom Visualforce component. All custom component definitions must be wrapped inside a single
Correct Answer:D
A component that provides support for invoking controller action methods directly from JavaScript code using an AJAX request. An
Correct Answer:B
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
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