Upload Button Icon Add office photos

NSE.IT

Compare button icon Compare button icon Compare

Filter interviews by

NSE.IT Technical Support Engineer Interview Questions, Process, and Tips

Updated 19 Mar 2025

Top NSE.IT Technical Support Engineer Interview Questions and Answers

NSE.IT Technical Support Engineer Interview Experiences

3 interviews found

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Tell me about Joins, types of joins
  • Ans. 

    Joins are SQL operations that combine records from two or more tables based on related columns.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the right table and matched...

  • Answered by AI
  • Q2. Have you used windows server? Do you know RDP
  • Q3. How to do deployment in Tomcat, Weblogic
  • Ans. 

    Deployment in Tomcat and WebLogic involves packaging applications and configuring servers for execution.

    • For Tomcat, package your application as a WAR file and place it in the 'webapps' directory.

    • Example: Use 'mvn clean package' to create a WAR file and copy it to Tomcat's 'webapps'.

    • For WebLogic, use the WebLogic Console to deploy applications or use WLST scripts.

    • Example: In WebLogic Console, navigate to 'Deployments', ...

  • Answered by AI
  • Q4. How to find the 2nd highest number from a table in SQL.
  • Q5. Write SQL Queries for the questions provided

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not Join this company since it’s Sold out and there’s nothing good about this company.

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

Round 1 - HR 

(2 Questions)

  • Q1. Normal bgv questuins
  • Q2. Bakdgeiud quaryims last company experience salary and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good environmemt, in interview they will ask Linux basic and more preferably on osi model.

Technical Support Engineer Interview Questions Asked at Other Companies

asked in Salesforce
Q1. Admin Questions :- What is Relationships what are types of relati ... read more
asked in Zoho
Q2. Send an email to customer apologising the mistake made by the rep ... read more
asked in Movate
Q3. What is the difference between WAN and LAN
Q4. What are the steps which you will follow if a customer calls and ... read more
asked in Salesforce
Q5. How you will get contact of account with name starting with abc.

I applied via Approached by Company and was interviewed before Apr 2021. 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 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't believe especially recruitment team words and dont take decisions. think twice about their offerings and then only take decisions
Mainly if u already have a job never ever accept this company. They are bluffed me and they terminated me job after 9 months. Even i got best employ award in that same organisation

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Database concepts
  • Q2. Engineering achievements
  • Q3. Project for final year
  • Ans. 

    Developed a web-based project management system for a construction company.

    • Used PHP and MySQL for backend development.

    • Implemented a responsive UI using Bootstrap and jQuery.

    • Incorporated features such as task assignment, progress tracking, and document management.

    • Conducted user testing and made improvements based on feedback.

    • Completed the project within the given timeline and budget.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be good in communication skills ,need to be confident






















I applied via Recruitment Consultant and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Had appeared for Java developer role, basic Java questions were asked.

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java. Spring MVC flow, collections, projects that you've worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a easy discussion. Just portray your strong points and just indirectly force them to ask you're question related to the same.

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy with basic ques and then pymetrics tesy

Round 2 - Coding Test 

Coding test had basic questions on Java core

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare theoritical concept of SQL and Java well

I applied via Referral and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What's my teammates count.

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite and smooth easy way thanks to Praveen (B.O). Prepare your resume instead outside stuff 😅.

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

NSE.IT Interview FAQs

How many rounds are there in NSE.IT Technical Support Engineer interview?
NSE.IT interview process usually has 1-2 rounds. The most common rounds in the NSE.IT interview process are HR and Resume Shortlist.
What are the top questions asked in NSE.IT Technical Support Engineer interview?

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

  1. How to find the 2nd highest number from a table in S...read more
  2. Have you used windows server? Do you know ...read more
  3. Tell me about Joins, types of jo...read more

Tell us how to improve this page.

NSE.IT Technical Support Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.5
 • 144 Interviews
Microland Interview Questions
3.4
 • 129 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
Sonata Software Interview Questions
3.4
 • 116 Interviews
Tietoevry Interview Questions
4.3
 • 91 Interviews
View all
NSE.IT Technical Support Engineer Salary
based on 27 salaries
₹1.4 L/yr - ₹4 L/yr
47% less than the average Technical Support Engineer Salary in India
View more details

NSE.IT Technical Support Engineer Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

4.1

Skill development

3.8

Work-life balance

4.2

Salary

2.5

Job security

4.2

Company culture

1.8

Promotions

4.5

Work satisfaction

Explore 4 Reviews and Ratings
Associate System Analyst
841 salaries
unlock blur

₹3 L/yr - ₹13.5 L/yr

IT Supervisor
223 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

System Analyst
191 salaries
unlock blur

₹4.5 L/yr - ₹17.7 L/yr

Associate Test Analyst
190 salaries
unlock blur

₹2.5 L/yr - ₹9.1 L/yr

Associate
166 salaries
unlock blur

₹1.2 L/yr - ₹6.8 L/yr

Explore more salaries
Compare NSE.IT with

3i Infotech

3.5
Compare

Microland

3.4
Compare

Newgen Software Technologies

3.7
Compare

Tietoevry

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