Upload Button Icon Add office photos
Engaged Employer

i

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

Vihar Exports Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vihar Exports Interview Questions and Answers

Be the first one to contribute and help others!

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.
    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.

    I applied via LinkedIn and was interviewed before Aug 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 - Technical 

    (4 Questions)

    • Q1. Advance Excel (Vlookup, Index, Countifs, sumifs and others)
    • Q2. Python Basics (data frame, data types, lamda, series etc)
    • Q3. SQL Functions (joins, limits, partitions, orders by and group by)
    • Q4. 3rd round was managerial round, where mostly non-technicial questions asked.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Just be confident, while answering the questions and you don't have to know all the questions rightly. It's okay if you don't know some.
    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.
    Interview experience
    3
    Average
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    50 question with gk and reasoning mcq

    Round 2 - HR 

    (1 Question)

    • Q1. Introduction and prior exp
    Round 3 - One-on-one 

    (1 Question)

    • Q1. Question about escalastions and ptoblem sovling

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Startup company but no work life balance
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.

    Round 1 - Coding Test 

    Easy to medium, can solve with leetcode medium

    Round 2 - One-on-one 

    (2 Questions)

    • Q1. Number of islands count
    • Ans. 

      Count the number of islands in a grid of '1's and '0's

      • Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited

      • Increment the island count for each new island found

      • Ensure to handle boundary cases and check for visited nodes

    • Answered by AI
    • Q2. First and last index of a particular element in an array
    • Ans. 

      Find the first and last index of a specific element in an array of strings.

      • Iterate through the array and keep track of the index of the first and last occurrence of the element.

      • Return the first and last index once the iteration is complete.

      • Example: Array ['apple', 'banana', 'apple', 'orange'], element 'apple' - First index: 0, Last index: 2.

    • Answered by AI

    Skills evaluated in this interview

    Analyst Interview Questions & Answers

    MagicPin user image Ritik Gupta

    posted on 22 Feb 2024

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

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

    Round 1 - Coding Test 

    Questions on python and SQL

    Round 2 - One-on-one 

    (1 Question)

    • Q1. With the hiring department
    Round 3 - Case Study 

    With the AVP of company

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I appeared for an interview before May 2023.

    Round 1 - Technical 

    (1 Question)

    • Q1. DSA - level order traversal, sliding window.
    Round 2 - One-on-one 

    (1 Question)

    • Q1. Atomic transaction in distributed system
    • Ans. 

      Atomic transactions ensure that all operations in a transaction are completed successfully or none at all in a distributed system.

      • Atomic transactions guarantee that all operations within a transaction are either all successful or all rolled back.

      • In distributed systems, atomic transactions are crucial for maintaining data consistency across multiple nodes.

      • ACID properties (Atomicity, Consistency, Isolation, Durability) a...

    • Answered by AI

    Associate Interview Questions & Answers

    MagicPin user image Neelesh Pandey

    posted on 17 Jul 2024

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Tell me about yourself
    • Q2. Some technical questions

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    MagicPin Interview Questions
    2.6
     • 50 Interviews
    Shaadi.com Interview Questions
    3.3
     • 27 Interviews
    HealthKart Interview Questions
    4.0
     • 26 Interviews
    Tokopedia Interview Questions
    4.0
     • 25 Interviews
    Meritto Interview Questions
    3.6
     • 23 Interviews
    Furlenco Interview Questions
    3.4
     • 21 Interviews
    JUSPAY Interview Questions
    3.1
     • 21 Interviews
    Droom Interview Questions
    3.7
     • 19 Interviews
    View all

    Vihar Exports Reviews and Ratings

    based on 3 reviews

    3.9/5

    Rating in categories

    3.9

    Skill development

    3.9

    Work-life balance

    3.9

    Salary

    3.9

    Job security

    3.9

    Company culture

    3.9

    Promotions

    3.9

    Work satisfaction

    Explore 3 Reviews and Ratings
    Compare Vihar Exports with

    MagicPin

    2.6
    Compare

    HealthKart

    4.0
    Compare

    Awign Enterprises

    4.0
    Compare

    Nestaway

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