Identify the prototype of the default constructor.
Public class Solution {} in Java
Public class Solution {} in Java
Anonymous Quiz
16%
Solution(void)
30%
Solution()
34%
public Solution(void)
20%
public Solution()
👍4🤗2
By which of the following can the if-else statement be replaced?
Anonymous Quiz
16%
Bitwise Operator
65%
Conditional Operator
15%
Logical Operator
4%
Arithmetic Operator
👍8❤🔥2🔥1
What is the maximum length of a Python identifier?
Anonymous Quiz
33%
32
12%
16
25%
128
30%
No fixed length
❤🔥4🤷♂4👍3🕊2❤1
Identify the correct function from which the execution of C++ program starts?
Anonymous Quiz
12%
new()
17%
start()
6%
pow()
66%
main()
👍3🕊3🤗1
Which of the following is used to increase performance in ReactJs
Anonymous Quiz
12%
Original DOM
43%
Virtual DOM
43%
Both A and B
2%
None of them
👍1
Identify the one which is used to pass data to components from outside in ReactJs.
Anonymous Quiz
33%
Render with Arguments
36%
Props
22%
useState
8%
setState
👍4🔥1
🕊4🤷♂1❤🔥1
What is Babel?
Anonymous Quiz
29%
JS Compiler
31%
JS Interpreter
28%
JS Transpiler
12%
None of the Above
👍9🤷♂4
What will be the output of the following Python code snippet?
a = [1,2] print(a * 3)
a = [1,2] print(a * 3)
Anonymous Quiz
32%
Error
7%
[1,2]
8%
[1,2,1,2]
53%
[1,2,1,2,1,2]
👍7🕊7🥱7🤷♂3🔥1
C++ uses which approach?
Anonymous Quiz
30%
Left to right
14%
Right to left
33%
Top to bottom
23%
Bottom to top
✍7👍6❤4🫡2❤🔥1🔥1
In Python which of the following is the proper syntax to check if a particular element is present in a list?
Anonymous Quiz
46%
if ele in list
12%
if not ele not in list
32%
Both A and B
11%
None of the above
✍9👍6🥴2🔥1
Which of these data types does Python not natively support?
Anonymous Quiz
10%
Lists
16%
Tuples
52%
Arrays
22%
Dictionaries
👍6🕊4🥴2❤1
What will be the value of the following Python expression?
4 + 3 % 5
4 + 3 % 5
Anonymous Quiz
31%
7
35%
2
21%
4
13%
1
🤯13🥱6🕊3🔥1😇1🤗1
Arrays in JavaScript are defined by which of the following statements?
Anonymous Quiz
41%
a) It is an ordered list of values
41%
b) It is an ordered list of objects
12%
c) It is an ordered list of string
7%
d) It is an ordered list of functions
🕊9👍6
What is the maximum possible length of an identifier in Python ?
Anonymous Quiz
14%
16
34%
32
33%
64
19%
None of the above
🤷♂21
JavaScript MCQ
Which of the following variables takes precedence over the others if the names are the same?
Which of the following variables takes precedence over the others if the names are the same?
Anonymous Quiz
47%
Global variable
30%
The local element
17%
The two of the above
6%
None of the above
👍2
JavaScript MCQ
Which of the following type of a variable is volatile?
Which of the following type of a variable is volatile?
Anonymous Quiz
22%
Mutable variable
28%
Dynamic variable
39%
Volatile variable
10%
Immutable variable
❤🔥6🔥1
Which of the following is not a Java features?
Anonymous Quiz
14%
Dynamic Architecture
25%
Neutral
55%
Use of pointers
6%
Object-oriented
👍4
Which of the following extension is used for user-defined header file in c++?
Anonymous Quiz
5%
hg
64%
cpp
23%
h
8%
hf
❤5✍4👍2
Which of the following statements is correct regarding the object-oriented programming concept in Python?
Anonymous Quiz
14%
Classes are real-world entities while objects are not real
25%
Objects are real-world entities while classes are not real
40%
Both objects and classes are real-world entities
21%
All of the above
❤4👍2