All Medium Articles
Refer Table from Question number 6 and answer the following: The percentage increase in the sale in 1996 over the previous year was maximum for… Read More
Refer Table from Question number 1 and answer the following: The total amount of bonus paid by the company during the given period is approximately… Read More
Study the following table chart and answer the questions based on it. Expenditures of a Company (in Lakh Rupees) per Annum Over the given Years.… Read More
Cartesian Sort is an Adaptive Sorting as it sorts the data faster if data is partially sorted. In fact, there are very few sorting algorithms… Read More
Given an undirected, connected and weighted graph, find Minimum Spanning Tree (MST) of the graph using Kruskal’s algorithm. Input : Graph as an array of… Read More
There are 20 priests in a temple. One day, Lord Shiva appears before them and tells them that some of them have sinned, and that… Read More
Given an MxN matrix where each element can either be 0 or 1. We need to find the shortest path between a given source cell… Read More
Find wrong number in series:8, 24, 12, 36, 18, 54, 28 (A) 12 (B) 24 (C) 18 (D) 28 Answer: (D)Explanation: mixture of two alternate… Read More
Find wrong number in series: 1, 4, 9, 16, 25, 32, 49, 64 (A) 9 (B) 25 (C) 32 (D) 64 Answer: (C) Explanation: Square… Read More
[(723+1992)2−(723−1992)2]/(723×1992) = ? (A) 4 (B) 723 (C) 1992 (D) 2715 Answer: (A) Explanation: 4*723*1992/(723*1992) = 4Quiz of this QuestionPlease comment below if you find anything… Read More
Three numbers are in the ratio of 2 : 3 : 4 and their L.C.M. is 240. Their H.C.F. is: (A) 40 (B) 20 (C)… Read More
Given an n x n matrix mat[n][n] of integers, find the maximum value of mat(c, d) – mat(a, b) over all choices of indexes such… Read More
There are two drums of vanaspati gee. One of them contains 25% of oil (and rest 75% gee) and the another contains 50% oil (and… Read More
A sikanji vendor has two drums of sikanji. The first contains 75% of sikanji. The second contains 50% sikanji. How much sikanji should he mix… Read More
The sum of the ages of a mother and daughter is 45 years. 5 years ago, the product of their ages was 30 times the… Read More
Multi-threaded programs may often come to a situation where multiple threads try to access the same resources and finally produce erroneous and unforeseen results.  Why… Read More
Cost Price of a shirt is Rs 400. Shopkeeper prints a tag on it with Markup% = 20% to earn a profit of 7.5%. What… Read More