Premium Employer

i

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

Nineleaps Technology Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nineleaps Technology Solutions Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top Nineleaps Technology Solutions Interview Questions and Answers

View all 22 questions

Nineleaps Technology Solutions Interview Experiences

Popular Designations

31 interviews found

Senior QA Engineer Interview Questions & Answers

user image Nishant Yadav

posted on 9 Feb 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 

It went well ask ques related to App automation and Java

Round 3 - One-on-one 

(3 Questions)

  • Q1. Interviewer is asking ques which is not related to automation testing that person is taking related to data testing , spring boot etc very disappointing i wasted my time and they are not clear with the re...
  • Q2. Spring boot , Data testing , memory leakage
  • Q3. How to run n number of test cases without complie it in java
  • Ans. 

    Use a test automation tool like Selenium or Appium to run test cases without compiling in Java.

    • Choose a test automation tool that supports your application's technology stack.

    • Write test cases in the tool's scripting language or record them using the tool's recorder.

    • Execute the test cases using the tool's runner or integration with a continuous integration tool.

    • View the test results and debug failures as needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't waste time they are not clear with the requirement or interviewer select candidate by seeing a face i feel in that way.

Skills evaluated in this interview

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination SumYou are given an array/list ARR of N distinct positive integers. You are also given a non-negative integer B. Your task is to find all unique combinations in the array whose sum is equal to B. A number can be chosen any numbe... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Write a program to check if string is a anagram
  • Ans. 

    Program to check if a string is an anagram

    • Create a function that takes in two strings as input

    • Remove all spaces and convert both strings to lowercase

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI
  • Q2. What is react lifecycle method
  • Ans. 

    React lifecycle methods are special methods that are automatically called by React at specific points in a component's life cycle.

    • React components have several lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's life cycle, such as fetching data, updating the UI, or cleaning up resources.

    • Understa...

  • Answered by AI
Round 3 - Coding Test 

Create a web app to perform cred operation

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Data Analyst Interview Questions & Answers

user image vasavi vajrapu

posted on 30 Apr 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It's easy to crack basic questions are there

Round 3 - Coding Test 

Prepare Basic codes to clear the round

Round 4 - Technical 

(1 Question)

  • Q1. He asked some codes and syntaxes
Round 5 - HR 

(1 Question)

  • Q1. About projects and all but they rejected in hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and improve communication skills

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

I applied via campus placement at New Horizon College of Engineering, Bangalore and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (183)

Nineleaps Technology Solutions interview questions for popular designations

 Data Analyst

 (10)

 Software Developer

 (5)

 Data Engineer

 (2)

 Intern

 (2)

 Mechanical Engg. Design

 (1)

 Member Technical Staff

 (1)

 Member Technical Staff Engineer

 (1)

 Mts Software Engineer

 (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2022

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on Sql
  • Q2. Few queries on CTE, JOINS, WINDOW functions
Round 2 - Technical 

(1 Question)

  • Q1. Similar as first row but some critical questions on sql
Round 3 - HR 

(1 Question)

  • Q1. General questions about shifts and role

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
Interview preparation tips for other job seekers - Prepare basics well and your projects

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Get interview-ready with Top Nineleaps Technology Solutions Interview Questions

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

I applied via Referral and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Assignment 

Coding Assignment, to perform crud operation.

Round 2 - One-on-one 

(1 Question)

  • Q1. One on one round with Technical hr.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round on advance SQL and Python.
Round 4 - HR 

(1 Question)

  • Q1. Final round with Hr.

Mts Software Engineer Interview Questions asked at other Companies

Q1. What are decorators in Python and how define it. and what is a function object
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Few questions that would involve problem solving. Basic 10th std math would suffice

Round 2 - Coding Test 

Had few DSA questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview
Round 4 - HR 

(1 Question)

  • Q1. About job, expection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and inspire trust. Be curious.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Intern Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2022

I applied via Referral and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. About academic project
  • Q2. About language used in my project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for interview and practice your coading well.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find maximum element in array
  • Ans. 

    Iterate through array to find maximum element

    • Iterate through the array and compare each element with a variable storing the current maximum

    • Update the variable if a larger element is found

    • Return the maximum element at the end

  • Answered by AI

Skills evaluated in this interview

Member Technical Staff Engineer Interview Questions asked at other Companies

Q1. Find maximum element in array
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Group Discussion 

Abstract topic group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview covering topics on oops , data structures , conditional statements.
Round 4 - HR 

(1 Question)

  • Q1. General questions- introduction , how previous rounds went ,hobbies , what do you know about our company , situation based questions.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Nineleaps Technology Solutions Interview FAQs

How many rounds are there in Nineleaps Technology Solutions interview?
Nineleaps Technology Solutions interview process usually has 2-3 rounds. The most common rounds in the Nineleaps Technology Solutions interview process are Technical, HR and One-on-one Round.
How to prepare for Nineleaps Technology Solutions 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 Nineleaps Technology Solutions. The most common topics and skills that interviewers at Nineleaps Technology Solutions expect are Healthcare, Agile, Python, Coding and Javascript.
What are the top questions asked in Nineleaps Technology Solutions interview?

Some of the top questions asked at the Nineleaps Technology Solutions interview -

  1. Given a table with fields(id, name, salary, managerId) find out the managers wh...read more
  2. how to run n number of test cases without complie it in j...read more
  3. Name few of the commonly used python libraries used by...read more
How long is the Nineleaps Technology Solutions interview process?

The duration of Nineleaps Technology Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Nineleaps Technology Solutions Interview Process

based on 33 interviews

Interview experience

4
  
Good
View more
Join Nineleaps Technology Solutions Transforming your digital journey with technology

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all

Nineleaps Technology Solutions Reviews and Ratings

based on 144 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.9

Salary

3.8

Job security

4.0

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 144 Reviews and Ratings
Data Analyst
90 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Software Development Engineer II
87 salaries
unlock blur

₹9 L/yr - ₹25 L/yr

Software Developer
54 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Development Engineer 1
53 salaries
unlock blur

₹6.3 L/yr - ₹13.5 L/yr

Software Development Engineer
42 salaries
unlock blur

₹6.5 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Nineleaps Technology Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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