Coding interview preparation
5.74K subscribers
330 photos
47 files
163 links
Download Telegram
Types Of Databases
Linux Boot Process
SQL Query Structure
System Design Basics
How Email Phishing works
CI/CD Workflow
Machine Learning
AWS Serverless platform showdown
Which of the following is not a JavaScript Data Types?
Anonymous Quiz
10%
Boolean
40%
Undefined
30%
Float
20%
Number
Coding interview preparation cheat sheet
Cloud Database Cheat Sheet
18 Most Used Linux Commands
7 Top Hacking Gadgets
What is the time complexity of searching for an element in a circular linked list?
Anonymous Quiz
47%
O(n)
35%
O(nlogn)
9%
O(1)
9%
O(n2)
Which of the following function of the Array object is used to add one or more elements to the front of an array and returns the new length of the array?
Anonymous Quiz
28%
splice()
42%
unshift()
11%
sort()
18%
toString()
Which of the following application makes use of a circular linked list?
Anonymous Quiz
18%
Undo operation in a text editor
41%
Recursive function calls
27%
Allocating CPU to resources
14%
Implement Hash Tables