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 Intern Interview Questions and Answers

Updated 18 Nov 2024

Jar Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Algorithms , DSA , Python

Round 2 - Case Study 

Guesstimates , Excel

Intern Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2024

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

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

Round 1 - Assignment 

I have edited a reel

Round 2 - Technical 

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

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

  • Answered by AI
  • Q2. Tools which i use?
  • Ans. 

    I primarily use tools like Microsoft Office, Google Suite, and project management software.

    • Microsoft Office

    • Google Suite

    • Project management software

  • Answered by AI
  • Q3. Since when am i editing?

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on skills.

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

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

(1 Question)

  • Q1. How well do you know python
  • Ans. 

    I have a strong understanding of Python and have used it extensively in various projects.

    • Proficient in Python syntax and data structures

    • Experience with popular libraries like NumPy, Pandas, and Matplotlib

    • Developed web applications using Django framework

    • Used Python for automation and scripting tasks

  • Answered by AI

Skills evaluated in this interview

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

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 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. It was one-on-one round with the CTO. They judged me on my technical knowledge as well as understanding of tech-era.
  • Q2. I was asked question related to the languages and tech-stacks I mentioned in my resume and also question related to OOPs concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you speak. If you don't know the answer to a question, just say 'no' directly.
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

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

Software Engineer Interview Questions & Answers

Money View user image Shreyas Vinayak Patil CSE-2019-23

posted on 5 Jun 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

2hrs aptitude test was there

Round 2 - Coding Test 

2 hrs coding test was there

Round 3 - Group Discussion 

GD was conducted and then i passed it

Jar Interview FAQs

How many rounds are there in Jar Intern interview?
Jar interview process usually has 2 rounds. The most common rounds in the Jar interview process are Coding Test, Case Study and Assignment.
How to prepare for Jar Intern 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 Analytical Chemistry, CCTV Monitoring, Creative Writing, Finance and Investment Banking.

Tell us how to improve this page.

Jar Intern Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CRED Interview Questions
3.5
 • 38 Interviews
Kissht Finance Interview Questions
3.9
 • 33 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 Intern Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.0

Salary

1.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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