All Easy Articles
Round 1: Written (1.5 hours) This round consisted of two sections- 10 questions from each section. Technical: Output for C programs which were on Operator… Read More
Given an array arr[] and an integer N, the task is to find a number K from the given array such that if all the… Read More
In Linux, most of the operations are performed on files. And to handle these files Linux has directories also known as folders which are maintained… Read More
Got a hiring opportunity for Technical Analyst post by participating in the Global coding Challenge 2019-20 organized by Credit Suisse. 1. Interview round through hirevue… Read More
The Twelve-factor app is a set of 12 principles or best practices for building web applications which now days are more commonly known as Software-As-A-Service… Read More
The strategy method is Behavioral Design pattern that allows you to define the complete family of algorithms, encapsulates each one and putting each of them… Read More
This particular article aims at achieving the task of finding uncommon two list, in which each element is in itself a list. This is also… Read More
A virus is a program that can infect other programs by modifying them. The modification includes a copy of the virus program which then goes… Read More
Let’s we have given a dataset consists of multiple numeric values, the task is to use that dataset for some calculations. So, we will be… Read More
Non-deterministic Finite Automata (NFA) is a finite automata having zero, one or more than one moves from a given state on a given input symbol.… Read More
The observer method is a Behavioral design Pattern which allows you to define or create a subscription mechanism to send the notification to the multiple… Read More
The HTML target attribute defines where the linked document will open when the user clicked on the link. If target=”_blank” is set with anchor element,… Read More
Prerequisite: Trie  Given a list of string str[] and a prefix string pre. The task is to count the number of words in the list… Read More
Given an array arr[] and a positive integer K. The task is to count the total number of pairs in the array whose absolute difference… Read More
Given a string consisting of only lowercase English alphabets. The task is to count the total number of alphabetically smaller characters on the right side… Read More
Given different intervals, the task is to print the maximum number of overlap among these intervals at any time. Examples:  Input: v = {{1, 2},… Read More
Matplotlib library of Python is a plotting tool used to plot graphs of functions or figures. It can also be used as an animation tool… Read More
Given an array arr[] of N integers, the task is to find the largest divisor for each element in an array other than 1 and… Read More
Given a number N in decimal base, the task is to find the sum of digits of the number in any base B. Examples:   Input: N… Read More
As we know Python is a suitable language for scriptwriters and developers. Let’s write a script for Voice Assistant using Python. The query for the… Read More