Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by NuSummit Team. If you also belong to the team, you can get access from here

NuSummit Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NuSummit Interview Questions, Process, and Tips

Updated 4 Mar 2025

Top NuSummit Interview Questions and Answers

NuSummit Interview Experiences

Popular Designations

9 interviews found

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

(1 Question)

  • Q1. Asked questions on core OOPS and advance concepts of C,ProC,C++
Round 2 - Technical 

(1 Question)

  • Q1. Asked about linux shell scripting, SQL, query optimization, advance C concepts,easy dsa questions
Round 3 - HR 

(1 Question)

  • Q1. Discussion on why you want to join the company and salary negotiation discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on C/C++, OOPS, Java, DSA, SQL

Assistant System Analyst Interview Questions asked at other Companies

Q1. How many types in SQL joins and syntax of joins? Difference between joins? What is View and its syntax? What is cursor? What is trigger and types of trigger? How to use joins with an example? What is index and how to create index and syntax... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

SQL queries and debugging skills

Round 2 - One-on-one 

(1 Question)

  • Q1. Linux commands and troubleshooting
Round 3 - HR 

(1 Question)

  • Q1. Previous Employements
  • Ans. 

    I have worked at two previous companies, ABC Corp and XYZ Inc, where I gained experience in production engineering.

    • Worked at ABC Corp as a Production Engineer for 3 years

    • Managed production processes and optimized efficiency

    • Implemented lean manufacturing principles to reduce waste

    • At XYZ Inc, served as a Senior Production Engineer for 5 years

    • Led cross-functional teams to improve production output

    • Developed and implemented

  • Answered by AI
Round 4 - Personality Assessment 

(1 Question)

  • Q1. Personal Identification

Interview Preparation Tips

Interview preparation tips for other job seekers - Grate place to Work, Try to use the opportunities.

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

Senior Engineer Interview Questions & Answers

user image Amarnath Natarajan

posted on 25 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. More of Linux and SQL
Round 2 - One-on-one 

(1 Question)

  • Q1. Advanced Linux and Basics of SQL and more of my projects in previous company.
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Linux and SQL
Round 2 - One-on-one 

(2 Questions)

  • Q1. 1)What is your role in previous organisation
  • Ans. 

    I was responsible for providing technical support and troubleshooting for various applications in the organization.

    • Provided technical support to end users for application-related issues

    • Troubleshooted and resolved software problems

    • Collaborated with development teams to identify and fix bugs

    • Documented support processes and solutions for future reference

  • Answered by AI
  • Q2. Advanced Linux and SQL
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)

NuSummit interview questions for popular designations

 Associate

 (2)

 Senior Officer

 (1)

 Senior Engineer

 (1)

 Software Developer

 (1)

 Production Engineer

 (1)

 Assistant System Analyst

 (1)

 Head Talent Acquisition

 (1)

 Application Support Engineer

 (1)

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

I was interviewed in Feb 2025.

Round 1 - HR 

(1 Question)

  • Q1. Explain Candidate life cycle

Senior Officer Interview Questions asked at other Companies

Q1. How you can Increase Selling of Banks Products and how you can connect more and more persons With Bank.????
View answer (7)

Associate Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Technical Questions
Round 2 - HR 

(2 Questions)

  • Q1. HR Discussion & Notice Period
  • Q2. Salary discussion

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Jobs at NuSummit

View all

Associate Interview Questions & Answers

user image SHRUTI JADHAV AHIRE

posted on 4 Mar 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Technical question
Round 2 - HR 

(1 Question)

  • Q1. HR discussion and Salary discussion

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

Evaluation of logical thinking.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the features of Java
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented features.

    • Platform independence - Java programs can run on any platform that has a Java Virtual Machine (JVM)

    • Object-oriented - Java supports the principles of encapsulation, inheritance, and polymorphism

    • Robust - Java has strong memory management, exception handling, and type checking

    • Secure - Java has built-in security features...

  • Answered by AI
  • Q2. Oops concept
Round 3 - One-on-one 

(2 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q2. What is data encapsulation, and why is it significant?
  • Ans. 

    Data encapsulation is the concept of bundling data and methods that operate on that data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing the necessary functionalities to the outside world.

    • It promotes data security and prevents direct access to data from outside the class.

    • Encapsulation also helps in achieving data abstraction, where the internal details of an object are...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation, Org culture and benefits was explained

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Job responsibility and Recruitment Life cycle questions
  • Q2. Hiring Numbers and key project achievements

Head Talent Acquisition Interview Questions asked at other Companies

Q1. 2. What should an organisation do to achieve higher productivity of employees?
View answer (1)

Interview questions from similar companies

I was interviewed before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM
Contribute & help others!
anonymous
You can choose to be anonymous

NuSummit Interview FAQs

How many rounds are there in NuSummit interview?
NuSummit interview process usually has 2-3 rounds. The most common rounds in the NuSummit interview process are One-on-one Round, HR and Technical.
How to prepare for NuSummit 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 NuSummit. The most common topics and skills that interviewers at NuSummit expect are Budgeting, Consulting, Costing, Hospitality and Linux Administration.
What are the top questions asked in NuSummit interview?

Some of the top questions asked at the NuSummit interview -

  1. What is data encapsulation, and why is it significa...read more
  2. What are the features of J...read more
  3. What is polymorphi...read more
How long is the NuSummit interview process?

The duration of NuSummit interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

Quest Global

JOBS

Meesho

No Jobs

REVIEWS

TCS

No Reviews

JOBS

Browse jobs

Discover jobs you love

LIST OF COMPANIES

Spectrum Consultants

Overview

DESIGNATION

DESIGNATION

INTERVIEWS

Exly

No Interviews

SALARIES

Symphony Talent

No Salaries

REVIEWS

Tcs Autoworld

No Reviews

Tell us how to improve this page.

NuSummit Interview Process

based on 12 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Quantsapp Interview Questions
2.8
 • 33 Interviews
View all

NuSummit Reviews and Ratings

based on 39 reviews

4.3/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.0

Salary

4.1

Job security

4.1

Company culture

3.7

Promotions

4.2

Work satisfaction

Explore 39 Reviews and Ratings
Application Support Lead

Mumbai

6-10 Yrs

₹ 7-12 LPA

BeyondTrust PAM Consultant

Saudi arabia

3-8 Yrs

Not Disclosed

GenAI Engineer_NuSummit(Formerly Named NSE-IT)

Mumbai Suburban,

Chennai

+1

5-8 Yrs

Not Disclosed

Explore more jobs
Associate System Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant System Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Python Fullstack Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Python and Django Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NuSummit with

HCL Infosystems

3.9
Compare

Northcorp Software

4.3
Compare

Accel Frontline

4.0
Compare

Puropale Creations & IT Solutions

4.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent