Coding interview preparation
5.8K subscribers
370 photos
53 files
163 links
Download Telegram
Top 10 Skills of 2025
šŸ‘4
In the worst case, the number of comparisons needed to search a singly linked list of length n for a given element is?
Anonymous Quiz
26%
log2 n
12%
n⁄2
23%
log2 n – 1
39%
n
Power BI Cheat Sheet 2.0
Best YouTube Channels to Learn Data Analytics
šŸ”„2
Which class is a library of functions to perform arithmetic operations of BigInteger and BigDecimal in java?
Anonymous Quiz
19%
MathContext
59%
MathLib
16%
BigLib
6%
BigContext
Back-end developer:

āˆŸšŸ“‚ Server-side coding (Python, Java, PHP, NodeJs, Go, .Net)
āˆŸšŸ“‚ Databases (SQL or NoSQL)
āˆŸšŸ“‚ APIs and web services
āˆŸšŸ“‚ Security and authentication
āˆŸšŸ“‚ Caching and performance tuning
āˆŸšŸ“‚ Scalability and load balancing
āˆŸšŸ“‚ Deployment and DevOps
šŸ‘2
Are the expression &arr and arr different for an array of 15 integers?
Anonymous Quiz
77%
Yes
23%
No
Which of the following is a correct identifier in C++?
Anonymous Quiz
9%
7var_name
8%
7VARNAME
58%
VAR_1234
25%
$var_name
šŸ‘1
What is the time complexity to count the number of elements in the linked list?
Anonymous Quiz
15%
O(1)
64%
O(n)
17%
O(logn)
4%
O(n2)
Tools used by Data Engineers
šŸ‘2
šŸ‘1
Fundamental skills you need to become
ā¤6
Is SimpleDateFormat thread safe?
Anonymous Quiz
69%
True
31%
False
Is there any difference in the below declarations?
Anonymous Quiz
81%
Yes
19%
No
Which of the following is called address operator?
Anonymous Quiz
17%
*
72%
&
6%
_
5%
%
šŸ‘2ā¤1
What is the space complexity for deleting a linked list?
Anonymous Quiz
21%
O(1)
43%
O(n)
26%
Either O(1) or O(n)
11%
O(logn)
šŸ‘2
Which one of the following utilize the CPU cycles in a massive manner?
Anonymous Quiz
50%
GUI (Graphic User Interface)
12%
Statically generated graphics
5%
Generic scoping
33%
Dynamically generated graphics
šŸ‘3
Explanation:
The term "Dynamic generated graphic" refers to simulate movement, motion, or generating a specific environment using the computer. It can also be thought of as multiple plots associated with time. Hence the graphics generated in the dynamic manner from the real time data utilize the huge part of the CPU cycles.
šŸ‘1