Coding interview preparation
5.75K subscribers
332 photos
47 files
163 links
Download Telegram
IP Address
URL vs URI vs URN
Metasploit
What will be the output of the below program?
Anonymous Quiz
20%
C++ ++
3%
++ ++
25%
C++ C++
51%
Compile error
How to Spot a Penetration Tester
Which of the following is the correct syntax of including a user defined header files in C++?
Anonymous Quiz
64%
#include <userdefined.h>
23%
#include <userdefined>
10%
#include “userdefined”
3%
#include [userdefined]
Top 10 Skills of 2025
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
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
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
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