Josh Technology Group interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Josh Technology Group
upvote
share-icon
3 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: OOP, Data Structures, Algorithms, Dynamic Programming, Web development
Tip
Tip

Tip 1 : For web development, practice by implementing some small projects like calculator, Todo app, e-commerce website
Tip 2 : Try to understand the basics properly

Application process
Where: Campus
Eligibility: No Criteria
Resume Tip
Resume tip

Tip 1 : Mention only those programming languages or technologies you have actually worked on
Tip 2 : Mention the projects with functionalities & tech stack used

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date17 Jul 2019
Coding problem1

It was altogether 90 minutes round starting with MCQs for OOP, Pointers, Data structures & algorithms. 30 minutes for 20 MCQs. Next 60 minutes for the coding round. There were no restrictions for programming language. You can use any programming language you know. A use case was provided and you need to write code for it

1. Minimum Stop Required To Reach The Destination

Moderate
0/80
Asked in companies
IntuitJosh Technology GroupNagarro Software

Ninja bought a plane that can cover a distance of at most ‘K’ units in one flight. Now, the ninja wants to show this plane to his best friend, whose house lies at point (X, 0) on the x-axis. There are multiple airports on the x-axis marked by 1. If there is no airport at any point, then it is marked as 0.

Given an integer array ‘AIRPORTS’ of size ‘N’ containing the information about airports on the x-axis, can you find the minimum number of stops that must be taken by the plane to reach the destination (X,0) on the x-axis. If the destination is unreachable, return -1. The plane starts from the origin (0, 0).

For example:
You are given AIRPORTS = [1, 1, 1, 0, 1, 0], ‘K’ = 2 and ‘X’ = 4.
The answer will be 1. The plane makes its first stop at (2, 0) and then reaches the destination (4, 0) in the next fight. Hence the total number of stops is 1.
Try solving now
02
Round
Easy
Face to Face
Duration45 Minutes
Interview date17 Jul 2019
Coding problem1

It was a technical round where some of the OOP concepts were asked. Few sorting code problems were given to solve. OOP questions with real-life examples were asked

1. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
AdobeSamsungIBM

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Try solving now
04
Round
Easy
HR Round
Duration30 Minutes
Interview date17 Jul 2019
Coding problem0

Just basic HR questions. Why would you like to join our organization? Do you prefer relocation? etc

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Josh Technology Group
2071 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 4 problems
Interviewed by Josh Technology Group
1223 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Josh Technology Group
1869 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Josh Technology Group
1027 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3266 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2643 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes