Coding interview preparation – Telegram
Coding interview preparation
5.82K subscribers
464 photos
1 video
82 files
164 links
Coding interview preparation for software engineers

Daily interview questions, algorithms, data structures & clean solutions.

Real interview tasks and problems.
Join 👉 https://rebrand.ly/bigdatachannels

DMCA: @disclosure_bds
Contact: @mldatascientist
Download Telegram
Data Structure Cheat Sheet
👍2👌2
Which method returns the elements of Enum class?
Anonymous Quiz
29%
getEnums()
15%
getEnumConstants()
20%
getEnumList()
36%
getEnum()
👎1
Networking protocols
👍2👨‍💻1
Which class does all the Enums extend?
Anonymous Quiz
26%
Object
19%
Enums
26%
Enum
29%
EnumClass
👍1
Types of databases
👍1
Which header file is used for supporting the functions- malloc() and calloc().
Anonymous Quiz
29%
stdio.h
8%
math.h
48%
stdlib.h
14%
memory.h
👍2
SQL query execution order
👍1
Which of the following constructors are provided by the C++ compiler if not defined in a class?
Anonymous Quiz
10%
Copy constructor
48%
Default constructor
14%
Assignment constructor
29%
All of these
OOPS in real life
1
What kind of linked list is best to answer questions like “What is the item at position n?”
Anonymous Quiz
28%
Singly linked list
22%
Doubly linked list
9%
Circular linked list
41%
Array implementation of linked list
Computer Networking
👍3👎1
Which one of the following options is the correct output for the given code of JavaScript?
Anonymous Quiz
50%
2
10%
3
4%
0
35%
Error
Cryptographic Algorithms
👍1
Are enums are type-safe?
Anonymous Quiz
77%
True
23%
False
Platforms to learn cybersecurity
👍1
A function can execute faster than a macro.
Anonymous Quiz
63%
True
38%
False
MS Excel shortcut keys
👍1
Which concept allows you to reuse the written code in C++?
Anonymous Quiz
61%
Inheritance
24%
Polymorphism
7%
Abstraction
9%
Encapsulation
2
Types of Cryptography
👏2👍1
Linked lists are not suitable for the implementation of ___________
Anonymous Quiz
17%
Insertion sort
22%
Radix sort
33%
Polynomial manipulation
27%
Binary search
👍1