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

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 at National Institute of Technology (NIT), Hamirpur 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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project based, oops concepts, average dsa questions,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

WRITE CODE FOR MERGE SORT and explain your code

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked conceptual questions abouts OOPS concept

I applied via campus placement at Siddaganga Institute of Technology (SIT) and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic SQL Queries, some very basic Java questions, the interviewer herself didn't know much about coding in general.

Interview Preparation Tips

Interview preparation tips for other job seekers - Yodlee is a big company will several departments, every department has its own requirements.

I was inducted into the IAE department as an ASE through pool-campus placement.

The issue at Yodlee is that it's IAE department that they actively hire for, is the worst department as far as technical growth and knowledge are concerned. There is no learning. Hence usually the interviewers (mostly the directors, managers, and leads in IAE) who have been in the organization for a very large part of their career, are also very weak as far as their technical skills are concerned. Their political and toxic managerial skills skyrocket though. They stay there for too long and become virtually outdated in terms of their technical skills.

Therefore you can rest be assured that the interview quality will be well below average as far as IAE is concerned. I am not sure about other departments, but I would not assume otherwise. I would suggest, if you have to absolutely join IAE in Yodlee, just an average preparation would be more than enough. If you have other opportunities, I would suggest prioritizing them over Yodlee.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

First round will be coding test which will have Core java questions

Round 2 - Technical 

(4 Questions)

  • Q1. Type of Class Loaders available in java
  • Ans. 

    Java has three types of class loaders: Bootstrap Class Loader, Extension Class Loader, and System Class Loader.

    • Bootstrap Class Loader loads core Java classes located in the bootstrap classpath.

    • Extension Class Loader loads classes from the extensions directory.

    • System Class Loader loads classes from the classpath specified by the CLASSPATH environment variable.

  • Answered by AI
  • Q2. Coding question related find 3nd highest number with single loop and minimum time complexity.
  • Ans. 

    Use a single loop to find the 3rd highest number in an array with minimum time complexity.

    • Iterate through the array and keep track of the three highest numbers encountered so far.

    • Update the three highest numbers as you iterate through the array.

    • Return the third highest number once the loop is completed.

  • Answered by AI
  • Q3. What is diff between cyclicBarrier and countDownLatch?
  • Ans. 

    CyclicBarrier allows a group of threads to wait at a barrier until all threads have reached it, while CountDownLatch allows one or more threads to wait until a set of operations being performed in other threads completes.

    • CyclicBarrier is reusable, while CountDownLatch is not.

    • CyclicBarrier allows all threads to wait for each other, while CountDownLatch allows one thread to wait for others.

    • CyclicBarrier resets automatica...

  • Answered by AI
  • Q4. What is diff between JPARepository and CURDRepository?
  • Ans. 

    JPARepository is a Spring Data interface for JPA-based repositories, while CRUDRepository is a generic interface for CRUD operations.

    • JPARepository extends CRUDRepository and provides additional JPA-specific methods.

    • CRUDRepository is a generic interface for CRUD operations on a repository.

    • JPARepository is typically used for JPA-based repositories, while CRUDRepository can be used for any type of repository.

    • JPARepository...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Second round is pending

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting of an array
  • Q2. Bubble sorting algorithm
Round 2 - Technical 

(1 Question)

  • Q1. Java oops question
Round 3 - Technical 

(1 Question)

  • Q1. API questions related to put and patch api
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude questions with 2-3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Input-wwwrrrrttttuu Output - w3r4t4u2
  • Q2. Interpreter vs compiler
  • Ans. 

    Interpreter executes code line by line, compiler translates code into machine code before execution.

    • Interpreter translates code into machine code line by line during runtime

    • Compiler translates code into machine code before execution

    • Interpreted languages include Python, JavaScript

    • Compiled languages include C, C++

  • Answered by AI

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

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

₹5 L/yr - ₹16.2 L/yr

Business Development Executive
35 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Business Development Manager
28 salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Software Engineer
24 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Product Manager
16 salaries
unlock blur

₹10 L/yr - ₹22 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