All Medium Articles
Given N which is the size of the N X N spiral matrix of the form:   16 15 14 13 5 4 3 12 6… Read More
Given an array arr[] that contains the lengths of n sides that may or may not form a polygon. The task is to determine whether… Read More
Given a number ‘N’. Check whether factorial of ‘N’ is divisible by the sum of first ‘N’ natural numbers or not? If divisibility is possible,… Read More
Given a flattened dictionary, the task is to convert that dictionary into a nested dictionary where keys are needed to be split at ‘_’ considering… Read More
Microsoft conducted an all India drive for hiring SDE Interns(Minimum CGPA was 7 and no backlogs were allowed). They conducted a coding round in which… Read More
I applied to TIAA through college internship process. Round 1: Online Test The test was conducted on CoCubes platform. The test consisted of aptitude and… Read More
SAP Labs came for on campus internship recruitment (2 months) 2020 for B.Tech students. There were a total of 4 rounds Round 1: Online Test… Read More
Some time ago a recruiter by Amazon(Bangalore) contacted me, to schedule an interview for SDE-2 . This is the story of the hiring process. First… Read More
LinkedIn resume filtering: I received a mail from the recruiter of Google asking about my resume. After a few days, he called me to ask for… Read More
Given an array arr[] of integer elements, the task is to find maximum possible sub-array sum after changing the signs of at most two elements.Examples:  … Read More
Given an integer k and an array op[], in a single operation op[0] will be added to k and then in the second operation k… Read More
When designing and developing web applications, sometimes we need to select all the child elements of an element except the last element. To select all… Read More
Given a range [L, R], the task is to find the XOR of all the integers in the given range i.e. (L) ^ (L +… Read More
Given an integer X. The task is to find the number of jumps to reach a point X in the number line starting from zero. Note:… Read More
NoSQL databases are databases that store and retrieve the data that is present in a non-tabular format. Depending on the format of the data stored,… Read More
To upload files from local machine to the server is called file uploading. It works exactly the same as the definition, when we select file… Read More
The goal of this article is to show how to get a Node.js application into a Docker container. First of all we will create a… Read More
As we know Python is a multi-purpose language and widely used for scripting. Its usage is not just limited to solve complex calculations but also… Read More
Given an array arr[] of strings of equal lengths. The task is to calculate the total number of pairs of strings which differ in exactly… Read More
Given the length of the side of a square a, the task is to find the area of the shaded region formed by the intersection… Read More