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 | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2.5 months
Topics: Data Structures, Programming Questions, OOPS concepts, Restful webservices, design patterns
Tip
Tip

Be confident
Prepare everything with example.
Prepare as much Programming Questions as you can on leetcode.

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

Everything you mentioned in you resume , you should aware of that.
Add certifications and training attend
don't use false things

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date6 Sep 2021
Coding problem3

25 mcq's are there + 2 coding questions.

1. MCQ Questions

C++ (10 Questions) 

Core Java (10 Questions) 

SQL queries (5 Questions)

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

3. Implement Stack With Linked List

Moderate
30m average time
73% success
0/80
Asked in companies
AmazonMathworksDell Technologies

You must implement the Stack data structure using a Singly Linked List.


Create a class named 'Stack' which supports the following operations(all in O(1) time):


getSize: Returns an integer. Gets the current size of the stack

isEmpty: Returns a boolean. Gets whether the stack is empty

push: Returns nothing. Accepts an integer. Puts that integer at the top of the stack

pop: Returns nothing. Removes the top element of the stack. It does nothing if the stack is empty.

getTop: Returns an integer. Gets the top element of the stack. Returns -1 if the stack is empty
Try solving now
02
Round
Easy
Face to Face
Duration90 minutes
Interview date7 Sep 2021
Coding problem2

question 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.

2. Intersection of Two Arrays II

Easy
0/40
Asked in companies
Expedia GroupMeeshoInfo Edge India (Naukri.com)

You have been given two integer arrays/list(ARR1 and ARR2) of size N and M, respectively. You need to print their intersection; An intersection for this problem can be defined when both the arrays/lists contain a particular value or to put it in other words, when there is a common value that exists in both the arrays/lists.

Note :
Input arrays/lists can contain duplicate elements.

The intersection elements printed would be in the order they appear in the first array/list(ARR1)


Try solving now
03
Round
Easy
HR Round
Duration50 minutes
Interview date9 Sep 2021
Coding problem1

1. Basic HR Questions

Tell me about yourself.
Salary discussion.

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
1522 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
1486 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
2198 views
0 comments
0 upvotes