All Medium Articles
I applied through referral a month back for the position of Software Engineer – Frontend (React JS). I’ve total 1 YOE and the recruitment process… Read More
ONLINE ASSESSMENT – This Round consists of 4 sections and you need to perform well in all of these. A) DEBUGGING (20 mins) – You… Read More
Given two strings s1 and s2, the task is to find the length of the longest common subsequence with no repeating character. Examples: Input: s1=… Read More
Given a binary matrix of size N x M, you enter the matrix at cell (0, 0) in the left to the right direction. Whenever… Read More
Python Given binary string str of size, N. Select any substring from the string and remove all the occurrences of the minority character (i.e. the… Read More
Whenever we build an application and push the code to GitHub, it is obvious that we might want to create a release so that it… Read More
In Android, a ListView is a layout element that is used to display items in a list. This is the simplest form of displaying a… Read More
Spring is an open-source lightweight framework that allows Java EE 7 developers to build simple, reliable, and scalable enterprise applications. This framework mainly focuses on… Read More
I attended the Wipro interview on September 14, 2021, for the position of Project Engineer. It lasted for nearly 15 minutes. I am sharing my… Read More
Transmission Control Protocol  (TCP) is a transport layer protocol. TCP makes packet transmission from source to destination smoother. It is a connection-oriented and end-to-end protocol.… Read More
Round 1(Coding Round): This round had one coding question that is expected to be solved in an hour. It was conducted on Accolite’s own coding… Read More
Given an array of string S[] of size N, the task is to find the maximum size of the resultant string formed by adding some… Read More
Given two binary trees, the task is to print the elements of both the binary trees in non-decreasing order. Examples: Input: Trees in the image… Read More
Puzzle: A matchstick puzzle is given below, move 3 matchsticks to get 3 squares. Give all the possibly unique solutions for the given problem. Solution:… Read More
In this article, we will make a ‘Happy Halloween Poster’  using HTML canvas, along with understanding some of the basic functions provided by canvas in… Read More
Hacking is the practice of accessing data stored privately by experts. When programmers did some mistakes, those mistakes make the system vulnerable and these vulnerabilities… Read More
The National Planning Commission (NPC) of India was constituted on the 15th of March 1950. The NPC was founded by a Resolution of the Government… Read More
We come across horizontal menus on almost every website. Pure CSS helps us implement such menus with ease by using the pure-menu class. Pure-menu class… Read More
This has been one of the major concerns for IT firms between these two domains. As we know, a designer and a developer, both play… Read More
Storybook is an open-source UI development tool that facilitates the creation of reusable, well-documented components independently. It automates visual testing to prevent bugs and runs… Read More