All Easy Articles
Theorem 10.1(NCERT) : The tangent at any point of a circle is perpendicular to the radius through the point of contact. Theorem 10.2 (NCERT) :… Read More
Python MySQL Connector is a Python driver that helps to integrate Python and MySQL. This Python MySQL library allows the conversion between Python and MySQL… Read More
Given two integers N and K, the task is to rotate the digits of N by K. If K is a positive integer, left rotate… Read More
The computer is designed by a professor named Charles Babbage. And analytical engine which was basic framework architecture of computer system was also designed by… Read More
Are you a woman looking for SDE roles in a renowned product-based organization, Amazon? If yes, then there is an opportunity for you to get… Read More
Doesn’t matter if you’re a student or a working professional – a common question that generally strikes in almost every individual’s mind is ‘How to… Read More
In Jupyter Notebook we always build some models, do some plotting on given Dataset, and many more. But we can also publish our Jupyter file… Read More
On a Windows machine, there is an option of “Data usages” settings to monitor your network consumption and avoid going over your data plan when… Read More
Basic Set Programs Find the size of a Set in Python Iterate over a set in Python Python – Maximum and Minimum in a Set… Read More
I appeared for Zilogic Systems recruitment process in January 2020. There were a total of 4 rounds, for the position of Engineer role. The Test… Read More
In Flutter, the FutureBuilder Widget is used to create widgets based on the latest snapshot of interaction with a Future.  It is necessary for Future… Read More
An ENUM is a string object whose value is decided from a set of permitted literals(Values) that are explicitly defined at the time of column… Read More
LinkedList in java is basically a part of the collection framework present in java.util package. It is the implementation of the LinkedList data structure that… Read More
Given a 2D array arr[][] with each row of the form {l, r}, the task is to find a pair (i, j) such that the… Read More
Given an array arr[] of size N, the task is to check if the array is spirally sorted or not. If found to be true,… Read More
TreeSet is an implementation of the SortedSet interface in Java that uses a Tree for storage. TreeSet can be created from List by passing the… Read More
Abstract class, we have heard that abstract class are classes which can have abstract methods and it can’t be instantiated. We cannot instantiate an abstract… Read More
Round 1: The first round comprised of some basic coding questions which were quite a medium difficulty level. All the interviews were (On-Campus) through meet… Read More
Data structures are primarily used to store data and manage a large amount of data, and efficient data structures are helpful for developing better algorithms.… Read More
ArrayList is a resizable-array of the list interface. It provides the methods that can be used to manipulate the size of the array whenever required.… Read More