Coder's Challenge Group B (Round 1) assesses programming skills through various questions covering database connections, C++ and Java programming, and logical reasoning. It tests understanding of syntax, threading, and output prediction, essential for competitive programming.
10
20
Compile Time Error
None
Rate this question:
123
213
132
321
Rate this question:
1
2
0
3
Rate this question:
21
1353
It will give a run-time error
138
Rate this question:
I-false, ii-false
I-false, ii-true
I-true, ii-false
I-true, ii-true
Rate this question:
Inter-thread communication
Initial-thread communication
Mutual Exclusive
None of the above
Rate this question:
444.324
444
Compile time error
Run time error
Rate this question:
Creates an hidden Intent
Creates an implicit Intent
Create an explicit Intent
Starts an activity.
Rate this question:
20
0
Compile time error
Garbage Value
Rate this question:
Any Number
89
0​ to RAND_MAX
None
Rate this question:
P is pointer to function
P is array of pointer to function
P is pointer to such function which return type is the array
P is pointer to array of function
Rate this question:
0.009999999999999998 0.01
0.01 0.009999999999999998
0.01 0.01
0.009999999999999998 0.009999999999999998
Rate this question:
Long
Digits
Float
Number
Rate this question:
7 2
7 7
7 5
5 2
Rate this question:
B cannot contain value 100, limited by its range
* operator has converted b * 50 into int, which can not be converted to byte without casting
B cannot contain value 50
No error in this code
Rate this question:
0
1
Compile time error
Run Time Error
Rate this question:
1
30
120
720
Rate this question:
I,ii,iii are correct
I,ii are correct
I,iii are correct
I,ii,iii,iv are correct
Rate this question:
DataInputStream data = new InputStream()
DataInputStream data = response.getInputStream()
DataInputStream data = request.getInputStream()
DataInputStream data = request.fetchInputStream()
Rate this question:
LogMessage
LogResponse
Httpdserver
HttpdResponse
Rate this question:
12345
123450
1234500
Compilation Error
Rate this question:
{1=null, 2=null, 3=null, 4=null, 5=null}
{5=null}
Exception is thrown
{1=null, 5=null, 3=null, 2=null, 4=null}
Rate this question:
4 64
5 64
5 128
4 128
Rate this question:
Compiler Error
Runtime Error
Constructor called
None
Rate this question:
Main Started
Main Started Hello from Test()
Hello from Test() Main Started
Compiler Error: Global objects are not allowed
Rate this question:
0
Garbage Value
Compiler Error
None
Rate this question:
Compilation error
Runtime error
5
Linker error
Rate this question:
Address address value
Address value value
Address address address
Compilation error
Rate this question:
5
Address of 5
Nothing
Compile time error
Rate this question:
<<
>>
<<=
>>=
Rate this question:
3 1 6
2 2 3
2 3 4
3 3 6
Rate this question:
Floating-point value assigned to an integer type
Integer value assigned to floating type
Floating-point value assigned to an Floating type
Integer value assigned to floating type
Rate this question:
Integer
Boolean
Character
Integer or Boolean
Rate this question:
Int
Long
Byte
Float
Rate this question:
Methods
Constructors
All of the mentioned
None of the mentioned
Rate this question:
0
2
Runtime error
Compile time error
Rate this question:
Class
Object
Variable
None
Rate this question:
False
True
1
Compilation Error
Rate this question:
Super
Constant
Class
Final
Rate this question:
Use smart pointers
Use raw pointers
Use virtual destructor
Use smart pointers & virtual destructor
Rate this question:
Yes
No
Can't say
None
Rate this question:
Compiler will look for outer try handler
Program terminates abnormally
Compiler will check for appropriate catch handler of outer try block
None of these
Rate this question:
Heap space
Stack space
Heap space and stack space
First generation memory
Rate this question:
‘b’ and ‘d’ are int
‘b’ and ‘d’ are arrays of type int
‘b’ is int variable; ‘d’ is int array
‘d’ is int variable; ‘b’ is int array
For positive numbers, result of operators >> and >>> are same
Java provides two operators to do left shift <<< and <<
>> is the zero fill right shift operator
>>> is the signed right shift operator
Rate this question:
Import, Package, Class
Class, Import, Package
Package, Import, Class
Random order
Rate this question:
ASCII code
Unicode
Byte code
None
Rate this question:
ABCDEF ABCDEF
ABCDEF GHIJKL
GHIJKL ABCDEF
GHIJKL GHIJKL
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.