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

Filter interviews by

Clarity Interview Questions and Answers for Freshers

Updated 14 Feb 2025

Clarity Interview Experiences for Freshers

Popular Designations

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 2 Jul 2024

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

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

  • Answered by AI
  • Q2. Past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Try hard

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview questions from similar companies

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.

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.
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 2 interview rounds.

    Round 1 - Technical 

    (3 Questions)

    • Q1. Program for a palindrome Number.
    • Ans. 

      Program to check if a number is a palindrome.

      • Convert the number to a string to easily check for palindrome

      • Reverse the string and compare it with the original string

      • If they are the same, the number is a palindrome

    • Answered by AI
    • Q2. React Lifecycle methods
    • Q3. Hooks in react?
    • Ans. 

      Hooks are a feature in React that allow you to use state and other React features in functional components.

      • Hooks were introduced in React 16.8.

      • They allow you to use state and other React features without writing a class.

      • Commonly used hooks include useState, useEffect, useContext, and useReducer.

      • Hooks must be used at the top level of your functional component.

      • Example: const [count, setCount] = useState(0);

    • Answered by AI
    Round 2 - Technical 

    (2 Questions)

    • Q1. Create a High-level design
    • Ans. 

      Design a high-level architecture for a software system

      • Identify the main components of the system

      • Define the interactions between the components

      • Consider scalability, security, and performance

      • Choose appropriate technologies and frameworks

      • Create a diagram to visualize the architecture

    • Answered by AI
    • Q2. Questions on the design you created

    Skills evaluated in this interview

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

    (2 Questions)

    • Q1. Delete nth node from end in linked list
    • Ans. 

      To delete the nth node from the end in a linked list, we can use a two-pointer approach.

      • Use two pointers, one to traverse the list and another to keep track of the nth node from the end.

      • Move the second pointer n steps ahead of the first pointer.

      • When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.

      • Adjust the pointers to delete the nth node.

    • Answered by AI
    • Q2. Project discussion

    Interview Preparation Tips

    Interview preparation tips for other job seekers - revise your latest projects and technologies used thoroughly, prepare trees and linked list in DSA

    Skills evaluated in this interview

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

    I appeared for an interview before Feb 2024.

    Round 1 - One-on-one 

    (1 Question)

    • Q1. Introduction and Work Experience
    Round 2 - Assignment 

    A Presentation on certain concepts.

    Round 3 - Technical 

    (1 Question)

    • Q1. Role related technical questions
    Round 4 - HR 

    (1 Question)

    • Q1. Cultural Fitment related questions.

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

    Clarity Interview FAQs

    How many rounds are there in Clarity interview for freshers?
    Clarity interview process for freshers usually has 1 rounds. The most common rounds in the Clarity interview process for freshers are One-on-one Round.
    How to prepare for Clarity interview for freshers?
    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 Clarity. The most common topics and skills that interviewers at Clarity expect are Chat Support, Customer Service, Customer Support and Voice Support.

    Tell us how to improve this page.

    Clarity Interview Process for Freshers

    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
    Fraazo Interview Questions
    3.4
     • 20 Interviews
    Melorra Interview Questions
    3.2
     • 20 Interviews
    AstroTalk Interview Questions
    3.4
     • 19 Interviews
    View all

    Clarity Reviews and Ratings

    based on 3 reviews

    4.6/5

    Rating in categories

    4.6

    Skill development

    4.6

    Work-life balance

    4.6

    Salary

    4.6

    Job security

    4.6

    Company culture

    4.2

    Promotions

    4.2

    Work satisfaction

    Explore 3 Reviews and Ratings
    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

    2.6
    Compare

    Awign Enterprises

    4.0
    Compare

    Nestaway

    3.8
    Compare

    Flyhomes

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