Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Josh Technology Group Web Developer Interview Questions and Answers

Updated 21 Jul 2024

Josh Technology Group Web Developer Interview Experiences

2 interviews found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 21 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Debugging questions are mostly asked, you can get them from GFG

Round 2 - Coding Test 

In coding test , mostly the leetcode medium questions are asked like tree traversal and linked list related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go!

Web Developer Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2021

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Online Coding Test on Calyxpod platform. There were 2 coding questions

  • Q1. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. 

    Find the node where two linked lists merge.

    • Traverse both lists to find their lengths and the difference in lengths

    • Move the pointer of the longer list by the difference

    • Move both pointers simultaneously until they meet at the merging node

  • Answered by AI
  • Q2. 

    Most Frequent Non-Banned Word Problem Statement

    Given a paragraph consisting of letters in both lowercase and uppercase, spaces, and punctuation, along with a list of banned words, your task is to find th...

  • Ans. 

    Find the most frequent word in a paragraph that is not in a list of banned words.

    • Split the paragraph into words and convert them to uppercase for case-insensitivity.

    • Count the frequency of each word, excluding banned words.

    • Return the word with the highest frequency in uppercase.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 70 minutes
Round difficulty - Easy

Advance Subjective Round on Calyxpod platform: 5 questions. One question was related to data structures and algorithms. Other 4 were related to Html, CSS and Javascript.

  • Q1. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use recursion to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Return the valid combinations as an array of strings.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. Akhilesh Das Gupta Institute of Technology & Management. Eligibility criteria8 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Aptitude, DBMS, Web DevelopmentTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be good in aptitude and data structures as it is the 1st/2nd round in most companies.
Tip 2 : Be prepared to explain your projects mentioned in the resume
Tip 3 : Do atleast 2 good projects.

Application resume tips for other job seekers

Tip 1 : Do not write any false information on your resume.
Tip 2 : Keep your resume restricted to one page only.

Final outcome of the interviewRejected

Skills evaluated in this interview

Web Developer Interview Questions Asked at Other Companies

Q1. Last Index of Element The task is to determine the index of the l ... read more
Q2. Check Indices With Given Difference Problem Statement You are pro ... read more
asked in Evalueserve
Q3. Reverse Linked List Problem Statement Given a singly linked list ... read more
Q4. Intersection of Linked List Problem You are provided with two sin ... read more
Q5. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about event loop in javascript and asynchronous programming?
  • Ans. 

    Event loop in JS manages the execution of code and handles asynchronous tasks.

    • JS is single-threaded, so event loop helps manage tasks without blocking the main thread.

    • Asynchronous programming allows non-blocking execution of code.

    • Callbacks, Promises, and Async/Await are common ways to handle asynchronous tasks.

    • Example: setTimeout() function uses event loop to execute code after a specified delay.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - strong javascript knowledge

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the plsql..like functions.cursors.pakages and like that

Interview Preparation Tips

Interview preparation tips for other job seekers - from my experience its some meaning ful interested one..but after got selected...they will not respond on any support..like joining or about the assets setup and not even the situvations...as per my experience i really have a bad experience with rmg and also hr team..ultimatix login and all are not that quick responsive...as per mine ..not prefer tcs..
Contribute & help others!
anonymous
You can choose to be anonymous

Josh Technology Group Interview FAQs

How many rounds are there in Josh Technology Group Web Developer interview?
Josh Technology Group interview process usually has 2 rounds. The most common rounds in the Josh Technology Group interview process are Aptitude Test and Coding Test.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Sterling & Wilson

No Interviews

INTERVIEWS

Hourglass Research

No Interviews

INTERVIEWS

Shapoorji Pallonji Group

No Interviews

INTERVIEWS

S&P Global

No Interviews

INTERVIEWS

S&P Global

No Interviews

INTERVIEWS

Gammon Engineers And Contractors

No Interviews

INTERVIEWS

Amara Raja Infra

No Interviews

INTERVIEWS

ITC Infotech

No Interviews

Tell us how to improve this page.

Josh Technology Group Web Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Software Developer
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Quality Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Josh Technology Group with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview