Upload Button Icon Add office photos
Engaged Employer

i

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

Nexgile Technologies Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 18 Reviews

Filter interviews by

Nexgile Technologies Interview Questions and Answers

Updated 7 Jul 2024

Nexgile Technologies Interview Experiences

Popular Designations

7 interviews found

Hydrabad Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

2 rounds of test having 3 questions in each round questions like
1- make possible number of partition of given string such as every partition make palindrome string
2- sort array such that every 0 in array will shift on the last without changing the non-zero element.

Like that all 6 heavy tough DSA questions are there

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the preparation on logical programming
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding question on arrays and strings

Round 2 - Technical 

(1 Question)

  • Q1. They told me to do a admin dashboard using front end and backend

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to shortlist in this round

Round 2 - Coding Test 

Difficult and based on advanced topics

Round 3 - HR 

(2 Questions)

  • Q1. General questions and managerial questions asked
  • Q2. Why do you choose software
  • Ans. 

    I choose software because of my passion for problem-solving and creating innovative solutions.

    • Passion for problem-solving

    • Interest in creating innovative solutions

    • Opportunity for continuous learning and growth

    • Desire to work in a dynamic and fast-paced industry

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack but 3yrs of bond

Junior Software Engineer Trainee Interview Questions asked at other Companies

Q1. What is java What is class and object What is abstraction What is inheritance What is polymorphism What is method overloading and overriding What is construct
View answer (1)

Manual Test Engineer Interview Questions & Answers

user image Sangram Keshari Parida fresher

posted on 28 Feb 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Programming ,logical,resoning,verval

Round 2 - Technical 

(1 Question)

  • Q1. Manual testing, i dont know
Round 3 - Technical 

(1 Question)

  • Q1. I dont know sir you tel me

Interview Preparation Tips

Interview preparation tips for other job seekers - you tel me sir i dont know this company 1st round aptitude round

Manual Test Engineer Interview Questions asked at other Companies

Q1. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanity testing What is test case Ho... read more
View answer (2)

Nexgile Technologies interview questions for popular designations

 Associate Software Engineer

 (2)

 Java Developer

 (1)

 Junior Software Engineer Trainee

 (1)

 Manual Test Engineer

 (1)

 Reactjs Developer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Asing coding questions on Strings and Arrays in Java or Python

Round 3 - Technical 

(2 Questions)

  • Q1. What is Constructor?
  • Ans. 

    A constructor is a special method that is used to initialize objects in Java.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • If a class does not have a constructor, a default constructor is provided by Java.

    • Example: public class Person { public Person(String name) { this.name = name; }}

  • Answered by AI
  • Q2. Explain About collections
  • Ans. 

    Collections are Java classes that group multiple objects into a single unit.

    • Collections provide a way to manage and manipulate groups of objects.

    • They are used to store, retrieve, and manipulate data efficiently.

    • Some examples of collections are ArrayList, LinkedList, HashSet, and TreeMap.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

I applied via Walk-in and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Basic array and string concept questions

Round 2 - Assignment 

Basic string concept task like string comparison

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to skip this company. There are so many good companies

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Written test (logical programming)
  • Q2. 2. F2F interview
  • Q3. 3 . Technical Round
  • Q4. 4 . Manager and HR Round

Interview Preparation Tips

Interview preparation tips for other job seekers - According to my, all rounds was good and very smooth

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Interview questions from similar companies

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

I applied via campus placement at Pranveer Singh Institute of Technology, Kanpur and was interviewed in Jul 2024. There were 8 interview rounds.

Round 1 - Assignment 

**1st Round: Online Assessment**
The first elimination round consisted of an online assessment focused on HTML, CSS, and JavaScript. The questions ranged from basic to advanced, with a significant emphasis on JavaScript concepts like promises and async operations. This round included negative marking, so accuracy was key.

Round 2 - Coding Test 

**2nd Round: DSA Online Test**
The second elimination round tested Data Structures and Algorithms (DSA). It involved two compulsory problems: one focused on string manipulation and the other on array manipulation, both requiring solutions with O(1) space complexity.

Round 3 - Aptitude Test 

**3rd Round: Personality Test**
This non-elimination round assessed grammar and communication skills. It included:
- Fill-in-the-blank questions focused on subject-verb agreement.
- Sentence repetition tasks where we had to listen and repeat the given sentences.
- Audio-based tasks requiring us to repeat sentences after listening to them.

Round 4 - Assignment 

**4th Round: Home Assignment**
In this elimination round, we were tasked with cloning a webpage using only HTML, CSS, and JavaScript. The goal was to create a pixel-perfect design without the use of frameworks or libraries like Bootstrap.

Candidates who cleared this round invited to the JTG campus for further process.

Round 5 - Coding Test 

**5th Round: DSA **
This elimination round began with solving DSA problems focused on string and array manipulation.

Round 6 - Assignment 

**6th Round: Live Coding Assignment**
Round 5th was followed by a live coding task where we had to build a to-do application using only HTML, CSS, and JavaScript. The application needed to leverage local storage for data persistence. The technical interview in this round was based on the live coding task.

Round 7 - One-on-one 

(1 Question)

  • Q1. **6th and 7th Rounds: Technical Interviews** The next two elimination rounds were back-to-back technical interviews. They covered advanced concepts in HTML, CSS, and JavaScript, along with DSA problems.
Round 8 - HR 

(1 Question)

  • Q1. **9th Round: HR Interview** The final round was an HR interview, where the focus was on personality traits, career aspirations, and alignment with the company’s values. **Verdict: Selected**

Interview Preparation Tips

Interview preparation tips for other job seekers - **Outcome**
From our college, only two students were selected. We joined the company in September 2024 as Frontend Developer Interns, with a Pre-Placement Offer (PPO) of 12 LPA.

**Exciting News!**
I am also starting a YouTube channel where I will teach each concept in detail. The content will focus on helping candidates prepare for developer interviews by covering topics like HTML, CSS, JavaScript, and DSA. Do subscribe to my channel to stay updated and take your preparation to the next level!

Channel link -----/@prathamsingh191?si=gE5UHeJcrq5mBDUI

Linkedin profile - -----/
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 Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic JavaScript output-based questions were presented in the form of multiple-choice questions (MCQs).

Round 2 - Technical 

(3 Questions)

  • Q1. What is custom diractives in Angular
  • Ans. 

    Custom directives in Angular allow you to create reusable components with custom behavior.

    • Custom directives are used to extend the functionality of HTML elements in Angular.

    • They can be used to create reusable components with custom behavior.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Examples include crea...

  • Answered by AI
  • Q2. What is pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples include currency, date, uppercase, and lowercase pipes.

  • Answered by AI
  • Q3. What is interceptor in Angular
  • Ans. 

    An interceptor in Angular is a service that can be used to intercept and modify HTTP requests and responses.

    • Interceptors can be used to add headers, modify requests, handle errors, etc.

    • They are implemented as classes that implement the HttpInterceptor interface.

    • Interceptors are added to the HttpClientModule providers array in the app module.

    • Example: LoggingInterceptor implements HttpInterceptor to log all HTTP requests

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

(2 Questions)

  • Q1. Do you know writing Unit test case?
  • Ans. 

    Yes, I am familiar with writing unit test cases to ensure code quality and functionality.

    • I have experience writing unit test cases using testing frameworks like JUnit, NUnit, or pytest.

    • I understand the importance of writing testable code and creating comprehensive test suites.

    • I can write test cases to cover different scenarios, including edge cases and boundary conditions.

    • I know how to use mocking frameworks like Mocki...

  • Answered by AI
  • Q2. What state management library do you have used?
  • Ans. 

    I have used Redux for state management in my previous projects.

    • Redux is a predictable state container for JavaScript apps.

    • It helps in managing the state of the application in a single immutable state tree.

    • Actions are dispatched to update the state and components can subscribe to changes.

    • Selectors can be used to efficiently extract data from the state tree.

    • Middleware can be added to handle asynchronous actions.

    • Example:

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your expected Salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Development Engineers.

    • Research the average salary for Software Development Engineers in the specific location and industry

    • Consider your years of experience and level of expertise

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the job responsibilities and requirements

  • Answered by AI
  • Q2. How soon would you be able to join if you receive the offer letter today?
  • Ans. 

    I can join within 2 weeks of receiving the offer letter.

    • I can start within 2 weeks of receiving the offer letter.

    • I need to give notice at my current job before starting.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No work from home opportunity. No AI access due to security reasons. Appraisal is very less
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark

Nexgile Technologies Interview FAQs

How many rounds are there in Nexgile Technologies interview?
Nexgile Technologies interview process usually has 2-3 rounds. The most common rounds in the Nexgile Technologies interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for Nexgile Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Nexgile Technologies. The most common topics and skills that interviewers at Nexgile Technologies expect are Java, .Net, HTML, Interpersonal Skills and Javascript.
What are the top questions asked in Nexgile Technologies interview?

Some of the top questions asked at the Nexgile Technologies interview -

  1. What is Construct...read more
  2. Explain About collecti...read more
  3. Why do you choose softw...read more

Tell us how to improve this page.

Nexgile Technologies Interview Process

based on 3 interviews in last 1 year

Interview experience

3
  
Average

People are getting interviews through

based on 4 Nexgile Technologies interviews
WalkIn
Job Portal
50%
25%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
View all

Nexgile Technologies Reviews and Ratings

based on 18 reviews

4.2/5

Rating in categories

4.3

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.1

Company culture

4.1

Promotions/Appraisal

4.2

Work Satisfaction

Explore 18 Reviews and Ratings
Associate Software Engineer
11 salaries
unlock blur

₹2 L/yr - ₹3.4 L/yr

Software Developer
10 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Associate Software Developer
7 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Software Engineer
6 salaries
unlock blur

₹2 L/yr - ₹2.7 L/yr

Automation Test Engineer
4 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Explore more salaries
Compare Nexgile Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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