Salesforce Dev 401 Dumps 16
1. In the statement below, controller refers to what type of controller? Select the one correct answer. < apex:page controller="AccountController">
a Standard Controller
b Custom Controller
c Controller Extension
d Specific Controller
Ans. b
2. Which of the following represent correct syntax to display first name from global variable user? Select the one correct answer.
a. {User.FirstName}
b. {!User.FirstName}
c. $User.FirstName
d. {!$User.FirstName}
Ans. d
3. Which of these is not a standard profile? Select the one correct answer.
a. Developer
b. Contract Manager
c. Read only
d. Solution Manager
Ans. a
4. Name the language Force.com uses to support full-text search in objects. Select the one correct answer.
a. SQL
b. VisualForce
c. SOQL
d. SOSL
Ans. d
5. Before a code can be deployed on production what percentage of test coverage must be achieved. Select the one correct answer.
a. 25%
b. 50%
c. 75%
d. 100%
Ans. c
No comments:
Post a Comment