i
NoBroker
Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.
OOPs stands for Object Oriented Programming. Java is called an OOP language because it follows the principles of OOP.
OOPs is a programming paradigm that focuses on objects and their interactions.
Java supports the four main principles of OOP: encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation allows bundling of data and methods into a single unit, providing data hiding and security.
Inheritance enabl...
Indexing and partitioning are techniques used in DBMS to improve performance and manage large amounts of data.
Indexing is the process of creating a data structure that allows for faster retrieval of data based on certain columns or fields.
Partitioning involves dividing a large table into smaller, more manageable parts called partitions, which can be stored on different disks or servers.
Both techniques can improve query...
Print the vertical level traversal of a binary tree.
Traverse the tree and assign horizontal distance to each node.
Store nodes in a map with their horizontal distance as key.
Print nodes in each horizontal distance in vertical order.
Design table diagram and link tables for a movie booking website like bookmyshow.
Create tables for movies, theaters, users, bookings, payments, and reviews
Link movies and theaters through a many-to-many relationship
Link users and bookings through a one-to-many relationship
Link bookings and payments through a one-to-one relationship
Link movies and reviews through a one-to-many relationship
Design a movie booking portal using objects and classes.
Create a Movie class with attributes like title, genre, duration, etc.
Create a Theater class with attributes like name, location, capacity, etc.
Create a Show class with attributes like movie, theater, showtime, price, etc.
Create a Booking class with attributes like show, seats, user, etc.
Implement methods for booking tickets, canceling tickets, etc.
Use database to...
I was interviewed in Jan 2025.
Various factors such as relevance, quality of content, backlinks, user experience, and site speed influence SEO keyword ranking.
Relevance of the keyword to the content on the page
Quality and uniqueness of the content
Number and quality of backlinks pointing to the page
User experience metrics such as bounce rate and time on site
Site speed and mobile-friendliness
The latest core updates from Google include the June 2021 Core Update and the Page Experience Update.
June 2021 Core Update focused on improving search results quality and relevance.
Page Experience Update introduced new ranking factors like Core Web Vitals and mobile-friendliness.
Google regularly releases core updates to improve user experience and search quality.
On-page SEO techniques involve optimizing individual web pages to rank higher and earn more relevant traffic in search engines.
Optimizing meta tags (title, description, keywords)
Creating high-quality, relevant content
Using proper heading tags (H1, H2, etc.)
Optimizing images with alt text and file names
Improving website speed and mobile-friendliness
I was interviewed in Dec 2024.
Bricks are typically made of clay and concrete is made of cement, sand, and aggregate.
Bricks are commonly made of clay and fired in a kiln for strength.
Concrete is a mixture of cement, sand, and aggregate, which hardens over time.
Different types of bricks include clay bricks, concrete bricks, and fly ash bricks.
Different types of concrete include plain concrete, reinforced concrete, and pre-stressed concrete.
Our company aims to provide personalized financial solutions to help clients achieve their goals and secure their future.
Focus on building long-term relationships with clients
Tailor financial plans to meet individual needs and objectives
Provide ongoing support and guidance to help clients navigate financial decisions
Offer a range of products and services to address various financial needs
We ensure customer satisfaction by providing personalized assistance, clear communication, and timely follow-up.
Offer personalized recommendations based on customer needs and preferences
Provide clear information about product features, benefits, and pricing
Follow up with customers to address any concerns or questions they may have
Offer excellent customer service throughout the entire purchasing process
The minimum Grade of Concrete used in R.C.C. works is M20.
The minimum Grade of Concrete used in R.C.C. works is M20.
R.C.C. stands for Reinforced Cement Concrete.
The grade of concrete is determined by its compressive strength after 28 days of curing.
M20 concrete has a minimum compressive strength of 20 MPa (Megapascals).
NoBroker interview questions for popular designations
I was interviewed in Jan 2025.
Community's management market project lu .Assess analytical and project management. Safety og Gated communities. Staff mangement Automated Utility payment. Society management and committee. Best deal. The help full. Staff mangement.and travel management.
Group conversation and centered Around Real Estate topic. Buying selling Renting Properties. Without The Involvement . Customer Service. Construction linked. Plan the progress. The payment schedule. Installment is payable. Legal support . Market knowledge. Best deals.
Get interview-ready with Top NoBroker Interview Questions
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Reverse the first 5 numbers in an array
Use array.slice() to get the first 5 elements
Use array.reverse() to reverse the elements
Combine the reversed elements with the rest of the array
A linked list can be created without utilizing arrays by defining a Node class with a value and a reference to the next node.
Define a Node class with a value and a reference to the next node
Create instances of the Node class and link them together by setting the next node reference
Implement methods to add, remove, and traverse the linked list
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
What features would you launch on NoBroker to ensure that recent college graduates onboard on-to the application ?
To increase penetration of NoBroker cleaning services, focus on app visibility, user incentives, partnerships, and customer reviews.
Optimize app visibility by featuring cleaning services prominently on the app homepage
Offer discounts or promotions to incentivize users to try out the cleaning services
Form partnerships with local businesses or real estate agents to promote the cleaning services
Encourage satisfied custome...
Implement verification process, user reviews, and AI algorithms to detect fraud listings.
Implement a verification process for landlords and tenants to confirm their identities.
Encourage users to leave reviews and ratings for properties they have visited.
Utilize AI algorithms to analyze listing data for any suspicious patterns or inconsistencies.
Flag and remove listings that are reported by multiple users or identified
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
Encoders and decoders are used to convert data from one format to another, such as encoding text into binary or decoding encrypted messages.
Encoders convert data from one format to another, such as text to binary.
Decoders reverse the process, converting encoded data back to its original format.
Examples include Base64 encoding for email attachments and encryption algorithms like AES for secure communication.
1D CNNs are used in signal processing, time series analysis, speech recognition, and natural language processing.
Signal processing: analyzing signals such as audio, EEG, ECG
Time series analysis: forecasting stock prices, weather patterns
Speech recognition: converting spoken language to text
Natural language processing: sentiment analysis, text classification
Boosting algorithms work by combining multiple weak learners to create a strong learner.
Boosting algorithms train multiple weak learners sequentially, with each subsequent learner focusing on the mistakes made by the previous ones.
The final prediction is made by combining the predictions of all the weak learners, usually weighted based on their individual performance.
Examples of boosting algorithms include AdaBoost, Gr
1x1 kernels in CNN help in reducing the number of parameters and computational cost while increasing the non-linearity of the network.
1x1 kernels are used to perform dimensionality reduction by combining features from different channels.
They help in increasing the non-linearity of the network by introducing additional non-linearities through activation functions.
1x1 convolutions are computationally efficient compared t...
AUC stands for Area Under the Curve and indicates the performance of a classification model.
AUC is a metric used to evaluate the performance of a classification model.
It measures the ability of the model to distinguish between positive and negative classes.
AUC ranges from 0 to 1, where a higher value indicates better performance.
An AUC of 0.5 suggests the model is no better than random guessing, while an AUC of 1 indic
Experienced investment manager with a strong track record in portfolio management and financial analysis.
Over 10 years of experience in the finance industry
Managed diverse portfolios for high-net-worth clients
Expertise in risk management and asset allocation
Strong analytical skills and ability to identify investment opportunities
Proven track record of delivering strong returns for clients
Real estate, dividend-paying stocks, peer-to-peer lending, index funds, and rental properties are safe investment avenues with high returns.
Real estate: Provides steady income through rental payments and potential for property value appreciation.
Dividend-paying stocks: Offer regular income in the form of dividends and potential for capital appreciation.
Peer-to-peer lending: Allows investors to earn interest by lending ...
Fractional ownership involves multiple investors owning a portion of an asset, while REITs are companies that own and manage real estate properties.
Fractional ownership allows investors to own a fraction of a high-value asset, such as real estate or art, without needing to purchase the entire asset.
Investors in fractional ownership typically share in the income generated by the asset and may also benefit from potential...
Invest in a diversified portfolio of low-cost index funds for long-term growth
Allocate funds across different asset classes (stocks, bonds, real estate)
Rebalance portfolio regularly to maintain desired asset allocation
Consider tax implications when making investment decisions
Focus on long-term goals and avoid emotional reactions to market fluctuations
I was interviewed in Aug 2024.
Sharing a link for the aptitude test, which consists of three rounds.
I have a Master's degree in Finance and 10 years of experience in the investment industry.
Master's degree in Finance
10 years of experience in the investment industry
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
Just basic questions no serious stuff
No, it is not okay for a customer to scold me or my family members.
It is important to maintain professionalism and respect in all interactions with customers.
If a customer is being disrespectful, it is important to remain calm and address the situation professionally.
Seeking assistance from a supervisor or manager may be necessary if the situation escalates.
Setting boundaries with customers is important to maintain a h
Top trending discussions
Some of the top questions asked at the NoBroker interview -
The duration of NoBroker interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 249 interviews
Interview experience
based on 2.1k reviews
Rating in categories
Relationship Manager
780
salaries
| ₹0 L/yr - ₹0 L/yr |
Territory Sales Manager
526
salaries
| ₹0 L/yr - ₹0 L/yr |
Sales Executive
342
salaries
| ₹0 L/yr - ₹0 L/yr |
Unit Head
282
salaries
| ₹0 L/yr - ₹0 L/yr |
Key Account Manager
244
salaries
| ₹0 L/yr - ₹0 L/yr |
MagicBricks
Nestaway
99acres
CommonFloor