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

Updated 6 Jun 2025
Popular Designations

6 Interview questions

An Associate Software Engineer was asked 8mo ago
Q. Given an array of integers, find the single element that appears only once.
Ans. 

Find the digit that occurs only once in an array of integers.

  • Use a hash map to count occurrences of each digit.

  • Iterate through the array and update counts in the hash map.

  • Return the digit with a count of 1.

  • Example: For array [2, 3, 5, 3, 2], the output is 5.

View all Associate Software Engineer interview questions
A Full Stack Developer was asked 8mo ago
Q. Given two sorted arrays, merge them into a single sorted array.
Ans. 

Merging two sorted arrays into a single sorted array

  • Create a new array to store the merged result

  • Use two pointers to iterate through the two input arrays and compare elements

  • Add the smaller element to the new array and move the pointer for that array forward

  • Continue this process until all elements are merged

View all Full Stack Developer interview questions
A Full Stack Developer was asked 8mo ago
Q. Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.
Ans. 

Check if a string is a palindrome or not.

  • Create a function that compares the string with its reverse.

  • Ignore spaces and punctuation when checking for palindrome.

  • Examples: 'racecar', 'A man, a plan, a canal, Panama!'

View all Full Stack Developer interview questions
An Associate Engineer was asked 9mo ago
Q. Given an array, find all the leaders in the array. An element is leader if it is greater than or equal to all the elements to its right side. Also, the rightmost element is always a leader.
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'

View all Associate Engineer interview questions
An Associate Engineer was asked 9mo ago
Q. Given the head of a singly linked list, reverse the list, and return the reversed 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

View all Associate Engineer interview questions
A Sales Trainee was asked
Q. Do you have any sales experience?
Ans. 

Yes, I have experience working in retail sales for 2 years.

  • Worked in retail sales for 2 years

  • Achieved monthly sales targets consistently

  • Provided excellent customer service to increase sales

View all Sales Trainee interview questions

Jungleworks Interview Experiences

16 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)
  • Ans. 

    Find the digit that occurs only once in an array of integers.

    • Use a hash map to count occurrences of each digit.

    • Iterate through the array and update counts in the hash map.

    • Return the digit with a count of 1.

    • Example: For array [2, 3, 5, 3, 2], the output is 5.

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

I applied via Hirist and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Palindrome string problem
  • Ans. 

    Check if a string is a palindrome or not.

    • Create a function that compares the string with its reverse.

    • Ignore spaces and punctuation when checking for palindrome.

    • Examples: 'racecar', 'A man, a plan, a canal, Panama!'

  • Answered by AI
  • Q2. Merger two sorted arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through the two input arrays and compare elements

    • Add the smaller element to the new array and move the pointer for that array forward

    • Continue this process until all elements are merged

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array and Linked List

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in May 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Asked a programming question based on string where you have to tell the occurrence of very character in the string.

Software Sales Executive Interview Questions & Answers

user image Pulkit Khanna 091

posted on 16 Apr 2024

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

Round 1 - Assignment 

Have to make a video of yourself describing who you are , why sales , why jungleworks?

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why sales and what have you achieved till now ?
  • Q2. Why are you interested in sales?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The questions were related to the DSA. basic time complexities etc.

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview were aldo based upon DSA and resume.
Round 3 - Technical 

(1 Question)

  • Q1. The second technical interview was totally upon DSA questions. The interviewer did not introduce himself before the starting of the interview, He gave me 3 questions and asked me to code it.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Low aptitude questions, only willing to know if you can work 24 hours, 7 days a week.

Round 2 - One-on-one 

(1 Question)

  • Q1. Two Questions. What is CAC and Lifecycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Tell them that you can work 24 hours are day and 7 days a week and you'll get the job.

Sales Trainee Interview Questions & Answers

user image Prince Maurya

posted on 10 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Any sales experience
  • Ans. 

    Yes, I have experience working in retail sales for 2 years.

    • Worked in retail sales for 2 years

    • Achieved monthly sales targets consistently

    • Provided excellent customer service to increase sales

  • Answered by AI
  • Q2. Why do you want to join sales

Interview Preparation Tips

Interview preparation tips for other job seekers - Open work culture good company
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 experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. SQL questions regarding joins
  • Q2. React js questions and DSA questions simple

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join (ignore at your own risk)

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Jungleworks?
Ask anonymously on communities.

Jungleworks Interview FAQs

How many rounds are there in Jungleworks interview?
Jungleworks interview process usually has 1-2 rounds. The most common rounds in the Jungleworks interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Jungleworks 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 Sales, IT Sales, B2B Sales, CRM and IT Product Sales.
What are the top questions asked in Jungleworks interview?

Some of the top questions asked at the Jungleworks interview -

  1. Basic Question of DSA (fine single occured digit from an arr...read more
  2. array leaders, find all the leaders in the ar...read more
  3. palindrome string prob...read more
How long is the Jungleworks interview process?

The duration of Jungleworks interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.1/5

based on 15 interview experiences

Difficulty level

Easy 30%
Moderate 70%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 50 Interviews
Fingent Interview Questions
4.2
 • 25 Interviews
Backbase Interview Questions
3.7
 • 23 Interviews
3Pillar Global Interview Questions
3.2
 • 20 Interviews
Khoros Interview Questions
3.7
 • 20 Interviews
Bottomline Interview Questions
3.4
 • 20 Interviews
Saviynt Interview Questions
2.5
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
View all

Jungleworks Reviews and Ratings

based on 77 reviews

2.3/5

Rating in categories

2.7

Skill development

2.1

Work-life balance

2.4

Salary

1.9

Job security

2.1

Company culture

2.1

Promotions

2.3

Work satisfaction

Explore 77 Reviews and Ratings
Associate Software Engineer
43 salaries
unlock blur

₹5 L/yr - ₹17.3 L/yr

Business Development Executive
32 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Business Development Manager
32 salaries
unlock blur

₹5.4 L/yr - ₹12.2 L/yr

Software Engineer
25 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Product Manager
16 salaries
unlock blur

₹11 L/yr - ₹18 L/yr

Explore more salaries
Compare Jungleworks with

Yodlee

3.9
Compare

Fingent

4.1
Compare

Bravura Solutions

3.9
Compare

CloudMoyo

4.1
Compare
write
Share an Interview