All Hard Articles
Every new Django project should use a custom user model. The official Django documentation says it is “highly recommended” but I’ll go a step further and say… Read More
Given a 2D array, arr[][] of size N, each row of which consists of the time required to complete 3 different types of tasks A,… Read More
Publicis Sapient came (virtually) to my college during October, 2020. The process was as follows. Coding Round: The first round was a coding round conducted… Read More
21 August , 2020 – DE Shaw visited VIT, Vellore for the position of Quality & Test Engineering .  The CGPA cutoff was 7.0 and… Read More
SliverAppBar is a Material Design widget in flutter which gives scrollable or collapsible app-bar. The word Sliver is given to scrollable areas here. SliverAppBar basically… Read More
Given the elements List, extract numbers with specific digits.  Input : test_list = [3456, 23, 128, 235, 982], dig_list = [2, 3, 5, 4] Output :… Read More
Given a binary string, str, two integer arrays R[], and C[] of size N. Flipping all the characters from index i to R[i] requires C[i]… Read More
In this article, we will see how we can set an image to the image view object in PyQTGraph. PyQtGraph is a graphics and user… Read More
1. First Normal Form (1NF) : An entity that does not have any repeating columns or data groups can be termed as the First Norm.… Read More
Given a string S of length N consisting of lowercase letters and an integer K, where N % K = 0, the task is to… Read More
Airtel Wynk visited our campus to hire FTE. There was a total of 3 rounds of interviews excluding the coding round. There was a resume… Read More
Juspay is one of the largest firms in India in terms of providing Mobile payment solutions. Juspay visited our campus for hiring for an Internship.… Read More
Round 1(online coding): The first round was named as the Pre-Qualifier zonal round. It is a 6 hours long coding round where you have to… Read More
Slidable in an application can be used to perform a wide range of tasks with just a simple swipe to either right or left on… Read More
Interaction with the UI is an integral part of any application. But more often than not, the information needs to be sent from one screen… Read More
Prerequisite :  Beautiful soup Requests module In this article, we are going to see how we get Caller Id information using numverify API. Numverify offers… Read More
Round 1: 3 coding questions and MCQ. There was a pool of questions and everyone got a different set of questions. Given a number represented… Read More
Each year Infosys organizes a competition (across the country) called HackWithInfy since 2018 for final year B.Tech students. There are 3 rounds in this competition… Read More
Directives are markers in the Document Object Model(DOM). Directives can be used with any of controller or HTML tag which will tell the compiler what… Read More
Optimized Longest Path Problem: The optimized longest path problem states that given a graph G, of a set of vertices V and edges E, the… Read More