All Easy Articles
To create a unique hash from a specific string, it can be implemented using its own string-to-hash converting function. It will return the hash equivalent… Read More
Given an array arr[] of size 10 where arr[i] represents the frequency of the digit i. The task is to find the smallest positive number… Read More
As we know that a channel is a medium of communication between concurrently running goroutines so that they can send and receive data to each… Read More
On-Campus Recruitment Round 1 : HireVue Round This was a 60 minute online aptitude round consisting of two sections. Section A : Mathematical aptitude, logical… Read More
Let represent the ordered pair of the second maximum and the maximum element of an array respectively. We need to find all such unique pairs overall… Read More
When we say object-oriented programming, we mean that our code is centered on objects. Objects are real-life instances that are classified into various types. Let’s… Read More
The basic and most important idea of a class is Encapsulation. It is a property to encapsulate code and data, into a single entity. In… Read More
Date: (11th August,2019) Round 1: Round 1 consisted of 2 coding questions and 28 MCQs. The first question was given a single dimension array and… Read More
In Computer Architecture, the Registers are very fast computer memory which are used to execute programs and operations efficiently. This does by giving access to… Read More
Given an array arr of size N and a number K. The task is to find the minimum elements to be replaced in the array… Read More
Extendible Hashing is a dynamic hashing method wherein directories, and buckets are used to hash data. It is an aggressively flexible method in which the… Read More
OpenCV-Python is a library of Python bindings designed to solve computer vision problems. cv2.circle() method is used to draw a circle on any image. The… Read More
Given an integer N. The task is to count the numbers of pairs of integers A and B such that A + B + N… Read More
Given K sorted doubly linked list. The task is to merge all sorted doubly linked list in single sorted doubly linked list means final list… Read More
OpenCV-Python is a library of Python bindings designed to solve computer vision problems.cv2.line() method is used to draw a line on any image. Syntax: cv2.line(image,… Read More
CAP popularly called the ‘Cumulative Accuracy Profile’ is used in the performance evaluation of the classification model. It helps us to understand and conclude about… Read More
Teradata visited our campus for recruitment for Software Engineer role. Round-1 The first round comprised of 20 MCQ questions(45 minutes) including programming logic and technical… Read More
Round 1:  The first round of the Interview consisted of a basic Preliminary test on English, Aptitude, Logical Reasoning and a Coding section. We were… Read More
Given a singly linked list and an integer K. The task is to append last K elements of the linked list to front. Examples: Input:… Read More
Problem Statement : Make a Grocery List for super market shopping with name, price and quantity; if the list already contains an item then only update… Read More