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

Frontend Developer

Josh Technology Group
upvote
share-icon
7 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Semantic HTML, Core concepts of CSS, SASS, JavaScript
Tip
Tip

Tip 1 : Have your basics storing rather than focusing on react or any other similar frameworks
Tip 2 : Practice DOM manipulation using JS as in the assignment round you'll have to code an assignment with your screen shared
Tip 3 : Practice advance JS concepts like prototyping, promises, etc.
Tip 4 : Study your projects thoroughly, what tech you used where and why
Tip 5 : Don't think that if you are unable to answer some output based questions or to code some question so you will not get selected. I myself have multiple wrong answers to tricky js output based questions but then the interviewer asks you to execute the question and explain why this has happened. If you are able to explain the correct reason for the answer you are good to go.

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Mention your best projects along with Tech stack used so the interviewer can see what all tech stack you have worked on
Tip 2 : Do not put false things on resume, as the interviewer will definitely ask cross questions and you will get tricked.
Tip 3 : Don't worry about the resume too much, you are the main focus of the interview and not the resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date30 May 2021
Coding problem0

Timing is the key here, you have to answer 90 questions in 90 mins with negative marking also. This is a purely marking based round and you will be shortlisted only if you are in the top scorers of the round. It included dbms, oops, aptitude and output based questions.

02
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date30 May 2022
Coding problem3

You are given three ds coding questions which you have to solve within 90 mins.
The questions are easy to medium level for this round

1. Non-Decreasing Array

Moderate
35m average time
65% success
0/80
Asked in companies
BNY MellonDell TechnologiesCiti Bank

You have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element.

We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] holds for every i (0-based) such that (0 <= i <= N - 2).

Try solving now

2. Sort Linked List

Easy
15m average time
85% success
0/40
Asked in companies
AdobePayPalFreshworks

You are given a Singly Linked List of integers which is sorted based on absolute value.

You have to sort the Linked List based on actual values.

The absolute value of a real number x, denoted |x|, is the non-negative value of x without regard to its sign.

Example:
If the given list is {1 -> -2 -> 3} (which is sorted on absolute value), the returned list should be {-2 -> 1 -> 3}.
Try solving now

3. Diameter Of Binary Tree

Easy
10m average time
90% success
0/40
Asked in companies
PhonePeAmazonPayU

You are given a Binary Tree.


Return the length of the diameter of the tree.


Note :
The diameter of a binary tree is the length of the longest path between any two end nodes in a tree.

The number of edges between two nodes represents the length of the path between them.
Example :
Input: Consider the given binary tree:

Example

Output: 6

Explanation:
Nodes in the diameter are highlighted. The length of the diameter, i.e., the path length, is 6.


Problem approach

Used DFS approach for the same

Try solving now
03
Round
Medium
Assignment
DurationN/A
Interview date31 May 2022
Coding problem1

1. Assignment

You are given a webpage design and you have to code the same using html, CSS, core Js

Problem approach

Tip 1 : complete the assignment as soon as possible
Tip 2 : check Chrome Lightroom score for best practices and accessibility support
Tip 3 : don't use Js frameworks

04
Round
Medium
Online Coding Interview
Duration20 Minutes
Interview date8 Jun 2022
Coding problem0

You are given 20 questions based on the assignment you solved regarding what best practices you should have followed in the assignment and the CSS properties which can be used for the assignment components

06
Round
Medium
Video Call
Duration120 Minutes
Interview date10 May 2022
Coding problem0

You are asked questions regarding HTML, CSS, Advanced Js concepts. The interview was just after the assignment round

07
Round
Hard
Video Call
Duration120 Minutes
Interview date10 May 2022
Coding problem1

This round focus on advanced Js concepts and the tech stack I used in my projects.

1. Find Unique

Easy
0/40
Asked in companies
Deutsche BankHSBCJosh Technology Group

You have been given an integer array/list(ARR) of size N. Where N is equal to [2M + 1].

Now, in the given array/list, 'M' numbers are present twice and one number is present only once.

You need to find and return that number which is unique in the array/list.

 Note:
Unique element is always present in the array/list according to the given condition.
Try solving now
08
Round
Easy
HR Round
Duration60 Minutes
Interview date10 May 2022
Coding problem1

It was a late night round as i have already had the previous 3 rounds at the same day. The HR asked about my experience regarding the previous rounds and also some situation based questions.

1. Basic HR Questions

What are your expectations?

What keep you motivated?

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
Frontend Developer
7 rounds | 7 problems
Interviewed by Josh Technology Group
5139 views
0 comments
0 upvotes
company logo
Frontend Developer
8 rounds | 6 problems
Interviewed by Josh Technology Group
5655 views
0 comments
0 upvotes
company logo
Frontend Developer
3 rounds | 4 problems
Interviewed by Josh Technology Group
1757 views
0 comments
0 upvotes
company logo
Frontend Developer
7 rounds | 6 problems
Interviewed by Josh Technology Group
1464 views
0 comments
0 upvotes