Upload Button Icon Add office photos

NSE.IT

Compare button icon Compare button icon Compare

Filter interviews by

NSE.IT Interview Questions, Process, and Tips for Experienced

Updated 9 Feb 2025

Top NSE.IT Interview Questions and Answers for Experienced

View all 40 questions

NSE.IT Interview Experiences for Experienced

Popular Designations

57 interviews found

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical round 1 was around java, microservices and your project.
  • Q2. He asked me simple java programs to check my logic programs were to check a number is palindrome or not and java streams programs
Round 2 - Technical 

(1 Question)

  • Q1. He asked me about project. How you used authentication in projects. Java core basics. Some tricky scenarios, solid principles and playing around oops concepts and its practical application

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good experience

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 (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

SQL coding related questions like types of joins, cursor etc

Round 2 - Technical 

(4 Questions)

  • Q1. Few tricky question and advanced SQL questions
  • Q2. DDL and DML related questions
  • Q3. What are joins and their types
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FULL JOIN...

  • Answered by AI
  • Q4. What is cursor and their types
  • Ans. 

    A cursor is a database object used to retrieve data from a result set one row at a time.

    • Types of cursors: Forward-only, Static, Dynamic, Keyset-driven

    • Forward-only cursor: Can only move forward through the result set

    • Static cursor: Shows a snapshot of the data at the time the cursor was opened

    • Dynamic cursor: Reflects changes made to the data while the cursor is open

    • Keyset-driven cursor: Uses a unique identifier to fetch

  • Answered by AI

Skills evaluated in this interview

Top NSE.IT Associate System Analyst Interview Questions and Answers

Q1. What are the OOPS concepts ? Explain all the pillers of OOPS concepts.
View answer (1)

Associate System Analyst Interview Questions asked at other Companies

Q1. What are the OOPS concepts ? Explain all the pillers of OOPS concepts.
View answer (1)

Chief Proctor Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2024

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

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. What is Networking?
  • Ans. 

    Networking is the practice of making and using contacts to exchange information and develop professional or social contacts.

    • Networking involves building relationships with people in your industry or field.

    • It can help you gain new opportunities, such as job leads or business partnerships.

    • Networking can also provide support, advice, and mentorship from others who have more experience.

    • Examples of networking include attend...

  • Answered by AI
  • Q2. Network Types ?

Skills evaluated in this interview

Top NSE.IT Chief Proctor Interview Questions and Answers

Q1. How to manage crowd of exam centre
View answer (2)

Chief Proctor Interview Questions asked at other Companies

Q1. How to manage crowd of exam centre
View answer (2)

Associate Test Analyst Interview Questions & Answers

user image Anand Ajay Singh

posted on 26 Jul 2024

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

(1 Question)

  • Q1. Introduction which was mentioned in CV
Round 2 - One-on-one 

(1 Question)

  • Q1. About my roles and responsibilities in the project
Round 3 - Technical 

(1 Question)

  • Q1. About JIRA workflow and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

NSE.IT interview questions for popular designations

 Associate System Analyst

 (17)

 Java Developer

 (7)

 Chief Proctor

 (5)

 Software Engineer

 (4)

 Associate

 (4)

 Test Administrator

 (3)

 IT Supervisor

 (3)

 Software Developer

 (3)

Java Developer Interview Questions & Answers

user image Himanshu Vishwakarma

posted on 10 Apr 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java, Collections, etc
Round 2 - Technical 

(1 Question)

  • Q1. Same Basic Java, collections, etc
Round 3 - HR 

(1 Question)

  • Q1. Basic discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep this company as a last option, as a java developer it was desk job working 6 days and after clearing all rounds they offer me best 3% hike before interview I told them 30-50% hike HR agreed but got 3% hike rubbish. Don't join I got the offer happily declined it. Please don't waste your time.

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

Get interview-ready with Top NSE.IT Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Normal mcq on blood relations etc

Round 2 - One-on-one 

(2 Questions)

  • Q1. Normal question
  • Q2. NormL

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 21 Apr 2024

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

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

Round 1 - HR 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Your role and responsibilities
  • Q3. You know about this relevant role
  • Q4. What is your total experience in It domain
Round 2 - Technical 

(2 Questions)

  • Q1. What is cybersecurity and information security
  • Q2. Objective of cybersecurity and information security

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are Oops concept
  • Ans. 

    Oops concepts refer to Object-Oriented Programming concepts which include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hides the complex implementation...

  • Answered by AI
  • Q2. Describe interprocess communication
  • Ans. 

    Interprocess communication is the mechanism by which processes in a computer system share data and information.

    • IPC allows processes to communicate and synchronize with each other

    • Common methods include pipes, sockets, shared memory, and message queues

    • IPC can be synchronous or asynchronous

    • Examples include client-server communication, file sharing, and remote procedure calls

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops concepts and Data Structures

Skills evaluated in this interview

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)

Network Engineer Interview Questions & Answers

user image Aakash Shukla

posted on 19 Jul 2024

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

(2 Questions)

  • Q1. Explain Firewall
  • Ans. 

    Firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Firewall acts as a barrier between a trusted internal network and untrusted external network.

    • It can be implemented in hardware, software, or a combination of both.

    • Firewalls can filter traffic based on IP addresses, ports, protocols, and application types.

    • They can prevent unauthori...

  • Answered by AI
  • Q2. Explain Switching and routing
  • Ans. 

    Switching involves forwarding data packets within a network, while routing involves determining the best path for data packets to travel between networks.

    • Switching operates at Layer 2 of the OSI model, using MAC addresses to forward data within a local network.

    • Routing operates at Layer 3 of the OSI model, using IP addresses to determine the best path for data to travel between networks.

    • Switches use MAC address tables t...

  • Answered by AI

Skills evaluated in this interview

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a kind of cat aptitude test which consists of logical reasoning, maths etc.

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops concept as i was a fresher
Round 3 - HR 

(1 Question)

  • Q1. Hobbies, Personal Growth

Top NSE.IT Associate System Analyst Interview Questions and Answers

Q1. What are the OOPS concepts ? Explain all the pillers of OOPS concepts.
View answer (1)

Associate System Analyst Interview Questions asked at other Companies

Q1. What are the OOPS concepts ? Explain all the pillers of OOPS concepts.
View answer (1)

NSE.IT Interview FAQs

How many rounds are there in NSE.IT interview for experienced candidates?
NSE.IT interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the NSE.IT interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for NSE.IT interview for experienced candidates?
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 NSE.IT. The most common topics and skills that interviewers at NSE.IT expect are Java, SQL, Linux, Hibernate and Javascript.
What are the top questions asked in NSE.IT interview for experienced candidates?

Some of the top questions asked at the NSE.IT interview for experienced candidates -

  1. 1.Why Python is used? 2. Types of inheritance. 3. what is constructor and destr...read more
  2. Explain ITIL in brief ? what is service and incident and ...read more
  3. How to Make bootable pen drive through Dos Comma...read more
How long is the NSE.IT interview process?

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

Tell us how to improve this page.

NSE.IT Interview Process for Experienced

based on 29 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 791 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

NSE.IT Reviews and Ratings

based on 1.2k reviews

3.6/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.1

Salary

3.3

Job security

3.4

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 1.2k Reviews and Ratings
Associate System Analyst
826 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Supervisor
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Analyst
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Test Analyst
190 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
164 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NSE.IT with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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