All Hard Articles
Given a set of ‘N’ digits. The task is to find the maximum integer that we can make from these digits. The resultant number must… Read More
Given a sum and a number . The task is to count all possible ordered pairs (a, b) of positive numbers such that the two positive integers… Read More
The std::is_volatile template of C++ STL is used to check whether the type is a volatile-qualified or not. It returns a boolean value showing the… Read More
Test: Find first non-repeating character in the string. Input: “aabcbd” Output: c K-reverse linked list Input: 1 2 3 4 5 -1          k = 3… Read More
Total 3 coding Question on co cubes Total 70 min 1. https://www.geeksforgeeks.org/closest-leaf-to-a-given-node-in-binary-tree/ 2. https://www.geeksforgeeks.org/even-numbers-even-index-odd-numbers-odd-index/ 3. Given an array containing both positive and negative entries, partition… Read More
Introduction of Microcomputer System Microcomputer systems are small and inexpensive computers that are widely used in various applications. The 8085 microprocessor is an example of… Read More
Given a number N which is prime. The task is to find all the numbers less than or equal to 10^6 whose minimum prime factor… Read More
Prerequisite – Introduction to Hadoop, Apache Hive The major components of Hive and its interaction with the Hadoop is demonstrated in the figure below and all… Read More
Given a list of tuples, write a Python program to sort the tuples by the second item of each tuple. Examples: Input : [('for', 24),… Read More
Given N boxes of unit dimension, i.e. (1×1 ). The task is to find the total number of different staircases that can be made from those… Read More
Eligible branches : B.TECH : CSE/IT/ICT Criteria : 7 CGPA and above with no standing arrears. Around 200 students took the online test . Round… Read More
Geek on the top is all about success stories of Geeks who are working hard to chase their goals and are an inspiration for other… Read More
The at sign (@) is used as error control operator in PHP. When an expression is prepended with the @ sign, error messages that might… Read More
Given a m x n matrix of positive integers. The task is to find the number of paths from the top left of the matrix… Read More
The hasNextInt() method of java.util.Scanner class returns true if the next token in this scanner’s input can be assumed as a Int value of the… Read More
Given a Queue of integers. The task is to check if consecutive elements in the queue are pairwise consecutive. Examples:  Input: 1 2 5 6… Read More
Given one side of right angle triangle, check if there exists a right angle triangle possible with any other two sides of the triangle. If… Read More
Round 1: It was held oh hackerrank platform consist of 4 coding questions  in 1 hr and 50 minutes. Q1. https://www.hackerrank.com/challenges/cut-the-sticks/problem Q2. A string is… Read More
I applied to UBS through college internship process. Round 1: Online Aptitude Test The first round was an aptitude test on hackerearth platform. The test… Read More
Given an array of positive integers of size n. Find the count of the triplets whose AND is maximum and also find that maximum given… Read More