Upload Button Icon Add office photos

NSE.IT

Compare button icon Compare button icon Compare

Filter interviews by

NSE.IT Software Engineer Interview Questions and Answers

Updated 26 Aug 2024

NSE.IT Software Engineer Interview Experiences

4 interviews found

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is sealed class
  • Ans. 

    Sealed class is a class that cannot be inherited or subclassed.

    • Sealed classes are used to restrict inheritance for security or design reasons

    • They are often used in conjunction with when expressions in Kotlin

    • Example: sealed class Result

    • Example: sealed class Shape

  • Answered by AI
  • Q2. Dependency injection

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I appeared for an interview in Jul 2022.

Round 1 - Technical 

(1 Question)

  • Q1. OOP's concept, core java
Round 2 - Technical 

(1 Question)

  • Q1. Spring Boot concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java basics, OOPs concept, collections
Round 1 - Technical 

(2 Questions)

  • Q1. What hoppies and background education
  • Ans. 

    I have a Bachelor's degree in Computer Science and enjoy coding, problem-solving, and learning new technologies.

    • Bachelor's degree in Computer Science

    • Proficient in coding and problem-solving

    • Passionate about learning new technologies

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI
  • Q2. What is java. And callection and applet and overloading and constructor
  • Ans. 

    Java is a programming language. Collection is a framework for storing and manipulating data. Applet is a program that runs within a web browser. Overloading is a way to define multiple methods with the same name but different parameters. Constructor is a special method used to initialize objects.

    • Java is an object-oriented programming language

    • Collection is a framework that provides interfaces and classes for storing and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My dream is tecanical company and fist dream and Last dreams

Skills evaluated in this interview

NSE.IT interview questions for designations

 Software Developer

 (3)

 Associate Software Developer

 (1)

 Softwaretest Engineer

 (2)

 Network Engineer

 (2)

 System Engineer

 (1)

 IT Network Engineer

 (2)

 Associate Systems Engineer

 (1)

 Application Support Engineer

 (1)

Interview questions from similar companies

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

I applied via Referral and was interviewed before Apr 2022. 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 aptitude questions with problem solving, logical and reasoning questions

Round 3 - Coding Test 

Explanation about oops concept with coding, loops and conditional statements.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops concepts arw very important with coding examples

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain datawindow in powerbuilder
  • Ans. 

    DataWindow is a GUI control in PowerBuilder used to display and manipulate data from a database.

    • DataWindow can be used to retrieve data from a database, display it in a tabular format, and allow users to edit the data.

    • It supports various data sources such as SQL, ODBC, and XML.

    • DataWindow can also be used to create reports and graphs.

    • It provides various features such as sorting, filtering, grouping, and computed columns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say basics concepts about the datawindow in powerbuilder. As datawindow is the base of powerbuilder candidate should prepare well

Skills evaluated in this interview

I appeared for an interview in Oct 2020.

Interview Questionnaire 

1 Question

  • Q1. OOP features and my understanding about them, Java, Spring and Hibernate. Analysis of problem solving skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear Candidate,
as much as you are required to know the concepts, it is as important to know how why and where these concepts are built for.
You are required to know the process ideology involved in designing applications and the data structures, alogrithms and design patterns.

please go through what you know as if you are enthusiastic in working on your technology rather than just finding the job.

follow the excellence and success will follow you.

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

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

  • Q1. What is the code to reverse a string without reversing its words in C++?
  • Ans. 

    This code reverses the characters of a string while keeping the order of words intact in C++.

    • Split the string into words using a space as a delimiter.

    • Reverse the entire string to get the characters in reverse order.

    • Reverse each individual word to restore their original order.

    • Example: Input: 'Hello World' -> Output: 'dlroW olleH'

  • Answered by AI
  • Q2. What is the code implementation for deep copy and shallow copy in programming?
  • Ans. 

    Deep copy creates a new object with copies of nested objects; shallow copy copies references to nested objects.

    • Shallow Copy: Copies the object's reference, not the actual object. Example: `list2 = list1.copy()`.

    • Deep Copy: Creates a new object and recursively copies all objects found in the original. Example: `import copy; list2 = copy.deepcopy(list1)`.

    • Shallow Copy is faster but can lead to unintended side effects if th...

  • Answered by AI
  • Q3. What SQL query can be used to return results where the age is greater than 2?
  • Ans. 

    Use a SQL query to filter records where age is greater than 2.

    • Basic SQL syntax: SELECT column_name FROM table_name WHERE condition;

    • Example query: SELECT * FROM users WHERE age > 2;

    • This query retrieves all records from the 'users' table where the age column has values greater than 2.

    • Ensure the 'age' column is of a numeric type to avoid errors.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python questions

I applied via Company Website and was interviewed in Apr 2022. 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 

It was pretty simple like all the other aptitude tests

Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about you that is not mentioned in your resume
  • Q2. Tell me about your weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Never provide all the information in your resume. Keep details like strengths and weakness hidden so that the interviewer has something to ask to you and it is intrested to know more about you.

NSE.IT Interview FAQs

How many rounds are there in NSE.IT Software Engineer interview?
NSE.IT interview process usually has 1-2 rounds. The most common rounds in the NSE.IT interview process are Technical and Telephonic Call.
How to prepare for NSE.IT Software Engineer 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 Distribution System.
What are the top questions asked in NSE.IT Software Engineer interview?

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

  1. What is java. And callection and applet and overloading and construc...read more
  2. What hoppies and background educat...read more
  3. What is sealed cl...read more

Tell us how to improve this page.

NSE.IT Software Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more
NSE.IT Software Engineer Salary
based on 58 salaries
₹3 L/yr - ₹12 L/yr
17% less than the average Software Engineer Salary in India
View more details

NSE.IT Software Engineer Reviews and Ratings

based on 12 reviews

3.4/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.6

Salary

3.9

Job security

3.4

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 12 Reviews and Ratings
Associate System Analyst
835 salaries
unlock blur

₹3.2 L/yr - ₹13.8 L/yr

IT Supervisor
224 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

System Analyst
190 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Associate Test Analyst
188 salaries
unlock blur

₹2.5 L/yr - ₹9.1 L/yr

Associate
166 salaries
unlock blur

₹1.2 L/yr - ₹7.6 L/yr

Explore more salaries
Compare NSE.IT with

3i Infotech

3.4
Compare

Microland

3.4
Compare

Newgen Software Technologies

3.7
Compare

Tietoevry

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