Upload Button Icon Add office photos
Engaged Employer

i

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

NJ India Invest Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NJ India Invest Java Developer Interview Questions and Answers

Updated 24 Feb 2024

NJ India Invest Java Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Oops concepts, core java question

Round 2 - Coding Test 

Recursion, palindrom numbers, basic dsa question

Interview questions from similar companies

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The round consisted of 3 coding Questions and 20 Technical MCQs.

  • Q1. 

    Connect Ropes Problem Statement

    Given a number of ropes denoted as 'N' and an array containing the lengths of these ropes, your task is to connect the ropes into one single rope. The cost to connect two r...

  • Ans. 

    The task is to find the minimum cost required to connect all the ropes by summing their lengths.

    • Iterate through the ropes and connect the two shortest ropes at each step to minimize cost

    • Use a priority queue to efficiently find the shortest ropes

    • Keep track of the total cost as you connect the ropes

    • Example: For input [4, 3, 2, 6], connect 2 and 3 (cost 5), then connect 4 and 5 (cost 9), then connect 9 and 6 (cost 15) for

  • Answered by AI
  • Q2. 

    Idempotent Matrix Verification

    Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:

    M * M = M

    Input:

    The first line cont...
  • Ans. 

    Check if a given matrix is idempotent by verifying if M * M = M.

    • Iterate through the matrix and multiply it with itself to check if it equals the original matrix.

    • If the condition M * M = M is satisfied, then the matrix is idempotent.

    • If the condition is not satisfied, then the matrix is not idempotent.

  • Answered by AI
  • Q3. 

    Sum of LCM Problem Statement

    Given an integer 'N', calculate and print the sum of the least common multiples (LCM) for each integer from 1 to N with N.

    The sum is represented as:
    LCM(1, N) + LCM(2, N) + ....

  • Ans. 

    Calculate and print the sum of least common multiples (LCM) for each integer from 1 to N with N.

    • Iterate from 1 to N and calculate LCM of each number with N

    • Add all the calculated LCM values to get the final sum

    • Return the sum for each test case

  • Answered by AI
Round 2 - Coding Test 

Round duration - 120 minutes
Round difficulty - Medium

This round is a Long Coding Round. Every Candidate was assigned with a mentor who guides them, We were given a real-life scenario for which we have to construct a database with required tables. We should draw an ER Diagram to demonstrate the Database. After the Database Completion, We have to Start Coding the Application. The Design(like Placing the button or background colour) is not given much importance. They mainly test the practical knowledge of candidates in OOPS and expertise in a C, C++, Java, Android or any other language were OOPS Concepts can be applied.

Round 3 - Video Call 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

This Round is a technical Interview. I was asked Questions to test my Technical Knowledge.

  • Q1. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while iterating through the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity of the algorithm should be O(N) where N is the size of the array.

  • Answered by AI
Round 4 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in ChennaiEligibility criteria7 CGPAMr. Cooper interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, Database Management SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do Atleast 2 Projects
Tip 2 : Be Strong in what you have in your resume
Tip 3 : Be Confident and Polite

Application resume tips for other job seekers

Tip 1 : Keep it Short to one or two pages
Tip 2 : Keep it standout..as it is what projects you uniquely.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

C, c++ mcq questions are asked

Round 2 - Coding Test 

3 easy to medium level questions

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basics
  • Q2. Swap words in strings
  • Ans. 

    Swap words in strings

    • Split the string into words

    • Swap the words using a temporary variable

    • Join the words back into a string

  • Answered by AI
  • Q3. Virus contain leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good in c++ concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Assignment 

Some question related professional round

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to your techstack round, string
Round 3 - Coding Test 

String ,array, linkedlist

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and some hr side questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What have you worked on
  • Q2. Why Tresvista? What is your motivation

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you manage conflicts in team

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain about your internship period
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Transactions in spring
  • Ans. 

    Transactions in Spring framework help manage database transactions in a consistent and reliable manner.

    • Spring provides support for declarative transaction management using @Transactional annotation

    • Transactions can be managed programmatically using TransactionTemplate

    • Spring supports both programmatic and declarative transaction management

    • Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability)

  • Answered by AI
  • Q2. Static va virtual

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Coding question realted to string , 2 pointer
  • Q2. Aboiut project and , dsa question
  • Q3. Dsa question about string
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Testing your basic accounting skills

Round 3 - Technical 

(1 Question)

  • Q1. Face to face tech round
Round 4 - One-on-one 

(1 Question)

  • Q1. With the VP/HOD a normal one o one

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall not a good management but if you get a good client you can learn a lot else you learn nothing.

NJ India Invest Interview FAQs

How many rounds are there in NJ India Invest Java Developer interview?
NJ India Invest interview process usually has 2 rounds. The most common rounds in the NJ India Invest interview process are Aptitude Test and Coding Test.
How to prepare for NJ India Invest Java Developer 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 NJ India Invest. The most common topics and skills that interviewers at NJ India Invest expect are Spring Mvc, HTML, CSS, Core Java and J2Ee.

Tell us how to improve this page.

NJ India Invest Java Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 244 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
TresVista Interview Questions
2.8
 • 115 Interviews
Pine Labs Interview Questions
3.4
 • 114 Interviews
Mr Cooper Interview Questions
3.9
 • 88 Interviews
Synchrony Interview Questions
4.3
 • 79 Interviews
Axis Direct Interview Questions
3.8
 • 79 Interviews
View all
NJ India Invest Java Developer Salary
based on 5 salaries
₹2.8 L/yr - ₹4.4 L/yr
36% less than the average Java Developer Salary in India
View more details
Unit Manager
147 salaries
unlock blur

₹1.1 L/yr - ₹7.5 L/yr

Senior Executive
91 salaries
unlock blur

₹2.1 L/yr - ₹4.1 L/yr

Assistant Deputy Manager
87 salaries
unlock blur

₹3.2 L/yr - ₹5.6 L/yr

Senior Sales Executive
40 salaries
unlock blur

₹2 L/yr - ₹3.7 L/yr

Assistant Manager
31 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Explore more salaries
Compare NJ India Invest with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

Aadhar Housing Finance

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