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

Updated 13 Sep 2024

Jungleworks Associate Engineer Interview Experiences

1 interview found

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 Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Array leaders, find all the leaders in the array
  • Ans. 

    Find all the leaders in an array of strings

    • Iterate through the array and for each element, check if it is greater than all elements to its right

    • Store the leaders in a separate array

    • Example: Input array ['5', '10', '3', '8', '2'], leaders are '10' and '8'

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the next pointers of each node

    • Start with three pointers: prev = null, current = head, next = null

    • Iterate through the list, updating the next pointer of each node to point to the previous node

    • Update prev, current, and next pointers for next iteration

  • Answered by AI
Round 2 - Coding Test 

Task is to find first equilibrium point in an array

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on array and lined list

Skills evaluated in this interview

Interview questions from similar companies

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

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

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

Interview Questionnaire 

4 Questions

  • Q1. Tell us about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodolog

  • Answered by AI
  • Q2. Why Flipkart
  • Ans. 

    Flipkart is a leading e-commerce platform in India with a strong focus on technology and innovation.

    • Flipkart offers a challenging and dynamic work environment for software engineers.

    • The company has a strong reputation for investing in technology and innovation.

    • Flipkart has a large user base and offers opportunities to work on a variety of projects.

    • The company has a strong focus on customer satisfaction and user experie...

  • Answered by AI
  • Q3. Are you comfortable to reallocate
  • Ans. 

    Yes, I am comfortable with reallocating as needed.

    • I am flexible and adaptable to changing circumstances.

    • I have experience working in dynamic environments where priorities can shift.

    • I am willing to take on new challenges and responsibilities as required.

  • Answered by AI
  • Q4. Why should we hire you
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a proven track record of delivering high-quality software.

    • Extensive experience in software development, including proficiency in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills demonstrated through successful completion of complex projects

    • Proven track record of delivering high-quality software on time a...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 2 problem statements to be coded using any language
Tips: Focussed on string manipulations and enormous data size handling
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: C/C++
College Name: Guru Premsukh Memorial College of Engineering

I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy leetcode code 2 questions , HTML5 css javascript simple screen design

Round 2 - One-on-one 

(1 Question)

  • Q1. Oop, Simple coding javascript, react basic, sql basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Take it easy and go with confidence which matters most
Contribute & help others!
anonymous
You can choose to be anonymous

Jungleworks Interview FAQs

How many rounds are there in Jungleworks Associate Engineer interview?
Jungleworks interview process usually has 2 rounds. The most common rounds in the Jungleworks interview process are HR and Coding Test.
What are the top questions asked in Jungleworks Associate Engineer interview?

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

  1. array leaders, find all the leaders in the ar...read more
  2. reverse a linked l...read more

Recently Viewed

INTERVIEWS

Deloitte

No Interviews

INTERVIEWS

Times News

No Interviews

INTERVIEWS

Headout

No Interviews

INTERVIEWS

Citicorp

No Interviews

INTERVIEWS

Ixigo.com

No Interviews

INTERVIEWS

RadiSys

No Interviews

INTERVIEWS

AbhiBus

No Interviews

INTERVIEWS

MagicPin

No Interviews

INTERVIEWS

Citrix

No Interviews

INTERVIEWS

Yatra

No Interviews

Tell us how to improve this page.

Jungleworks Associate Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 776 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
Swiggy Interview Questions
3.8
 • 439 Interviews
BigBasket Interview Questions
3.9
 • 357 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
Ola Cabs Interview Questions
3.4
 • 143 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
View all

Jungleworks Associate Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent