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

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... 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 Monster and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About MVC and .NET framework
  • Q2. Questions on Rest API, Core services and WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be strong in basic .NET framework

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical questions related to angular CSS HTML js

Interview Preparation Tips

Interview preparation tips for other job seekers - If are good at your technical it's easy to clear

I applied via Company Website and was interviewed before Mar 2021. 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 

Java assesment.

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to start your career. Even if project managers or people wont support you, you will have teams and they will surely assist you with learning and progressing further.

Great to be part of Wipro!!

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

Interview Questionnaire 

2 Questions

  • Q1. Main focous on java and selenium.if you have devops knowledge then good to have..
  • Q2. Framework design,oops concept, challange you face,roles and responsibilities,agile concept etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, focous on core Java,do good practice to identify elements, analyse the things before you respond,be more practical,raise the concern once you stuck,try to find the solution from your end before you ask for Help,...

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked me to build a shopping cart web application using vanilla js and gave two days time , that was the only round they had!

Interview Preparation Tips

Interview preparation tips for other job seekers - I built the app according to wireframe and they evaluated it and selected me directly!

Interview Questionnaire 

2 Questions

  • Q1. What is the difference between arraylist and linked list What are different types of annotations used in spring boot What is lambda expression?
  • Ans. 

    ArrayList and LinkedList are both data structures used to store and manipulate collections of objects in Java.

    • ArrayList is implemented as a resizable array, while LinkedList is implemented as a doubly linked list.

    • ArrayList provides constant time access to elements using their index, while LinkedList provides constant time insertion and deletion of elements.

    • Spring Boot annotations include @Controller, @Service, @Reposit...

  • Answered by AI
  • Q2. What is the difference between truncate and delete in mySQL How to truncate a table in MySQL Methodology used in your project like agile etc
  • Ans. 

    Truncate removes all data from a table while delete removes specific rows.

    • Truncate is faster than delete as it doesn't log individual row deletions

    • Truncate resets auto-increment values while delete doesn't

    • To truncate a table in MySQL, use the TRUNCATE TABLE statement

    • Methodology used in my project was Agile

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics. That part should be strong. You should have knowledge about the methodologies and tools used in your company.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hosting in javascript? Difference between let and var?
  • Ans. 

    let vs var in JavaScript and hosting

    • let has block scope while var has function scope

    • let cannot be redeclared in the same scope while var can

    • Hosting is the process of moving a website or application to a server

    • JavaScript can be hosted on various platforms such as AWS, Heroku, and Firebase

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong on basics of what ever technology you work.

Skills evaluated in this interview

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 322 salaries
₹4 L/yr - ₹11.2 L/yr
49% 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.7

Skill development

2.8

Work-life balance

2.6

Salary

2.6

Job security

2.7

Company culture

2.4

Promotions

2.8

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
227 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
109 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nelito System with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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