

MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
Long is a 64-bit number without a decimal point. |
A. | TRUE |
B. | FALSE |
C. | Can be true or false |
D. | Can not say |
E. | |
Answer» B. FALSE | |
2. |
Apex should be used when we are not able to implement the complex business functionality using the pre-built and existing out of the box functionalities. |
A. | Yes |
B. | No |
C. | Can be yes or no |
D. | Can not say |
Answer» B. No | |
3. |
________ are used when we want to define variables which should have constant value throughout the program execution. |
A. | String |
B. | Constants |
C. | Double |
D. | Self |
Answer» C. Double | |
4. |
Which of the following Features of Apex as a Language? |
A. | Apex has built in support for DML operations |
B. | Apex is easy to use |
C. | Apex is data focused and designed to execute multiple queries |
D. | All of the above |
Answer» E. | |
5. |
The __________ function prints the value of variable so that we can use this to debug or to get to know what value the variable holds currently. |
A. | System() |
B. | debug() |
C. | System.debug() |
D. | System.identify() |
Answer» D. System.identify() | |
6. |
Which of the following is a 32-bit number that does not include any decimal point? |
A. | Enums |
B. | Integer |
C. | Classes |
D. | Double |
Answer» C. Classes | |
7. |
sObject is the data type in Apex? |
A. | Yes |
B. | No |
C. | Can be yes or no |
D. | Can not say |
Answer» B. No | |
8. |
We can use Apex when we want to? |
A. | Create Web services with integrating other systems |
B. | Create email services for email blast or email setup |
C. | Create complex business processes that are not supported by existing workflow functionality or flows |
D. | All of the above |
Answer» E. | |
9. |
Apex is a? |
A. | strongly typed |
B. | object-oriented programming language |
C. | Both A and B |
D. | None of the above |
Answer» D. None of the above | |
10. |
Apex is a proprietary language developed by the? |
A. | IBM |
B. | Microsoft |
C. | Salesforce |
D. | Meta |
Answer» D. Meta | |