Upload Button Icon Add office photos

Nelito System

Compare button icon Compare button icon Compare

Filter interviews by

Nelito System Senior Software Engineer Interview Questions and Answers

Updated 12 Sep 2024

Nelito System Senior Software Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Interbanking related questions
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Referral and was interviewed in Jan 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 - Coding Test 

Based on requirements we need write code

Round 3 - HR 

(1 Question)

  • Q1. Introduction, experiences,salary

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

I applied via Naukri.com and was interviewed in Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Explain oops concept? Is string mutable or not?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects. String is immutable in Java.

    • OOPs is based on the concept of objects, which have properties and methods.

    • Encapsulation, inheritance, and polymorphism are the three main pillars of OOPs.

    • String is immutable in Java, meaning that once a string object is created, it cannot be modified.

  • Answered by AI
  • Q2. Programs were asked
  • Q3. What is exception explain with program
  • Ans. 

    An exception is an event that occurs during the execution of a program that disrupts the normal flow of instructions.

    • Exceptions are used to handle errors and other exceptional events that occur during the execution of a program.

    • In Java, exceptions are objects that are thrown by a method when an error or exceptional condition occurs.

    • The try-catch block is used to handle exceptions in Java.

    • Example: try { int x = 5/0; } c...

  • Answered by AI
  • Q4. Method overloading/overriding

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience.just be original and everything will be good as good

Skills evaluated in this interview

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Sep 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 - One-on-one 

(2 Questions)

  • Q1. Basic oops concepts C# questions
  • Q2. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy process just your basics should be clear. Be you & explain it properly.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 - Coding Test 

Basics of core js and css questions

Round 3 - Technical 

(1 Question)

  • Q1. Implement Infinite scroll on the page
  • Ans. 

    Implementing infinite scroll on a webpage

    • Use JavaScript to detect when user reaches the bottom of the page

    • Fetch more content using AJAX calls

    • Append new content to the existing page dynamically

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI

I applied via Referral and was interviewed before Sep 2021. 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 - Technical 

(1 Question)

  • Q1. All about angular basic and deep questioning
Round 3 - Technical 

(1 Question)

  • Q1. Basic routing and SPA
Round 4 - Behavioral 

(1 Question)

  • Q1. Detail qbout angular and node js
  • Ans. 

    Angular is a front-end framework while Node.js is a back-end runtime environment.

    • Angular is used for building dynamic web applications with a focus on the client-side.

    • Node.js is used for building server-side applications with JavaScript.

    • Angular uses TypeScript for building applications while Node.js uses JavaScript.

    • Angular has a large community and a lot of pre-built components while Node.js has a vast library of modul...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion as per interview

Interview Preparation Tips

Topics to prepare for Winjit Technologies Senior Software Engineer interview:
  • OOPS
  • Angular
  • HTML
  • CSS
  • Javascript
Interview preparation tips for other job seekers - Be calmly to take the interview. Preapare at least basic things to attend the interview.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are Promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

    • Example: Fetching data from an API returns a Promise that resolves with the data or rejects with an erro

  • Answered by AI
  • Q2. Is Node.js Single Threaded or Multiple Threaded
  • Ans. 

    Node.js is single threaded, but uses multiple threads for I/O operations.

    • Node.js uses a single thread to handle all JavaScript code execution.

    • It uses multiple threads from a thread pool to handle I/O operations asynchronously.

    • This allows Node.js to handle high concurrency without blocking the main thread.

    • Example: When reading a file, Node.js will use a separate thread from the pool to perform the I/O operation.

  • Answered by AI
Round 2 - Coding Test 

Reverse the Array of Strings

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Place to work

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. There were multiple questions on azure cloud and projects i worked on
  • Q2. Sql queries and scenario based azure questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. .net core middleware
Round 3 - Technical 

(1 Question)

  • Q1. Manament discusion about your last project and responsibility
Round 4 - HR 

(1 Question)

  • Q1. Salary discusion and designation and preferred loaction

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Smart and trying to convivence them that you are good

Nelito System Interview FAQs

How many rounds are there in Nelito System Senior Software Engineer interview?
Nelito System interview process usually has 2-3 rounds. The most common rounds in the Nelito System interview process are HR, Resume Shortlist and Coding Test.
What are the top questions asked in Nelito System Senior Software Engineer interview?

Some of the top questions asked at the Nelito System Senior Software Engineer interview -

  1. Explain oops concept? Is string mutable or n...read more
  2. What is exception explain with prog...read more
  3. Method overloading/overridi...read more

Tell us how to improve this page.

Nelito System Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Nelito System Senior Software Engineer Salary
based on 323 salaries
₹4 L/yr - ₹14 L/yr
50% less than the average Senior Software Engineer Salary in India
View more details

Nelito System Senior Software Engineer Reviews and Ratings

based on 45 reviews

2.9/5

Rating in categories

2.6

Skill development

2.8

Work-life balance

2.5

Salary

2.6

Job security

2.6

Company culture

2.3

Promotions

2.7

Work satisfaction

Explore 45 Reviews and Ratings
Senior Software Engineer
323 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Software Engineer
223 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Software Developer
109 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Developer
57 salaries
unlock blur

₹4.9 L/yr - ₹9.6 L/yr

Network Engineer
48 salaries
unlock blur

₹1.5 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Nelito System with

Softenger

4.1
Compare

Foray Software

3.5
Compare

Black Knight

3.6
Compare

Alchemy Techsol India

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