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

Updated 9 Oct 2024

Jungleworks Full Stack Developer Interview Experiences

2 interviews found

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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed 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.

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
Q3. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more
asked in CommVault
Q4. Count Substrings with K Distinct Characters Given a lowercase str ... read more
asked in MakeMyTrip
Q5. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. What are Callbacks ?
  • Ans. 

    Callbacks are functions passed as arguments to other functions, to be executed later.

    • Callbacks are commonly used in asynchronous programming to handle events or responses.

    • They allow for functions to be executed after another function has finished.

    • Callbacks can be used to achieve better modularity and reusability in code.

    • Example: setTimeout function in JavaScript takes a callback function as an argument to be executed a

  • Answered by AI
  • Q2. Some backend questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Amrita School of Engineering, Bangalore

Round 1 - Coding Test 

Basic DSA linked list, stack etc

Round 2 - Coding Test 

System design food delivery application

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Why Appviewx and what do u know about it

Interview Preparation Tips

Topics to prepare for AppViewX Software Developer interview:
  • DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was combination of mcqs and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Difference between java nd putjon
  • Ans. 

    Java is a programming language while Putjon is not a recognized term in software development.

    • Java is a widely used programming language for developing applications.

    • Putjon is not a recognized term in software development, it may be a typo or a specific term not commonly used.

    • There is no direct comparison between Java and Putjon as they are not related.

  • Answered by AI
  • Q3. Tell about ur project
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What is ur greatest comeback

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Medium level leetcode question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Incorporated authentication and authorization features for secure access

  • Answered by AI
  • Q2. Explain functionalities in detail
  • Ans. 

    Functionalities in software development refer to the specific tasks or actions that a software program can perform.

    • Functionalities are the specific features or capabilities of a software program.

    • They define what the software can do and how it can be used.

    • Examples of functionalities include user authentication, data encryption, and file management.

    • Functionalities can be implemented through code modules or libraries.

    • Test...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is let, const and var?
  • Ans. 

    let, const, and var are keywords used for variable declaration in JavaScript.

    • let is block-scoped and can be reassigned.

    • const is block-scoped but cannot be reassigned.

    • var is function-scoped and can be reassigned.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. String palindrome
  • Q2. Find all anagrams in a string
  • Ans. 

    Find all anagrams in a string

    • Create a hashmap to store the frequency of characters in the input string

    • Iterate through the input string and check if the frequency of characters matches the hashmap for each substring of the same length

    • Store the substrings that are anagrams in an array and return it

  • Answered by AI

Skills evaluated in this interview

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

Basic coding and oops concepts

Round 2 - Technical 

(1 Question)

  • Q1. Core java coding round

Jungleworks Interview FAQs

How many rounds are there in Jungleworks Full Stack Developer interview?
Jungleworks interview process usually has 1 rounds. The most common rounds in the Jungleworks interview process are Technical.
How to prepare for Jungleworks Full Stack Developer 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 MongoDB, AWS, Agile, Angular and Architectural Design.
What are the top questions asked in Jungleworks Full Stack Developer interview?

Some of the top questions asked at the Jungleworks Full Stack Developer interview -

  1. palindrome string prob...read more
  2. merger two sorted arr...read more
  3. Asked a programming question based on string where you have to tell the occurre...read more

Tell us how to improve this page.

Jungleworks Full Stack Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Associate Software Engineer
38 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Business Development Executive
36 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