All Medium Articles
About the Company: Danske IT is the Information Technology department of Danske Bank, which is the biggest bank in Denmark. Its only Indian office is… Read More
Hey guys, I’m Gonna Share my interview experience with INFORMATICA. The recruitment process consisted of 6 rounds. ROUND 1: Total there were 75 MCQs from… Read More
Re-rendering components in ReactJS is a part of the React Component Lifecycle and is called by React only. React components automatically re-render whenever there is… Read More
HTML stands for HyperText Markup Language. Hypertext defines the link between the online pages. It is used to define the text document within tag which… Read More
Node.js is one of the famous open-source environments that allows to you run javascript scripts outside the browser. MERN and MEAN stacks are the two… Read More
In this article, we are going to build an Online FIR Web Application using PHP with MySQL. In this application, we can file cases from… Read More
Given a positive integer N representing the set of integers [1, N] and an array queries[] of length Q of type {L, K}, the task… Read More
Given the integers N, K and an infinite sequence of natural numbers where all the numbers containing the digit K (1<=K<=9) are removed. The task… Read More
In this article, we will discuss the addition of time onto a specified DateTime object in Python. The effect of this will produce a new… Read More
Given an array arr[] of N positive integers and an integer K, the task is to find the minimum length of subarray such that there… Read More
Given N program codes and their respective debugging times in an array codeTime and an integer WorkingSessionTime, the ith program takes codeTime[i] hours to finish.… Read More
Timezone is defined as a geographical area or region throughout which standard time is observed. It basically refers to the local time of a region… Read More
Prerequisite – Turing Machine Turing Machines can broadly be classified into two types, the Acceptors and the Transducers. Acceptor Turing Machine is an automaton used… Read More
C is a procedural programming language. It was initially developed by Dennis Ritchie as a system programming language to write an operating system. The main… Read More
There were total 5 rounds of online tests and interviews. Round 1: It was an online test that included basic Aptitude and 2 coding questions… Read More
After getting selected for the interview round of Cognizant Genc elevate 2021, I was a little bit nervous. Technical and HR round was both taken… Read More
Siemens visited our college on the 9th of August 2021. First, there was an online MCQ round and after that, on the 11th of August,… Read More
In this article, we are going to see Quantum teleportation using Python. How many times have the Rick and Morty episodes have their storylines started… Read More
In this article, we will discuss the Message Box Widget of the PyQT5 module. It is used to display the message boxes. PyQt5 is a… Read More
Round 1: Next permutation for a given string DP problem, Given two strings A & B, Find how many times string B occurs as a… Read More