All Easy Articles
Impact and Non-Impact Printers are two categories of the printer. Impact printers involve mechanical components for conducting printing. While in Non-Impact printers, no mechanical moving… Read More
A] Screening: 1. Hackerrank Test – unique-paths-in-a-grid-with-obstacles – next-smaller-element B] Onsite: 2. Round 1 (DS/Algo) – median-of-stream-of-integers-running-integers – print-nodes-top-view-binary-tree – search-an-element-in-a-sorted-and-pivoted-array 3. Round 2 (DBMS… Read More
In this tutorial, we will learn how to create a Weather app that uses Django as backend. Django provides a Python Web framework based web… Read More
Cursor is a Temporary Memory or Temporary Work Station. It is Allocated by Database Server at the Time of Performing DML(Data Manipulation Language) operations on… Read More
Ethical Hacking: To crack passwords or to steal data? No, it is much more than that. Ethical hacking is to scan vulnerabilities and to find… Read More
In this article, we will learn to get the child element of the parent using JavaScript. Given an HTML document, the task is to select… Read More
There were basically 4 written rounds and 1 technical + Hr interview (combined). Written Rounds- Round 1: The first round was congnitive ability, There were… Read More
Given a queue. The task is to reverse the queue using another  empty queue. Examples:  Input: queue[] = {1, 2, 3, 4, 5} Output: 5… Read More
Multiprocessing is the use of two or more central processing units within a single computer system. Work should be able to be distributed evenly among… Read More
Prerequisite: Graph Theory Basics – Set 1, Set 2 Regular Graph: A graph is called regular graph if degree of each vertex is equal. A… Read More
Software processes in software engineering refer to the methods and techniques used to develop and maintain software. Some examples of software processes include: Waterfall: a… Read More
Round 1: Online test(60 minutes). It consisted of 10 sections i.e. Os, aptitude, logical reasoning, microprocessor, coding analysis, data structures, c output, dbms, networks. There… Read More
Round 1:IQ Round (There are 50 question  in 12 Minute) Round 2: Coding Round (3 question 90 minute) Question 1- String are given need to… Read More
Given a Binary Tree, the task is to find and DELETE the last leaf node.The leaf node is a node with no children. The last… Read More
Given a string str consisting of lowercase English alphabets, the task is to find the count of substrings that start with “geeks” and end with… Read More
Interrupts play a crucial role in computer devices by allowing the processor to react quickly to events or requests from external devices or software. In… Read More
Routers: A Router is a networking device that forwards data packets between computer network. This device is usually connected to two or more different networks.… Read More
Puzzle: You are a scientist who works in a lab. You are in the lab and accidentally, you pull the lever with the skull symbol… Read More
Given N number of bottles in which one bottle is poisoned. So the task is to find out minimum number of rats required to identify… Read More
Given a string str, the task is to perform the following type of queries on the given string:   (1, K): Left rotate the string by… Read More