Coding interview preparation
5.82K subscribers
398 photos
70 files
164 links
Download Telegram
Top 5 Programming Languages to Learn in 2023
👍1
What is the numerical range of a char data type in Java?
Anonymous Quiz
44%
-128 to 127
31%
0 to 256
13%
0 to 32767
12%
0 to 65535
2👍2👏1
Can we use switch statement to switch on strings in C?
Anonymous Quiz
71%
Yes
29%
No
👏3
What will be the output of the C++ program?
Anonymous Quiz
38%
compile time error
12%
0.100001
8%
0.11
42%
0.10000000000000001
👏7
Netflix detailed technology architecture
👍3
Circular Queue is also known as ________
Anonymous Quiz
80%
Ring Buffer
6%
Square Buffer
4%
Rectangle Buffer
10%
Curve Buffer
🥰1
Git Workflow
👍6
Which one is the correct output for the given JavaScript code?
Anonymous Quiz
35%
Runtime error
23%
15
27%
20
15%
Compilation error
SQL vs noSQL vs NewSQL
👍1
Which of these coding types is used for data type characters in Java?
Anonymous Quiz
51%
ASCII
4%
ISO-LATIN-1
39%
UNICODE
6%
None of the mentioned
👍2
Linux Command Cheat Sheet
👍8
What is the built-in library function for comparing the two strings?
Anonymous Quiz
53%
strcmp()
19%
equals()
18%
str_compare()
9%
string_cmp()
Which keyword is used to define the macros in c++?
Anonymous Quiz
40%
15%
macro
7%
define
Free Competitive Programming Courses

Advanced Algorithms in Competitive Programming
🆓
Free Online Course
🎬 Video lessons
🧮 Lecture Notes
📶 Assignments
☢️ Projects
🏃‍♂️ Self paced
Teacher 👨‍🏫 : Prof. Jelani Nelson
Source: Harvard
🔗 Course materials Link
🔗 Course Videos Link

Competitive programming basics for beginners using C++
🆓
Free Online Course
Rating⭐️: 4.5 out 5
Students 👨‍🎓 :3,328
Duration : 1hr 12min of on-demand video
Teacher 👨‍🏫:
Shivam Nikam
🔗 Course Link

Your First Step into 🥇 Competitive Programming 🥇 | No DSA Prerequisite | GeeksforGeeks
🆓
Free Online Course
Rating⭐️: 4.8 out 5
🎬 Video lessons
Duration : 1hr 14min of on-demand video
🏃‍♂️ Self paced
Source: geeksforgeeks
🔗 Course Link

Competitive Programming for Dummies
🆓
Free Online Course
Rating⭐️: 4.3 out 5
Students 👨‍🎓 :2,521
Duration :32min of on-demand video
Teacher 👨‍🏫: Cyberkid Adithya
🔗 Course Link

Competitive Programming Course (Login Required)
🆓
Free Online Course
Rating⭐️: 4.1 out 5
🎬 Video lessons
Duration :2hrs of on-demand video
🏃‍♂️ Self paced
Source: Great Learning
🔗 Course Link

Lifetime Course for Competitive Programming in C++ (2022)
🆓
Free Online Course
Rating⭐️: 4.0 out 5
Students 👨‍🎓 :2,963
Duration : 1hr 54min of on-demand video
Teacher 👨‍🏫: Rohith Boppey
🔗 Course Link

NOC: Getting Started with Competitive Programming , IIT Gandhinagar
🎬 74 video lesson
11 Modules
Taught by: Prof. Neeldhara Misra, Arjun
Source: NPTEL
🔗 Course Link

From Beginner to Grandmaster - Complete Roadmap for Competitive Programming
🆓
Free Online Course
🎬 video lesson
🏃‍♂️ Self paced
Duration : More than 1 hour worth of material
Source: YouTube
🔗 Course Link


Books
Competitive Programmer's Handbook
Guide to Competitive Programming
Competitive Programming


#Competitive #Programming #Competitive_Programming

👉Join @bigdataspecialist for more👈
👍2
If the elements “A”, “B”, “C” and “D” are placed in a queue and are deleted one at a time, in what order will they be removed?
Anonymous Quiz
56%
ABCD
33%
DCBA
7%
DCAB
4%
ABDC