Upload Button Icon Add office photos
Engaged Employer

i

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

Nityo Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nityo Infotech Java Developer Interview Questions and Answers

Updated 18 Mar 2024

Nityo Infotech Java Developer Interview Experiences

3 interviews found

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

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

Round 1 - Coding Test 

Oops concepts
Return min and Max element from array
Fibonacci series using recursion

Round 2 - HR 

(1 Question)

  • Q1. Details about current project Working Experience Notice period if negotiable with current organisation
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is union in sql
  • Ans. 

    Union in SQL is used to combine the result sets of two or more SELECT statements into a single result set.

    • Union removes duplicate rows from the result set

    • Columns in each SELECT statement must have the same data types

    • Use UNION ALL to include duplicate rows in the result set

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
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 Dec 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Can we sort hashmap? How to secure webservices?
  • Ans. 

    Yes, we can sort a hashmap using TreeMap. To secure webservices, we can use SSL/TLS encryption and implement authentication and authorization mechanisms.

    • To sort a hashmap, we can create a TreeMap and pass the hashmap to its constructor. The keys will be automatically sorted.

    • To secure webservices, we can use SSL/TLS encryption to encrypt the data in transit. We can also implement authentication and authorization mechani...

  • Answered by AI
  • Q2. Write a program to sort an array using insertion sort algorithm?
  • Ans. 

    Program to sort an array using insertion sort algorithm

    • Iterate through the array from index 1 to n-1

    • Compare each element with the previous elements and swap if necessary

    • Repeat until the array is sorted

  • Answered by AI
  • Q3. Main focus was on Data Structure and Algorithms(coding)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on coding related to Collections and algorithms

Skills evaluated in this interview

Java Developer Jobs at Nityo Infotech

View all

Interview questions from similar companies

I appeared for an interview before Mar 2016.

Interview Preparation Tips

Round: Test
Experience: 1. output of simple static variable programs
2. hashmap program
3. spring annotations
4.wrapper classes
5. validation script for email
Tips: go through the basics
Total Questions: 6

Interview Questionnaire 

1 Question

  • Q1. Richardson maturity model

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Current experience, Day to day activities, Questions from Resume
  • Q2. Core Java, Collections, Spring Framework, Hibernate, Web Services, Simple programming questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Some in detail tech questions on Hibernate, REST Web Services - based on project use cases
  • Q2. Managerial questions like Agile Process, Code Review, CI/CD Pipelines, Understanding end to end flow of current working project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Core Java, Collections, Spring Framework, REST Services, Hibernate
Practice explaining your current project end to end flow
Lookup a little about Transunion and their business.

I applied via Naukri.com and was interviewed in Oct 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is static intializer?
  • Ans. 

    A static initializer is a block of code that is used to initialize the static variables of a class.

    • Static initializers are executed only once when the class is loaded into memory.

    • They are useful for initializing static variables that require complex calculations or external resources.

    • Static initializers are defined using the 'static' keyword followed by a block of code enclosed in curly braces.

  • Answered by AI
  • Q2. What is Mock MVC ?
  • Ans. 

    Mock MVC is a testing framework for Spring MVC applications.

    • It allows testing of controllers without deploying the application.

    • It provides a simulated environment for testing.

    • It can be used to test request mappings, request parameters, and response body.

    • MockMvc is the main entry point for testing with Mock MVC.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TransUnion Java Developer interview:
  • Interfaces
  • Collections
Interview preparation tips for other job seekers - They are ask me more question on scenario based question.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Oct 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic Questions about Springboot
  • Q2. Basic Questions about Java8

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry about interview, Friendly HR and Panel Members.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General Aptitude round based on numbers,verbal,time

Round 2 - Coding Test 

Any language u can use but need to solve 5 problems

Interview Questionnaire 

1 Question

  • Q1. This interview wada technical one but was majorly a stress test the interviewer wanted to test both my knowledge and communication skills

Nityo Infotech Interview FAQs

How many rounds are there in Nityo Infotech Java Developer interview?
Nityo Infotech interview process usually has 1-2 rounds. The most common rounds in the Nityo Infotech interview process are HR, Resume Shortlist and Technical.
How to prepare for Nityo Infotech 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 Nityo Infotech. The most common topics and skills that interviewers at Nityo Infotech expect are Monitoring, Python, JSP, Ajax and Web Services.
What are the top questions asked in Nityo Infotech Java Developer interview?

Some of the top questions asked at the Nityo Infotech Java Developer interview -

  1. Write a program to sort an array using insertion sort algorit...read more
  2. Can we sort hashmap? How to secure webservic...read more
  3. what is union in ...read more

Tell us how to improve this page.

Nityo Infotech Java Developer Interview Process

based on 3 interviews

Interview experience

2.7
  
Poor
View more
Nityo Infotech Java Developer Salary
based on 13 salaries
₹3.6 L/yr - ₹14 L/yr
54% more than the average Java Developer Salary in India
View more details

Nityo Infotech Java Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Java Developer

Kolkata,

Mumbai

+5

5-10 Yrs

Not Disclosed

Explore more jobs
Information Technology Recruiter
191 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Desktop Support Engineer
134 salaries
unlock blur

₹1.5 L/yr - ₹4.6 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹7.1 L/yr - ₹25.2 L/yr

Technical Recruiter
100 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Software Engineer
92 salaries
unlock blur

₹4.4 L/yr - ₹13 L/yr

Explore more salaries
Compare Nityo Infotech with

ITC Infotech

3.6
Compare

HTC Global Services

3.6
Compare

Exela Technologies

3.3
Compare

HERE Technologies

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