Upload Button Icon Add office photos

NSE.IT

Compare button icon Compare button icon Compare

Filter interviews by

NSE.IT Interview Questions and Answers

Updated 14 Jun 2025
Popular Designations

92 Interview questions

A Senior Manager was asked 2w ago
Q. Explain resilience.
Ans. 

Resilience is the ability to adapt and recover from setbacks, challenges, or adversity in both personal and professional contexts.

  • Resilience involves emotional strength; for example, a manager facing project failure learns from mistakes and motivates the team to try again.

  • It includes maintaining a positive outlook; consider a healthcare worker who continues to provide care despite high-stress situations.

  • Resilient ...

View all Senior Manager interview questions
A Technical Support Engineer was asked 3mo ago
Q. How do you find the second highest number from a table in SQL?
Ans. 

To find the 2nd highest number in SQL, you can use various methods like subqueries or the DISTINCT keyword.

  • Using Subquery: SELECT MAX(column_name) FROM table_name WHERE column_name < (SELECT MAX(column_name) FROM table_name);

  • Using DISTINCT: SELECT DISTINCT column_name FROM table_name ORDER BY column_name DESC LIMIT 1 OFFSET 1;

  • Using ROW_NUMBER(): SELECT column_name FROM (SELECT column_name, ROW_NUMBER() OVER (OR...

View all Technical Support Engineer interview questions
A Technical Support Engineer was asked 3mo ago
Q. Write SQL queries for the questions provided.
Ans. 

SQL queries are essential for data retrieval and manipulation in databases, crucial for technical support roles.

  • Use SELECT statements to retrieve data from tables. Example: SELECT * FROM users;

  • Utilize WHERE clauses to filter results. Example: SELECT * FROM orders WHERE status = 'shipped';

  • Join tables to combine related data. Example: SELECT users.name, orders.amount FROM users JOIN orders ON users.id = orders.user_...

View all Technical Support Engineer interview questions
An IT Supervisor was asked 4mo ago
Q. What is IP and where is it used?
Ans. 

IP stands for Internet Protocol, a set of rules governing the format of data sent over the internet.

  • IP is used to identify and locate devices on a network

  • It is used for routing data packets between devices

  • Examples include IPv4 and IPv6

View all IT Supervisor interview questions
A PMO Executive was asked 5mo ago
Q. What is your experience with stakeholder management?
Ans. 

Effective stakeholder management ensures project success by aligning interests and fostering collaboration among all parties involved.

  • Identify stakeholders: Recognize all individuals and groups affected by the project, such as clients, team members, and suppliers.

  • Assess influence and interest: Determine the level of influence and interest each stakeholder has to prioritize engagement efforts.

  • Develop communication ...

View all PMO Executive interview questions
An Associate was asked 5mo ago
Q. What is the static keyword used for?
Ans. 

Static keyword is used in programming to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

  • Used to create class variables and methods that can be accessed without creating an instance of the class

  • Static variables are shared among all instances of a class

  • Static methods can be called without creating an object of the class

  • Static keyword can also be used to crea...

View all Associate interview questions
An Associate was asked 5mo ago
Q. Explain the concepts of OOPS.
Ans. 

OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOPS focuses on creating objects that interact with each other to solve problems.

  • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction.

  • For example, a class 'Car' can have properties like 'color' and 'model', and methods like 'drive' and 'stop'.

View all Associate interview questions
Are these interview questions helpful?
An Associate System Analyst was asked 7mo ago
Q. Tell me about the projects you have worked on.
Ans. 

I have worked on various projects including system integration, software development, and data analysis.

  • Developed a web-based inventory management system using Java and MySQL

  • Implemented data visualization tools for analyzing sales trends using Python and Tableau

  • Collaborated with cross-functional teams to integrate new software solutions into existing systems

View all Associate System Analyst interview questions
A Chief Proctor was asked 7mo ago
Q. 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 a...

View all Chief Proctor interview questions
A Chief Proctor was asked 8mo ago
Q. What is meant by Internet Protocol?
Ans. 

Internet Protocol (IP) is a set of rules governing the format of data sent over the internet.

  • Internet Protocol (IP) is a fundamental protocol that enables communication across the internet.

  • It provides a unique address for each device connected to the internet, known as an IP address.

  • IP ensures that data packets are routed correctly from the source to the destination.

  • There are two versions of IP currently in use: I...

View all Chief Proctor interview questions

NSE.IT Interview Experiences

137 interviews found

PMO Executive Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced PMO Executive with a background in project management and strategic planning.

    • Over 10 years of experience in leading project management offices

    • Skilled in developing and implementing project management processes

    • Strong background in strategic planning and resource allocation

    • Proven track record of delivering projects on time and within budget

    • Excellent communication and leadership skills

  • Answered by AI
  • Q2. Stakeholder management?
  • Ans. 

    Effective stakeholder management ensures project success by aligning interests and fostering collaboration among all parties involved.

    • Identify stakeholders: Recognize all individuals and groups affected by the project, such as clients, team members, and suppliers.

    • Assess influence and interest: Determine the level of influence and interest each stakeholder has to prioritize engagement efforts.

    • Develop communication plans...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Question on project management ,incident management
  • Q2. How would you rate yourself in excel and basic vlookup , hlookup and data formatting question?

Interview Preparation Tips

Interview preparation tips for other job seekers - Share your experience in details.
Question would be related to your past experiences only.
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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They asked 30 aptitude questions from this 30, 10 were English , 10 were quant and 10 were logical. then there were 30 question of computer skills, which consists of c++,java and python code snippets, CN, DBMS, OOPS and OS questions/

Round 2 - Technical 

(2 Questions)

  • Q1. They ask completely about resume, all projects and skills mentioned in details.
  • Q2. Questions about core cse subjects, like CN, Oops.
Round 3 - HR 

(2 Questions)

  • Q1. They are general HR questions
  • Q2. Asked if im ready to relocate.

Chief Proctor Interview Questions & Answers

user image Anonymous

posted on 27 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Why did you choose to work in the IT sector?
  • Ans. 

    I chose the IT sector for its dynamic nature, innovation potential, and the opportunity to solve real-world problems through technology.

    • Passion for technology: I have always been fascinated by how technology can transform lives, like using apps to improve healthcare access.

    • Problem-solving: IT allows me to tackle complex challenges, such as developing software that streamlines business processes.

    • Continuous learning: The...

  • Answered by AI
  • Q2. Is your degree in the Information Technology field complete?
  • Ans. 

    Yes, my degree in Information Technology is complete, equipping me with essential skills for this role.

    • Graduated with a Bachelor's degree in Information Technology from XYZ University.

    • Completed coursework in programming, database management, and network security.

    • Participated in hands-on projects, such as developing a web application for a local business.

    • Interned at ABC Tech, where I gained practical experience in IT su...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. System Ip address
  • Q2. Domin name system
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

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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(2 Questions)

  • Q1. Basic angular questions
  • Q2. Let, var, const event emitter, middle ware

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

IT Supervisor Interview Questions & Answers

user image Janani Janu

posted on 27 May 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
  • Q1. About last work experience
  • Q2. About house location

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about NSE.IT?
Ask anonymously on communities.

NSE.IT Interview FAQs

How many rounds are there in NSE.IT interview?
NSE.IT interview process usually has 2-3 rounds. The most common rounds in the NSE.IT interview process are Technical, Resume Shortlist and HR.
How to prepare for NSE.IT 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 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?

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

  1. What is bug life cycl...read more
  2. 1.Why Python is used? 2. Types of inheritance. 3. what is constructor and destr...read more
  3. What are the different types of testin...read more
What are the most common questions asked in NSE.IT HR round?

The most common HR questions asked in NSE.IT interview are -

  1. Tell me about yourse...read more
  2. Why are you looking for a chan...read more
  3. What is your family backgrou...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.

Overall Interview Experience Rating

4.1/5

based on 99 interview experiences

Difficulty level

Easy 28%
Moderate 72%

Duration

Less than 2 weeks 85%
2-4 weeks 13%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.4
 • 150 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
Tietoevry Interview Questions
4.2
 • 97 Interviews
View all

NSE.IT Reviews and Ratings

based on 1.3k 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.3k Reviews and Ratings
Associate System Analyst
780 salaries
unlock blur

₹2.5 L/yr - ₹12.1 L/yr

IT Supervisor
208 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

Associate Test Analyst
188 salaries
unlock blur

₹2.3 L/yr - ₹9.8 L/yr

System Analyst
185 salaries
unlock blur

₹3.5 L/yr - ₹18 L/yr

Associate
170 salaries
unlock blur

₹1.2 L/yr - ₹7.8 L/yr

Explore more salaries
Compare NSE.IT with

3i Infotech

3.4
Compare

Microland

3.5
Compare

Newgen Software Technologies

3.8
Compare

Tietoevry

4.2
Compare
write
Share an Interview