Upload Button Icon Add office photos

Filter interviews by

JustIntegrate IT Interview Questions and Answers

Updated 11 Dec 2024

JustIntegrate IT Interview Experiences

Popular Designations

6 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find maximum product and check palindrome

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Number series,profit and loss,clocks and calender,percentage,simple interst

Round 2 - Coding Test 

Write the logics for reverse a string and how to find the 2nd highest value from an array
write a program to add sum of rows in an mutlidimensional array

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They asked basic programs only

Round 2 - Technical 

(1 Question)

  • Q1. Asked in oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good experience

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 questions combined apti and technical apti 18 marks for qualified

Round 2 - Coding Test 

Code writing test in paper they will give some codes like string concepts and palindrome, reverse string

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare string,loops and conditions concept well

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

JustIntegrate IT interview questions for popular designations

 Software Developer

 (2)

 Associate Software Engineer

 (1)

 Engineer Trainee

 (1)

 Java Developer

 (1)

 Junior Software Developer

 (1)

I applied via Walk-in and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Write basic java programs

Round 2 - Technical 

(1 Question)

  • Q1. Reverse string Sort the array
  • Ans. 

    Reverse and sort an array of strings

    • Use StringBuilder to reverse each string in the array

    • Use Arrays.sort() method to sort the array

  • Answered by AI

Interview Preparation Tips

Topics to prepare for JustIntegrate IT Java Developer interview:
  • Java
Interview preparation tips for other job seekers - They expect proper coding
even without simple mistakes

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

I applied via Walk-in and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

They want to write three programs.

Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts of OOPs
Round 3 - Technical 

(1 Question)

  • Q1. Full basics of core java

Interview Preparation Tips

Interview preparation tips for other job seekers - You should to prepare well . And mainly concentrate to opps.

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Hacker earth python programming questions.
  • Q2. Feature engineering, performance metrics, ml models, hypothesis testing.
  • Q3. Questions on business problem solving aptitude.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the concepts very well, it's ok to not know each and everything but one should have in-depth knowledge of the topics he/she claims to know.

I applied via Recruitment Consultant

Interview Questionnaire 

2 Questions

  • Q1. Round 1: Fundamentals questions related to Javascript and React. In React questions were focused on react-hooks. lifecycle components and optimization techniques in react. Basic to intermediate questions r...
  • Q2. Round 2: The interview panel will ask you to code some basic coding problem depending on your relevant experience and if you're not able to solve it they'll directly say they're done with the interview. In...

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared Round 1 after which there was a delay of more than 2 weeks and got a call for Round 2 without any prior notice. Their L2 level interview is very bad, in my case I ended the interview from my side as it looked very clear that the panel was least interested.

Interview Questionnaire 

1 Question

  • Q1. How to explain answers own or book answers

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Question related to Java like what is Singleton class and how to create the Singleton object. String is immutable or mutable how to create an immutable object. What is serialization and deserialization. So...
  • Q2. Data base related question like all type of join left, right, outher inner, self etc and some question based on that..
  • Q3. Hibernate and jpa related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and ans to the point.

JustIntegrate IT Interview FAQs

How many rounds are there in JustIntegrate IT interview?
JustIntegrate IT interview process usually has 2-3 rounds. The most common rounds in the JustIntegrate IT interview process are Coding Test, Technical and Aptitude Test.
How to prepare for JustIntegrate IT interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at JustIntegrate IT. The most common topics and skills that interviewers at JustIntegrate IT expect are JQuery, Javascript, MVC, MySQL and PHP.
What are the top questions asked in JustIntegrate IT interview?

Some of the top questions asked at the JustIntegrate IT interview -

  1. Reverse string Sort the ar...read more
  2. Basic concepts of O...read more
  3. Full basics of core j...read more

Tell us how to improve this page.

JustIntegrate IT Interview Process

based on 3 interviews in last 1 year

Interview experience

3.7
  
Good

People are getting interviews through

based on 5 JustIntegrate IT interviews
WalkIn
Job Portal
60%
20%
20% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.5k Interviews
Nagarro Interview Questions
4.0
 • 761 Interviews
Publicis Sapient Interview Questions
3.5
 • 604 Interviews
GlobalLogic Interview Questions
3.7
 • 566 Interviews
UST Interview Questions
3.8
 • 500 Interviews
CGI Group Interview Questions
4.0
 • 480 Interviews
View all

JustIntegrate IT Reviews and Ratings

based on 13 reviews

4.1/5

Rating in categories

4.3

Skill development

4.1

Work-Life balance

3.6

Salary & Benefits

3.8

Job Security

4.4

Company culture

3.6

Promotions/Appraisal

4.0

Work Satisfaction

Explore 13 Reviews and Ratings
Software Developer
6 salaries
unlock blur

₹2.5 L/yr - ₹9.6 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹9 L/yr - ₹13.4 L/yr

Software Engineer
5 salaries
unlock blur

₹2.9 L/yr - ₹6 L/yr

Senior Software Developer
4 salaries
unlock blur

₹5.4 L/yr - ₹8.8 L/yr

Software Engineer Trainee
3 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Explore more salaries
Compare JustIntegrate IT with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.7
Compare

Hexaware Technologies

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