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 Backend Developer Interview Questions and Answers

Updated 7 Mar 2023

NJ Technologies Backend Developer Interview Experiences

1 interview 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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Could you provide an in-depth discussion about your current project?
  • Ans. 

    Currently, I am working on a scalable microservices architecture for an e-commerce platform.

    • Utilized Node.js and Express for building RESTful APIs, ensuring efficient data handling.

    • Implemented Docker for containerization, allowing seamless deployment across different environments.

    • Integrated MongoDB for a NoSQL database solution, optimizing data retrieval and storage.

    • Employed RabbitMQ for message queuing, enhancing comm...

  • Answered by AI
  • Q2. What occurs behind the scenes when a URL is entered into a browser?
  • Ans. 

    Entering a URL triggers a series of network and server interactions to retrieve and display the requested web page.

    • 1. DNS Resolution: The browser checks the URL and queries a DNS server to translate the domain name into an IP address.

    • 2. TCP Connection: A TCP connection is established with the server using the IP address, typically over port 80 (HTTP) or 443 (HTTPS).

    • 3. HTTP Request: The browser sends an HTTP request to ...

  • Answered by AI
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

I appeared for an interview before Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. Basic analysis questions
  • Q2. Excel Based analysis as it was a entry-level position

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company
Read about the interviewer

Interview Preparation Tips

Round: Test
Experience: A coding test (Students were asked to bring Laptops)
Tips: Be thorough with C/C++, networking, OS, Data structures and architecture
Duration: 90 minutes

Round: Interview
Experience: 3 rounds of interview, one hour each, all technical 
Interview Process:All the three rounds are oriented around programming. A lot of focus was given to Data structures, C/C++, OS and algorithmsThe code from previous test is shown and they expect you to fix any bugs if thereThe interviewers are quietly friendly and help if you get stuck at any pointIf you do have any related projects, anticipate some thorough questions on that
Tips: Though the interviewers are helpful, get your basics clear early on. Don't rely on them.Practice coding sessions, a lot of companies have them as a shortlisting criteria.

College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

Interview Questionnaire 

2 Questions

  • Q1. Core java and spring boot questions
  • Q2. Learn core concepts in java
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Share your past work experience.
Round 2 - Technical 

(1 Question)

  • Q1. What is research?
  • Ans. 

    Research is the systematic investigation of a subject to discover new knowledge or validate existing theories.

    • Research involves a systematic and organized approach to gather information and analyze data.

    • It aims to answer specific questions or solve problems by using various methods and techniques.

    • Research can be conducted in various fields such as science, social sciences, business, and technology.

    • Examples of research ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company, dont go there.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is secondary research
  • Ans. 

    Secondary research involves gathering information from existing sources such as books, articles, and reports.

    • Secondary research is the process of collecting and analyzing data that has already been published or gathered by others.

    • It is used to gain a better understanding of a topic, validate primary research findings, or gather historical data.

    • Examples of secondary research sources include academic journals, government

  • Answered by AI
  • Q2. What have u done in your internship
  • Ans. 

    I worked on data analysis projects, conducted market research, and created reports for senior management.

    • Conducted data analysis on customer feedback surveys

    • Assisted in creating financial models to analyze company performance

    • Researched market trends and competitor analysis

    • Prepared presentations and reports for senior management meetings

  • Answered by AI
  • Q3. PEP relevant questions

NJ Technologies Interview FAQs

How many rounds are there in NJ Technologies Backend Developer interview?
NJ Technologies interview process usually has 3 rounds. The most common rounds in the NJ Technologies interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for NJ Technologies Backend 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 Technologies. The most common topics and skills that interviewers at NJ Technologies expect are Node.Js, API, Development, Front End and Hibernate.
What are the top questions asked in NJ Technologies Backend Developer interview?

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

  1. Exception handling, Identifiers, spring annotations, Collections hierar...read more
  2. Basic Mysql question like ddl, dml operat...read more

Tell us how to improve this page.

NJ Technologies Backend Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Ginesys Interview Questions
3.7
 • 24 Interviews
View all
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