Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Marquee Equity Team. If you also belong to the team, you can get access from here

Marquee Equity Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Marquee Equity Interview Questions and Answers for Experienced

Updated 22 Nov 2024

Marquee Equity Interview Experiences for Experienced

Popular Designations

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions from your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are proficient in SQL joining tables. I did not have SQL proficiency.
Interview was taken by CTO, founder and he was very friendly and he'll make you very comfortable and relaxed.

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

Jobs at Marquee Equity

View all

Interview questions from similar companies

Intern Interview Questions & Answers

Droom user image Anonymous

posted on 5 May 2017

I appeared for an interview in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. What do you know about our company and product
  • Ans. 

    I'm sorry, I don't have access to the internet to research the company and product.

    • Answered by AI
    • Q2. Tell us all you know about Droom
    • Ans. 

      Droom is an online marketplace for buying and selling new and used vehicles.

      • Founded in 2014 by Sandeep Aggarwal

      • Offers a wide range of vehicles including cars, bikes, and scooters

      • Provides services such as vehicle history reports and inspections

      • Has over 6,500 certified dealers and over 50,000 listings

      • Operates in India and Singapore

    • Answered by AI

    Interview Preparation Tips

    Round: Resume Shortlist
    Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
    Tips: Mention the extracurriculars well and your learnings from each of them.

    Round: Technical Interview
    Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
    Tips: Mention the extracurriculars well and your learnings from each of them.

    Round: Technical Interview
    Experience: Seems like an HR question, but is a product based question for the company. So now, when they call it technical, it is because their product is the website that they manage. So I started talking about Droom's vision and mission.
    I spoke of a few features that would help customers. I also spoke of the tools that were useful for customer experience. I also mentioned the speed and quality of the site.
    Tips: Here be careful as you need to answer in the technical sense. Starting with when the company was started/ the location will not help build a point. Start off with the product. Also feel free to point out negatives, but make sure you sandwich it between smoother and better things.

    I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Basic Questions only, Oops concept, Android basic questions, work manager related, MVVM pattern, why kotlin?

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It is a well-motivated place in terms of work, they are really making the best use of technology that they can. The interview can be clarified by someone who has clear basics of technology, how things are really moving in technology. They are only examining the basics of technology.

    I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
    View all tips
    Round 2 - Group Discussion 

    Market related question

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Keep knowledge in advance. Marketing and sales related.

    I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.

    Interview Questionnaire 

    3 Questions

    • Q1. Business problems and case studies
    • Q2. Guesstimates
    • Q3. Experience to date
    • Ans. 

      I have 3 years of experience working as a Data Analyst in the finance industry.

      • Analyzed financial data to identify trends and make recommendations

      • Created reports and dashboards using tools like Tableau and Excel

      • Collaborated with cross-functional teams to improve data quality and accuracy

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Use your basic aptitude.
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - Technical 

    (2 Questions)

    • Q1. Explain hoisting in js
    • Ans. 

      Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

      • Variable declarations are hoisted to the top of their scope, but not their assignments.

      • Function declarations are fully hoisted, meaning they can be called before they are declared.

      • Hoisting can lead to unexpected behavior if not understood properly.

    • Answered by AI
    • Q2. Explain closures in js
    • Ans. 

      Closures in JavaScript allow functions to access variables from their outer scope even after the outer function has finished executing.

      • Closures are created when a function is defined within another function and the inner function has access to the outer function's variables.

      • Closures can be used to create private variables and functions in JavaScript.

      • Closures can also be used to maintain state in asynchronous operations

    • Answered by AI
    Round 2 - Technical 

    (1 Question)

    • Q1. Javascript polyfills

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Not Selected

    I applied via Referral and was interviewed in Oct 2023. There were 3 interview rounds.

    Round 1 - Technical 

    (1 Question)

    • Q1. It was a DS round, he asked me about queue and internals of Hash Map in java and them android questions on work manager and MVVM
    Round 2 - Technical 

    (1 Question)

    • Q1. It was Android Fundamentals round, was asked on my work in current company and architectures.
    Round 3 - Technical 

    (1 Question)

    • Q1. It was a round with director, was asked a HLD question on how to create a driver monitoring app to calculate speed and then on how to design an app like blinkit.

    I appeared for an interview in Mar 2022.

    Round 1 - Video Call 

    (2 Questions)

    Round duration - 60 Minutes
    Round difficulty - Easy

    Formal Introduction.
    Asked About Projects.
    Difference between SQL and NoSQL. Pros and Cons. Where should we use SQL and NoSQL.
    Given a problem, I have to make a SQL Database structure and then interviewer told me to convert it into NoSQL.
    asked coding questions

    • Q1. 

      Search In Rotated Sorted Array Problem Statement

      Given a sorted array of distinct integers that has been rotated clockwise by an unknown amount, you need to search for a specified integer in the array. Fo...

    • Ans. 

      Implement a search function to find a specified integer in a rotated sorted array.

      • Implement a binary search algorithm to find the target integer in the rotated sorted array.

      • Handle the cases where the target integer may lie in the left or right half of the rotation.

      • Keep track of the mid element and adjust the search range based on the rotation.

      • Return the index of the target integer if found, else return -1.

    • Answered by AI
    • Q2. 

      Zigzag Binary Tree Traversal Problem

      Given a binary tree, compute the zigzag level order traversal of the node values in the tree. The zigzag traversal requires traversing levels from left to right, then ...

    • Ans. 

      Zigzag level order traversal of a binary tree is computed by alternating between left to right and right to left traversal at each level.

      • Use a queue to perform level order traversal of the binary tree.

      • Maintain a flag to switch between left to right and right to left traversal at each level.

      • Store the node values in a list while traversing and alternate the order based on the flag.

      • Example: For input 1 2 3 4 -1 5 6 -1 7 -...

    • Answered by AI

    Interview Preparation Tips

    Eligibility criterianaPark+ interview preparation:Topics to prepare for the interview - OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 5 MonthInterview preparation tips for other job seekers

    Tip 1 : Prepare well for subjects
    Tip 2 : Prepare for system design
    Tip 3 : Practice coding

    Application resume tips for other job seekers

    Tip 1 : Don't lie on resume
    Tip 2 : Just write in format that is catchy

    Final outcome of the interviewRejected

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Campus Placement and was interviewed before Jan 2022. There were 2 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
    View all tips
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. Tell me about yourself
    • Q2. Internship Experience

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Research a little bit about the company, show go getter attitude & a passion for sales, you'll be hired.
    Interview experience
    1
    Bad
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
    View all tips
    Round 2 - Technical 

    (1 Question)

    • Q1. Excel and SQL based questions
    Round 3 - Technical 

    (1 Question)

    • Q1. Python and project based questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Took 2 interviews over the course of 2 weeks and then 1 hour before my scheduled final / HR round declined to hire me as they decided that they don't want to.
    Utter disregard for a candidate's time and work. The humiliating level of such degraded professionalism that they cannot decide before posting an interview that they don't want to hire.
    But they have the audacity to expect 7 days and open-ended work schedule from the candidates.
    DO NOT APPLY.

    Marquee Equity Interview FAQs

    How many rounds are there in Marquee Equity interview for experienced candidates?
    Marquee Equity interview process for experienced candidates usually has 1 rounds. The most common rounds in the Marquee Equity interview process for experienced candidates are HR.
    How to prepare for Marquee Equity interview for experienced candidates?
    Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Marquee Equity. The most common topics and skills that interviewers at Marquee Equity expect are Investment Banking, Private Equity, Fund Raising, Venture Capital and CFA.
    What are the top questions asked in Marquee Equity interview for experienced candidates?

    Some of the top questions asked at the Marquee Equity interview for experienced candidates -

    1. Sigh of the day re the best for your future baby boy and girl and me and me too...read more
    2. how one can make investm...read more
    3. Fddghjnvcdhhv...read more

    Tell us how to improve this page.

    Marquee Equity Interview Process for Experienced

    based on 1 interview

    Interview experience

    5
      
    Excellent
    View more

    Interview Questions from Similar Companies

    MagicPin Interview Questions
    2.6
     • 50 Interviews
    Park Plus Interview Questions
    2.8
     • 36 Interviews
    Tokopedia Interview Questions
    4.1
     • 25 Interviews
    Meritto Interview Questions
    3.6
     • 22 Interviews
    JUSPAY Interview Questions
    3.1
     • 21 Interviews
    Furlenco Interview Questions
    3.4
     • 21 Interviews
    Melorra Interview Questions
    3.2
     • 20 Interviews
    Fraazo Interview Questions
    3.4
     • 20 Interviews
    Droom Interview Questions
    3.8
     • 19 Interviews
    View all

    Marquee Equity Reviews and Ratings

    based on 45 reviews

    2.8/5

    Rating in categories

    2.6

    Skill development

    3.4

    Work-life balance

    3.0

    Salary

    2.5

    Job security

    2.5

    Company culture

    2.5

    Promotions

    2.7

    Work satisfaction

    Explore 45 Reviews and Ratings
    Investment Banking Fellow

    New Delhi

    Not Disclosed

    Edu Tech Course Sales Person (Part-Time)

    Kanpur,

    Sikar

    +1

    2-3 Yrs

    Not Disclosed

    Training and Placement Officer (TPO)

    Kanpur,

    Sikar

    +1

    2-3 Yrs

    Not Disclosed

    Explore more jobs
    Senior Associate
    22 salaries
    unlock blur

    ₹5.5 L/yr - ₹18 L/yr

    Investment Analyst
    12 salaries
    unlock blur

    ₹4 L/yr - ₹15.5 L/yr

    Investment Banking Analyst
    10 salaries
    unlock blur

    ₹4.5 L/yr - ₹15.5 L/yr

    Associate
    7 salaries
    unlock blur

    ₹5.5 L/yr - ₹8 L/yr

    Investment Advisor
    7 salaries
    unlock blur

    ₹7.6 L/yr - ₹9 L/yr

    Explore more salaries
    Compare Marquee Equity with

    MagicPin

    2.6
    Compare

    Awign Enterprises

    3.9
    Compare

    Nestaway

    3.8
    Compare

    Flyhomes

    4.3
    Compare
    Did you find this page helpful?
    Yes No
    write
    Share an Interview