Upload Button Icon Add office photos

Nelito System

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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 Resume 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

Interview Preparation Tips

Round: Resume Shortlist
Experience: A telephonic of technical round basics about C concepts and Embedded C Concepts in order to call for next round .

I applied via Other and was interviewed in Nov 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Brief Role on job and tools and technology I worked with day to day activity
  • Ans. 

    As a Senior Software Engineer, I worked with various tools and technologies to develop and maintain software applications.

    • Developed and maintained software applications using Java, Python, and C++ programming languages

    • Used Agile methodology for software development and collaborated with cross-functional teams

    • Worked with various tools such as Git, JIRA, Jenkins, and Docker for version control, issue tracking, continuous...

  • Answered by AI
  • Q2. In-depth technical interview which went around 40 min. since i had 8 years of experience
  • Q3. Fully technical
  • Q4. Salary discussion and Document verification.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Keywords that I put in of the technology, tools , experience.. (I guess )

General Tips: Just stay calm. Do not show fake experience, Speak genuinely, Answer to the point and explain if you have to add on more depending on your experience. Do not be over confident. Speak start to the eyes
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Decision Making Skills
Duration: 1-3 Months

Interview Preparation Tips

Round: Technical Interview
Experience: Has a 1 hr interview. He asked the Qs on my experience, what I have put in my resume. Its good conversation with interviewer.

Round: HR Interview
Experience: In HR interview he asked about my salary and what he is going to offer me. I left for the day. There is no response for 5 days from the HR. After a week I got the call my HR and discussion was happened about the salary again and said to upload some documents. I did it. There is no response for 4 days again. I got call again after 4 days and this time she said there is no suitable position for my experience so she is going to reject my application. Its very painful to listen like this.

I applied via Recruitment Consultant and was interviewed in Jul 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is the biggest challenge you faced in developing azure solution?
  • Ans. 

    The biggest challenge in developing Azure solution was managing the complexity of the cloud environment.

    • Managing the complexity of the cloud environment

    • Ensuring scalability and reliability

    • Integrating with existing systems

    • Securing the solution

    • Optimizing cost

    • Example: Migrating a legacy application to Azure

  • Answered by AI
  • Q2. In azure data factory how would you implement the functionality of tumbling window without actually using that feature already available?
  • Ans. 

    Implementing tumbling window in Azure Data Factory without using the feature

    • Create a pipeline with a trigger that runs at the desired interval

    • Use a lookup activity to retrieve the data for the current window

    • Use a foreach activity to iterate over the retrieved data

    • Perform the required operations on the data within the foreach activity

    • Write the output to the desired destination

  • Answered by AI
  • Q3. What would be your suggestion for implementation in azure data factory v2?
  • Ans. 

    My suggestion for implementation in Azure Data Factory v2 is to use the Mapping Data Flow feature.

    • Utilize Mapping Data Flow for complex data transformations

    • Take advantage of the visual interface to design and debug data flows

    • Leverage the built-in data integration capabilities with other Azure services

    • Use data flow parameters and expressions for dynamic transformations

    • Monitor and optimize data flow performance using dat

  • Answered by AI
  • Q4. I was given a project scenario and was requested to choose from below cluster or cluster less , hive or u-sql?

Interview Preparation Tips

General Tips: Be pretty confident on the current project you are working on. It's ok that you do not know the complete technology but you should have the complete picture of stuff you are working on. Be clear as to why are using specific technology for your project and not the other one. For example, i worked on azure and drilled my way to understand the edge azure has over aws. I did good work onto why are we using hive language and azure data ware house for our project instead of using u-sql and azure SQL data base. Do not bluff, better be humble to accept that we are not fully aware of something and given a chance to work on, we will. And last thing, smile and appreciate the effort put in by interviewer.
Skills: Coding Skills, Datawarehousing, Azure data factory, Problem Solving, Analytical Skills
Duration: <1 week

Skills evaluated in this interview

I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is C++
  • Ans. 

    C++ is a high-level programming language used for developing system software, application software, device drivers, and video games.

    • C++ is an extension of the C programming language.

    • It supports object-oriented programming concepts like classes, inheritance, polymorphism, and encapsulation.

    • C++ is used in developing operating systems, browsers, databases, and other software applications.

    • It is known for its performance an...

  • Answered by AI
  • Q2. What is Link List
  • Ans. 

    A data structure that stores a sequence of elements in a linear order.

    • Consists of nodes that contain data and a pointer to the next node.

    • Can be singly linked or doubly linked.

    • Used for implementing stacks, queues, and hash tables.

    • Example: Singly linked list - 1 -> 2 -> 3 -> null

    • Example: Doubly linked list - null <- 1 <-> 2 <-> 3 -> null

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Technical stuff from SDH,MPLS,VLAN,IP tables etc
  • Q2. Under which principle does VLAN work?
  • Ans. 

    VLAN works under the principle of network segmentation.

    • VLAN separates a physical network into multiple logical networks.

    • It improves network performance, security, and management.

    • VLAN tags packets with a unique identifier to identify the network they belong to.

    • Example: VLAN can be used to separate guest and employee networks in a company.

  • Answered by AI
  • Q3. What is current CTC and expected CTC
  • Ans. 

    The question asks about the candidate's current and expected salary.

    • Be honest and transparent about your current salary.

    • Research the market rates for your role and level of experience to determine a reasonable expected salary.

    • Consider other benefits and perks besides the base salary.

    • Avoid discussing salary expectations too early in the interview process.

    • Focus on the value you can bring to the company rather than just t

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for the job change?
  • Q2. Relevant technical questions, as per my current technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Diverse Lynx

No Interviews

INTERVIEWS

Fingent

No Interviews

INTERVIEWS

Nelito System

No Interviews

INTERVIEWS

Nelito System

No Interviews

REVIEWS

Diverse Lynx

No Reviews

INTERVIEWS

Nelito System

10 top interview questions

SALARIES

Peel-works

INTERVIEWS

Diverse Lynx

5.6k top interview questions

SALARIES

Diverse Lynx

SALARIES

Nelito System

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
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.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
217 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
109 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
58 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