Upload Button Icon Add office photos
Engaged Employer

i

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

Jungleworks Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Jungleworks Associate Software Engineer Interview Questions and Answers

Updated 18 Jan 2025

Jungleworks Associate Software Engineer Interview Experiences

3 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Question of DSA (fine single occured digit from an array)
  • Q2. Basic qus related to oops
Round 2 - Technical 

(2 Questions)

  • Q1. DSA question basis on string
  • Q2. Tech language question

Interview Preparation Tips

Interview preparation tips for other job seekers - good to go
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array and Linked List

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

There was a simple aptitude round that lasted for 30 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. There were questions on CS fundamentals and project and coding questions on the star(*) pattern questions.
Round 3 - Technical 

(1 Question)

  • Q1. Again the second round was on star(*) pattern.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare star(*) pattern questions and CS fundamentals

Interview questions from similar companies

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

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

Round 1 - Coding Test 

It was an online assessment. Some coding questions. Some cs fundamental mcqs. SQL query, Rest Api question.

Round 2 - Assignment 

An assignment to create a game using nodejs/ go lang/ java.

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion related to Assignment. Told some changes and told to add some more functionalities.
  • Q2. Some APIS were given. It was case study. You had to show the dishes to a customer according to his preferences.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How does recyclerview works internally ?
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView recycles views to improve performance and memory usage.

    • It uses LayoutManager to organize items in a grid, list, or staggered grid layout.

    • Adapter provides data to be displayed in RecyclerView.

    • ItemDecoration can be used to add spacing between items or decorations to items.

    • ItemAnimator can be used to animate item changes in t

  • Answered by AI
  • Q2. Android basics , Live Data , ViewModel, coroutines internal working

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your Android basics are clear
Round 1 - Aptitude Test 

20 questions of aptitude

Round 2 - Coding Test 

Hard

Round 3 - Coding Test 

Very hard

Round 4 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What is your family background?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Easy to crack. Coading should be practiced

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 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 Resume tips
Round 2 - Coding Test 

First round was coding test in online platform with 5 questions

Round 3 - Technical 

(2 Questions)

  • Q1. Settings a server in Express JS
  • Ans. 

    Setting up a server in Express JS involves creating an instance of the Express application and defining routes.

    • Create an instance of the Express application using the 'express' module

    • Define routes using the 'app.get', 'app.post', etc. methods

    • Listen for incoming requests using the 'app.listen' method

    • Configure middleware using the 'app.use' method

    • Handle errors using the 'app.use' method with an error handling middleware

  • Answered by AI
  • Q2. What are all join table query and Write an example to join 2 tables.
  • Ans. 

    Explaining join table query and providing an example of joining 2 tables.

    • Join table query is used to combine data from two or more tables based on a related column between them.

    • Types of join include inner join, left join, right join, and full outer join.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BYJU'S Associate Software Engineer interview:
  • MERN
  • PERN
  • SQL
  • Backend Language
Interview preparation tips for other job seekers - Joining to this company as first job is bad idea
Try some other company and then you can switch to this

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

There are 2 sections one is Output guess and Another one is Quantitative

Round 2 - Coding Test 

I didn't attend 2nd round..i was eliminated in 1st round

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Via placement got this oppurtunity asked base questions
Coding test on java for factorial all ways
Database qstns

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

I applied via Referral and was interviewed before Apr 2022. There were 3 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Manual testing interview questions like sanity, smoke regression etc with basic SQL queries.
  • Q2. Automation based questions
Round 3 - Technical 

(1 Question)

  • Q1. Automation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go to Byjus if only offer in your hand and if you have financial crisis. No career growth. No appraisals. It's just like a employee working hard for byjus to grow. Not employee friendly.
Contribute & help others!
anonymous
You can choose to be anonymous

Jungleworks Interview FAQs

How many rounds are there in Jungleworks Associate Software Engineer interview?
Jungleworks interview process usually has 2 rounds. The most common rounds in the Jungleworks interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Jungleworks Associate Software Engineer 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 Jungleworks. The most common topics and skills that interviewers at Jungleworks expect are Agile, CRM, Computer science, Data Structures and Internship.
What are the top questions asked in Jungleworks Associate Software Engineer interview?

Some of the top questions asked at the Jungleworks Associate Software Engineer interview -

  1. there were questions on CS fundamentals and project and coding questions on the...read more
  2. Basic Question of DSA (fine single occured digit from an arr...read more
  3. again the second round was on star(*) patte...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Central UP Gas

No Interviews

INTERVIEWS

Ather Energy

No Interviews

INTERVIEWS

ANANDA GROUP

No Interviews

INTERVIEWS

ANANDA GROUP

No Interviews

INTERVIEWS

Ather Energy

No Interviews

INTERVIEWS

Ather Energy

No Interviews

INTERVIEWS

Jungleworks

No Interviews

INTERVIEWS

Jungleworks

No Interviews

Tell us how to improve this page.

Jungleworks Associate Software Engineer Interview Process

based on 4 interviews

Interview experience

2.8
  
Poor
View more
Jungleworks Associate Software Engineer Salary
based on 38 salaries
₹5 L/yr - ₹16.2 L/yr
56% more than the average Associate Software Engineer Salary in India
View more details

Jungleworks Associate Software Engineer Reviews and Ratings

based on 6 reviews

3.2/5

Rating in categories

3.6

Skill development

3.1

Work-life balance

3.3

Salary

2.4

Job security

3.3

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 6 Reviews and Ratings
Associate Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jungleworks with

Zoho

4.3
Compare

Freshworks

3.5
Compare

Paytm

3.3
Compare

Ola Cabs

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