Coding interview preparation
5.8K subscribers
371 photos
53 files
163 links
Download Telegram
The linkage of a set of prototype objects is known as______
Anonymous Quiz
26%
prototype stack
16%
prototype
24%
prototype class
33%
prototype chain
Forwarded from Web development
JavaScript Cheatsheets.pdf
970.1 KB
JavaScript Cheatsheets
👍1
What will be the output of the following Java code?
Anonymous Quiz
28%
0
10%
1
19%
true
43%
false
👍2
Best 3 Youtube channels to learn cybersecurity, website development, AL/ML, DS & ALGO APP-DEV and Blockchain
👍1
Which keyword is used to transfer control from a function back to the calling function in C language?
Anonymous Quiz
53%
return
14%
go back
9%
switch
25%
goto
Linux permissions
👍1
What will be the output of the following C++ code?
Anonymous Quiz
18%
2 5
33%
4 5
39%
4 6
11%
2 6
👍7
How HTTPS works
👍62👎1
Which of the following is not the type of queue?
Anonymous Quiz
48%
Ordinary queue
29%
Single ended queue
10%
Circular queue
14%
Priority queue
👍3
Forwarded from Web development
JavaScript Array Slice ()
👍9
Which one of the following options is the correct output for the given code of JavaScript?

vararr=[4,3,2,1]; var rev=arr.reverse(); document.writeln(rev);
Anonymous Quiz
72%
1, 2, 3, 4
20%
4, 3, 2, 1
4%
3
4%
1
😁5👍1
What will be the output of the following Java code?
Anonymous Quiz
12%
162
71%
65 97
11%
67 95
5%
66 98
🔥5👏1
👍5🔥3
Which library function can change an unsigned long integer to a string in C language?
Anonymous Quiz
16%
system()
13%
ltoa()
13%
ultoa()
57%
unsigned long can't be change into a string
👍1
d.pdf
360.6 KB
Advance SQL Window functions
Which of the following symbol is used to declare the preprocessor directives in C++?
Anonymous Quiz
15%
$
10%
^
66%
#
9%
*
1👍1