Upload Button Icon Add office photos
Engaged Employer

i

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

Urja Products Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

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

    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 Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

    Interview Questionnaire 

    3 Questions

    • Q1. Ds algo questions
    • Q2. Js basics
    • Q3. React.js

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It was good you should mainly focus on Ds algo part and basics of Js or other technology for which you are applying .

    Interview Questionnaire 

    1 Question

    • Q1. Three 2d matrix questions in first round from leetcode. One was simple dp question. Two questions in second round one questions was on trees. One questions was of strings. In third round which was engineer...

    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
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    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 - HR 

    (2 Questions)

    • Q1. Information about yourself
    • Ans. 

      I am a highly motivated and detail-oriented analyst with strong problem-solving skills.

      • Bachelor's degree in Business Analytics

      • Proficient in data analysis tools such as Excel and SQL

      • Experience in conducting market research and competitor analysis

      • Strong analytical and critical thinking abilities

      • Excellent communication and presentation skills

      • Ability to work independently and in a team

    • Answered by AI
    • Q2. Information about yourself.
    • Ans. 

      I am a highly skilled Analyst with expertise in data analysis and problem-solving.

      • Proficient in statistical analysis and data visualization tools such as Excel, Tableau, and Python

      • Strong analytical skills with the ability to interpret complex data sets and identify trends

      • Experience in conducting market research and competitor analysis

      • Excellent communication and presentation skills

      • Proven track record of delivering actio

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be prepared for the interview
    There might be multiple rounds.
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (1 Question)

    • Q1. Oops Inheritance and Incapsulation
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Techical questions and coding questions related profile.
    • Q2. Basic concepts about your programming skills.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Nice company and positive interview response and smooth interview process and recommend to join .

    I appeared for an interview in Apr 2021.

    Round 1 - Coding Test 

    (2 Questions)

    Round duration - 90 minutes
    Round difficulty - Hard

    Timing was late evening. Platform was good.

    • Q1. 

      Largest Cycle in Maze Problem Statement

      Given a maze represented by 'N' cells numbered from 0 to N-1, and an array arr of 'N' integers where arr[i] denotes the cell number that can be reached from the 'i'...

    • Ans. 

      Identify the length of the largest cycle in a maze represented by cells and an array of integers.

      • Iterate through each cell and find the cycle length using DFS or Floyd's Tortoise and Hare algorithm.

      • Handle self-cycles and cells with no exit by checking arr[i] = i and arr[i] = -1 respectively.

      • Output the length of the largest cycle found or -1 if no cycles exist.

    • Answered by AI
    • Q2. 

      Ninja and the Maze Problem Statement

      Ninja is stuck in a maze represented as a 2D grid. He can move in four directions (Up, Down, Left, Right) until he hits a wall ('1'). Once stopped, he can choose a new...

    • Ans. 

      Determine if Ninja can reach the destination in a maze by moving in four directions until hitting a wall.

      • Create a function to traverse the maze using depth-first search or breadth-first search.

      • Keep track of visited cells to avoid infinite loops.

      • Return 'True' if destination is reachable, 'False' otherwise.

    • Answered by AI

    Interview Preparation Tips

    Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. Eligibility criteriaAbove 6 CGPAJUSPAY interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

    Tip 1 : Do some projects.
    Tip 2 : Practice dynamic programming.
     

    Application resume tips for other job seekers

    Tip 1 : Keep it short.
    Tip 2 : Do not put false things on resume.

    Final outcome of the interviewRejected

    Skills evaluated in this interview

    Urja Products Interview FAQs

    How to prepare for Urja Products interview?
    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 Urja Products. The most common topics and skills that interviewers at Urja Products expect are Marketing, Business Development, Sales, B2B Sales and Accounting.

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    MagicPin Interview Questions
    2.6
     • 50 Interviews
    Park Plus Interview Questions
    2.9
     • 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.7
     • 19 Interviews
    View all

    Urja Products Reviews and Ratings

    based on 9 reviews

    3.1/5

    Rating in categories

    2.9

    Skill development

    3.4

    Work-life balance

    3.3

    Salary

    2.7

    Job security

    3.1

    Company culture

    2.7

    Promotions

    3.3

    Work satisfaction

    Explore 9 Reviews and Ratings
    Supervisor
    7 salaries
    unlock blur

    ₹2.4 L/yr - ₹3.4 L/yr

    Production Supervisor
    5 salaries
    unlock blur

    ₹3 L/yr - ₹4.4 L/yr

    HR Executive
    4 salaries
    unlock blur

    ₹2.5 L/yr - ₹3.7 L/yr

    Maintenance Engineer
    4 salaries
    unlock blur

    ₹2.7 L/yr - ₹2.7 L/yr

    Executive - Sales & Marketing
    4 salaries
    unlock blur

    ₹2.3 L/yr - ₹6.3 L/yr

    Explore more salaries
    Compare Urja Products with

    MagicPin

    2.6
    Compare

    Awign Enterprises

    4.0
    Compare

    Nestaway

    3.9
    Compare

    Flyhomes

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