Upload Button Icon Add office photos

NSE.IT

Compare button icon Compare button icon Compare

Filter interviews by

NSE.IT India Operations Manager Interview Questions and Answers

Updated 27 May 2022

NSE.IT India Operations Manager Interview Experiences

1 interview found

I appeared for an interview in Apr 2022.

Round 1 - Worst 

(4 Questions)

  • Q1. Are you TM relative?
  • Q2. RM reference or relative?
  • Q3. Are you GM reference or relative?
  • Ans. 

    I am neither a GM reference nor a relative.

    • I have no personal or professional connection with any GM reference or relative.

    • My qualifications and experience are solely based on my own merit and hard work.

    • I believe in fair and unbiased hiring practices.

    • I am confident that I can perform the duties of an Operation Manager to the best of my abilities.

  • Answered by AI
  • Q4. If you are TM,RM,GM relative or you have reference of them then you may join but your duty hours may be 8 to 8 , 365 days. You should accept this term & conditions.
Round 2 - Worst 

(1 Question)

  • Q1. Are you TM,RM,GM relative?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a worst company of india. Favouritism is going here. Good skill and experienced person harassed by TM, RM, GM to resign this company. Now everyone appointed there own employee without any interview with bounding 9 to 6 Am , 365 days. Sometimes 8 to 8 Am also like a dectetorship.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.

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

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

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

NSE.IT Interview FAQs

What are the top questions asked in NSE.IT India Operations Manager interview?

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

  1. Are you GM reference or relati...read more
  2. If you are TM,RM,GM relative or you have reference of them then you may join bu...read more
  3. RM reference or relati...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 133 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
 • 91 Interviews
View all
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