Coding interview preparation
5.82K subscribers
399 photos
70 files
164 links
Download Telegram
7 Benefits of change
👍2
Which of the following is a superclass of every class in Java?
Anonymous Quiz
10%
ArrayList
37%
Abstract class
48%
Object class
5%
String
1
Online or telephone interviews, The winning formula
Who is known as the founder of C language?
Anonymous Quiz
12%
James Gosling
9%
Martin Richard
8%
Brian Kernighan
71%
Dennis Ritchie
👍1
Common non verbal mistakes made at a job interview
🔥4👏1👌1
Which of the C++ code will give error on compilation?
Anonymous Quiz
16%
Code 1 only
34%
Neither code 1 nor code 2
27%
Both code 1 and code 2
23%
Code 2 only
😁5
5 Cybersecurity Tips
Which one of the following is used for the calling a function or a method in the JavaScript:
Anonymous Quiz
16%
Property Access Expression
55%
Functional expression
24%
Invocation expression
5%
Primary expression
😁1
Here is something pretty interesting.
Hello world 👋 in 30 different programming languages!

Note: There is an error for JavaScript and TypeScript because of missing parentheses. It should be console.log("Hello world!")
Which of the following is not a Java profiler?
Anonymous Quiz
22%
JProfiler
31%
Eclipse Profiler
18%
JVM
28%
JCONSOLE
👍1👏1😁1
The C variables are case insensitive.
Anonymous Quiz
68%
True
32%
False
👏2
Which of the following type is provided by C++ but not C?
Anonymous Quiz
34%
Double
9%
Float
5%
Int
52%
Bool
👍3
The result of evaluating the postfix expression 5, 4, 6, +, *, 4, 9, 3, /, +, * is?
Anonymous Quiz
19%
600
36%
350
29%
650
15%
588
👍2
Which of these packages contains the exception Stack Overflow in Java?
Anonymous Quiz
25%
java.system
19%
java.lang
28%
java.util
🔥1
A character variable can store ___ character(s) at a time.
Anonymous Quiz
72%
1
8%
2
6%
0
14%
Null
👍3
By default, all the files in C++ are opened in _________ mode.
Anonymous Quiz
47%
Binary
8%
VTC
29%
Text
17%
ISCII
Convert the following infix expressions into its equivalent postfix expressions.
(A + B ⋀D)/(E – F)+G
Anonymous Quiz
34%
(A B D ⋀ + E F – / G +)
35%
(A B D +⋀ E F – / G +)
23%
(A B D ⋀ + E F/- G +)
8%
(A B D E F + ⋀ / – G +)
1😁1