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
3.6

based on 61 Reviews

Filter interviews by

NJ Technologies Interview Questions, Process, and Tips

Updated 4 Nov 2024

Top NJ Technologies Interview Questions and Answers

View all 6 questions

NJ Technologies Interview Experiences

Popular Designations

8 interviews found

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)
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. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

NJ Technologies interview questions for popular designations

 Java Developer

 (2)

 Associate Software Developer

 (1)

 Backend Developer

 (1)

 Java Full Stack Developer

 (1)

 job Trainee

 (1)

 Jr. Data Scientist

 (1)

 Non Voice Customer Care Executive

 (1)

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

I applied via campus placement at Veer Narmad South Gujarat University (VNSGU) 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 NumberNth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) + F(n-2), Where, F(1) = F(2) = 1 Provided N you have to find out the Nth Fibonacci Number. Input Fo... read more
View answer (4)
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 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)

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 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)

Interview questions from similar companies

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

Interview Questionnaire 

6 Questions

  • Q1. No background check/ no introduction / no question about past experience / no question about achievements !! directly interview starts with what is volatile keyword ...!
  • Q2. What is inline function
  • Ans. 

    Inline function is a function that is expanded in line when it is called, rather than calling a separate function.

    • Inline functions are used to improve performance by reducing the overhead of function calls.

    • They are defined using the 'inline' keyword.

    • They are commonly used in C++ programming.

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

  • Answered by AI
  • Q3. What is launch modes in android
  • Ans. 

    Launch modes determine how a new instance of an activity is associated with the current task.

    • There are four launch modes: standard, singleTop, singleTask, and singleInstance.

    • Standard is the default mode and creates a new instance of the activity every time it is launched.

    • SingleTop mode checks if there is already an instance of the activity at the top of the task stack and reuses it if possible.

    • SingleTask mode creates a...

  • Answered by AI
  • Q4. What is use of factory
  • Ans. 

    A factory is used to create objects of a specific class without exposing the creation logic to the client.

    • Factories provide a way to create objects without exposing the creation logic to the client.

    • They can be used to create objects of a specific class or a group of related classes.

    • Factories can be used to implement the Singleton pattern, where only one instance of a class is created.

    • They can also be used to implement ...

  • Answered by AI
  • Q5. Write a program to slice the array from given index and re-arrange the array without using extra variables, inbuilt methods
  • Ans. 

    Program to slice and rearrange array without extra variables or inbuilt methods

    • Use a loop to iterate through the array and shift elements to the left

    • Use a temporary variable to store the first element and move the rest of the elements one position to the left

    • Repeat the above step until the desired index is reached

    • Then move the temporary variable to the end of the sliced array

    • Continue shifting the remaining elements to

  • Answered by AI
  • Q6. By the way that question were asked for android lead :) smart interviewer :)

Interview Preparation Tips

Interview preparation tips for other job seekers - - Please educate the interviewers before assigning them a interviews
- Kindly start taking internal interviews first to evaluate who is able to take interview
- Do not waste highly professional candidates by asking what is volatile keyword at start of interview !!
- Differentiate process for hiring interns and skilled developers, You should not ask everyone to write and execute a array programs.
- Hope your team is understanding pseudo code and algorithm to solve time complexity, no need write the program that functioning fully to match all test cases in interview.

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How html css and js be executed
  • Ans. 

    HTML, CSS, and JS are executed by the browser.

    • HTML is parsed and rendered into a Document Object Model (DOM)

    • CSS is applied to the DOM to style the content

    • JS is executed to add interactivity and manipulate the DOM

    • Browser engines like Blink, Gecko, and WebKit handle the execution

  • Answered by AI
  • Q2. When to use functional components and when to use class components (other than state management)
  • Ans. 

    Functional components are simpler and easier to test, while class components offer more features and lifecycle methods.

    • Use functional components for simple UI components

    • Use class components for more complex UI components

    • Functional components are easier to read and maintain

    • Class components offer more lifecycle methods and state management options

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the basics of your favourite technology whether it is react or angular or js

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 5 interviews in last 1 year

Interview experience

3.6
  
Good

People are getting interviews through

based on 7 NJ Technologies interviews
Job Portal
Campus Placement
Company Website
43%
29%
14%
14% 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

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

NJ Technologies Reviews and Ratings

based on 61 reviews

3.6/5

Rating in categories

3.4

Skill development

3.7

Work-Life balance

3.1

Salary & Benefits

3.8

Job Security

3.5

Company culture

3.0

Promotions/Appraisal

3.4

Work Satisfaction

Explore 61 Reviews and Ratings
Senior Executive
29 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Java Developer
20 salaries
unlock blur

₹2.5 L/yr - ₹7.7 L/yr

Assistant Deputy Manager
17 salaries
unlock blur

₹3.6 L/yr - ₹4.5 L/yr

Senior Assistant Manager
12 salaries
unlock blur

₹5 L/yr - ₹11.3 L/yr

Assistant Manager
9 salaries
unlock blur

₹4.4 L/yr - ₹6.5 L/yr

Explore more salaries
Compare NJ Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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