All Medium Articles
Recruiter reached out to me on LinkedIn in the month of September stating that Amazon is actively recruiting for SDEs and that my profile matches.… Read More
I was reached by a Talent Acquisition Specialist from Amazon via my Instahyre profile a month ago for the SDE – 1 Position. Fast forward… Read More
Atlassian women recruitment drive for summer internship 2022 Round 1(Online Coding Round): The first round was hosted on Hackerrank. It consisted of 4 coding questions… Read More
In this article, we will learn how to include HTML snippets in HTML code. We will include the HTML code snippet of “gfg.html” into “index.html“.… Read More
As we know HTML5 is a new version of HTML ( Hypertext markup language). HTML5 introduced many new tags that will benefit many developers. These… Read More
In SQL, there are six comparison operators available which help us run queries to perform various operations. We will use the WHERE command along with… Read More
In SQL, sometimes we need to write a single query to update the values of all columns in a table. We will use the UPDATE… Read More
Note: It was through Off-Campus Microsoft Engage Program. After the coding assessment, you will be assigned a mentor where you will have to show your… Read More
Hey everyone, I am glad to share my Interview Experience of Sopra Banking Software India On-campus drive. Company came for (CSE, IT branches). Criteria for… Read More
Pre-requisite: Doubly Link List Set 1| Introduction and Insertion Write a function to delete a given node in a doubly-linked list. Original Doubly Linked List  Recommended:… Read More
Metallurgy is the process of extracting pure metals from their ores. On the basis of their reactivity, methods are utilised to extract metals from their… Read More
Deqode is a mobile and web applications-based company. It was an on-campus drive by Deqode. There were 4 rounds – online coding round, first technical… Read More
Kotlin is a statically typed, general-purpose programming language developed by JetBrains, that has built world-class IDEs like IntelliJ IDEA, PhpStorm, Appcode, etc. It was first… Read More
Given a linked list having two pointers in each node. The first one points to the next node of the list, however, the other pointer… Read More
Given an array arr[] of size N and a value K, the task is to print the array rotated by K times to the right.… Read More
Every Website needs a 404 page if the URL does not exist or the URL might have been changed. To set up a 404 page… Read More
Given an array arr[] of size N and 2 integers K and M the task is to find the largest integer of K digits from… Read More
Example: Let the input string be “i like this program very much”. The function should change the string to “much very program this like i”… Read More
Example: Let the input string be “i like this program very much”. The function should change the string to “much very program this like i”… Read More
Given two flavors of ice-cream chocolate and vanilla denoted by 0 and 1 respectively. People are standing in queue to get their desired flavor of… Read More