Upload Button Icon Add office photos
Engaged Employer

i

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

Clarity Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 2 Reviews

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

Clarity Intern Interview Questions and Answers

Updated 2 Jul 2024

Clarity Intern Interview Experiences

Interview questions from similar companies

Intern Interview Questions & Answers

Droom user image Anonymous

posted on 5 May 2017

I was interviewed 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.

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. How set is implemented?
    • Ans. 

      A set is implemented as a data structure that stores unique elements with no specific order.

      • A set does not allow duplicate elements.

      • Sets are commonly implemented using hash tables or binary search trees.

      • Examples of set implementations include HashSet in Java and std::set in C++.

    • Answered by AI
    • Q2. How unordered set is implemented?
    • Ans. 

      Unordered set is typically implemented using hash tables.

      • Uses hash tables to store elements with unique keys

      • Provides constant time complexity for insertion, deletion, and lookup operations

      • Does not maintain any specific order of elements

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Easy level Basics were asked

    Round 2 - Coding Test 

    Stacks queue leetcode easy level

    Round 3 - HR 

    (2 Questions)

    • Q1. Basic project discussion
    • Q2. Skills used in project
    • Ans. 

      Used skills include Java, SQL, Spring Boot, RESTful APIs, and Git.

      • Java programming for backend development

      • SQL for database management

      • Spring Boot for creating web applications

      • RESTful APIs for communication between systems

      • Git for version control

    • Answered by AI
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Nice interview . Must know about the projects mentioned in CV .
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via LinkedIn and was interviewed before Jul 2022. There were 4 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 - Assignment 

    Backend spring boot app assignment for hospital management

    Round 3 - Coding Test 

    Array and string based medium complexity questions

    Round 4 - One-on-one 

    (2 Questions)

    • Q1. Aptitude questions and behavioural
    • Q2. Sql questions based on join.

    I was interviewed in Apr 2021.

    Round 1 - Coding Test 

    (2 Questions)

    Round duration - 90 minutes
    Round difficulty - Medium

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

      The idea is to do a depth-first search to find all the cycles which are formed and calculate the length of the largest cycle. We are treating the array as a graph of directed edges. Whenever we get into any of the cells in the cycle, using dfs we will visit all the subsequent cells in the cycle. Out of all the cycles, we will return the cycle of maximum length.

      The steps are as follows:

      • Initialize a boolean array ‘vis...
    • Answered Anonymously
    • Q2. 

      Rat in a Maze Problem Statement

      You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

    • Ans. Bactracking

      Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.

       

      Algorithm is as follows:

       

      1. Take the starting position of th...
    • Answered Anonymously

    Interview Preparation Tips

    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

    Interview experience
    4
    Good
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via campus placement at Birla Institute of Management Technology (BIMT) and was interviewed before Jan 2022. There were 4 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Group Discussion 

    The hot topic in News / random topic like word "zero

    Round 3 - One-on-one 

    (1 Question)

    • Q1. "domain knowledge test, past experience, company fit and hr ques everything
    Round 4 - HR 

    (1 Question)

    • Q1. Company fit test and judging the personality of the candidate

    Interview Preparation Tips

    Interview preparation tips for other job seekers - prepare well will domain knowledge, be creative and confident.

    Intern Interview Questions & Answers

    Droom user image Anonymous

    posted on 5 May 2017

    I was interviewed 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 was interviewed before Jun 2016.

      Interview Questionnaire 

      5 Questions

      • Q1. Knowledge of Java
      • Q2. Knowledge of Python
      • Q3. Knowledge of PHP
      • Q4. My team working skills
      • Q5. Ability to handle pressure
      • Ans. 

        I have the ability to handle pressure effectively.

        • I remain calm and focused in high-pressure situations.

        • I prioritize tasks and manage my time efficiently.

        • I seek support and guidance from team members when needed.

        • I maintain a positive attitude and adapt to changing circumstances.

        • I have successfully completed projects under tight deadlines.

      • Answered by AI

      Interview Preparation Tips

      Round: Technical Interview
      Experience: The interview was interactive and the interviewers seemed interested for every answer I gave even if it was a wrong one. They corrected me at every step.

      Round: Technical + HR Interview
      Experience: This was basically for testing my moral towards working and how i cope up with other colleagues.

      College Name: Ramaiah Institute Of Technology

      Clarity Interview FAQs

      How many rounds are there in Clarity Intern interview?
      Clarity interview process usually has 1 rounds. The most common rounds in the Clarity interview process are One-on-one Round.

      Tell us how to improve this page.

      Clarity Intern Interview Process

      based on 1 interview

      Interview experience

      5
        
      Excellent
      View more

      Interview Questions from Similar Companies

      MagicPin Interview Questions
      3.1
       • 48 Interviews
      Park Plus Interview Questions
      2.9
       • 35 Interviews
      Stylebaazar Interview Questions
      3.9
       • 30 Interviews
      Tokopedia Interview Questions
      4.0
       • 27 Interviews
      Meritto Interview Questions
      3.6
       • 22 Interviews
      JUSPAY Interview Questions
      2.9
       • 21 Interviews
      Furlenco Interview Questions
      3.3
       • 20 Interviews
      Fraazo Interview Questions
      3.5
       • 20 Interviews
      Droom Interview Questions
      3.8
       • 19 Interviews
      View all
      Analyst
      5 salaries
      unlock blur

      ₹3 L/yr - ₹7.6 L/yr

      Senior Software Engineer
      3 salaries
      unlock blur

      ₹18 L/yr - ₹24.5 L/yr

      Marketing and Research Intern
      3 salaries
      unlock blur

      ₹1 L/yr - ₹1 L/yr

      Explore more salaries
      Compare Clarity with

      MagicPin

      3.1
      Compare

      Stylebaazar

      3.9
      Compare

      Nestaway

      4.0
      Compare

      Awign Enterprises

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