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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Programming Questions, OOPS concepts, Restful Web Services, Design Patterns.
Tip
Tip

Tip 1 : Be confident 
Tip 2 : Prepare everything with example. 
Tip 3 : Prepare as much Programming Questions as you can.

Application process
Where: Linkedin
Eligibility: above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Everything you mentioned in you resume , you should aware of that.
Tip 2 : Add certifications and training attend.
Tip 3 : Don't use false things.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date19 Aug 2021
Coding problem2

25 mcq's are there + 2 coding questions.

1. MCQ Questions

C++ (10 Questions)
Core java (10 Questions)
SQL queries (5 Questions)

Number Of MCQs - 25

2. First Missing Positive

Moderate
18m average time
84% success
0/80
Asked in companies
DunzoHikeSamsung

You are given an array 'ARR' of integers of length N. Your task is to find the first missing positive integer in linear time and constant space. In other words, find the lowest positive integer that does not exist in the array. The array can have negative numbers as well.

For example, the input [3, 4, -1, 1] should give output 2 because it is the smallest positive number that is missing in the input array.

Problem approach

First sort the array and then try to compare the number with positive number.

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date21 Aug 2021
Coding problem1

Questions based on core Java and advanced Java, Coding problems, Puzzle, SQL queries , data structures

1. Puzzle Question

A birthday cake has to be equally divided into 8 equal pieces in exactly 3 cuts. Determine the way to make this division possible.

Problem approach

This puzzle is not really difficult to solve if you really put your mind to work. The approach entails slicing the cake horizontally down the centre, followed by making another division vertically through the centre. The two divisions made across horizontal and vertical directions will give you 4 equal pieces of the cake.

In the final step, simply stack the 4 pieces one above the other, and then make the third division, splitting the stack into half. This gives you the 8 equal pieces of cake, along with answer to your puzzle.

03
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date26 Aug 2021
Coding problem1

Tell me about yourself.
salary discussion

1. Puzzle Question

There are 3 switches in a room, where one of them is assigned for a bulb in the next room. You can’t see whether the bulb is on or off, until you leave the room. Find the minimum number of times you have to go into the room to identify which switch corresponds to the bulb in the other room.

Problem approach

The person has to initially turn on the first switch and keep it on for 2-3 minutes. Next, turn off the first switch and turn on the second one. Rush to the other room as soon as you turn on the second switch.

If the bulb is glowing, the second switch corresponds to the light bulb; however, if the bulb doesn’t glow, but touching it feels warm, the first switch is the one that turns the bulb on. If it’s neither lit, nor warm, then the third switch is the desired switch. So, a person must go only once to the other room to find out the accurate switch.

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
SDE - 1
3 rounds | 6 problems
Interviewed by Josh Technology Group
1521 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Josh Technology Group
1027 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Josh Technology Group
1485 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 7 problems
Interviewed by Josh Technology Group
1160 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6365 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
2197 views
0 comments
0 upvotes