1. How many characters are there in the Salesforce case-insensitive id field of an object? Select the one correct answer.
a. id field is not mandatory
b. The field length is customizable
c. This depends on the version of Salesforce
d. 18
2. Name the prefix used by standard VisualForce markup tags. Select the one correct answer.
vf
apex
c
s
3. Which of the following cannot be included in a VisualForce page? Select the one correct answer.
Java
JavaScript
HTML
Flash
4. To create a new VisualForce page HelloWorld in development mode, which URL should be appended to server address? Select the one correct answer.
/HelloWorld
/vf/HelloWorld
/apex/HelloWorld
/home/HelloWorld
5. What is the maximum size of a VisualForce page? Select the one correct answer.
1 MB
5 MB
15 MB
There is no limit on the size of a VisualForce page
6. What is the number of components that can be added to a dashboard? Select the one correct answer.
20
25
50
100
7. Which of these represent the correct syntax for custom controllers? Select the one correct answer.
<apex:page controller="MyController">
<apex:page standardController="MyController">
<apex:page customController="MyController">
<apex:page privateController="MyController">
8. Which is the first step when creating reports? Select the one correct answer.
Select report name
Select object on which report needs to be generated
Select type of report
Select columns to be displayed
9. Which of these is not a valid report type. Select the one correct answer.
Summary
Matrix
Tabular
Detailed
10. Which report type is used to group rows of data and show their subtotals. Select the one correct answer.
Summary
Matrix
Tabular
Detailed
11. Which report type is used to group rows and columns of data and show their subtotals. Select the one correct answer.
Summary
Matrix
Tabular
Detailed
12. Which report type does not allow generation of charts? Select the one correct answer.
Summary
Matrix
Tabular
Detailed
13. In the statement below, controller refers to what type of controller? Select the one correct answer. <apex:page controller="AccountController">
Standard Controller
Custom Controller
Controller Extension
Specific Controller
14. Which of the following represent correct syntax to display first name from global variable user? Select the one correct answer.
{User.FirstName}
{!User.FirstName}
$User.FirstName
{!$User.FirstName}
15. Which of these is not a standard profile? Select the one correct answer.
Developer
Contract Manager
Read only
Solution Manager
16. Name the language Force.com uses to support full-text search in objects. Select the one correct answer.
SQL
VisualForce
SOQL
SOSL
17. Before a code can be deployed on production what percentage of test coverage must be achieved. Select the one correct answer.
25%
50%
75%
100%
18. In Salesforce what is the maximum number of fields that can be added to an object? Select the one correct answer.
There is no such limit on the number of fields
100
200
500
19. Which of these are valid data type in Force.com development platform. Select the two correct answers.
Percent
URL
Choicebox
Long
Decimal
20. When designing an application, a developer needs to make a field editable to all profiles. In field level security what settiings should be used in this situation. Select the one correct answer.
Disable Visible and Read-Only
Disable Visible but Enable Read-Only
Enable Visible but Disable Read-Only
Enable Visible and Read-Only
Answers :
1. d
2. apex
3. java
4. apex/HelloWorld
5. 15Mb
6. 20
7. <apex:page controller="MyController">
8. select object on which reports needs to be generated .
9. Detailed
10. Summary
11. Matrix
12. Tabular
13. custom controller
14. {!$user.FirstName}
15. Developer
16. SOSL
17. 75%
18. 500
19. Percent ,Url
20. Enable visible Disable Readonly
a. id field is not mandatory
b. The field length is customizable
c. This depends on the version of Salesforce
d. 18
2. Name the prefix used by standard VisualForce markup tags. Select the one correct answer.
vf
apex
c
s
3. Which of the following cannot be included in a VisualForce page? Select the one correct answer.
Java
JavaScript
HTML
Flash
4. To create a new VisualForce page HelloWorld in development mode, which URL should be appended to server address? Select the one correct answer.
/HelloWorld
/vf/HelloWorld
/apex/HelloWorld
/home/HelloWorld
5. What is the maximum size of a VisualForce page? Select the one correct answer.
1 MB
5 MB
15 MB
There is no limit on the size of a VisualForce page
6. What is the number of components that can be added to a dashboard? Select the one correct answer.
20
25
50
100
7. Which of these represent the correct syntax for custom controllers? Select the one correct answer.
<apex:page controller="MyController">
<apex:page standardController="MyController">
<apex:page customController="MyController">
<apex:page privateController="MyController">
8. Which is the first step when creating reports? Select the one correct answer.
Select report name
Select object on which report needs to be generated
Select type of report
Select columns to be displayed
9. Which of these is not a valid report type. Select the one correct answer.
Summary
Matrix
Tabular
Detailed
10. Which report type is used to group rows of data and show their subtotals. Select the one correct answer.
Summary
Matrix
Tabular
Detailed
11. Which report type is used to group rows and columns of data and show their subtotals. Select the one correct answer.
Summary
Matrix
Tabular
Detailed
12. Which report type does not allow generation of charts? Select the one correct answer.
Summary
Matrix
Tabular
Detailed
13. In the statement below, controller refers to what type of controller? Select the one correct answer. <apex:page controller="AccountController">
Standard Controller
Custom Controller
Controller Extension
Specific Controller
14. Which of the following represent correct syntax to display first name from global variable user? Select the one correct answer.
{User.FirstName}
{!User.FirstName}
$User.FirstName
{!$User.FirstName}
15. Which of these is not a standard profile? Select the one correct answer.
Developer
Contract Manager
Read only
Solution Manager
16. Name the language Force.com uses to support full-text search in objects. Select the one correct answer.
SQL
VisualForce
SOQL
SOSL
17. Before a code can be deployed on production what percentage of test coverage must be achieved. Select the one correct answer.
25%
50%
75%
100%
18. In Salesforce what is the maximum number of fields that can be added to an object? Select the one correct answer.
There is no such limit on the number of fields
100
200
500
19. Which of these are valid data type in Force.com development platform. Select the two correct answers.
Percent
URL
Choicebox
Long
Decimal
20. When designing an application, a developer needs to make a field editable to all profiles. In field level security what settiings should be used in this situation. Select the one correct answer.
Disable Visible and Read-Only
Disable Visible but Enable Read-Only
Enable Visible but Disable Read-Only
Enable Visible and Read-Only
Answers :
1. d
2. apex
3. java
4. apex/HelloWorld
5. 15Mb
6. 20
7. <apex:page controller="MyController">
8. select object on which reports needs to be generated .
9. Detailed
10. Summary
11. Matrix
12. Tabular
13. custom controller
14. {!$user.FirstName}
15. Developer
16. SOSL
17. 75%
18. 500
19. Percent ,Url
20. Enable visible Disable Readonly
No comments:
Post a Comment
Thank you.