Filter interviews by
posted on 9 Mar 2015
Pricing of a product
Consider the cost of production, marketing, and distribution
Analyze the competition and market demand
Determine the value proposition and target audience
Set a price that is competitive and profitable
Regularly review and adjust pricing strategy
Position property in CSS
position: static is the default value
position: relative is relative to its normal position
position: absolute is relative to the nearest positioned ancestor
position: fixed is relative to the viewport
Sockets and Ajax are both used for real-time communication, but sockets are more efficient for continuous data transfer.
Sockets provide a persistent connection between client and server, while Ajax uses HTTP requests.
Sockets are faster and more efficient for real-time data transfer.
Ajax is better suited for occasional data updates or small amounts of data.
Examples of socket-based applications include chat rooms and onl...
Node is a popular server-side JavaScript runtime environment.
Node is fast and efficient for handling I/O operations.
It has a large and active community with a vast number of modules available.
Node allows for easy scalability and can handle a large number of concurrent connections.
It is cross-platform and can run on various operating systems.
Node is commonly used for building real-time applications, APIs, and microservi
A server is a computer program that provides services to other computer programs or clients over a network.
A server listens for incoming requests from clients
It processes the requests and sends back the response
Servers can be dedicated or shared
Examples include web servers, email servers, and file servers
My favorite product is the iPhone.
I love the sleek design and user-friendly interface.
The camera quality is amazing and the App Store has endless options.
The integration with other Apple products makes it even more convenient.
The constant updates and improvements keep it relevant and up-to-date.
Overall, it's a reliable and versatile device that I use every day.
Good products solve problems and provide value, while bad products are poorly designed and fail to meet user needs.
Good products are intuitive and easy to use
Good products have a clear value proposition
Good products are reliable and perform well
Bad products have confusing interfaces and are difficult to navigate
Bad products lack key features or have unnecessary ones
Bad products are prone to bugs and crashes
Example of g...
Good is subjective and can vary based on context. Bad can be improved by identifying and addressing the root cause.
Good can be good because it meets a specific need or requirement
Good can also be good because it exceeds expectations or provides additional benefits
Bad can be improved by identifying the root cause of the issue
Once the root cause is identified, a plan can be put in place to address it
Regular evaluation an
Housing.com interview questions for popular designations
I applied via Referral
I have worked in various roles in operations management since graduating from college.
Started as an operations coordinator at XYZ company
Promoted to operations manager after 2 years
Managed a team of 10 employees and increased efficiency by 20%
Implemented new software system to streamline processes
Attended leadership training courses to improve management skills
I have the necessary skills, experience, and leadership qualities to excel in the role of Regional Operations Manager.
I have a proven track record of successfully managing operations in multiple regions.
I possess strong leadership skills and can effectively manage and motivate teams.
I have a deep understanding of the industry and can identify opportunities for growth and improvement.
I am highly organized and can manage...
As a Regional Operations Manager, I was responsible for overseeing the day-to-day operations of multiple locations within a specific region.
Managed and trained staff at each location
Ensured compliance with company policies and procedures
Developed and implemented strategies to improve efficiency and profitability
Analyzed financial reports and made recommendations for cost-saving measures
Collaborated with other departmen...
Airtel's revenue sources include mobile services, digital TV, enterprise services, and others. Approximate figure is around $12 billion.
Mobile services including voice and data
Digital TV services
Enterprise services such as cloud and connectivity solutions
Other sources such as payments bank and Airtel Xstream
Approximate revenue figure is around $12 billion
Sorry, I cannot answer this question without available data.
No data available to calculate revenue of the government electricity board of Maharastra.
I appeared for an interview before Feb 2021.
Round duration - 60 minutes
Round difficulty - Easy
Resume based and 1 coding question. Briefly discussed about projects in resume and questions were completely related to projects mentioned.
You are provided with an array of integers 'ARR' consisting of 'N' elements. Each integer is within the range [1, N-1], and the array contains exactly one duplica...
Find the duplicate element in an array of integers.
Iterate through the array and keep track of seen elements using a set or hashmap.
If an element is already in the set, it is the duplicate element.
Return the duplicate element once found.
Round duration - 60 minutes
Round difficulty - Medium
This round was completely pen and paper coding round. 3 coding questions were asked.
You are given an arbitrary binary tree consisting of N nodes, each associated with an integer value from 1 to 9. Each root-to-leaf path can be considered a number formed by concat...
Calculate the total sum of all root to leaf paths in an arbitrary binary tree.
Traverse the tree from root to leaf nodes, keeping track of the current path sum.
Add the current node value to the path sum and multiply by 10 for each level.
When reaching a leaf node, add the final path sum to the total sum.
Return the total sum modulo (10^9 + 7) as the final result.
Determine the length of the largest subarray within a given array of 0s and 1s, such that the subarray contains an equal number of 0s and 1s.
Input beg...
Find the length of the largest subarray with equal number of 0s and 1s in a given array.
Iterate through the array and maintain a count of 0s and 1s encountered so far.
Store the count difference in a hashmap with the index as key.
If the same count difference is encountered again, the subarray between the two indices has equal 0s and 1s.
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.
Iterate through the buildings and create a list of critical points (x, y) where the height changes.
Sort the critical points based on x-coordinate and process them to form the skyline.
Merge consecutive horizontal segments of equal height into one to ensure no duplicates.
Return the fin...
Round duration - 20 minutes
Round difficulty - Easy
Only one coding question was asked with time limit of 10 minutes
You are provided with a continuous non-empty string (referred to as 'sentence') which contains no spaces and a dictionary comprising a list of non-empty strings (known as 'wor...
Given a dictionary of words and a continuous string, generate all possible sentences by inserting spaces.
Iterate through the continuous string and check all possible substrings to see if they are in the dictionary.
Use recursion to generate all possible sentences by inserting spaces at different positions.
Return the valid sentences formed using the words from the dictionary.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Make a cv which is appealing, and highlight some key things regarding web development or algorithms or system development.
Tip 2 : Have at-least 2 good projects explained in short with all important points covered.
I appeared for an interview before Feb 2021.
Round duration - 60 minutes
Round difficulty - Easy
This was a technical round with questions on CSS and Node js.
Tip : Have a basic knowledge about : SASS,Susy,Jade,npm,grunt,gulp,yeoman,LibSASS
The CSS position property defines the positioning method of an element.
Static: Default position, elements are positioned according to the normal flow of the document.
Relative: Positioned relative to its normal position.
Absolute: Positioned relative to the nearest positioned ancestor.
Fixed: Positioned relative to the viewport, does not move when the page is scrolled.
Sticky: Acts like a combination of relative and fixed
SassScript supports data types like numbers, strings, colors, booleans, lists, and maps.
Numbers: Can be integers or decimals, with or without units (e.g. 10, 2.5px)
Strings: Can be enclosed in single or double quotes (e.g. 'Hello', "World")
Colors: Represented in various formats like hex, RGB, or named colors (e.g. #FF0000, rgb(255, 0, 0), red)
Booleans: Represented as true or false values
Lists: Ordered collection of valu...
Grunt modules or plugins are extensions that provide additional functionality to the Grunt task runner.
Grunt modules or plugins are used to automate tasks in web development.
They can be used for tasks like minification, compilation, unit testing, etc.
Examples of Grunt plugins include grunt-contrib-uglify for minifying JavaScript files and grunt-sass for compiling Sass files.
Sockets allow real-time bidirectional communication between client and server, while Ajax enables asynchronous communication for updating parts of a web page without reloading.
Sockets provide a continuous connection for real-time data exchange, while Ajax makes asynchronous requests to update specific parts of a web page.
Sockets are commonly used in applications requiring real-time updates like chat applications, onlin...
Round duration - 60 minutes
Round difficulty - Easy
This was a technical round with questions on Java script, Web Fundamentals etc.
Tip : Have knowledge about Closures,Prototypes,Function/variable hoisting,prototypal inheritance,modular pattern,JSONP,this etc
A server is a computer or software that provides functionality for other programs or devices, typically over a network.
A server receives requests from clients and processes them to provide the requested services or data.
Servers can host websites, store files, manage databases, or perform other specialized tasks.
Examples of servers include web servers like Apache or Nginx, database servers like MySQL or PostgreSQL, and ...
Function expression is assigned to a variable, while function declaration is hoisted to the top of the scope.
Function expression is not hoisted, while function declaration is hoisted.
Function expression can be anonymous, while function declaration must have a name.
Function expression can be assigned to a variable, while function declaration cannot.
Round duration - 30 minutes
Round difficulty - Easy
This was a puzzle round. 2 puzzles were given to solve .
Use a combination of weighing and counting to identify coins of different denominations.
Separate coins by weight to identify different denominations (e.g. pennies, nickels, dimes, quarters)
Count the number of each denomination to confirm the identification
Use a scale to measure weight differences between coins
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied for a consult company because of my passion for problem-solving and desire to work with a diverse range of clients.
I enjoy analyzing complex issues and finding solutions
I am excited about the opportunity to work with clients from various industries
I am interested in learning about different business models and strategies
I believe my skills and experience align well with the demands of a consult company
For exa...
I am a highly motivated and organized individual with extensive experience in operations management.
I have a Bachelor's degree in Business Administration.
I have worked as an Operations Manager for 5 years, overseeing a team of 20 employees.
I am skilled in project management, process improvement, and team leadership.
I have experience in implementing new systems and procedures to increase efficiency and productivity.
I am...
It is not clear what 'it' refers to in the question.
Please provide more context or clarify the question.
Without additional information, it is impossible to answer the question.
Can you please rephrase the question or provide more details?
The estimated money spent on rental housing in Bombay for 1BHK and 2BHK apartments depends on various factors such as location, amenities, and demand.
The rental prices for 1BHK and 2BHK apartments vary depending on the location in Bombay.
The rental prices are higher in areas like South Bombay, Bandra, and Juhu compared to suburbs like Thane and Navi Mumbai.
The rental prices also depend on the amenities provided by the ...
Interstellar is a science fiction movie that explores the concept of time travel and the survival of humanity.
The movie is based on the theory of relativity and the concept of wormholes.
It explores the idea of time dilation, where time moves slower in a strong gravitational field.
The movie also touches upon the consequences of climate change and the need for humanity to find a new habitable planet.
The plot revolves aro...
Top trending discussions
Some of the top questions asked at the Housing.com interview -
The duration of Housing.com interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 41 interviews
Interview experience
based on 557 reviews
Rating in categories
Senior Accounts Manager
395
salaries
| ₹4.2 L/yr - ₹12 L/yr |
Accounts Manager
238
salaries
| ₹3.5 L/yr - ₹9 L/yr |
Team Manager
77
salaries
| ₹5.1 L/yr - ₹16.6 L/yr |
Software Development Engineer
63
salaries
| ₹10 L/yr - ₹28.5 L/yr |
Key Account Manager
46
salaries
| ₹4.2 L/yr - ₹12 L/yr |
MagicBricks
NoBroker
Udaan
Swiggy