Upload Button Icon Add office photos

Filter interviews by

Josh Technology Group Intern Interview Questions, Process, and Tips

Updated 19 May 2022

1 Josh Technology Group Intern Interview Experience

7 questions found

Sort by: Popular

Intern Interview Questions

user image CodingNinjas

posted on 19 May 2022

I was interviewed in May 2022.

5 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 90 minutes
Round difficulty - Easy

It was just after the first round in the morning

  • Q1. Huffman Coding You are given an array 'ARR' of Integers having 'N' elements. The array contains an encoded message. For each index 'i', ...read more
2

Coding Test Round (1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

1 hr after the second round got over and results were announced in the morning.

  • Q1. Ways To Make Coin Change You are given an infinite supply of coins of each of denominations D = {D0, D1, D2, D3, ...... Dn-1}. You need to figure out the total ...read more
3

Face to Face Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

10 A.M in the morning.
The interviewers were very knowledgeable and humble

  • Q1. Unique Element In Sorted Array Nobita wants to impress Shizuka by guessing her lucky number. Shizuka gave Nobita a sorted list of ‘N’ numbers such that every nu...read more
  • Q2. Print Nodes at Distance K From a Given Node You are given an arbitrary binary tree, a node of the tree, and an integer 'K'. You need to find all such no...read more
4

Face to Face Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

It was after the first technical interview round.
Got a mail for the second interview round .
Timings approx 12 AM

  • Q1. Remove BST keys outside the given range Given a Binary Search Tree (BST) and a range [min, max], remove all keys which are outside the given range. The modified...read more
  • Q2. Inorder Sucessor You have been given an arbitrary binary tree and a node of this tree. You need to find the inorder successor of this node in the tree. The inor...read more
5

HR Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

Got a call from Hr after clearance of the first 2 rounds.
Timing were 5:30 P.M

  • Q1. Basic HR Questions

    She asked me about my hobbies, strength, weaknesses, why i want to join.

Interview Preparation Tips

Eligibility criteria7+ CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - DBMS, OS, OOPS, Data Structure, Array, String, Bit manipulation, BInary Search, Sorting, Number Theory Linked List, Trees, Graph, DPTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Focus the most on Data Structure topics and practice atleast 300 medium level ques (min 2 approaches for each qs)
Tip 2 : Have a strong grip on Core Subjects i.e OS, DBMS, OOPS, CN, System Design(for big mnc's)
Tip 3 : Learn any good development framework and make min 2 good projects with that and try to do any 1 or 2 min intern to put it in your resume.

Application resume tips for other job seekers

Tip 1 : Keep it short and to the point
Tip 2 : Have good knowledge of every single thing you mentioned there.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Internshala and was interviewed in Apr 2024.

3 Interview Rounds

1

Coding Test Round

Was 1 hr with a simple question from leetcode

2

Technical Round (2 Questions)

  • Q1. Implement reverse Linked list
  • Q2. Project Explanation(from resume)
3

HR Round (2 Questions)

  • Q1. Why we should select you?
  • Q2. Are you willing to relocate?

Skills evaluated in this interview

Intern Interview Questions

WorkIndia user image Anonymous

posted on 30 Oct 2024

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Job Fair and was interviewed in Apr 2024.

1 Interview Round

1

Assignment Round

Some sql questions were given to solve

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

I applied via Naukri.com and was interviewed in May 2024.

1 Interview Round

1

HR Round (2 Questions)

  • Q1. Tell me about urself
  • Q2. About my skill sql, python,

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Intern interview:
  • React.Js
Interview preparation tips for other job seekers - good

Intern Interview Questions

Magic Edtech user image Anonymous

posted on 14 Feb 2024

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via LinkedIn and was interviewed in Jan 2024.

2 Interview Rounds

1

Aptitude Test Round

English amplitude question asked

2

Technical Round (2 Questions)

  • Q1. Basic question on HTML css
  • Q2. Basic of HTML code
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Introduction and CV based

Intern Interview Questions

Argusoft user image Anonymous

posted on 19 Jun 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Aptitude Test Round

Simple Aptitude test 1 hr

2

Group Discussion Round

An aptitude test to filter out some more people

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

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Apr 2024.

3 Interview Rounds

1

Coding Test Round

Medium level coding questions on hackerrank ,1:30hr, topic- Array , DP , Matrix , Binary Search

2

Technical Round (1 Question)

  • Q1. Was Asked to Implement Hashmap and Question on OOPS and Dbms , SQL and Indexing
3

Technical Round (2 Questions)

  • Q1. Brief Introduction
  • Q2. Rotten Oranges and basics of bfs and DFS

HR Intern Interview Questions

IT By Design user image Anonymous

posted on 7 Jun 2024

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Group Discussion Round

Farmers protest ,how farmers are protesting, how the protest is going on government is wrong or right

2

Case Study Round

HR Principles, key responsibilities' areas of HR and how they need to do the actions on certain things or certain escalation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, and eager to learn

I was interviewed in Feb 2021.

1 Interview Round

1

Coding Test Round (4 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was 10AM. The platform was quite good.

  • Q1. Maximum size rectangle sub-matrix with all 1's You are given an 'N' * 'M' sized binary-valued matrix 'MAT, where 'N' is the number o...read more
  • Q2. Binary Tree Maximum Path Sum You are given a binary tree with ‘N’ nodes. Your task is to find the “Maximum Path Sum” for any path. Note : 1. A ‘path’ is a seque...read more
  • Q3. Minimum number of swaps required to sort an array You have been given an array 'ARR' of 'N' distinct elements. Your task is to find the minimum ...read more
  • Q4. Infix to Postfix You are given a string EXP which is a valid infix expression. Convert the given infix expression to postfix expression. Infix expression is of ...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in DelhiEligibility criteriaAbove 7 CGPAHike interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Do at least 1 project.
Tip 2 : Practice data structure questions.
Tip 3 : Dynamic programming is must.

Application resume tips for other job seekers

Tip 1 : Do not put false things.
Tip 2 : Keep it short and direct.

Final outcome of the interviewRejected

Skills evaluated in this interview

Tell us how to improve this page.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 33 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
Wipro Intern Interview Questions
3.7
 • 10 Interviews
HCLTech Intern Interview Questions
3.6
 • 6 Interviews
Mphasis Intern Interview Questions
3.4
 • 2 Interviews
Cyient Intern Interview Questions
3.7
 • 2 Interviews
View all

Josh Technology Group Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

3.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Developer
158 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Front end Developer
70 salaries
unlock blur

₹7.2 L/yr - ₹16 L/yr

Software Engineer
52 salaries
unlock blur

₹6 L/yr - ₹18.6 L/yr

Senior Software Developer
42 salaries
unlock blur

₹8.2 L/yr - ₹24 L/yr

Software Quality Analyst
29 salaries
unlock blur

₹4 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Josh Technology Group with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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