All Medium Articles
Windows Forms is a Graphical User Interface(GUI) class library which is bundled in .Net Framework. Its main purpose is to provide an easier interface to… Read More
C#
Implement Merge Sort i.e. standard implementation keeping the sorting algorithm as in-place. In-place means it does not occupy extra memory for merge operation as in the… Read More
Given Rupees. A liter plastic bottle of water costs Rupees and a litre of glass bottle of water costs Rupees. But the empty glass bottle after buying can… Read More
Below is the list of Questions asked in Standard Chartered 1st round of technical F2F interview for a java developer: 1. [1, 0, 1, 0,… Read More
Given integers M, N and K, the task is to place K knights on an M*N chessboard such that they don’t attack each other. The… Read More
The HTML DOM Body property is used to set the document <body> element. It only returns the content present in the <body> Tag. This property… Read More
The AbstractSequentialList class in Java is a part of the Java Collection Framework and implements the Collection interface and the AbstractCollection class. It is used… Read More
Given the ‘N’ number of Basket and the total of Green ‘G’ and Red ‘R’ apples. The task is to distribute all the apples in… Read More
Given a binary array( consider it as cyclic with start and end tied together) of length N having only one’s and zero’s where . The task… Read More
Given an integer and two integer arrays H[] and C[] of size where H[] stores the height of consecutive buildings and C[] stores the color codes for… Read More
Flutter is an open-source mobile application development SDK created by Google to develop cross-platform mobile applications. Flutter makes it extremely easy and fast for even… Read More
Given an integer n and an array of characters S, the task is to generate Lyndon words of length n having characters from S. A… Read More
Prerequisite – Data Marts In order to implement data mart, we need to follow some certain steps. It includes designing of physical and logical structure,… Read More
Prerequisite: Future and callable Future: A Future interface provides methods to check if the computation is complete, to wait for its completion and to retrieve… Read More
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric python packages. Pandas is one of those packages… Read More
Delete all odd or even position nodes from circular linked list Given a Singly Circular Linked List, starting from the first node delete all odd… Read More
Given a number N and numbers of digits in N, the task is to check whether the product of digits at even places of a… Read More
We are given an array of N integers, we need to partition the array into segments such that every element of a segment is greater… Read More
Given an integer N and a lowercase string. The string is repeated infinitely. The task is to find the No. of occurrences of a given… Read More
Nagarro came to our campus for internship and full-time role for software developer Round 1: Aptitude and Data sctructures mcqs Negative marking was there +4, -1… Read More