This article will give you information about the company, its recruitment process, sample questions that have been asked previously, lots of experiences shared by other… Read More
Tag Archives: Housing.com
Write an efficient program to find the sum of contiguous subarray within a one-dimensional array of numbers that has the largest sum. Recommended: Please… Read More
Given a string str, find the length of the longest substring without repeating characters. For “ABDEFGABEF”, the longest substring are “BDEFGA” and “DEFGAB”, with length… Read More
Given a string str, find the length of the longest substring without repeating characters. For “ABDEFGABEF”, the longest substring are “BDEFGA” and “DEFGAB”, with length… Read More
Given a string str, find the length of the longest substring without repeating characters. For “ABDEFGABEF”, the longest substring are “BDEFGA” and “DEFGAB”, with length… Read More
Given an array of integers where each element represents the max number of steps that can be made forward from that element. Write a function… Read More
Given a positive integer n, find if it can be expressed as xy where y > 1 and x > 0. x and y both… Read More
I was interviewed by housing.com through campus placements. Here is my interview experience. Round 1: Resume based and 1 coding question. Briefly discussed about projects… Read More
I was recently interviewed by housing.com and received the offer. Following is my experience. Applied through Career page 1st Round : Online Written Round Coding… Read More
Here’s my Housing.com interview experience. Round 1 A discussion on resume, internship and projects. A project on Search engine (was on resume) was spoken in… Read More
Given an array arr[] where each element represents the max number of steps that can be made forward from that index. The task is to… Read More
Given a string str, find the length of the longest substring without repeating characters. Example: For “ABDEFGABEF”, the longest substring are “BDEFGA” and “DEFGAB”,… Read More
Given a binary tree and a number, return true if the tree has a root-to-leaf path such that adding up all the values along the… Read More
Given a Binary Tree, the task is to print the Level order traversal of the Binary Tree in spiral form i.e, alternate order. Example: Input:Output:… Read More
Given an array arr[] of size N. The task is to find the sum of the contiguous subarray within a arr[] with the largest sum. … Read More
Courses