All Medium Articles
Given an array of N positive integers. The task is to perform the following operations according to the type of query given. 1. Print the maximum… Read More
Given an array of words, find any alphabetical order in the English alphabet such that the given words can be considered sorted (increasing), if there… Read More
This article talks about the Data Encryption Standard (DES), a historic encryption algorithm known for its 56-bit key length. We explore its operation, key transformation,… Read More
CSS combinators are explaining the relationship between two selectors. CSS selectors are the patterns used to select the elements for style purposes. A CSS selector… Read More
Given a binary string find the longest substring which contains 1’s more than 0’s. Examples:  Input : 1010 Output : 3 Substring 101 has 1… Read More
Factset visited our college for hiring for Software Engineer position. The interview consisted of a pen and paper coding round, followed by interview rounds for… Read More
An interrupt is a condition that halts the microprocessor temporarily to work on a different task and then returns to its previous task. An interrupt… Read More
Prerequisite – Pushdown automata, Pushdown automata acceptance by final state PDA plays a very important role in task of compiler designing. That is why there… Read More
Given an array arr[] of integers and a range (L, R). Find the number of subarrays having sum in the range L to R. Examples: … Read More
Accolite came to our campus to hire candidates for the role of a software engineer. Round 1 and Round 2: Round 1 was a pen… Read More
Round 1 Online round consisted of 10 Technical MCQs of Medium Level and 3 coding questions. 1. https://www.geeksforgeeks.org/difference-array-range-update-query-o1/ 2. Number of Regions N Lines Divide… Read More
Round 1 Online test on HackerRank contains 2 Coding Questions 1. Given a image represented as 2d array of 0 and 1, find the size… Read More
Python allows function arguments to have default values. If the function is called without the argument, the argument gets its default value. Default Arguments:  Python… Read More
Prerequisite: Python | Plotting charts in excel sheet using openpyxl module | Set – 1 Openpyxl is a Python library using which one can perform… Read More
Online Test – Hackerrank 9 questions, 60 minutes Q1 (Coding) How many quadrilaterals are possible with the 4 coordinates given to you as a 2D… Read More
Given two number x and n, find n-th root of x.  Examples:  Input : 5 2Output : 2.2360679768025875 Input :  x = 5, n =… Read More
About Company : CGI Group Inc. (Consultants to Government and Industries), more commonly known as CGI, is a Canadian global information technology (IT) consulting, systems… Read More
Round 1: Online Coding Round 90 min coding round, 4 questions (basic, easy, easy, medium). The test was conducted on hackerank and partial marking was… Read More
Given two integers L and R. The task is to find the sum of all prime factors of every number in the range[L-R].  Examples:   Input:… Read More
A blockchain is a distributed database that stores information electronically in a digital format and is shared among the nodes of a computer network. A… Read More