Upload Button Icon Add office photos
Engaged Employer

i

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

Jar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jar Product Designer Interview Questions and Answers

Updated 9 Dec 2024

Jar Product Designer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Assignment 

Questions asked on the assignment to get a know how of your understanding on the project given

Round 2 - One-on-one 

(1 Question)

  • Q1. What is your design process?
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Gather information about user needs, market trends, and competition.

    • Ideation: Brainstorm and generate ideas for potential solutions.

    • Prototyping: Create low-fidelity and high-fidelity prototypes to visualize concepts.

    • Testing: Conduct user testing to gather feedback and iterate on designs.

    • Iterati...

  • Answered by AI

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was an online aptitude test duration of 30 mins and topics covered (maths,stats,tech)

Round 2 - Coding Test 

Hacathon test with java and python

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion about projects
  • Q2. Discussion about code skills

Interview Preparation Tips

Interview preparation tips for other job seekers - highly recommended

Interview Questionnaire 

4 Questions

  • Q1. Please Introduce Yourself.
  • Q2. Long Communication About Former Company's Experiences (Process, Responsibility, Designation & Salary).
  • Q3. Mathematics About Percentage. (Verbally)
  • Q4. Aptitude Test (Written) you 2

Interview Preparation Tips

Interview preparation tips for other job seekers - When you are infront Interviewer don't hesitate about your Viva that how'll this happen, will i perform and all that. Don't worry about all of this. He/She will not be a ghost or devil definitely. They'll be a simple human being. They wanna know just about yourself and your former Experience & measure your School's period knowledge. Just nothing more than that . So please be cool , keep calm and keep the faith on yourself and ofcourse God. And go for it because you can do this. You made for to do this .

Lot's Of Wishes for Everyone / Good Luck




Akash Dubey
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Design Patterns
  • Q2. Sorting Algorithms
Round 2 - Case Study 

Design HR Management System

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Hackerrank test mostly on python and sql

Round 2 - Technical 

(2 Questions)

  • Q1. SQL based questions
  • Q2. Python based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Easy coding questions DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating the pointers to reverse the direction

    • Update the head pointer to point to the new first node

  • Answered by AI
  • Q2. Find middle of linked list
  • Ans. 

    To find the middle of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps until fast reaches the end of the list.

    • The position of the slow pointer will be the middle of the linked list.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Pick from a basket of oranges
  • Ans. 

    The question is asking to pick an orange from a basket.

    • Carefully select a ripe orange without any bruises or blemishes

    • Gently twist the orange off the stem to avoid damaging the fruit

    • Check for firmness and weight to determine ripeness

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited Software Engineer interview:
  • Easy DSA

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Apr 2022. There were 5 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 - Coding Test 

It was simple program of url shorting for registered and non registered users each request must have unique shortened url.

Round 3 - Technical 

(2 Questions)

  • Q1. Palindrome implementation and run time
  • Ans. 

    A palindrome is a word or phrase that reads the same backward as forward. Implementing it involves comparing the first and last characters and iterating towards the middle.

    • Implement a function that takes a string as input and returns true if it is a palindrome, false otherwise.

    • Use two pointers, one starting from the beginning and the other from the end, and compare the characters at each position.

    • If the characters matc...

  • Answered by AI
  • Q2. DSA and various algorithms and run time
Round 4 - One-on-one 

(1 Question)

  • Q1. This round was one on one with VP of engineering. Basic q and a regarding role and responsibilities
Round 5 - HR 

(1 Question)

  • Q1. Relocation, Reason For job change, future plan, careers objective

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and algorithms
In coding test they asked you explain code and if there is any improvement needed in code.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on data structures
Round 2 - Behavioral 

(1 Question)

  • Q1. Second round was Managerial Round. The interviewer basically had a conversation with me and asked some hr questions also.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Intermediate level coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Project explaination
  • Q2. Explain project ind detail
  • Ans. 

    Developed a predictive analytics model to forecast customer churn for a telecommunications company.

    • Collected and cleaned customer data from various sources

    • Performed exploratory data analysis to identify patterns and trends

    • Built a machine learning model using logistic regression to predict customer churn

    • Evaluated the model's performance using metrics such as accuracy, precision, and recall

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited Data Analyst interview:
  • SQL
  • Python
  • Dashboards
Interview preparation tips for other job seekers - all the best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Scenarios base conding round

Round 2 - Coding Test 

Questions on strings in javascript.
Basic javascript and typescript.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on cloud technologies
Round 4 - HR 

(1 Question)

  • Q1. Cultural fit and salary related discussion

Jar Interview FAQs

How many rounds are there in Jar Product Designer interview?
Jar interview process usually has 2 rounds. The most common rounds in the Jar interview process are Assignment and One-on-one Round.
How to prepare for Jar Product Designer 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 Jar. The most common topics and skills that interviewers at Jar expect are Business Objects, Circuit Designing, Finance, Focus and Market Research.

Tell us how to improve this page.

Jar Product Designer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CRED Interview Questions
3.5
 • 37 Interviews
Kissht Finance Interview Questions
3.9
 • 32 Interviews
Money View Interview Questions
4.2
 • 30 Interviews
Jupiter Money Interview Questions
3.3
 • 30 Interviews
Uni Cards Interview Questions
3.8
 • 24 Interviews
Jodo Interview Questions
3.6
 • 23 Interviews
View all
Jar Product Designer Salary
based on 4 salaries
₹11 L/yr - ₹20 L/yr
25% more than the average Product Designer Salary in India
View more details

Jar Product Designer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.5

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
20 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Data Analyst
16 salaries
unlock blur

₹6.2 L/yr - ₹19.9 L/yr

Product Manager
13 salaries
unlock blur

₹18 L/yr - ₹30 L/yr

Production Analyst
7 salaries
unlock blur

₹8.5 L/yr - ₹15 L/yr

Associate Product Manager
7 salaries
unlock blur

₹15 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Jar with

Kissht Finance

3.9
Compare

Indifi Technologies

3.8
Compare

Money View

4.2
Compare

Ocrolus East

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