Upload Button Icon Add office photos

Filter interviews by

NLGIC Support Services Senior Software Developer Interview Questions and Answers

Updated 12 Feb 2023

NLGIC Support Services Senior Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Technical questions frameworks
  • Q2. Common questions for Java and framework

Interview Preparation Tips

Interview preparation tips for other job seekers - A fihcyov hvhicihcyo. Hocyocyicoy kcgiciyc y ihcyicyicyoc ohcycyoctezfkkocyocycvouu.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly on java/Springboot and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - From interview call to onbaording. Everything was smooth. Their HR are proffesionals. Specially Mansi neggi. Quick response and smooth process.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2022. There were 5 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 - Coding Test 

1 round of dsa with 2 questions

Round 3 - Technical 

(2 Questions)

  • Q1. 1 system design round
  • Q2. LLD round for 30 minutes
Round 4 - Technical 

(2 Questions)

  • Q1. Previous project discussion
  • Q2. Discuss past project, tech stack for 30 mins
  • Ans. 

    Developed a web-based project management tool using React, Node.js, and MongoDB.

    • Used React for the front-end development

    • Used Node.js for the back-end development

    • Used MongoDB for the database management

    • Implemented features like task assignment, progress tracking, and file sharing

    • Followed Agile methodology for project management

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions, salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm during the interview, communite clearly and brush through system design interviews.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Don't remember so I have no
  • Q2. I can't remember it
Round 2 - Technical 

(2 Questions)

  • Q1. I don't know the res
  • Q2. I can't remember it
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. C language quizzes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of kotlin, sealed class, viewmodel implementation,
  • Q2. Caching mechanism
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Technical aspects about linked list,trees, stacks

Round 2 - Group Discussion 

Topic related to humanities

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

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was mcq test with 1 sql code based question.

Round 2 - Technical 

(5 Questions)

  • Q1. It was technical interview of around 30 min, questions were direct and short on react lifecycle and basic concepts of js.
  • Q2. What is debounce and throttling?
  • Ans. 

    Debounce and throttling are techniques used in web development to limit the number of times a function is called.

    • Debounce delays the execution of a function until after a specified time period has elapsed without additional calls.

    • Throttling limits the rate at which a function is called, ensuring it is not called more than once within a specified time interval.

    • Debounce is useful for handling events like resizing a windo...

  • Answered by AI
  • Q3. What is diff between git merge and rebase?
  • Ans. 

    Git merge combines changes from different branches, while rebase moves the current branch to the tip of another branch.

    • Merge creates a new commit with combined changes, while rebase rewrites commit history.

    • Merge preserves the commit history of both branches, while rebase creates a linear history.

    • Merge is non-destructive and suitable for public branches, while rebase is destructive and should be used for private branche...

  • Answered by AI
  • Q4. What is diff between git fork and clone?
  • Ans. 

    Git fork creates a copy of a repository under your GitHub account, while git clone creates a local copy of a repository.

    • Fork creates a copy on GitHub, clone creates a local copy on your machine

    • Forking allows you to make changes without affecting the original repository

    • Cloning downloads the entire repository to your local machine

    • Forking is commonly used for contributing to open source projects

  • Answered by AI
  • Q5. What is DOM in react?
  • Ans. 

    DOM in React stands for Document Object Model, representing the structure of a web page as a tree of objects.

    • DOM in React is a virtual representation of the actual HTML elements on a web page.

    • React uses a virtual DOM to improve performance by updating only the necessary components.

    • Changes to the virtual DOM are compared with the real DOM, and only the differences are updated.

    • This helps in minimizing the number of DOM m...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. It was based on round 2 but in detail.

Skills evaluated in this interview

NLGIC Support Services Interview FAQs

How many rounds are there in NLGIC Support Services Senior Software Developer interview?
NLGIC Support Services interview process usually has 2 rounds. The most common rounds in the NLGIC Support Services interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in NLGIC Support Services Senior Software Developer interview?

Some of the top questions asked at the NLGIC Support Services Senior Software Developer interview -

  1. Common questions for Java and framew...read more
  2. Technical questions framewo...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 NLGIC Support Services interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
NLGIC Support Services Senior Software Developer Salary
based on 4 salaries
₹7 L/yr - ₹9 L/yr
44% less than the average Senior Software Developer Salary in India
View more details

NLGIC Support Services Senior Software Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-Life balance

2.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Medical Officer
27 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Senior Executive
22 salaries
unlock blur

₹2.5 L/yr - ₹5.2 L/yr

Software Engineer
14 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Executive - Finance
9 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Executive
8 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare NLGIC Support Services with

Quess

3.9
Compare

Team Lease

3.9
Compare

Security and Intelligence Services (India)

4.2
Compare

CMS Infosystems

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview