Upload Button Icon Add office photos

Filter interviews by

Josh Technology Group Software Developer Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Josh Technology Group Software Developer Interview Questions and Answers

  • Q1. Validate Binary Tree Nodes You are given ‘N’ binary tree nodes numbered from 0 to N - 1 where node ‘i’ has two children LEFT_CHILD[i] and RIGHT_CODE[i]. Return ‘True’ if ...read more
  • Q2. Balanced Binary Tree You are given an integer 'H'. Your task is to count and print the maximum number of balanced binary trees possible with height 'H'. The balanced bina ...read more
  • Q3. Sort an array in wave form You have been given an unsorted array ‘ARR’. Your task is to sort the array in such a way that the array looks like a wave array. Example: If t ...read more
View all 25 questions

Josh Technology Group Software Developer Interview Experiences

15 interviews found

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - MCQ 

(1 Question)

  • Q1. IT WAS MCQ CODING OUTPUT BASED ROUND IN WHICH TOTAL 45 QUESTION
Round 2 - SUBJECTIVE ROUND 

(1 Question)

  • Q1. IT WAS SUBJECTIVE CODING ROUND IN WHICH 1 OUTPUT BASED AND 3 CODING ROUND
Round 3 - Coding Test 

IT WAS 3RD CODING ROUND IN WHICH 3 CODING QUESTIONS AND DURATION 75MIN

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPRARE FOR
LINKEDLIST
TREE
AND ADVANCE DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is very impressive work on Josh technology assessment because we learn many new skills.

Round 2 - Technical 

(2 Questions)

  • Q1. What is api and how it is work ?
  • Ans. 

    API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods and data formats that applications can use to request and exchange information.

    • APIs can be used to access services provided by other software applications, such as retrieving data from a database or sending notifications.

    • Examples of APIs ...

  • Answered by AI
  • Q2. What is software development life cycle and which steps are following?
  • Ans. 

    Software development life cycle (SDLC) is a process used by software developers to design, develop, and test software.

    • 1. Planning: Define the project scope, requirements, and objectives.

    • 2. Analysis: Gather and analyze user requirements.

    • 3. Design: Create a detailed design of the software.

    • 4. Implementation: Develop the software based on the design.

    • 5. Testing: Test the software for bugs and issues.

    • 6. Deployment: Release t...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All multiple-choice questions on object-oriented programming and pointers.

Round 2 - Coding Test 

Questions related to linked lists and trees.

Round 3 - Coding Test 

Three questions, all regarding LinkedIn, focusing on lists and trees.

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

I was interviewed in Mar 2024.

Round 1 - Aptitude Test 

Aptitude+CS fundamentals questions were asked

Round 2 - Coding Test 

4 questions majorly based on trees and linked list

Round 3 - Coding Test 

Again 3 ques 1 was based on trees,another in linked list and 3rd on kadanes algorithm

Round 4 - Technical 

(3 Questions)

  • Q1. Left view of tree
  • Ans. 

    Left view of a tree is the set of nodes visible when the tree is viewed from the left side.

    • Traverse the tree in a level order manner

    • Keep track of the first node encountered at each level

    • Add the first node encountered at each level to the result array

  • Answered by AI
  • Q2. Riddle based question
  • Q3. Detect a loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect a loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI

Skills evaluated in this interview

Josh Technology Group interview questions for designations

 Software Developer Intern

 (9)

 Software Engineer

 (6)

 Web Developer

 (2)

 Software Engineer Trainee

 (1)

 Software Quality Analyst

 (1)

 Front end Developer

 (10)

 Full Stack Developer

 (2)

 Software Quality Assurance Engineer

 (1)

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

They only focuses on DSA

Get interview-ready with Top Josh Technology Group Interview Questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - MCQ C and C++ 

(2 Questions)

  • Q1. Basic C and C++ mcqs
  • Q2. Function, pointers , time complexity
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

In first round there were two test
1st is the personality test.
2nd is the aptitude test were they asked about 10 aptitude questions and around 40 coding based questions, some of them were mcq and rest were output based.

Round 2 - Coding Test 

Contains 4 DSA based questions, 1 question was hard, and other 3 questions were of medium level.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be well prepared of the Josh Technology Group, you should be very good in coding and should know DSA very well.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an 1 hour round with pseudocodes of c different subject questions and it was an objective test

Round 2 - Coding Test 

It was difficult with question of medium to hard level

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Chandigarh College of Architecture, Chandigarh and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is there in round 1

Round 2 - Coding Test 

Coding test is there

Interview Preparation Tips

Interview preparation tips for other job seekers - do data structure and also study computer networks and dbms
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 - Aptitude Test 

Questions related to input and output.

Round 3 - Coding Test 

Subjective Round:4 questions related to coding.

Round 4 - One-on-one 

(1 Question)

  • Q1. 3 Interview round and finally HR round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Guru Teg Bahadur Institute of Technology, Delhi and was interviewed in Oct 2022. There were 3 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 - Coding Test 

They would ask searching sorting , binary search in first round

Round 3 - Technical 

(2 Questions)

  • Q1. Most of question were from Tree and DP
  • Q2. Delete a node from a binary tree.
  • Ans. 

    Delete a node from a binary tree.

    • Find the node to be deleted

    • If the node has no children, simply delete it

    • If the node has one child, replace it with its child

    • If the node has two children, find the minimum value in its right subtree, replace the node with that value, and delete the minimum value node

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have firm knowlege of time complexity and Data structure

Skills evaluated in this interview

Josh Technology Group Interview FAQs

How many rounds are there in Josh Technology Group Software Developer interview?
Josh Technology Group interview process usually has 2-3 rounds. The most common rounds in the Josh Technology Group interview process are Coding Test, Aptitude Test and Resume Shortlist.
What are the top questions asked in Josh Technology Group Software Developer interview?

Some of the top questions asked at the Josh Technology Group Software Developer interview -

  1. What is software development life cycle and which steps are followi...read more
  2. Given a value find next sibling on right side of it without using global/heap v...read more
  3. What is api and how it is wor...read more
How long is the Josh Technology Group Software Developer interview process?

The duration of Josh Technology Group Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Josh Technology Group Software Developer Interview Process

based on 7 interviews in last 1 year

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

People are getting interviews through

based on 6 Josh Technology Group interviews
Campus Placement
Referral
83%
17%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Josh Technology Group Software Developer Salary
based on 94 salaries
₹6.8 L/yr - ₹19.5 L/yr
83% more than the average Software Developer Salary in India
View more details

Josh Technology Group Software Developer Reviews and Ratings

based on 11 reviews

1.6/5

Rating in categories

3.1

Skill development

1.2

Work-Life balance

2.1

Salary & Benefits

1.2

Job Security

1.7

Company culture

1.7

Promotions/Appraisal

1.6

Work Satisfaction

Explore 11 Reviews and Ratings
Software Developer
94 salaries
unlock blur

₹6.8 L/yr - ₹19.5 L/yr

Front end Developer
48 salaries
unlock blur

₹6.3 L/yr - ₹17 L/yr

Senior Software Developer
41 salaries
unlock blur

₹8.2 L/yr - ₹24 L/yr

Software Quality Analyst
22 salaries
unlock blur

₹4.2 L/yr - ₹7.5 L/yr

Software Engineer
19 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Explore more salaries
Compare Josh Technology Group with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview