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 for Experienced

Updated 19 Mar 2025

Top NSE.IT Technical Support Engineer Interview Questions and Answers for Experienced

NSE.IT Technical Support Engineer Interview Experiences for Experienced

2 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 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

Technical Support Engineer Interview Questions Asked at Other Companies for Experienced

asked in Salesforce
Q1. Admin Questions :- What is Relationships what are types of relati ... read more
Q2. How to release previous IP which assign to your device?
asked in Element14
Q3. 1)What is CMRR? 2)What are the main parameters to select a mosfet ... read more
asked in Rackspace
Q4. Where would you go to review windows events/logs? What kind of ev ... read more
Q5. How do we solve the power bi report refresh issue, if the credent ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was called for Oracle APEX developer role. So I am supposed to expose my Oracle APEX experience first of all.
  • Q2. All PL/SQL fundamentals and Written test on coding in PLSQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and stay 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 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

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 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 Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on SDLC & STLC , system testing, regression testing, diff between functional and non functional testing, Smoke testing, Adhoc testing. Some simple SQL questions .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to answer each amd every question correctly.

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPS Concepts, Jboss Directory structure, some basics of java and things you write in your resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good.
I had to crack and MCQ/output based technical test of a good level.
Then face to face round where difficulty level was moderate.
Although you might face late response issue with them. Rest went well

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Joins in SQL
  • Ans. 

    Joins are used in SQL to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns ...

  • Answered by AI
  • Q2. Web applications, mobile applications, Hybrid applications

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics of Java and Mysql

Skills evaluated in this interview

NSE.IT Interview FAQs

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

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

  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 for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.5
 • 135 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
Sonata Software Interview Questions
3.4
 • 117 Interviews
Tietoevry Interview Questions
4.2
 • 92 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
842 salaries
unlock blur

₹3 L/yr - ₹13.6 L/yr

IT Supervisor
220 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Associate Test Analyst
190 salaries
unlock blur

₹2.5 L/yr - ₹9.1 L/yr

System Analyst
183 salaries
unlock blur

₹4.1 L/yr - ₹18 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.5
Compare

Newgen Software Technologies

3.7
Compare

Tietoevry

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