
Josh Technology Group Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 502 interview experiences · FREE TO READ
Which role are you interviewing for?
28 roles · 502 reportsCandidate interview experiences
First-hand accounts from people who interviewed at Josh Technology Group.
Software Engineer Intern
Online Coding Test covering DSA basics like arrays, strings, and recursion. Expect 1-2 coding problems of easy-medium difficulty, and sometimes MCQs on CS fundamentals. Then, a Technical Interview focusing on DSA problem-solving, emphasizing logic and optimization. Core CS topics like OOPs, DBMS, OS, and basic CN will be covered. Questions about projects on your resume are also common. Finally, a Managerial / HR Round to check communication and attitude, discuss internship availability and your learning mindset, along with basic behavioral questions.
- Remember use cases and test cases
Frontend Engineer
So, at Josh Technology Group for full-time roles, it's mostly about technical tests. First, there was an online assessment, kind of a test that checked my problem-solving, data structures, and algorithms knowledge. After I passed that coding test, the next step was a website-building round. They wanted me to build a working web app in a set amount of time. This round really looked at my frontend basics, how I structure things logically, the quality of my code, and if I get UI/UX. I finished the website-building part, but sadly, I didn't make it to the next interviews. Even though I didn't go further, it was useful because I got what they're looking for: good code structure, solid problem-solving, and skills for real-world frontend work. It also showed me what I need to get better at for the future.
- The focus was heavily on data structures and algorithms.
Software QA Tester
It has 4 rounds 1. APTITUDE 2. Testing Round Purpose: Assess your understanding of software testing concepts. What it includes: Manual testing basics: SDLC, STLC, test case design, bug life cycle. Types of testing: Smoke, regression, integration, system, UAT. Scenario-based questions: e.g., “How would you test a login page?” Defect reporting tools: Jira, Bugzilla, etc. Automation basics (sometimes): Basic Selenium or test scripts. 3. Technical Interview Purpose: Evaluate your technical depth and analytical mindset. Typical topics: Testing tools & techniques: Manual vs automation, white box vs black box. Database queries: Basic SQL (SELECT, JOIN, GROUP BY). Programming logic: Basic coding questions in Java/Python/C++. Practical testing scenarios: “How would you test an e-commerce cart?” API Testing (sometimes): Postman basics, response codes, parameters. 4. HR Interview Purpose: Evaluate personality, communication skills, and cultural fit. Common questions: “Tell me about yourself.” “Why testing / QA over development?” “What do you know about Josh Technology Group?” “Describe a challenge you faced and how you solved it.” “Where do you see yourself in 5 years?”
- A train 180 m long crosses a pole in 10 sec. Find its speed.
- If 5 men can complete a task in 20 days, how many days will 10 men take?
- What is the difference between verification and validation?
Software Quality Assurance
I got to the office at 8:45 AM as per the email, but the assessment didn't start until 9:30 AM. Some candidates who arrived late were still allowed in, which felt pretty disorganized. The first part was a basic assessment with simple aptitude questions, some basic coding, and questions related to the role. I passed that and moved to the second round, which was about HRMS. We got access to an HRMS portal and had to answer 12 questions (9 multiple-choice, 3 subjective) about the employee dashboard. After that, I had a quick chat with HR about my answers. Then came the technical interview, which was a letdown. The questions weren't relevant to a technical role, like asking about bottle caps. It made no sense for a technical job. At the end of this full-day thing, no one was hired. I later found out there weren't any actual job openings; it seemed like they were just using the interviews for company promotion. It was a super unprofessional and misleading experience, wasting our time and money with no clear purpose.
- Aptitude questions were straightforward. The test also covered software testing topics like smoke testing, regression testing, and the concepts of priority and severity.
Josh Technology Group Interview Questions
Quoted word for word from Josh Technology Group interview reports.
“Given a tree where each node has a parent pointer, find the inorder successor of a given node without access to the root.”
Read reports →“Find the inorder successor of a node in a tree where parent references are present. The root node is not directly accessible.”
Read reports →“Find the maximum sum of nodes in a root such that no two selected nodes are directly connected.”
Read reports →“Given a node within a tree structure that provides parent pointers, determine its inorder successor. The solution should not depend on the root node.”
Read reports →“What is the maximum sum of non-adjacent nodes in a Binary Tree?”
Read report →“Given an array and an integer k, what's the maximum sum of a contiguous subarray that has at least k elements?”
Read report →“Given root of two trees, check how many leaves match when reading leaves left-to-right in the first tree and right-to-left in the second.”
Read report →“Find a pair of nodes in a linked list that sum up to a specific value.”
Read report →“Find pairs whose sums add up to a given target value in a Binary Search Tree.”
Read report →Formats, difficulty and experience
Across all 502 Josh Technology Group interview reports.