All Hard Articles
As a programmer, it is very important to test software on multiple platforms. However, it can be very tedious and inefficient to use multiple virtual… Read More
A recursive query is a powerful feature that allows us to query hierarchical data which are used in relational databases. They are a compound operation… Read More
Facebook Messenger is the most popular and commonly used social media messaging application in the world. Facebook Messenger is another messaging service other than WhatsApp… Read More
Given an array arr[], integer M and an array query[] containing Q queries, the task is to find the query[i]th occurrence of Mth most frequent… Read More
In this article, we will cover how to Generate meshes using Gmsh module in Python. What is Mesh? A connected 2D, 3D, or multi-dimension structure… Read More
A conic section can be defined as the set of points that describe the intersection of a right circular cone with a plane. The angle… Read More
Given an integer target which represents the total distance to be covered by a car on a straight road. Given another array, station[] of size… Read More
Given a binary tree, a target node and a positive integer K on it,  the task is to find the sum of all nodes within… Read More
Total 3 Rounds:  Machine Coding Round (120 min)Problem Solving and Data Structures (60 – 90 min)Hiring Manager Round (45 min) Round 1(Machine Coding Round –… Read More
A set is an associative container available in the C++ Standard Template Library(STL) that is used for unique elements in a specific order, it internally… Read More
The Arctic and Antarctic regions define the North and South poles of earth respectively. The Arctic is a sea region surrounded by land and contains… Read More
1. Capital Account: The amount invested in the business whether in the means of cash or kind by the proprietor or owner of the business is… Read More
The National Institute of Electronics and Information Technology (NIELIT) is an autonomous Scientific Society that comes under the hold of the Ministry of Electronics &… Read More
Strict type checking means the function prototype(function signature) must be known for each function that is called and the called function must match the function… Read More
C++
In Turbo C graphics the graphics.h functions are used to draw different shapes(like a circle, rectangle, etc), and display text(any message) in different formats (different… Read More
Given a positive integer N, the task is to find the minimum number of subtractions of power of 2 required to convert N to 0.… Read More
Given a linked list, the task is to sort the linked list using HeapSort. Examples: Input: list = 7 -> 698147078 -> 1123629290 -> 1849873707… Read More
Hello Everyone, Hexaware came to our campus in August 2021 and the process was completed within 1 week. Hexaware offered a PGET profile which means… Read More
Round 1:Phone screening with the hiring manager. Round 2 (Technical Interview): Basic knowledge of check-in programming, operating system, oops concept, and data structures. Conceptual questions: How… Read More
Given an array A[] of size N, the task is to find the minimum element present in all subarrays for all sizes from 1 to… Read More