All Medium Articles
Every company has Big Data in its future and every company will eventually be in the data business. Fortunately, many companies have realized this already… Read More
I applied to Microsoft through one test 2019 about which I was informed by our college TPO for Internship as a software development engineer. All… Read More
Round 1: Aptitude round with 25 question. Split up 15 of C aptitude and 10 quant.. Questions on C aptitude were tricky with recursion and… Read More
Online Test: 28 MCQs based on Data Structures & Algorithms, Database Management Systems, Operating Systems, Predicting C and C++ output. https://www.geeksforgeeks.org/quiz-corner-gq/ 2 coding questions: Longest… Read More
Core concepts of Signed Binary Numbers  And Explanation of Ranges of Different Datatypes. If I would ask what is the value of (1000 0000)2 in decimal… Read More
Round 1: Coding round Online coding round consisting of 3 question (Duration-1hr)  Given a space separated string find the first substring whose reverse is present… Read More
Python provides a variety of GUI (Graphic User Interface) types such as PyQT, Tkinter, Kivy, WxPython, and PySide. Among them, tkinter is the most commonly… Read More
Given a binary tree, the task is to print left and right leaf nodes separately. Examples:  Input: 0 / \ 1 2 / \ 3… Read More
Recently I attended Zoho Interview (On Campus) drive. I would like to thank GeeksforGeeks for giving me this opportunity.  Round 1:Written Test   50 MCQ’s based… Read More
1st round – Online test(1hr 30 min) – either computer science or engg(core) option was given: MathWorks (EDG) MCQ’S and coding-2 problems 6 sets of… Read More
Given the size of a binary array consisting of 0’s only as n and an integer m which is the number of flips allowed from… Read More
Given an array arr of N elements, the task is to find the length of the smallest subarray of the given array that contains at… Read More
Given a 2D array of size N containing distinct height of people standing in a queue, and a number corresponding to each person (P) that… Read More
Given an integer N which is the number of villagers who need to cross a river but there is only one boat on which a… Read More
Unified Payments Interface (UPI) is one of the most useful and acceptable banking facility, provided by NPCI to this decade. In our day to day… Read More
The div tag is used to construct a division or section of an HTML document in which other elements of HTML is placed and that… Read More
Given a number K, the task is to print the prime numbers present at that level given all the prime numbers are represented in the… Read More
There are 4 circles with positive integer radius r1, r2, r3 and r4 as shown in the figure below. The task is to find the… Read More
Prerequisites :Introduction to tkinter Python offers multiple options for developing a GUI (Graphical User Interface). Out of all the GUI methods, Tkinter is the most… Read More
Given a permutation of integers from 1 to N and an integer M, the task is to check if any subarray of the given permutation… Read More