All Basic Articles
Hi, I recently applied through campus for ZUORA and I was shortlisted for the written test. There were two rounds. Coding Test + DBMS +… Read More
Python Random module generates random numbers in Python. These are pseudo-random numbers means they are not truly random. This module can be used to perform… Read More
Given the head of a Linked List of size N, consisting of binary integers 0s and 1s, the task is to sort the given linked… Read More
I was contacted by a HashedIn recruiter. The process took about a week.  Round 1 (Coding):  This was a technical coding round of 1 hour… Read More
Round-1(Online Assessment): Through Amcat for 1:30hrs (14 March 2021)  The first round comprised of around 90 questions including aptitude, logical, C output questions, and technical… Read More
Python dictionary methods is collection of Python functions that operates on Dictionary. Python Dictionary is like a map that is used to store data in… Read More
Python Tuples is an immutable collection of that are more like lists. Python Provides a couple of methods to work with tuples. In this article,… Read More
Bootstrap is an open-source front-end framework for developing standard & decorative websites or web applications that are fast and user-friendly. Bootstrap includes templates based on… Read More
In this article, we will see how we can implement DateTimePicker using a Bootstrap Daterpicker plugin to select a date and time using jQuery. By… Read More
JQuery.size() method gives us the number of elements present. For Example, if we are calling the size() method for “p” tag, then it will return… Read More
In this article, we will see how to add jQuery code to an HTML file. You can easily add jQuery to HTML by using several… Read More
An XML-defined dimension value. A dimension is denoted by a number followed by a unit of measurement. For instance, 25px, 5in, 10dp and 10sp. When… Read More
In this article, we will discuss the overview of cloud operation(CloudOps) and will also cover the feature, responsibilities, functions, career paths, etc. Let’s discuss it… Read More
Given two positive integers R and B representing R red and B blue beans and an integer D, the task is to check whether it… Read More
Constant Propagation is one of the local code optimization technique  in Compiler Design. It can be defined as the process of replacing the constant value… Read More
Given an array arr[] of N integers, the task is to print the last element left of every suffix array obtained by performing the following… Read More
Given a sorted array, arr[] consisting of N integers, the task is to find the frequencies of each array element. Examples:  Input: arr[] = {1,… Read More
The Blockchain is a decentralized database that means authority is not associated with one person, it will be shared among the people. Hence, changing and… Read More
Given an input value N, the task is to allow taking only integer input from the user. Now, if the user enters any input other… Read More
In Turbo C graphics the graphics.h functions are used to draw different shapes like circles, rectangles, etc, display text(any message) in a different format (different… Read More