Upload Button Icon Add office photos
Engaged Employer

i

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

NJ Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NJ Technologies Interview Questions and Answers

Updated 4 Nov 2024

NJ Technologies Interview Experiences

Popular Designations

8 interviews found

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

I applied via LinkedIn and was interviewed in Feb 2023. There were 3 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 

Basic Maths and reasoning
Along with core java and advanced java mcq questions

Round 3 - Technical 

(2 Questions)

  • Q1. Exception handling, Identifiers, spring annotations, Collections hierarchy
  • Q2. Basic Mysql question like ddl, dml operation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions on java, get some ideas about basic dsa and sql

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was general aptitude and technical questions.

Round 2 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a Java Full Stack Developer with 5 years of experience in developing web applications.

    • Experienced in Java, Spring Boot, Angular, and SQL

    • Strong understanding of RESTful APIs and microservices architecture

    • Proficient in front-end development using HTML, CSS, and JavaScript

    • Familiar with Agile methodologies and version control systems like Git

  • Answered by AI
  • Q2. What is your Future Goals?
  • Ans. 

    To become a lead developer and contribute to innovative projects in the tech industry.

    • Advance my skills in Java, Spring Boot, Angular, and other relevant technologies.

    • Lead a team of developers to successfully deliver projects on time and within budget.

    • Contribute to open source projects to give back to the developer community.

    • Attend tech conferences and workshops to stay updated with the latest trends and technologies.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the difference between ai and ml?
  • Ans. 

    AI is a broader concept of machines being able to carry out tasks in a smart way, while ML is a subset of AI that allows machines to learn from data.

    • AI is the broader concept of machines being able to carry out tasks in a smart way, often involving decision-making and problem-solving.

    • ML is a subset of AI that focuses on the development of computer programs that can access data and use it to learn for themselves.

    • AI can ...

  • Answered by AI
  • Q2. What is the importance of java language?
  • Ans. 

    Java is a widely used programming language known for its platform independence and versatility.

    • Java is platform independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • Java is versatile and can be used for developing a wide range of applications such as web, mobile, desktop, and enterprise applications

    • Java has a large and active community, providing support, resources, and libraries for developer...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for general technical questions.

Skills evaluated in this interview

Java Full Stack Developer Interview Questions asked at other Companies

Q1. Coding question - 1. Create a immutable class of orders. What happens when two objects are created out of it. 2.Using the immutable orders create a set of orders and how will you sort these out. 3.Given a List of list of string of integers ... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a consultancy company

Non Voice Customer Care Executive Interview Questions asked at other Companies

Q1. What is the voice and non voice processing and it roles ?
View answer (1)

job Trainee Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

THERE I WAS FIRST ASK ABOUT DAILY ROUTINE THEN THEY GIVE A TOPIC TO DISCUSS AND WE WANT TO TELL ANDA ASK ABOUT THIS

Round 2 - Assignment 

THER ETHEY GIVE A ASIIGNMENT WHERE THEY GIVE A ASSIGNMENT ABOUT A TOPIC AND WE WANT TO TELL

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD

job Trainee Interview Questions asked at other Companies

Q1. What you know about JJ Act ???
View answer (1)

NJ Technologies interview questions for popular designations

 Java Developer

 (2)

 Non Voice Customer Care Executive

 (1)

 Jr. Data Scientist

 (1)

 Associate Software Developer

 (1)

 Backend Developer

 (1)

 job Trainee

 (1)

 Java Full Stack Developer

 (1)

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

DBMS, java ,oops concepts ,programming

Round 2 - One-on-one 

(5 Questions)

  • Q1. Why finlogic technologies ?!
  • Ans. 

    Finlogic Technologies offers a dynamic work environment, cutting-edge technology projects, and opportunities for growth and learning.

    • Innovative projects and technologies to work on

    • Dynamic and collaborative work environment

    • Opportunities for growth and learning

    • Positive company culture and values

  • Answered by AI
  • Q2. Why java is safe and secure ?
  • Ans. 

    Java is safe and secure due to its strong type system, bytecode verification, and security manager.

    • Strong type system ensures type safety and prevents errors at compile time.

    • Bytecode verification ensures that code loaded by the JVM is safe to run.

    • Security manager allows fine-grained control over access to system resources.

    • Java's sandboxing feature restricts the actions that a program can perform, enhancing security.

    • Jav...

  • Answered by AI
  • Q3. Collection of objects example
  • Ans. 

    A collection of objects is a data structure that stores multiple objects of the same type.

    • Can be implemented using arrays, lists, sets, or maps

    • Each object in the collection can be accessed by its index or key

    • Examples include an array of integers, a list of strings, or a set of unique values

  • Answered by AI
  • Q4. Related to work on holidays or in under pressure ?
  • Q5. Previous work experience as intern in diff companies ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the things from your resume , 80 % questions from resume.

Skills evaluated in this interview

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java features , collection
  • Q2. JavaScript basic question

Interview Preparation Tips

Topics to prepare for NJ Technologies Java Developer interview:
  • java core
  • Javascript

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Jr. Data Scientist Interview Questions & Answers

user image Harinadh Reddy

posted on 14 Sep 2023

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. They went through college project and python questions
  • Q2. Python coding basic questions
Round 3 - Technical 

(2 Questions)

  • Q1. Python coding basic questions
  • Q2. Write class to have maths operation
  • Ans. 

    Create a class for performing mathematical operations

    • Create a class with methods for addition, subtraction, multiplication, and division

    • Use instance variables to store operands and results

    • Include error handling for division by zero

    • Example: class MathOperations { int add(int a, int b) { return a + b; } }

  • Answered by AI

Jr. Data Scientist Interview Questions asked at other Companies

Q1. Implement a Data Structure for selection of a user in a database based on his username in the fastest way possible. (Python)
View answer (1)

I applied via Company Website and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic question on java like opps, collection, exception handling
  • Q2. Web services

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st and 2nd round is easy.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What you do? Description with analysis
  • Ans. 

    I am a Java Developer responsible for designing, developing, and maintaining Java applications.

    • Design and develop Java applications

    • Write clean, efficient, and maintainable code

    • Collaborate with team members to troubleshoot and solve technical issues

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Java,sql,python
Round 3 - One-on-one 

(1 Question)

  • Q1. What is your goal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Sep 2023.

Round 1 - Coding Test 

Code was of leetcode medium level.

Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DS code
  • Q2. Question related to database
Round 3 - Technical 

(3 Questions)

  • Q1. Questions related to SQL
  • Q2. Inner join of three tables
  • Ans. 

    Inner join of three tables in SQL

    • Use the JOIN keyword to combine three tables based on a common column

    • Specify the columns to select from each table

    • Use the ON keyword to specify the join condition

  • Answered by AI
  • Q3. What is cross join
  • Ans. 

    Cross join is a type of join operation in SQL that returns the Cartesian product of two tables.

    • Cross join does not require any matching condition between the tables.

    • It combines each row from the first table with every row from the second table.

    • Cross join can result in a large number of rows if the tables are big.

    • Example: SELECT * FROM table1 CROSS JOIN table2;

  • Answered by AI

Skills evaluated in this interview

NJ Technologies Interview FAQs

How many rounds are there in NJ Technologies interview?
NJ Technologies interview process usually has 2-3 rounds. The most common rounds in the NJ Technologies interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for NJ Technologies 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 Technologies. The most common topics and skills that interviewers at NJ Technologies expect are Customer Service, customer support, voice process, International Voice Process and international bpo.
What are the top questions asked in NJ Technologies interview?

Some of the top questions asked at the NJ Technologies interview -

  1. What is the difference between ai and ...read more
  2. What is the importance of java langua...read more
  3. Why java is safe and secur...read more
How long is the NJ Technologies interview process?

The duration of NJ Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

NJ Technologies Interview Process

based on 10 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

NJ Technologies Reviews and Ratings

based on 62 reviews

3.5/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.0

Salary

3.8

Job security

3.6

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 62 Reviews and Ratings
Senior Executive
29 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Java Developer
19 salaries
unlock blur

₹2.5 L/yr - ₹5.8 L/yr

Assistant Deputy Manager
14 salaries
unlock blur

₹3.2 L/yr - ₹4.5 L/yr

Assistant Manager
10 salaries
unlock blur

₹4.3 L/yr - ₹6.5 L/yr

Senior Assistant Manager
9 salaries
unlock blur

₹5 L/yr - ₹12.4 L/yr

Explore more salaries
Compare NJ Technologies with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Nowfloats Technologies

3.2
Compare

Peel-works

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