All Medium Articles
Interpolation is basically an insertion. Interpolation allows us to interpolate sass expressions into a simple SASS or CSS code. Means, you can define ( some… Read More
In CSS, to exclude a particular class, we can use the pseudo-class :not selector also known as negation pseudo-class or not selector. This selector is used to set the style… Read More
Technical Round 1) Find Second Max Element from an array on following conditions: array modification not allowed, all integers are positive 2)Given an input year… Read More
I had 2 years of experience when I got a call from Goldman about hiring going on for a certain team. There were 6 rounds… Read More
The whole interview process was divided into three rounds. The first round was an online coding round of 1 hour and 30 minutes conducted on… Read More
Python resolves the scope of the parameters of a function in two ways: When the function is defined When the function is called When the… Read More
Quickselect is a selection algorithm to find the k-th smallest element in an unordered list. It is related to the quick sort sorting algorithm.Examples:   Input:… Read More
The internet has seen a massive rise in usage over the last decade. Thanks to smartphones and highly efficient yet cost-effective computers. Another reason is… Read More
C language: C language is a middle programming language that was developed at Bell research lab in 1972 by Dennis Ritchie. C language combines the… Read More
Deadlock, Race condition, Division by zero, Infinite loops, Infinite recursion…you might have heard these terms in computer programming and you might have knowledge that how… Read More
Secure Socket Layer (SSL):  Secure Socket Layer (SSL) is the normal security technology for establishing an associate encrypted link between an internet server and a… Read More
Do you actually need to know how to code to work in tech ? When you were a kid you might have thought that you… Read More
Given an undirected graph having N nodes, the task is to print the nodes having minimum and maximum degree.Examples:   Input: 1-----2 | | 3-----4 Output:… Read More
Given an array arr[] of N integers, the task is to find the maximum length of any sub-array of arr[] which satisfies one of the… Read More
There was a drive conducted on august 2019 in Bangalore. There were  6 rounds for me 1 written round 3 f2f technical rounds and 2… Read More
Python is a high level, interpreted and general-purpose dynamic programming language that focuses on code readability. It is used in many organizations as it supports… Read More
Progressing into the 21st century, we have all witnessed the growth of both Microsoft’s Windows series of operating systems as well as Apple’s much reputed… Read More
Traditional Software Development and Agile Software Development are the ways of the designing and developing system software. Both are important types of the software designing.… Read More
“Hire and Develop the Best,” advises Amazon. When it comes to opening a door for a candidate in the organization, Amazon is one of the… Read More
Round 1:Coding Round The platform was geeekd.com, and it really has a very bad interface and an even worse text editor. There were 5 questions,… Read More