Coding interview preparation
5.82K subscribers
398 photos
70 files
164 links
Download Telegram
Which one of the following options is the correct output for the given code of JavaScript?
Anonymous Quiz
3%
7
80%
11
11%
3
7%
9
Python Libraries for Data Science
πŸ‘2
Which of the following is the advantage of BigDecimal over double?
Anonymous Quiz
11%
Syntax
44%
Memory usage
21%
Garbage creation
24%
Precision
VS Code Cheatsheet.pdf
11.8 MB
Vs Code Cheat Sheet
πŸ”₯2πŸ‘1πŸ™1
In C, if we pass an array as an argument to a function, what actually get passed?
Anonymous Quiz
19%
Address of the last element of array
52%
Base address of the array
21%
Value of elements in array
8%
First element of the array
DSA Roadmap
πŸ‘1
What will be the output of the following C++ code snippet?
Anonymous Quiz
9%
10.0 5
57%
10 2.5
25%
10.0 5.0
8%
5.0 2.5
Roadmap to Devops
πŸ‘1
Linked list is considered as an example of ___________ type of memory allocation.
Anonymous Quiz
69%
Dynamic
16%
Static
10%
Compile time
6%
Heap
❀2
Which one of the following options is the correct output for the given code of JavaScript?
Anonymous Quiz
24%
James
41%
compilation error
20%
runtime error
15%
undefined
πŸ‘1
The Ultimate SQL Project Handbook version 2.pdf
4.2 MB
The Ultimate SQL project handbook version 2
πŸ‘3
Which of the below data type doesn’t support overloaded methods for +,-,* and /?
Anonymous Quiz
17%
int
14%
float
12%
double
58%
BigDecimal
Language Difficulty Guide
πŸ‘1
πŸ‘1
What will be the output of the below program?
Anonymous Quiz
57%
Strings are Equal
19%
No output
14%
Runtime error
10%
Compilation error