All Basic Articles
Java is a class-based, object-oriented programming language and is designed to have as few implementation dependencies as possible. A general-purpose programming language made for developers… Read More
Git is known as the free and open-source distributed version control system that is specially made to handle everything from small to very large projects.… Read More
Spring Boot is built on the top of the spring and contains all the features of spring. And is becoming a favorite of developers these… Read More
I received an online test invite for SDET at Sprinklr from a recruiter. The first round was an online test of 60 minutes in HackerEarth… Read More
Given two integers L and R, the task is to count the integers in the range [L, R] such that they satisfy the following two… Read More
Barclays visited our college for the internship offers during the 5th semester. The eligibility criteria for appearing for Barclays Internship was >=6 CGPA and the… Read More
What is a deque? In C++, the deque is a sequence container and it is also known by the name, double-ended queue. As the name… Read More
GIF Stands for Graphics Interchange Format. A GIF is a Combination of encoded Images or Frames in a Single file. It is Described by its… Read More
Geometry is the branch of mathematics, that deals with shapes and measurements like perimeter, area, and volume related to them. When considering measurements the degree… Read More
Given a binary string S containing N characters, the task is to find the maximum distance between two adjacent 1’s.  Examples: Input: S = “1010010”Output:… Read More
Introduction to Identity Matrix :  The dictionary definition of an Identity Matrix is a square matrix in which all the elements of the principal or… Read More
Introduction to Identity Matrix :  The dictionary definition of an Identity Matrix is a square matrix in which all the elements of the principal or… Read More
Given string str, the task is to convert the given string into its abbreviation of the form: first character, number of characters between first and… Read More
Applied through employee referral. Got an email for giving coding test within couple of days  Round 1(Coding Round): First question was similar to https://www.geeksforgeeks.org/find-k-closest-points-to-the-origin/ Given… Read More
Amazon came for a pool campus placement on October 2021 for the 6 months Software Development Engineer Role. We had a total of 3 rounds… Read More
Computer programming, or simply coding, is one of the most coveted professional skills in the current times. It is, thus, of little wonder that many… Read More
The decimal representation of a number is a base-10 number system having only ten states 0, 1, 2, 3, 4, 5, 6, 7, 8, and… Read More
Spring Boot is built on the top of the spring and contains all the features of spring. And is becoming a favorite of developers these… Read More
CRUD stands for Create, Read/Retrieve, Update, and Delete and these are the four basic operations that we perform on persistence storage. CRUD is data-oriented and… Read More
Given an array arr[] of n integers. Modify the array such that every element is at least as large as the previous element. This can… Read More