Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Josh Software Team. If you also belong to the team, you can get access from here

Josh Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Josh Software Software Developer Interview Questions and Answers for Freshers

Updated 27 Dec 2024

Josh Software Software Developer Interview Experiences for Freshers

2 interviews found

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

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

Round 1 - Coding Test 

Direct coding test with a magic number, balance parenthesis

Round 2 - Technical 

(4 Questions)

  • Q1. Explain merge sort with code
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively splits an array into halves, sorts them, and then merges them back together.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. Difference between authentication and authorization
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.

    • Authentication confirms the user's identity through credentials like username and password

    • Authorization controls access to resources based on the authenticated user's permissions

    • Example: Logging into a system (authentication) vs. accessing specific files or features within the system (authorization)

  • Answered by AI
  • Q3. Project discussion
  • Q4. Database questions

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The first assessment was based on C programming language with advanced type of questions.

Round 2 - Coding Test 

An easy level program to be solved in 30 minutes.

Round 3 - Technical 

(1 Question)

  • Q1. What are different software development models?
  • Ans. 

    Software development models are frameworks used to structure, plan, and control the process of developing software.

    • Waterfall model

    • Agile model

    • Spiral model

    • Iterative and incremental model

    • V-shaped model

    • Prototype model

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - must have knowledge in C
Data structures
Core subject knowledge

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies for Fresher

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
Q2. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more
asked in Nagarro
Q3. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in Mr Cooper
Q4. Connect Ropes Problem Statement Given a number of ropes denoted a ... read more
asked in Wipro
Q5. Minimum Operations to Make Strings Equal Given two strings, A and ... read more

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. React js, ReactHooks, es67 features, bootstrap
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Closures, hostings, react js, redux, hooks basic
  • Q2. Html5, css3, basic javascript stuff
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Print unique numbers in list
  • Ans. 

    Print unique numbers in list

    • Iterate through the list and store each number in a set to keep track of unique numbers

    • Print out the numbers in the set to display the unique numbers

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq + dsa JavaScript questions

Round 2 - Technical 

(1 Question)

  • Q1. JavaScript advance topics and database design topics
Round 3 - Behavioral 

(1 Question)

  • Q1. Situation based question and behavioural questions

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain difference between spring and spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for quickly creating Spring-based applications.

    • Spring provides a comprehensive framework for building Java applications, while Spring Boot is a tool that simplifies and accelerates the process of creating Spring-based applications.

    • Spring requires more configuration and setup, while Spring Boot provides a pre-configured environment that re...

  • Answered by AI
  • Q2. 2. String anagram program
  • Ans. 

    A program to check if two strings are anagrams of each other.

    • Create two character arrays from the input strings

    • Sort the arrays

    • Compare the sorted arrays to check if they are equal

  • Answered by AI
  • Q3. 3. write small code using streams api
  • Ans. 

    Using Streams API to filter and map an array of strings

    • Create a stream from the array using Arrays.stream()

    • Use filter() to select elements that meet a certain condition

    • Use map() to transform each element into a new value

    • Use toArray() to convert the stream back into an array

  • Answered by AI
  • Q4. 4. java 8 concepts
  • Q5. 5. what is REST api
  • Ans. 

    REST API is a web service that uses HTTP requests to access and manipulate data.

    • REST stands for Representational State Transfer

    • It is an architectural style for building web services

    • It uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • It is stateless and can be cached

    • It returns data in various formats like JSON, XML, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain everything properly

Skills evaluated in this interview

Josh Software Interview FAQs

How many rounds are there in Josh Software Software Developer interview for freshers?
Josh Software interview process for freshers usually has 2-3 rounds. The most common rounds in the Josh Software interview process for freshers are Coding Test, Technical and Aptitude Test.
What are the top questions asked in Josh Software Software Developer interview for freshers?

Some of the top questions asked at the Josh Software Software Developer interview for freshers -

  1. What are different software development mode...read more
  2. difference between authentication and authorizat...read more
  3. explain merge sort with c...read more

Tell us how to improve this page.

Josh Software Software Developer Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
Josh Software Software Developer Salary
based on 48 salaries
₹6 L/yr - ₹20 L/yr
31% more than the average Software Developer Salary in India
View more details

Josh Software Software Developer Reviews and Ratings

based on 10 reviews

3.1/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

2.7

Salary

2.9

Job security

3.0

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
229 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Senior Software Engineer
118 salaries
unlock blur

₹10.1 L/yr - ₹34 L/yr

Software Developer
48 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

QA Engineer
28 salaries
unlock blur

₹6 L/yr - ₹14.1 L/yr

Technical Lead
18 salaries
unlock blur

₹17 L/yr - ₹30 L/yr

Explore more salaries
Compare Josh Software with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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