Apex Basics

Apex Basics

1st Grade

15 Qs

quiz-placeholder

Similar activities

QUIZ PBO

QUIZ PBO

1st - 3rd Grade

20 Qs

Лекция №1. Основы Java.

Лекция №1. Основы Java.

1st Grade

10 Qs

visual studio 2017

visual studio 2017

1st Grade

17 Qs

JS-5

JS-5

KG - 3rd Grade

10 Qs

Community Helpers

Community Helpers

KG - 2nd Grade

10 Qs

Cover Letters

Cover Letters

KG - University

10 Qs

Developer Experiences

Developer Experiences

1st - 3rd Grade

20 Qs

Programming Boot Camp I-I

Programming Boot Camp I-I

1st Grade

20 Qs

Apex Basics

Apex Basics

Assessment

Quiz

Professional Development

1st Grade

Medium

Created by

M Salman

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is APEX ?

Apex is a strongly typed, object-oriented programming language

Apex is a object-oriented programming language but not strongly typed language

Apex is a Hyper Text Markup Language.

Apex is a strongly typed, case insensitive and object-oriented programming language.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Variable?

A variable is a named value holder in memory

It is a datatype.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The name we choose for the variable is called ?

Datatype

Statement

Instruction

Identifier

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A single variable can store how many values at the same time ?

One

Multiple

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code.

boolean flag;

system.debug(flag);

false

true

null

error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the correct initialization of the variable below?

String name = 'John ' , 'Wick ';

Yes

No

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen If you run the following code ?

Integer age = 15;

INTEGER AGE = 20;

system.debug(Age);

20 will be print

15 will be print

error

nothing

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?