Coding interview preparation
5.81K subscribers
377 photos
56 files
163 links
Download Telegram
Which one of the following operator is used to check weather a specific property exists or not:
Anonymous Quiz
24%
Exists
31%
exist
15%
within
30%
in
👏1
Which of these keywords are used for the block to be examined for exceptions?
Anonymous Quiz
17%
Check
22%
Throw
26%
Catch
35%
Try
Hey folks 👋,

Most of you know that we organized our Programming Quiz League where you could compete with other members of our community.
Finding sponsors which would buy valuable prizes for our winners 🏆 is going very slow 😞 so I will probably buy modest prizes by myself.
If you have any suggestions what could i buy to winners please write in comments or send me a DM.

That said, I also decided to give a chance to people who maybe didn't have time or didn't know about our quiz league. Anyone who missed some quiz round can take it now. Both old winners and potential new winner would get prizes 🎁

Here is a list of all 10 quiz rounds:

1st round General Programming Knowledge
2nd round Data Structures (beginner level)
3rd round Java Quiz
4th round Database Management System
5th round Python Quiz
6th round HTML Quiz
7th round Javascript Quiz
8th round Data structures (advanced level)
9th round Data Science
10th round C/C++/OOP

After 10-15 days I will update results in this sheet.

PS. I will send this message to few or our other channels so I make sure everybody see it, I hope you don't mind.
Good luck 😊
How would you round off a value from 1.66 to 2.0?
Anonymous Quiz
22%
floor(1.66)
44%
ceil(1.66)
24%
roundup(1.66)
9%
roundto(1.66)
👍1
What will be the output of the following C++ function?
Anonymous Quiz
19%
Runtime error may be possible
30%
Compiler error may be possible
42%
1
9%
0
🔥5
Which one of the following is an ternary operator:
Anonymous Quiz
55%
?
39%
:
1%
-
5%
+
👏4👍3
Which one of the following is known as the Equality operator, which is used to check whether the two values are equal or not:
Anonymous Quiz
4%
=
83%
==
11%
===
3%
&&
👍4
Which one of the following is not an access modifier?
Anonymous Quiz
14%
Protected
74%
Void
5%
Public
7%
Private
🥰2
Which data type cannot be checked in switch-case statement in C?
Anonymous Quiz
70%
enum
7%
character
4%
integer
18%
float
Which of the following correctly declares an array in C++?
Anonymous Quiz
6%
array{10};
10%
array array[10];
8%
int array;
76%
int array[10];
Top 4 NoSQL Databases
👍2
Consider the following operation performed on a stack of size 5.
After the completion of all operation, the number of elements present in stack is?
Anonymous Quiz
67%
1
12%
2
7%
3
14%
4
SQL Command Types
7
Which one of the following operator returns false if both values are equal?
Anonymous Quiz
10%
!
26%
!==
40%
!=
23%
All of above
👍2👏1😁1
Forwarded from Data science/ML/AI
Data Science Interview Resource

Looking to ace that Data Science Interview?

This resource got you covered 👌

It covers a wide range of topics from machine learning and deep learning to probability and statistics , python and SQL .

Link

Happy Learning 😃

#deep_learning #machine_learning #Data_Science #interview


Join @datascience_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
👍2🔥2
What is the numerical range of a char data type in Java?
Anonymous Quiz
37%
0 to 256
34%
-128 to 127
20%
0 to 65535
9%
0 to 32767
👍1