Coding interview preparation
5.76K subscribers
339 photos
47 files
163 links
Download Telegram
In linked list each node contains a minimum of two fields. One field is data field to store the data second field is?
Anonymous Quiz
9%
Pointer to character
11%
Pointer to integer
73%
Pointer to node
7%
Node
Digit Recognition.pdf
1.2 MB
Neural Networks for Handwritten Digit
Recognition: Binary
Which one of the following method or operator is used for identification of the array in JavaScript?
Anonymous Quiz
39%
Typeof
11%
==
10%
===
39%
isarrayType()
How IOT Works
πŸ‘1
Interview questions asked by top product-based companies.

A friend of mine recently shared their interview journey, and I'd like to pass on what I learned about the data structures and algorithms (DSA) rounds.

πŸ‘¨πŸΎβ€πŸ’» Data Structures: He encountered questions on topics like arrays, strings, matrices, stacks, queues, and different types of linked lists (singly, doubly, and circular).

▢️ Algorithms: He was also interviewed on a wide array of algorithms like linear search, binary search, and sorting algorithms (bubble, quick, merge).

And faced questions on more challenging subjects like Greedy algorithms, Dynamic programming, and Graph algorithms.

πŸ–› Specifics: The devil lies in the details! His interview also delved into advanced topics such as Advanced Data Structures, Pattern Searching, Recursion, Backtracking, and Divide and Conquer strategies.

However, your ability to apply these concepts to real-world situations will undoubtedly set you apart from others.

On top, If you’re stuck at any of the above questions and need the right guidance in cracking top product-based company interviews,

As a community of tech enthusiasts, let's share our own interview experiences in the comments below. Together, we can learn from each other's experiences.
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @coding interview preparation for moreπŸ‘ˆ
What will be the output of the C++ program?
Anonymous Quiz
18%
Segmentation fault
36%
Value of a: 5
33%
Value of a: 10
13%
Error
Comment your AnswerπŸ‘‡
❀2
What would be the asymptotic time complexity to add a node at the end of singly linked list, if the pointer is initially pointing to the head of the list?
Anonymous Quiz
23%
O(1)
59%
O(n)
13%
ΞΈ(n)
5%
ΞΈ(1)
πŸ‘1πŸ‘1😁1
πŸ‘2πŸ₯°1😁1
Can we create an instance of Enum outside of Enum itself?
Anonymous Quiz
64%
True
36%
False
😱3
πŸ‘3
What is the value returned by strcmp() function when two strings are the equal in C language?
Anonymous Quiz
9%
2
44%
1
41%
0
6%
Error
πŸ‘2