1. Which Action are related to standard controllers ? (Select all that apply.)
A Cancel
B Delete
C List
D Edit
E Clone
2. Identify the Visualforce tags that will iterate over a set of data. (Select all that apply.)
A <apex:detail>
B <apex:pageBlockTable>
C <apex:dataTable>
D <apex:pageSection>
E <apex:dataList>
3. What type of methods can a Visualforce controller contain? (Select all that apply.)
A Action
B Getter
C Setter
D Lookup
E Regex
4. What should be used to reference general information about the current user and your organization on a Visualforce page?
A Global Variables
B Standard Controller
C Force.com Expressions
D S-Controls
5. Where do Visualforce pages compiles?
A Within the View logic of the MVC architecture.
B In the client's browsers
C On the Salesforce servers
6. What is the limit of debug logs retained in an organization?
A 100mb
B 20 logs
C 50mb
D 75 logs
7. What types of code can be included in Visualforce pages? (Select all that apply.)
A Visualforce tags
B HTML and CSS
C JavaScript
D Force.com expressions
E PHP
8. What are the tags that allow a page to preform AJAX actions? (Select all that apply.)
A <apex:actionRerender>
B <apex:actionPoller>
C <apex:actionRedirect>
D <apex:actionSupport>
E <apex:actionFunction>
9. What tag will display both the label and default widget for a single field?
A <apex:pageBlock>
B <apex:form>
C <apex:actionRegion>
D <apex:detail>
E <apex:inputField>
10. In an model-view-controller paradigm, which objects are part of the View? (Select all that apply.)
A Custom Objects
B Apex Classes
C Components
D Standard Controllers
E Pages
11. Deleting an object that has a Lookup-up relationship to a different object will remove the link found in the other object.
A False
B True
12. What is the result of doing an upsert with an external ID? (Select all that apply.)
A If no match, an error is reported
B If multiple matches, each object is updated
C If matched, the object is updated
D If multiple matches, an error is reported
E If no match, a new object is created
13. Select the statements that are true about record IDs. (Select all that apply.)
A The first three characters represent an object type
B Record IDs uniquely identify a record
C Record IDs are randomly generated
D Record IDs can be set by the user when creating records with the API.
E Record ID is a alpha-numeric field
14. What are ways to make a field required? (Select all that apply.)
A Record Type Rule
B Checkbox on Field
C Page Layout
D Validation Rule
E Workflow Rule
15. What are the actions of a workflow rule? (Select all that apply.)
A Field Update
B Inbound Message
C Email Alert
D Record Lock
E Task
16. What are required pieces of a validation rule? (Select all that apply.)
A Rule Name
B Error Message
C Return Value
D Condition Formula
E Description
17. What function only works in validation rules?
A IMAGE
B ISPICKVAL
C VLOOKUP
D HTMLENCODE
E REGEX
18. When are validation rules applied? (Select all that apply.)
A Read
B Update
C Creation
D Delete
Answers
1. A,B,C,D
2. B, C, E
3. A,B,C
4. A
5. C
6. C
7. A, B, C, D
8. B, D, E
9. E
10. C, E
11. B
12. C,D,E
13. A,B,E
14. B,C,D
15. A,C,E
16. A,B,D
17. C
18. B,C
A Cancel
B Delete
C List
D Edit
E Clone
2. Identify the Visualforce tags that will iterate over a set of data. (Select all that apply.)
A <apex:detail>
B <apex:pageBlockTable>
C <apex:dataTable>
D <apex:pageSection>
E <apex:dataList>
3. What type of methods can a Visualforce controller contain? (Select all that apply.)
A Action
B Getter
C Setter
D Lookup
E Regex
4. What should be used to reference general information about the current user and your organization on a Visualforce page?
A Global Variables
B Standard Controller
C Force.com Expressions
D S-Controls
5. Where do Visualforce pages compiles?
A Within the View logic of the MVC architecture.
B In the client's browsers
C On the Salesforce servers
6. What is the limit of debug logs retained in an organization?
A 100mb
B 20 logs
C 50mb
D 75 logs
7. What types of code can be included in Visualforce pages? (Select all that apply.)
A Visualforce tags
B HTML and CSS
C JavaScript
D Force.com expressions
E PHP
8. What are the tags that allow a page to preform AJAX actions? (Select all that apply.)
A <apex:actionRerender>
B <apex:actionPoller>
C <apex:actionRedirect>
D <apex:actionSupport>
E <apex:actionFunction>
9. What tag will display both the label and default widget for a single field?
A <apex:pageBlock>
B <apex:form>
C <apex:actionRegion>
D <apex:detail>
E <apex:inputField>
10. In an model-view-controller paradigm, which objects are part of the View? (Select all that apply.)
A Custom Objects
B Apex Classes
C Components
D Standard Controllers
E Pages
11. Deleting an object that has a Lookup-up relationship to a different object will remove the link found in the other object.
A False
B True
12. What is the result of doing an upsert with an external ID? (Select all that apply.)
A If no match, an error is reported
B If multiple matches, each object is updated
C If matched, the object is updated
D If multiple matches, an error is reported
E If no match, a new object is created
13. Select the statements that are true about record IDs. (Select all that apply.)
A The first three characters represent an object type
B Record IDs uniquely identify a record
C Record IDs are randomly generated
D Record IDs can be set by the user when creating records with the API.
E Record ID is a alpha-numeric field
14. What are ways to make a field required? (Select all that apply.)
A Record Type Rule
B Checkbox on Field
C Page Layout
D Validation Rule
E Workflow Rule
15. What are the actions of a workflow rule? (Select all that apply.)
A Field Update
B Inbound Message
C Email Alert
D Record Lock
E Task
16. What are required pieces of a validation rule? (Select all that apply.)
A Rule Name
B Error Message
C Return Value
D Condition Formula
E Description
17. What function only works in validation rules?
A IMAGE
B ISPICKVAL
C VLOOKUP
D HTMLENCODE
E REGEX
18. When are validation rules applied? (Select all that apply.)
A Read
B Update
C Creation
D Delete
Answers
1. A,B,C,D
2. B, C, E
3. A,B,C
4. A
5. C
6. C
7. A, B, C, D
8. B, D, E
9. E
10. C, E
11. B
12. C,D,E
13. A,B,E
14. B,C,D
15. A,C,E
16. A,B,D
17. C
18. B,C
Avanish Kuch logical bhi pucho : Subhash Garhwal |
Yeeee Ye question logical h, ye to easy se ho gya : Subhash Garhwal |
Congratulations to Mahendra Swarnkar, Yogesh Gupta, Deepak Kumawat and Saurabh Kumar for winning |
Comments
Post a Comment