Upload Button Icon Add office photos

Nelito System

Compare button icon Compare button icon Compare

Filter interviews by

Nelito System HR and Administration Team Member Interview Questions and Answers

Updated 27 Feb 2023

Nelito System HR and Administration Team Member Interview Experiences

1 interview found

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

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

(2 Questions)

  • Q1. Tell me the Main features of HR ?
  • Q2. What are your hobbies?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and courageous and express yourself completely

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. About my experience and my skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for the future while you came here

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Problem solving and string processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice problem solving questions.

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

I applied via LinkedIn and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I have been questioned on AEM Concepts, Sling Models, schedulers, servlets, OSGI services
  • Q2. Be prepared for most of the concepts in AEM

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall interview experience was very good.

I applied via Approached by Company and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sql server table releated questions by the team

Interview Preparation Tips

Interview preparation tips for other job seekers - Superb company and very supportive
Team member has support alot in joining process
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 

(2 Questions)

  • Q1. What is threadlevel data paga and clipboard, difference between these two
  • Ans. 

    Threadlevel data page and clipboard are both storage areas in Pega platform, but with different scopes.

    • Threadlevel data page is a storage area that is specific to a single thread of execution.

    • Clipboard is a storage area that is shared across threads and is used to store data that needs to be accessed across multiple requests.

    • Threadlevel data page is created and destroyed with the thread, while clipboard persists across...

  • Answered by AI
  • Q2. What is declare expression,how to configure
  • Ans. 

    Declare expression is a rule that defines a value or a property in Pega Platform.

    • Declare expressions are used to calculate values that are used in decision-making.

    • They can be configured in the Declare Expression rule form.

    • They can reference properties, functions, and other declare expressions.

    • They can be used in data transforms, activities, and other rules.

    • Examples include calculating a customer's age based on their bi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always update day to day your new skills and learn daily new skills,it will usefull our life

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Difference between stored procedure and functions
  • Ans. 

    Stored procedures are precompiled SQL codes that can be executed multiple times, while functions return a single value.

    • Stored procedures can modify database tables, while functions cannot.

    • Functions can be used in SQL statements, while stored procedures cannot.

    • Stored procedures can have input and output parameters, while functions can only have input parameters.

    • Functions can be called from within stored procedures, but ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and do well
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. There were 3 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 - Technical 

(4 Questions)

  • Q1. What is components
  • Ans. 

    Components are reusable and independent parts of a software system that perform specific functions.

    • Components are modular and can be easily integrated into different parts of a software system.

    • They help in organizing code and promoting reusability.

    • Examples include buttons, input fields, and dropdown menus in a user interface.

  • Answered by AI
  • Q2. What is react.js
  • Ans. 

    React.js is a JavaScript library for building user interfaces.

    • React.js is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React.js uses a virtual DOM for better performance.

    • It follows a component-based architecture.

    • React.js can be used for building single-page applications.

  • Answered by AI
  • Q3. What is state and props
  • Ans. 

    State and props are two important concepts in React for managing data and passing data between components.

    • State is used to store and manage data within a component. It is mutable and can be updated using setState() method.

    • Props (short for properties) are used to pass data from parent components to child components. Props are immutable.

    • State is internal to a component, while props are external and passed down from paren...

  • Answered by AI
  • Q4. What is hooks in reactjs
  • Ans. 

    Hooks in ReactJS are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • Some commonly used hooks are useState, useEffect, useContext, and useRef.

    • Hooks can be used to manage component state, perform side effects, and access context in functional components.

    • Example: useState hook allows yo...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is components in react
  • Ans. 

    Components in React are reusable, independent pieces of code that manage their own state and can be composed together to build complex UIs.

    • Components are the building blocks of a React application

    • They can be either functional components or class components

    • Components can have their own state and lifecycle methods

    • Components can be reused and composed together to create complex UIs

    • Example:

      , ,
  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in May 2024.

Round 1 - Technical 

(1 Question)

  • Q1. They have connected the client call with me directly and only that 2 round of technical interview happened and hr round. That's it
Round 2 - One-on-one 

(2 Questions)

  • Q1. Easy interview interview with tcs
  • Q2. Hana consultant

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy rounds nit to worry much on this

Nelito System Interview FAQs

How many rounds are there in Nelito System HR and Administration Team Member interview?
Nelito System interview process usually has 2 rounds. The most common rounds in the Nelito System interview process are Resume Shortlist and HR.

Tell us how to improve this page.

Nelito System HR and Administration Team Member Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Softenger Interview Questions
4.1
 • 53 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Aabasoft Interview Questions
4.0
 • 35 Interviews
Stefanini Interview Questions
3.0
 • 35 Interviews
Foray Software Interview Questions
3.5
 • 34 Interviews
View all
Senior Software Engineer
321 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Software Engineer
222 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