All Medium Articles
I applied on linkedin in Feb 2019 and received a phone from HR in May. It was a basically a screening call and she asked… Read More
Given a string str, the task is to find the last non-repeating character in it. For example, if the input string is “GeeksForGeeks”, then the output… Read More
Both Go-Back-N Protocol and Selective Repeat Protocol are the types of sliding window protocols. The main difference between these two protocols is that after finding… Read More
LAN stands for Local Area Network is a group of network devices which allow the communication between connected devices.  Advantages Low-cost Sharing is easy Easy… Read More
The Bootstrap Carousel is used to create an image slide show for the webpage to make it look more attractive. It can be included in… Read More
Hadoop’s MapReduce framework provides the facility to cache small to moderate read-only files such as text files, zip files, jar files etc. and broadcast them… Read More
Given a string str which stores the time in the 24 hours format as HH:MM such that 0 ? HH ? 23 and 0 ?… Read More
In programming, loop is used to execute a specific block of code repeatedly until certain condition is met. If you have to print counting from… Read More
Given an array arr[] of N and Q queries consisting of a range [L, R]. the task is to find the bit-wise AND of all… Read More
A progress bar is used to display the progress of a process on a computer. A progress bar displays how much of the process is… Read More
The Video videoTracks property is used for returning a VideoTrackList object. The VideoTrackList object is generally used for representing the available video tracks available for… Read More
In order to detect the text content of input is changed or not, We are using the .on() method of JQuery. .on() This is a… Read More
Given a 2d-matrix mat[][] consisting of positive integers, the task is to find the minimum number of steps required to reach the end of the… Read More
Sorting has quite vivid applications and sometimes, we might come up with a problem in which we need to sort the nested dictionary by the… Read More
Performance Testing: Performance Testing is a type of software testing that is carried out to determine system performance in terms of sensitivity, reactivity, and stability… Read More
Round 1:  There were 3 questions in the online round .2 questions related to simple array manipulation and one bst.  Those who did atleast 2… Read More
All rounds Pen-paper coding. 1st Round 1. Given a file, Print All words which end with “ing” with their frequency Condition: No inbuilt string function… Read More
1st Round (DS and Algorithm Round) 1. Related to current Project. 2. https://www.geeksforgeeks.org/search-in-row-wise-and-column-wise-sorted-matrix/ Also asked to write the full code. 3. Clone an undirected Graph… Read More
Round 1 1. Design stack with push, pop and get minimum element in O(1) time. https://www.geeksforgeeks.org/design-a-stack-that-supports-getmin-in-o1-time-and-o1-extra-space/ 2. Puzzle, 25 horses and 5 tracks. Code to… Read More
Nav Menu: The .nav, .nav-item and .nav-link classes are used to create navigation menu. The .nav, .nav-item and .nav-link classes are used with <ul>, <li>… Read More