Coding interview preparation
5.8K subscribers
370 photos
53 files
163 links
Download Telegram
Database sharing explained
BigDecimal is a part of which package?
Anonymous Quiz
16%
java.lang
58%
java.math
18%
java.util
Devops and cloud certifications role based combos
πŸ‘2
Transfer learning vs Fine tuning vs Multitask learning vs Federated learning
πŸ‘1
What will be the output of the following C++ program?
Anonymous Quiz
55%
runtime error
10%
Sanfo
15%
S
20%
Sanfoundry
πŸ‘2
Cross Validation and Resampling
πŸ‘2
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
21%
log 2 n
14%
n⁄2
24%
log 2 n – 1
41%
n
πŸ‘1
IP Address
πŸ‘2
πŸ‘1
URL vs URI vs URN
πŸ‘2
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
πŸ‘2
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]