Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Minimum increment operations to make the array in increasing order
Given an array of size N and X. Find minimum moves required to make the array in increasing order. In each move one can add X to any element in the array.Examples:Input : ...
Read More
DSA
Product of all leaf nodes of binary tree
Given a binary tree, find the product of all the leaf nodes.Examples:Input : 1 / \ 2 3 / \ / \ 4 5 6 7 \ 8Output :prod...
Read More
Tree
Technical Scripter
Python-Quizzes
Technical Scripter 2018
DSA
tree-traversal
Find if an undirected graph contains an independent set of a given size
Given an undirected graph, check if it contains an independent set of size k. Print 'Yes' if there exists an independent set of size k. Print 'No' otherwise.Independent Se...
Read More
Picked
Technical Scripter 2018
DSA
Sum of all odd frequency elements in an array
Given an array of integers containing duplicate elements. The task is to find the sum of all odd occurring elements in the given array. That is the sum of all such element...
Read More
Misc
Hash
DSA
Arrays
cpp-unordered_map
frequency-counting
Sum of all minimum occurring elements in an Array
Given an array of integers containing duplicate elements. The task is to find the sum of all least occurring elements in the given array. That is the sum of all such eleme...
Read More
Misc
Hash
DSA
Arrays
cpp-unordered_map
frequency-counting
Sum of all even occurring element in an array
Given an array of integers containing duplicate elements. The task is to find the sum of all even occurring elements in the given array. That is the sum of all such elemen...
Read More
Misc
Hash
DSA
Arrays
cpp-unordered_map
frequency-counting
Find the sum of all highest occurring elements in an Array
Given an array of integers containing duplicate elements. The task is to find the sum of all highest occurring elements in the given array. That is the sum of all such ele...
Read More
Misc
Hash
DSA
Arrays
cpp-unordered_map
frequency-counting
Check if a pair with given absolute difference exists in a Matrix
Given an N×M matrix and a difference K. The task is to check if a pair with the given absolute difference exists in the matrix or not.Examples:Input: mat[N][M] = {{1, 2, 3...
Read More
Misc
Searching
Hash
Matrix
DSA
cpp-unordered_set
Check if a pair with given product exists in a Matrix
Given an NxM matrix and a product K. The task is to check if a pair with the given product exists in the matrix or not.Examples:Input: mat[N][M] = {{1, 2, 3, 4}, ...
Read More
Misc
Hash
Matrix
DSA
cpp-unordered_set
Pair with given sum in matrix
Given a NxM matrix and a sum S. The task is to check if a pair with given Sum exists in the matrix or not.Examples:Input: mat[N][M] = {{1, 2, 3, 4}, {5, 6, ...
Read More
Misc
Hash
Matrix
DSA
cpp-unordered_set
Print N lines of 4 numbers such that every pair among 4 numbers has a GCD K
Given N and K, the task is to print N lines where each line contains 4 numbers such that every among those 4 numbers has a GCD K and the maximum number used in N*4 should ...
Read More
DSA
GCD-LCM
Maximize the number of subarrays with XOR as zero
Given an array of N numbers. The task is to maximize the number of subarrays with XOR value zero by swapping the bits of an array element of any given subarray any number ...
Read More
DSA
Bitwise-XOR
subarray
Droom Technology Internship Interview Experience
Droom Technology visited our campus recently and I bagged an internship opportunity there.First Round: The first round was a written test consisting of 20 MCQs divided bet...
Read More
Interview Experiences
Technical Scripter
Internship
Technical Scripter 2018
Experiences
Goldman Sachs Interview Experience (On-campus for Summer Internship)
Hackerrank Test (90 Minutes):They had eligibility criteria of 8 pointers. There were 2 coding questions (15 + 35 Marks) and 5 Computer Science questions (50 Marks). 10 out...
Read More
Interview Experiences
Internship
Experiences
Linux | Nmon
Nmon is a fully interactive performance monitoring command-line utility tool for Linux. It is a benchmark tool that displays performance about the CPU, MEMORY, NETWORK, DI...
Read More
Linux-Unix
Technical Scripter 2018
linux-command
1
...
10760
10761
10762
...
12073