Upload Button Icon Add office photos
Engaged Employer

i

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

WiJungle Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

WiJungle Full Stack Software Developer Interview Questions and Answers

Updated 28 Jul 2023

WiJungle Full Stack Software Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via LinkedIn

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 tips
Round 2 - Aptitude Test 

Medium complexity questions mostly quantitative

Round 3 - Coding Test 

Trees and Graphs are required to study

Round 4 - One-on-one 

(2 Questions)

  • Q1. How to do configuration for ipsec if both site to site has same network
  • Ans. 

    Configure IPsec with NAT-T or use different subnets for the site-to-site connections.

    • Use NAT-T (Network Address Translation Traversal) to allow both sites to communicate with the same network.

    • Alternatively, use different subnets for the site-to-site connections to avoid conflicts.

    • Ensure proper routing and firewall rules are in place to allow traffic between the sites.

    • Consider using VPN concentrators or routers that sup...

  • Answered by AI
  • Q2. How to configure rsvp-te in cisco
  • Ans. 

    RSVP-TE can be configured on Cisco routers using the MPLS traffic engineering feature.

    • Enable MPLS on the router

    • Configure RSVP-TE on the interfaces participating in MPLS TE tunnels

    • Define MPLS TE tunnel paths and assign bandwidth constraints

    • Verify the configuration using show commands

  • Answered by AI

Skills evaluated in this interview

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Are two line segments with coordinates a1,b1 & a2,b2 intersecting or not?
  • Ans. 

    To determine if two line segments with coordinates a1,b1 & a2,b2 intersect, we need to check if the line segments intersect.

    • Calculate the slopes of both line segments

    • Check if the slopes are equal, if yes, check if the y-intercepts are equal

    • If slopes are not equal, calculate the intersection point of the two lines

    • Check if the intersection point lies on both line segments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They actually use algorithm and data structure so give a strong read over them

Full Stack Software Developer Interview Questions Asked at Other Companies

asked in Synergy
Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions str ... read more
asked in UST
Q2. If a application is running slow what process would you follow to ... read more
asked in Cognizant
Q3. Briefly explain the method you will use to execute an array linke ... read more
Q4. How do we link our stylesheet with the HTML?
asked in Cognizant
Q5. What is the difference between primary key, foreign key, candidat ... read more

Interview questions from similar companies

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What are your qualifications?
  • Q2. Could you describe your experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is an excellent environment for personal growth and knowledge enhancement.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 tips
Round 2 - Coding Test 

General DS, Algo and Basic CS question.

Round 3 - Technical 

(2 Questions)

  • Q1. General OS, DS and DB question.
  • Q2. Gneral programming question.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA Round - Need to explain the answer

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

1hr, hacker rank, was a good problem to solve

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. They asked about projects
  • Q2. They asked about projects and data analytics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Last company work profile
  • Ans. 

    I worked as a Senior Software Engineer at XYZ Company.

    • Developed and maintained software applications

    • Collaborated with cross-functional teams to gather requirements and design solutions

    • Implemented new features and enhancements

    • Performed code reviews and provided technical guidance to junior developers

    • Resolved bugs and issues reported by users

    • Optimized application performance and scalability

    • Participated in agile developme

  • Answered by AI
  • Q2. Dot Net, oracle framework, sql related qu.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is recursive function?
  • Ans. 

    A recursive function is a function that calls itself within its definition.

    • A recursive function must have a base case to prevent infinite recursion.

    • Recursion is often used to solve problems that can be broken down into smaller, similar subproblems.

    • Example: Factorial function, Fibonacci sequence.

  • Answered by AI
  • Q2. Difference between c and c++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have built-in support for exception handling, while C++ does.

    • C does not have namespaces, while C++ does.

    • C does not have function overloading, while C++

  • Answered by AI
  • Q3. Inheritance and data structures?
Round 3 - Technical 

(2 Questions)

  • Q1. What are the Oops concepts
  • Ans. 

    Oops concepts are the fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

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

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

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

    • Abstraction: Hiding the complex i...

  • Answered by AI
  • Q2. How to reverse any string
  • Ans. 

    To reverse a string, iterate through the characters and build a new string in reverse order.

    • Iterate through the characters of the string from end to start

    • Append each character to a new string to build the reversed string

    • Return the reversed string as the result

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare with basic programming and logical concepts

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is closure and explain?
  • Ans. 

    Closure is a function that has access to variables in its outer scope, even after the outer function has returned.

    • Closure is created when a function is defined inside another function.

    • The inner function has access to the outer function's variables and parameters.

    • The inner function can access the outer function's variables even after the outer function has returned.

    • Closures are used for data privacy, event handlers, and...

  • Answered by AI
  • Q2. What is hoc, pure component and react.memo.
  • Ans. 

    hoc, pure component and react.memo are all ways to optimize React components.

    • Higher Order Components (HOC) are functions that take a component and return a new component with additional functionality.

    • Pure Components are components that only re-render when their props or state change.

    • React.memo is a higher order component that memoizes the result of a component rendering, preventing unnecessary re-renders.

  • Answered by AI
  • Q3.  Give the result of pre written javascript questions like counter increment.
  • Q4. One coding question in react.

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have basics clear and try some coding questions in JavaScript.

Skills evaluated in this interview

WiJungle Interview FAQs

How many rounds are there in WiJungle Full Stack Software Developer interview?
WiJungle interview process usually has 3 rounds. The most common rounds in the WiJungle interview process are Aptitude Test, Coding Test and One-on-one Round.
What are the top questions asked in WiJungle Full Stack Software Developer interview?

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

  1. Are two line segments with coordinates a1,b1 & a2,b2 intersecting or n...read more
  2. How to do configuration for ipsec if both site to site has same netw...read more
  3. how to configure rsvp-te in ci...read more

Tell us how to improve this page.

WiJungle Full Stack Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Convin Interview Questions
4.3
 • 21 Interviews
BIZONGO Interview Questions
2.9
 • 18 Interviews
Cognida Interview Questions
4.5
 • 10 Interviews
Miko Interview Questions
3.0
 • 10 Interviews
Habilelabs Interview Questions
4.2
 • 8 Interviews
Feuji Interview Questions
2.6
 • 8 Interviews
Leumas Interview Questions
3.9
 • 7 Interviews
View all

WiJungle Full Stack Software Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

3.0

Salary

3.0

Job security

1.0

Company culture

3.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
6 salaries
unlock blur

₹7.5 L/yr - ₹13 L/yr

Software Development Engineer 1
6 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Software Development Engineer
5 salaries
unlock blur

₹8 L/yr - ₹13.5 L/yr

Accounts Manager
4 salaries
unlock blur

₹9 L/yr - ₹14 L/yr

Customer Success Manager
4 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

Explore more salaries
Compare WiJungle with

Sequretek It Solutions

4.0
Compare

BIZONGO

2.9
Compare

Dozee

3.9
Compare

Convin

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