Upload Button Icon Add office photos

Nsight Inc

Compare button icon Compare button icon Compare

Filter interviews by

Nsight Inc Interview Questions and Answers

Updated 26 Feb 2025
Popular Designations

6 Interview questions

A Linux Administrator Lead was asked 9mo ago
Q. How do you increase or reduce LVM?
Ans. 

To increase or reduce LVM, you can use the lvextend or lvreduce commands.

  • To increase LVM, use the lvextend command with the desired size parameter

  • To reduce LVM, use the lvreduce command with the desired size parameter

  • Make sure to resize the filesystem after increasing or reducing LVM using resize2fs or xfs_growfs

View all Linux Administrator Lead interview questions
A Linux Administrator Lead was asked 9mo ago
Q. How do you check network teaming?
Ans. 

Network teaming can be checked using tools like ethtool, nmcli, and ifconfig.

  • Use ethtool to check the status of network interfaces and teaming configuration

  • Use nmcli to view and manage network teaming settings

  • Check the output of ifconfig to verify the network teaming configuration

View all Linux Administrator Lead interview questions
A SQL Developer was asked
Q. How do you use the CASE condition in SQL?
Ans. 

Case condition is used to perform conditional logic in SQL queries.

  • It allows for conditional statements in SELECT, WHERE, and ORDER BY clauses.

  • Syntax: CASE WHEN condition THEN result ELSE alternative END

  • Can be nested for complex logic

  • Useful for data transformation and reporting

View all SQL Developer interview questions
A SQL Developer was asked
Q. What is the use of the NTILE function in SQL?
Ans. 

NTILE is a SQL function used to divide a result set into a specified number of groups.

  • NTILE requires an integer argument that specifies the number of groups to divide the result set into.

  • It assigns a group number to each row in the result set based on the specified number of groups.

  • NTILE is often used in conjunction with the ORDER BY clause to divide the result set based on a specific column.

  • NTILE can be used to c...

View all SQL Developer interview questions
A SQL Developer was asked
Q. What is the difference between AS and IS in a stored procedure?
Ans. 

AS is used to assign an alias to a column or table in SQL, while IS is used to compare values or check for null values.

  • AS is used in SELECT statements to assign a temporary name to a column or table

  • AS can also be used in JOIN statements to assign aliases to tables

  • IS is used in WHERE clauses to compare values or check for null values

  • IS NULL is used to check if a value is null

  • IS NOT NULL is used to check if a value ...

View all SQL Developer interview questions
A SQL Developer was asked
Q. What is the use of the WITH clause?
Ans. 

WITH clause is used to define a temporary result set that can be used in a subsequent SQL statement.

  • WITH clause is also known as Common Table Expression (CTE)

  • It improves the readability and maintainability of complex SQL queries

  • It can be used to simplify complex queries by breaking them down into smaller, more manageable parts

  • It can be used to create recursive queries

  • Example: WITH sales AS (SELECT * FROM sales_dat...

View all SQL Developer interview questions

Nsight Inc Interview Experiences

11 interviews found

Team Lead Interview Questions & Answers

user image Vijay Arige

posted on 26 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you design an APIGateway and 3 Microservices in your project?
  • Ans. 

    Designing an APIGateway and 3 Microservices involves defining endpoints, communication protocols, and service interactions.

    • Define the endpoints for the APIGateway to route requests to the appropriate microservices.

    • Choose communication protocols such as REST or gRPC for interactions between services.

    • Implement service discovery and load balancing for efficient communication.

    • Ensure security measures like authentication an...

  • Answered by AI
  • Q2. Tell practical implementation of Design pattern in your project code?
  • Ans. 

    Implemented Singleton design pattern in a project to ensure only one instance of a class is created.

    • Used a private constructor to prevent instantiation of the class from outside.

    • Created a static method to provide a single point of access to the instance.

    • Stored the single instance as a private static variable within the class.

    • Ensured thread safety by using synchronized keyword or double-checked locking.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you check network teaming
  • Ans. 

    Network teaming can be checked using tools like ethtool, nmcli, and ifconfig.

    • Use ethtool to check the status of network interfaces and teaming configuration

    • Use nmcli to view and manage network teaming settings

    • Check the output of ifconfig to verify the network teaming configuration

  • Answered by AI
  • Q2. How do you increase or reduce lvm
  • Ans. 

    To increase or reduce LVM, you can use the lvextend or lvreduce commands.

    • To increase LVM, use the lvextend command with the desired size parameter

    • To reduce LVM, use the lvreduce command with the desired size parameter

    • Make sure to resize the filesystem after increasing or reducing LVM using resize2fs or xfs_growfs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No proper JD from HR. You need to prepare every topic, they may ask anything. The interviewers has some answers in mind, your answer will be correct only if it matches with them. By default they prepare to fail you in the interview.

Skills evaluated in this interview

Team Lead Interview Questions & Answers

user image Bharath seven hills

posted on 8 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Based on the resume , and why you looking for change
  • Q2. Take home Salary
  • Q3. About team motivation
  • Q4. Aboutescalations from client
  • Ans. 

    Effective handling of client escalations is crucial for maintaining relationships and ensuring satisfaction.

    • Listen actively to the client's concerns to fully understand the issue.

    • Acknowledge the problem and empathize with the client's situation.

    • Provide a clear plan of action to resolve the issue, including timelines.

    • Follow up with the client after resolution to ensure satisfaction.

    • Example: If a client escalates a delay...

  • Answered by AI

Associate Software Engineer Interview Questions & Answers

user image Panthulubavi Nishitha

posted on 10 Feb 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Releated to skills
  • Q2. Self intro

Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2022

I applied via Recruitment Consulltant 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 - Technical 

(1 Question)

  • Q1. Design patterns, memory management in C#, C# basics, solid design principles, Array vs List, multi threading, linq, async, TPL, sql basics
Round 3 - Technical 

(1 Question)

  • Q1. With client. it is based on experience and tech stack worked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to know about the project and client. some clients have project related hardware

Team Lead Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2022

Round 1 - Technical 

(2 Questions)

  • Q1. Naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
  • Q2. Naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Interview Preparation Tips

Interview preparation tips for other job seekers - Comments are honest - My sincere request please don't join this is fraud company, I faced one issue and I've checked same in different teams of my friends. Every appraisal time either employee will move another process or manager will change.... 100% not providing appraisal even my last two ratings happens same. This company NO cab facility, at least no proper training's. damn sure no job guarantee most probably clients will take projects back. NO job guarantee 100% many people are in Bench, they will give 2 months of salary and must to go out and not more than 150 employees in the company.

Manager Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Past experience and scenerio based questions
  • Q2. As per experience you can give the scenerios..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and share you experience while answering
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the reason to quit the previous job
  • Q2. What is your expectation about salary

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2021

I applied via Naukri.com

Interview Questionnaire 

6 Questions

  • Q1. 1. Use of with cluse
  • Ans. 

    WITH clause is used to define a temporary result set that can be used in a subsequent SQL statement.

    • WITH clause is also known as Common Table Expression (CTE)

    • It improves the readability and maintainability of complex SQL queries

    • It can be used to simplify complex queries by breaking them down into smaller, more manageable parts

    • It can be used to create recursive queries

    • Example: WITH sales AS (SELECT * FROM sales_data) SE...

  • Answered by AI
  • Q2. Use of NTILE in sql
  • Ans. 

    NTILE is a SQL function used to divide a result set into a specified number of groups.

    • NTILE requires an integer argument that specifies the number of groups to divide the result set into.

    • It assigns a group number to each row in the result set based on the specified number of groups.

    • NTILE is often used in conjunction with the ORDER BY clause to divide the result set based on a specific column.

    • NTILE can be used to calcul...

  • Answered by AI
  • Q3. Difference between AS and IS in Procedure
  • Ans. 

    AS is used to assign an alias to a column or table in SQL, while IS is used to compare values or check for null values.

    • AS is used in SELECT statements to assign a temporary name to a column or table

    • AS can also be used in JOIN statements to assign aliases to tables

    • IS is used in WHERE clauses to compare values or check for null values

    • IS NULL is used to check if a value is null

    • IS NOT NULL is used to check if a value is no...

  • Answered by AI
  • Q4. Use of Case condition
  • Ans. 

    Case condition is used to perform conditional logic in SQL queries.

    • It allows for conditional statements in SELECT, WHERE, and ORDER BY clauses.

    • Syntax: CASE WHEN condition THEN result ELSE alternative END

    • Can be nested for complex logic

    • Useful for data transformation and reporting

  • Answered by AI
  • Q5. Package
  • Q6. Pivote Query , How to use with ex.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer wants to know my knowledge about Advance SQL.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About project
  • Q2. About programming language
  • Q3. About apptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Nsight Inc?
Ask anonymously on communities.

Nsight Inc Interview FAQs

How many rounds are there in Nsight Inc interview?
Nsight Inc interview process usually has 1-2 rounds. The most common rounds in the Nsight Inc interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Nsight Inc 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 Nsight Inc. The most common topics and skills that interviewers at Nsight Inc expect are Medical Billing, RCM, US Healthcare, Revenue Cycle Management and AR Calling.
What are the top questions asked in Nsight Inc interview?

Some of the top questions asked at the Nsight Inc interview -

  1. Difference between AS and IS in Proced...read more
  2. How do you design an APIGateway and 3 Microservices in your proje...read more
  3. Tell practical implementation of Design pattern in your project co...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.2/5

based on 6 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 214 Interviews
MathCo Interview Questions
3.0
 • 116 Interviews
Zeta Interview Questions
3.4
 • 74 Interviews
embedUR Systems Interview Questions
3.2
 • 50 Interviews
CoinDCX Interview Questions
3.8
 • 31 Interviews
XenonStack Interview Questions
3.1
 • 29 Interviews
ENH iSecure Interview Questions
4.1
 • 29 Interviews
View all

Nsight Inc Reviews and Ratings

based on 60 reviews

3.2/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

3.4

Salary

3.1

Job security

3.2

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 60 Reviews and Ratings
Technical Lead
41 salaries
unlock blur

₹16.4 L/yr - ₹27 L/yr

Senior Software Engineer
40 salaries
unlock blur

₹10.5 L/yr - ₹16.5 L/yr

Software Engineer
20 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Consultant
12 salaries
unlock blur

₹15 L/yr - ₹20 L/yr

Associate Software Engineer
12 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Nsight Inc with

Fractal Analytics

4.0
Compare

MathCo

3.0
Compare

Watchyourhealth.com

4.7
Compare

Innovatiview India Ltd

3.9
Compare
write
Share an Interview