Add office photos
Engaged Employer

MagicBricks

4.4
based on 2k Reviews
Video summary
Filter interviews by

50+ Zydus Lifesciences Interview Questions and Answers

Updated 17 Mar 2025

Q1. Sort 0 1 2 Problem Statement

Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

Input:

The first line contains an integer 'T' representing the number of...read more
Ans.

Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

  • Use three pointers to keep track of the positions of 0s, 1s, and 2s in the array.

  • Iterate through the array and swap elements based on the values encountered.

  • Achieve sorting in a single scan over the array without using any extra space.

Add your answer

Q2. Cycle Detection in a Singly Linked List

Determine if a given singly linked list of integers forms a cycle or not.

A cycle in a linked list occurs when a node's next points back to a previous node in the list. T...read more

Ans.

Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

  • Traverse the linked list using two pointers, one moving one step at a time and the other moving two steps at a time.

  • If the two pointers meet at any point, there is a cycle in the linked list.

  • If one of the pointers reaches the end of the list (null), there is no cycle.

Add your answer

Q3. N Queens Problem

Given an integer N, find all possible placements of N queens on an N x N chessboard such that no two queens threaten each other.

Explanation:

A queen can attack another queen if they are in the...read more

Ans.

The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard where no two queens threaten each other.

  • Use backtracking algorithm to explore all possible configurations.

  • Keep track of rows, columns, and diagonals to ensure queens do not attack each other.

  • Generate and print valid configurations where queens are placed safely.

  • Consider constraints and time limit for efficient solution.

  • Example: For N=4, valid configurations are: 0010100000101000 a...read more

Add your answer

Q4. Balanced Parentheses Combinations

Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

Explanation:

Con...read more

Ans.

Generate all possible combinations of balanced parentheses for a given number of pairs.

  • Use recursion to generate all possible combinations of balanced parentheses.

  • Keep track of the number of open and close parentheses used in each combination.

  • Return the valid combinations as an array of strings.

Add your answer
Discover Zydus Lifesciences interview dos and don'ts from real experiences

Q5. Ninja and Substrings Problem Statement

Ninja has to determine all the distinct substrings of size two that can be formed from a given string 'STR' comprising only lowercase alphabetic characters. These substrin...read more

Ans.

Find all unique contiguous substrings of size two from a given string.

  • Iterate through the string and extract substrings of size two

  • Use a set to store unique substrings

  • Return the set as an array of strings

Add your answer

Q6. How would you rate the quality of the property listings on Magicbricks? Did you come across any outdated or misleading information?

Ans.

The quality of property listings on Magicbricks varies, with some outdated or misleading information present.

  • Some listings may have outdated prices, making it difficult for buyers to gauge current market rates.

  • Certain properties may be marked as available when they have already been sold or rented.

  • Inconsistent information regarding property features, such as amenities or square footage, can lead to confusion.

  • User reviews can sometimes be biased or manipulated, affecting the p...read more

Add your answer
Are these interview questions helpful?

Q7. Can you describe the process you went through when searching for a property on Magicbricks?

Ans.

I followed a systematic approach to find a suitable property on Magicbricks, focusing on my requirements and preferences.

  • Identified my budget range and preferred locations, such as urban areas or specific neighborhoods.

  • Used filters on Magicbricks to narrow down options based on property type, size, and amenities.

  • Reviewed property listings, paying attention to photos, descriptions, and key details like price and area.

  • Shortlisted properties that met my criteria and reached out ...read more

Add your answer

Q8. What Do you know about Real estate Industry?

Ans.

Real estate industry involves buying, selling, and renting properties for residential or commercial purposes.

  • Real estate industry is a crucial part of the economy

  • It involves various professionals such as real estate agents, brokers, appraisers, and property managers

  • The industry is affected by factors such as interest rates, economic conditions, and government policies

  • Real estate can be classified into residential, commercial, industrial, and agricultural properties

  • Examples of...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What Do you know about Space Selling or Degital Marketing?

Ans.

Space selling or digital marketing refers to the process of selling advertising space on digital platforms to businesses.

  • It involves creating and executing digital marketing campaigns to promote products or services

  • It includes various techniques such as search engine optimization (SEO), social media marketing, email marketing, and content marketing

  • Space selling involves selling advertising space on digital platforms such as websites, mobile apps, and social media platforms

  • It ...read more

Add your answer

Q10. How will you work in a condition where there is uncertainty.

Ans.

I embrace uncertainty by staying adaptable, seeking clarity, and maintaining open communication to navigate challenges effectively.

  • Stay adaptable: I adjust my approach based on new information or changing circumstances. For example, if a project deadline shifts, I prioritize tasks accordingly.

  • Seek clarity: I ask questions and gather information to understand the situation better. For instance, if a process is unclear, I consult with colleagues or supervisors.

  • Maintain open com...read more

Add your answer

Q11. What are the responsibilities and functions of the Human Resources (HR) department?

Ans.

HR department manages recruitment, employee relations, training, and compliance to support organizational goals.

  • Recruitment and Staffing: Attracting and selecting qualified candidates, e.g., conducting interviews and onboarding new hires.

  • Employee Relations: Managing employee grievances and fostering a positive workplace culture, e.g., implementing feedback systems.

  • Training and Development: Providing learning opportunities for employees, e.g., organizing workshops and career d...read more

Add your answer

Q12. how satisfied are you with reliability of property listing in magicbrics?

Ans.

Magicbricks offers a reliable platform for property listings, ensuring accurate and up-to-date information for users.

  • Regular updates: Listings are frequently updated to reflect current availability, reducing the chances of outdated information.

  • User reviews: The platform allows users to leave feedback on properties, helping others gauge reliability based on real experiences.

  • Verification process: Magicbricks implements a verification process for listings, ensuring that properti...read more

Add your answer

Q13. Tell me the difference between Semantic and Nonsemantic elements

Ans.

Semantic elements provide meaning to the content, while nonsemantic elements are used for styling purposes only.

  • Semantic elements have a clear meaning and purpose in the code, making it easier for search engines and screen readers to understand the content.

  • Nonsemantic elements are used purely for styling purposes and do not provide any additional meaning to the content.

  • Examples of semantic elements include <header>, <footer>, <article>, <nav>, <section>, while examples of non...read more

View 1 answer

Q14. How magicbricks is better than other portal

Ans.

magicbricks offers a wider range of property listings, advanced search options, and verified listings compared to other portals.

  • magicbricks has a larger database of property listings, providing more options for buyers and renters.

  • The portal offers advanced search filters, making it easier for users to find properties that meet their specific criteria.

  • magicbricks verifies property listings to ensure authenticity and reduce the risk of fraud for users.

  • The platform also provides...read more

Add your answer

Q15. How would you manage unequal time distribution in a project or task?

Ans.

Managing unequal time distribution involves prioritization, communication, and resource allocation to ensure project success.

  • Assess project requirements: Identify critical tasks and allocate time accordingly. For example, prioritize tasks with impending deadlines.

  • Communicate with team members: Regular check-ins can help identify bottlenecks and redistribute tasks as needed.

  • Utilize project management tools: Tools like Trello or Asana can help visualize workload and adjust time...read more

Add your answer

Q16. What will be the techniques and tricks you are going to use for digital marketing of our company?

Ans.

I will leverage SEO, content marketing, social media, and data analytics to enhance your company's digital presence.

  • Implement SEO strategies to improve organic search rankings, e.g., optimizing website content with relevant keywords.

  • Utilize content marketing by creating valuable blog posts and infographics that address customer pain points, e.g., a monthly newsletter.

  • Engage audiences on social media platforms like Instagram and LinkedIn through targeted campaigns and interact...read more

Add your answer

Q17. how would you rate magicbrics based in customer support?

Ans.

Magicbricks excels in customer support, providing timely assistance and comprehensive resources for users in the real estate market.

  • 24/7 customer support availability ensures users can get help anytime.

  • Dedicated support teams for buyers and sellers enhance user experience.

  • User-friendly FAQs and resource guides help customers find answers quickly.

  • Live chat options provide instant assistance for urgent queries.

  • Regular feedback collection from users to improve support services.

Add your answer

Q18. what improvements would you like to see in magicbric's services?

Add your answer

Q19. How will you address plagiarism management within the company?

Ans.

Implementing effective plagiarism management ensures integrity and originality in company documents and communications.

  • Establish a clear plagiarism policy outlining definitions and consequences.

  • Provide training sessions for employees on proper citation practices and the importance of originality.

  • Utilize plagiarism detection software to regularly check documents before publication.

  • Encourage a culture of creativity and innovation, where original ideas are valued and rewarded.

  • Im...read more

Add your answer

Q20. How will you convince me to buy MB

Ans.

I will highlight the unique features and benefits of MB, provide personalized solutions, offer competitive pricing, and ensure exceptional customer service.

  • Highlight the unique features and benefits of MB, such as its advanced technology, reliability, and performance.

  • Provide personalized solutions tailored to the customer's specific needs and preferences.

  • Offer competitive pricing compared to similar products in the market.

  • Ensure exceptional customer service throughout the buy...read more

Add your answer

Q21. What are the key responsibilities within the Human Resources department?

Ans.

Key responsibilities in HR include recruitment, employee relations, performance management, and compliance with labor laws.

  • Recruitment and Staffing: Attracting and selecting qualified candidates through job postings, interviews, and assessments.

  • Employee Onboarding: Facilitating new hire orientation and training to ensure smooth integration into the company culture.

  • Performance Management: Implementing performance appraisal systems to evaluate employee performance and provide f...read more

Add your answer

Q22. What do you know about real estate market

Ans.

Real estate market refers to the buying and selling of properties, influenced by factors like location, economy, and demand.

  • Real estate market is influenced by factors such as location, economy, and demand

  • Market trends can vary based on region and type of property

  • Investors often look at factors like interest rates and housing supply

Add your answer

Q23. Longest substring with non repeating characters

Ans.

Find the longest substring in a given string that does not contain any repeating characters.

  • Use a sliding window approach to iterate through the string.

  • Keep track of the characters seen so far using a set.

  • Update the start and end indices of the window to find the longest substring.

  • Return the length of the longest substring.

Add your answer

Q24. How to pitch for a sale?

Ans.

To pitch for a sale, understand the customer's needs, present a solution, and address any objections.

  • Research the customer and their industry to understand their pain points and needs.

  • Present a solution that meets their specific needs and highlights the benefits.

  • Address any objections or concerns the customer may have.

  • Close the sale by asking for their business and following up with next steps.

  • Use persuasive language and active listening skills to build rapport and trust with...read more

Add your answer

Q25. Present an idea for advertisement of a property in rural side of the state.

Ans.

Discover your dream rural retreat: a charming property surrounded by nature, perfect for relaxation and adventure.

  • Highlight the serene environment: 'Wake up to the sound of chirping birds and the sight of lush green fields.'

  • Emphasize outdoor activities: 'Enjoy hiking, fishing, and stargazing right from your backyard.'

  • Showcase local culture: 'Experience the warmth of rural community events and farmers' markets.'

  • Promote sustainability: 'Live off the land with space for gardenin...read more

Add your answer

Q26. Guesstimate - Number of shampoo sold in India

Ans.

Approximately 1.5 billion bottles of shampoo are sold in India annually.

  • India has a population of over 1.3 billion people, with a large percentage using shampoo regularly.

  • Assuming an average person uses one bottle of shampoo per month, the estimated number of bottles sold annually is around 1.5 billion.

  • Factors such as income levels, hair type, and cultural practices may affect the usage of shampoo in different regions of India.

Add your answer

Q27. How you can add value to the company?

Ans.

I can enhance company performance through strategic HR initiatives, talent development, and fostering a positive workplace culture.

  • Implement data-driven recruitment strategies to attract top talent, such as using AI tools for resume screening.

  • Develop comprehensive training programs that align with company goals, improving employee skills and productivity.

  • Foster a culture of diversity and inclusion, which can lead to increased innovation and employee satisfaction.

  • Establish cle...read more

Add your answer

Q28. How will you justify ROI for builders

Ans.

By demonstrating how our services can increase efficiency, reduce costs, and improve overall project outcomes.

  • Showcase case studies of past projects where our services led to higher profits for builders

  • Highlight the potential cost savings from using our services compared to traditional methods

  • Emphasize the improved project timelines and quality that result from working with us

Add your answer

Q29. Would you be able to audit 35 calls per day?

Ans.

Yes, I am confident in my ability to audit 35 calls per day.

  • I have experience auditing a high volume of calls in my previous role.

  • I am organized and efficient in my work process.

  • I am dedicated to ensuring quality and accuracy in my audits.

  • I am confident in my ability to meet the daily target of 35 calls.

Add your answer

Q30. How would you generate new leads

Ans.

I would generate new leads by utilizing a combination of digital marketing strategies, networking events, and targeted outreach campaigns.

  • Utilize social media platforms to engage with potential leads and drive traffic to the company website

  • Attend industry conferences and networking events to establish connections with potential clients

  • Implement email marketing campaigns to reach out to prospects and nurture leads

  • Utilize search engine optimization (SEO) strategies to improve v...read more

Add your answer

Q31. Show how to sell a product

Ans.

Selling a product involves understanding customer needs, highlighting product benefits, and closing the deal.

  • Understand the customer's needs and pain points

  • Highlight the unique features and benefits of the product

  • Address any objections or concerns the customer may have

  • Create a sense of urgency or scarcity to encourage a purchase

  • Close the deal by asking for the sale

Add your answer

Q32. How you contribute in growth of MB

Ans.

I contribute to the growth of MB by implementing strategic category management initiatives and driving sales through effective product assortment.

  • Developing and executing category strategies to drive sales and increase market share

  • Analyzing market trends and consumer behavior to identify growth opportunities

  • Collaborating with cross-functional teams to optimize product assortment and pricing

  • Negotiating with suppliers to secure favorable terms and improve margins

  • Implementing pr...read more

Add your answer

Q33. Explain the different types of real estate listings.

Ans.

Real estate listings vary by type, including exclusive, open, and pocket listings, each serving different marketing strategies.

  • Exclusive Listing: A single agent has the right to sell the property, providing focused marketing efforts.

  • Open Listing: Multiple agents can market the property, allowing for broader exposure but less control.

  • Pocket Listing: Properties are marketed privately, often before hitting the public market, targeting specific buyers.

  • MLS Listing: Properties list...read more

Add your answer

Q34. What is your understanding of marketing?

Ans.

Marketing is the strategic process of promoting, selling, and distributing a product or service to meet customer needs.

  • Understanding customer needs: For example, conducting surveys to gather insights on consumer preferences.

  • Creating value: Developing a unique selling proposition (USP) that differentiates a product, like Apple's focus on design and user experience.

  • Building brand awareness: Utilizing social media campaigns to increase visibility, such as Nike's 'Just Do It' cam...read more

Add your answer

Q35. Applications of various data structures.

Ans.

Data structures are used in various applications like search algorithms, storage systems, and graph algorithms.

  • Search algorithms like binary search use arrays and trees for efficient searching.

  • Storage systems use data structures like hash tables and linked lists for organizing and accessing data.

  • Graph algorithms like Dijkstra's algorithm use graphs and trees for solving complex problems.

Add your answer

Q36. What are ur weaknesses and strengths

Ans.

I possess strong analytical skills and attention to detail, but I sometimes struggle with delegation and time management.

  • Strength: Strong analytical skills - I excel at identifying discrepancies in financial reports, which helps in risk assessment.

  • Strength: Attention to detail - My meticulous nature ensures that audits are thorough and accurate, minimizing errors.

  • Weakness: Difficulty in delegation - I often take on too much myself, which can lead to burnout; I'm working on tr...read more

Add your answer

Q37. what is string eplain that code

Ans.

A string is a sequence of characters used to represent text.

  • Strings are typically enclosed in quotation marks

  • Strings can contain letters, numbers, symbols, and spaces

  • Strings can be manipulated using various string functions

Add your answer

Q38. what is array how type of array

Ans.

An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

  • Arrays can be of different types such as integer arrays, float arrays, or string arrays.

  • Example: string[] names = {"Alice", "Bob", "Charlie"};

  • Arrays in most programming languages are zero-indexed, meaning the first element is at index 0.

  • Arrays allow for efficient access and manipulation of elements based on their index.

Add your answer

Q39. Your phython skills

Ans.

I possess strong Python skills, including data analysis, automation, and web development, with practical experience in various projects.

  • Proficient in data manipulation using libraries like Pandas and NumPy; for example, I analyzed large datasets to extract insights.

  • Experience in web development with Flask and Django, creating RESTful APIs for applications.

  • Skilled in automating repetitive tasks using Python scripts, such as data entry and report generation.

  • Familiar with machin...read more

Add your answer

Q40. Sales strategy to show

Ans.

Develop a sales strategy that focuses on building relationships, understanding customer needs, and providing personalized solutions.

  • Identify target market and ideal customer profile

  • Build relationships with potential clients through networking and follow-ups

  • Understand customer needs and pain points to tailor solutions

  • Provide personalized solutions that address specific customer challenges

  • Utilize data and analytics to track performance and adjust strategy accordingly

Add your answer

Q41. what is ai in our life

Ans.

AI plays a significant role in our daily lives, from virtual assistants to personalized recommendations.

  • AI powers virtual assistants like Siri, Alexa, and Google Assistant.

  • AI algorithms are used for personalized recommendations on platforms like Netflix and Amazon.

  • AI is utilized in autonomous vehicles for self-driving capabilities.

  • AI is used in healthcare for medical imaging analysis and drug discovery.

Add your answer

Q42. What do you know about MB

Ans.

MB is a company that specializes in manufacturing and selling luxury vehicles.

  • MB stands for Mercedes-Benz, a German automobile manufacturer

  • The company produces a range of luxury vehicles including cars, buses, and trucks

  • Mercedes-Benz is known for its innovative technology and safety features

  • The company has a global presence with production facilities and sales offices in various countries

  • Mercedes-Benz is a subsidiary of Daimler AG

Add your answer

Q43. Guesstimates on no. of air travellers in Delhi

Add your answer

Q44. what is useref in react

Ans.

useRef is a hook in React that allows you to create a mutable ref object.

  • useRef is used to access DOM nodes or store mutable values that persist across renders.

  • It can be used to focus an input field, measure the size of an element, or store previous values.

  • Example: const inputRef = useRef(null);

Add your answer

Q45. Why Magicbricks

Ans.

Magicbricks is the leading online real estate platform in India.

  • Magicbricks has a vast database of properties and agents, making it easy for customers to find their desired property.

  • The platform offers various tools and features to help customers make informed decisions, such as property valuation, locality insights, and legal advice.

  • Magicbricks has a user-friendly interface and provides excellent customer support.

  • The platform has a strong reputation and is trusted by million...read more

Add your answer

Q46. 3- Sale this cabin ?

Ans.

This cabin is a perfect getaway for nature lovers with its serene surroundings and cozy interiors.

  • The cabin is located in a secluded area surrounded by lush greenery.

  • The interiors are designed to provide a warm and comfortable stay.

  • The cabin is equipped with modern amenities like a fireplace, kitchen, and bathroom.

  • The surrounding area offers various outdoor activities like hiking, fishing, and camping.

  • The cabin is perfect for those who want to escape the hustle and bustle of ...read more

Add your answer

Q47. Which language do you know??

Add your answer

Q48. Trees bagging vs boosting

Ans.

Trees bagging and boosting are ensemble learning techniques that use multiple decision trees, but with different approaches.

  • Bagging (Bootstrap Aggregating) involves training multiple decision trees independently on different subsets of the training data and then averaging the predictions. Examples include Random Forest.

  • Boosting involves training multiple decision trees sequentially, with each tree correcting the errors of its predecessor. Examples include AdaBoost and Gradien...read more

Add your answer

Q49. React in deep and project

Ans.

React is a JavaScript library for building user interfaces, commonly used in web development projects.

  • React is a declarative, efficient, and flexible JavaScript library for building user interfaces.

  • It allows developers to create reusable UI components that can be easily composed to build complex user interfaces.

  • React uses a virtual DOM to improve performance by only updating the parts of the actual DOM that have changed.

  • React can be used to build single-page applications, pro...read more

Add your answer

Q50. Launch modes on android

Ans.

Launch modes on Android determine how a new instance of an activity is associated with the current task.

  • Standard: Creates a new instance of the activity in the task's stack

  • SingleTop: If an instance of the activity already exists at the top of the stack, it will not be recreated

  • SingleTask: Activity is always at the root of the task and no other activities can be on top of it

  • SingleInstance: Similar to SingleTask, but the activity is launched in a new task

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Top MagicBricks Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter