Premium Employer

i

This company page is being actively managed by iEnergizer Team. If you also belong to the team, you can get access from here

iEnergizer Verified Tick

Compare button icon Compare button icon Compare
4.7

based on 21.3k Reviews

Filter interviews by

iEnergizer NAP Engineer Interview Questions and Answers

Updated 10 Oct 2023

iEnergizer NAP Engineer Interview Experiences

1 interview found

NAP Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. What is the BPO
  • Ans. 

    BPO stands for Business Process Outsourcing, where a company contracts out specific business tasks to a third-party provider.

    • BPO involves contracting out specific business processes such as customer service, payroll processing, and data entry to third-party providers.

    • Companies often outsource these tasks to BPO firms to reduce costs, improve efficiency, and focus on core business functions.

    • Popular BPO destinations incl...

  • Answered by AI
  • Q2. Business process outsourcing in company business and part time and third party
  • Ans. 

    Business process outsourcing involves contracting out specific business tasks to third-party vendors.

    • Business process outsourcing (BPO) can help companies reduce costs by delegating non-core functions to external providers.

    • Part-time outsourcing involves hiring external vendors on a temporary or as-needed basis.

    • Third-party outsourcing refers to contracting out tasks to specialized service providers.

    • Examples of BPO inclu...

  • Answered by AI
  • Q3. What is your name
  • Q4. What is yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Naaptol

Interview questions from similar companies

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

(2 Questions)

  • Q1. Aptitude question
  • Q2. Explanation about my project
  • Ans. 

    I developed a web application for tracking personal fitness goals and progress.

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized Node.js and Express for back-end development

    • Implemented user authentication and data storage using MongoDB

    • Incorporated data visualization tools like Chart.js for displaying progress graphs

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is k in KNN algorithm ?
  • Ans. 

    k in KNN algorithm represents the number of nearest neighbors to consider when making a prediction.

    • k is a hyperparameter that is chosen by the user and determines how many neighbors to look at when classifying a new data point.

    • A smaller value of k can lead to overfitting, while a larger value can lead to underfitting.

    • For example, if k=3 in a KNN algorithm, the prediction for a new data point will be based on the majori

  • Answered by AI
  • Q2. A small riddle

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know all the concepts of your project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Introduction round about yourself
  • Q3. About work experience in past company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Dependency injections
  • Q2. Solid principles,linq
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Hashmap question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. 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 - Aptitude Test 

First time attend aptitude test .

Round 3 - Technical 

(5 Questions)

  • Q1. Any computer engineering basic questions
  • Q2. C,C++,java , python
  • Q3. What is inheritance.how many times of inheritance.
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of 'is-a' relationship.

    • There are different types of inheritance such as single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Example: Class B inheriting from Class A - 'class B: public A {}'

  • Answered by AI
  • Q4. How many characters are used in C.
  • Ans. 

    C uses a set of 128 characters, including letters, digits, special characters, and control characters.

    • C uses 26 letters (uppercase and lowercase), 10 digits (0-9), and various special characters like !, @, #, $, %, etc.

    • C also includes control characters like newline, tab, carriage return, etc.

    • The total number of characters used in C is 128.

  • Answered by AI
  • Q5. What is c. How many characters are used.
  • Ans. 

    C is a programming language known for its efficiency and flexibility. It uses 256 characters.

    • C is a high-level programming language used for system programming, embedded systems, and applications.

    • C uses 256 characters, including letters, digits, special characters, and whitespace.

    • Examples of characters in C include 'a', '1', '+', and ' '.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ospf, bgp states
  • Q2. How stp work in 3 switches
  • Ans. 

    STP (Spanning Tree Protocol) is used to prevent loops in a network by blocking redundant paths between switches.

    • STP elects a root bridge to serve as the central point in the network

    • Each switch determines the best path to the root bridge based on the lowest path cost

    • Ports on switches are designated as root ports, designated ports, or blocking ports to create a loop-free topology

  • Answered by AI

Skills evaluated in this interview

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

Prepare well and all the best.

Round 2 - HR 

(2 Questions)

  • Q1. What is Oops concept
  • Ans. 

    Oops concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Oops concept is a programming paradigm that focuses on objects and classes.

    • It includes principles like inheritance, where a class can inherit properties and behavior from another class.

    • Encapsulation is another principle where data is wrapped within a class and can only be ...

  • Answered by AI
  • Q2. Features of java 8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to pass functionality as an argument to a method.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to work with sequences of elements and perform operations like filter, map, and reduce.

    • Default methods allow ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Jan 2023.

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 

(2 Questions)

  • Q1. Questions regarding React.js, TypeScript, GraphQL pure component, hooks, useEffect vs useLayoutEffect, portals in react, how do you make API calls, What are ref in React, error handling in react how to ove...
  • Q2. Small machine coding assignment to solve in online IDE fetch data from API & show the results also provide search input box at top where user can search items.
Round 3 - Technical 

(2 Questions)

  • Q1. How do you create GQL server, directive in GQL, Fragments in GQL how do you write unit tests for gql Queries/mutations (on the server side) TypeScript: Partial, Decorators, unions, Generics useCallback vs ...
  • Ans. 

    Answering questions related to creating GQL server, directives, fragments, unit tests, TypeScript features, and React.js functionalities.

    • To create a GQL server, you can use tools like Apollo Server or Express with GraphQL middleware.

    • Directives in GQL are used to modify the behavior of a field or fragment in a query. For example, @include and @skip are common directives.

    • Fragments in GQL allow you to define reusable unit...

  • Answered by AI
  • Q2. React Router & Authentication using jwt
  • Ans. 

    React Router is used for client-side routing in React applications. JWT is used for authentication by generating tokens for secure communication.

    • React Router is a library that allows for declarative routing in React applications

    • Authentication using JWT involves generating a token on the server and sending it to the client for subsequent requests

    • JWT tokens typically contain information about the user and are signed to e

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. 2 people took the interview & it took 1 hour 15 mins 1. Array based question on sorting & merging 2. array based easy question 3. sorting related question (medium level)

Interview Preparation Tips

Topics to prepare for Firstsource Solutions Senior Software Engineer interview:
  • Javascript
  • React.Js
  • Typescript
  • GraphQL
  • Data Structures
Interview preparation tips for other job seekers - there were total 4 technical rounds.
I was able to clear 3 rounds & after the final round, I waited for the feedback but they didn't replied.
I then followed up with HR person, he said he will update by EOD.
I again waited for another 2 days but didn't receive any response.
Again, I called HR to follow up, he said the job position had been put on hold.
It was total waste of my time, I felt very bad because I prepared before every round & was confident on my skills.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Ask technical questions only.
  • Q2. Every time it is different
Round 2 - Technical 

(1 Question)

  • Q1. Always ask different questions

iEnergizer Interview FAQs

How many rounds are there in iEnergizer NAP Engineer interview?
iEnergizer interview process usually has 2 rounds. The most common rounds in the iEnergizer interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in iEnergizer NAP Engineer interview?

Some of the top questions asked at the iEnergizer NAP Engineer interview -

  1. Business process outsourcing in company business and part time and third pa...read more
  2. What is the ...read more

Tell us how to improve this page.

Join iEnergizer Unlocking Potential, Unleashing Performance

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

iEnergizer NAP Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

5.0

Skill development

4.4

Work-Life balance

4.4

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Customer Service Executive
2.3k salaries
unlock blur

₹0.6 L/yr - ₹6 L/yr

Senior Executive
1.8k salaries
unlock blur

₹1.2 L/yr - ₹7 L/yr

Customer Care Executive
1.5k salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Senior Customer Service Executive
1.1k salaries
unlock blur

₹1.1 L/yr - ₹6.5 L/yr

Customer Support Executive
1.1k salaries
unlock blur

₹1.1 L/yr - ₹6 L/yr

Explore more salaries
Compare iEnergizer with

Genpact

3.9
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
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