Upload Button Icon Add office photos

Nihilent

Compare button icon Compare button icon Compare

Filter interviews by

Nihilent Interview Questions, Process, and Tips

Updated 16 Dec 2024

Top Nihilent Interview Questions and Answers

View all 41 questions

Nihilent Interview Experiences

Popular Designations

58 interviews found

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

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. .Net Core, C# SQL, Web API
  • Q2. SQL server, LINQ

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 (203)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About test cases and scenarios
  • Q2. About test automation

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)
Nihilent Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

I don't remember as it was almost 9 years back.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Difference between smoke and sanity testing?
  • Ans. 

    Smoke testing is a preliminary test to check if the software build is stable for further testing, while sanity testing is a subset of regression testing to verify specific functionality after changes.

    • Smoke testing is done to ensure the stability of the build before further testing, while sanity testing is done to verify specific functionality after changes.

    • Smoke testing is a shallow and wide approach, covering all majo...

  • Answered by AI
  • Q2. What is Regression testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing features.

    • Regression testing is performed to make sure that new code changes do not introduce new bugs or issues in previously working functionality.

    • It involves running previously executed test cases to verify that the existing features still work as expected.

    • Regression testing is ty...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nihilent Senior Test Analyst interview:
  • Selenium Webdriver
Interview preparation tips for other job seekers - Manual testing jobs are a history now. Prepare for interviews on Automation testing mostly on open source tools.

Skills evaluated in this interview

Senior Test Analyst Interview Questions asked at other Companies

Q1. What is Test Prioritization and How we apply to our Test Case?
View answer (1)
Interview experience
4
Good
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Related to project management and agile basics
Round 3 - HR 

(1 Question)

  • Q1. Check work ethics and discuss joining formalities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Should have advanced knowledge of project management and agile. People in Nihilent are very experienced in terms of respective field.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Nihilent interview questions for popular designations

 Software Engineer Trainee

 (11)

 Senior Software Engineer

 (10)

 Software Engineer

 (6)

 Senior Test Analyst

 (3)

 Software Developer

 (2)

 Associate Consultant

 (2)

 Senior Test Engineer

 (2)

 Project Manager

 (1)

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Observables?
  • Ans. 

    Observables are a way to handle asynchronous data streams in Angular.

    • Observables are similar to Promises, but can emit multiple values over time.

    • They can be created using the RxJS library.

    • They can be used for handling user input, HTTP requests, and other asynchronous operations.

    • Operators can be used to transform, filter, and combine observables.

    • Subscriptions are used to listen for emitted values and handle errors and c

  • Answered by AI
  • Q2. How to implement interfaces without methods?
  • Ans. 

    Interfaces without methods can be implemented using type aliases.

    • Type aliases can be used to define a shape of an object without any methods.

    • Type aliases can be used to define a shape of an object with optional properties.

    • Type aliases can be used to define a shape of an object with readonly properties.

    • Type aliases can be used to define a shape of an object with union types.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to leave current company?

Interview Preparation Tips

Topics to prepare for Nihilent Angular Frontend Developer interview:
  • OOPS
  • Interfaces
  • inheritance
  • type script
Interview preparation tips for other job seekers - First HR called and collected below information.
Total exp, current ctc, expected ctc, in hand offer.

Then Technical interview scheduled in the next week. I liked this round because Interviewer was very good technically. He asked very few questions but right on the topic and then went into detail of each question. He also explained few things that I didnt recall at the time but remembered when he provided some hint. Really learned some good points from him.

Then HR discussion was scheduled after few days. The attitude of HR didnt seem like an HR but like CEO of the company. He told me straight that you have a good offer in hand so you should take that and then he rejected me.

The only problem I think exists in this process is, if company had to reject me because of obivious reason of having a good offer in hand then they should have rejected me at the time of first HR discussion. Why they had to wait till last HR discussion. This is waste of candidates time.

Skills evaluated in this interview

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)

Get interview-ready with Top Nihilent Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are OOPS Concepts
  • Ans. 

    OOPS Concepts are the fundamental principles of Object-Oriented Programming, including Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex i...

  • Answered by AI
  • Q2. Why is interface introduced in java
  • Ans. 

    Interfaces are introduced in Java to achieve abstraction, multiple inheritance, and loose coupling.

    • Interfaces allow for abstraction by defining a set of methods that a class must implement.

    • Interfaces support multiple inheritance by allowing a class to implement multiple interfaces.

    • Interfaces promote loose coupling by enabling classes to interact with each other through interfaces rather than concrete implementations.

  • Answered by AI

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 (203)

Jobs at Nihilent

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

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Power BI Architecture
Round 2 - Technical 

(1 Question)

  • Q1. All about my Power BI projects

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Software Engineer Trainee Interview Questions & Answers

user image Muddasirmateen Mahamad Shaikh

posted on 8 Jul 2022

I applied via Campus Placement and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test was combination of quant, pseudo, general aptitude questions, technical questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Introduction about yourself
  • Q2. Questions on Favourite programming language
  • Q3. Questions on final year project also on 3rd year project
Round 3 - HR 

(3 Questions)

  • Q1. Ready to work in shifts
  • Q2. Agree to work in given Location
  • Q3. Salary is accepted or not

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare your Introduction. Also study properly your favourite programming language. Be relax and face the interview with confidence. Be a good listener during interview.

Thank you.

Top Nihilent Software Engineer Trainee Interview Questions and Answers

Q1. Swap 2 integers without using 3rd integer
View answer (3)

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Round 1 - Aptitude Test 

It's not too hard basic aptitude question

Round 2 - Coding Test 

Basic coding question from string and Number manipulation

Round 3 - Technical 

(1 Question)

  • Q1. Oops concept of java , database knowledge
Round 4 - HR 

(1 Question)

  • Q1. Salary discuss and preference of job location

Interview Preparation Tips

Interview preparation tips for other job seekers - It's not hard as compared to other companies

Top Nihilent Software Engineer Trainee Interview Questions and Answers

Q1. Swap 2 integers without using 3rd integer
View answer (3)

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics of c# and MVC ,Web Api
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and joining stuff only

Interview Preparation Tips

Interview preparation tips for other job seekers - Process is very good just focus on basic concepts.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Nihilent Interview FAQs

How many rounds are there in Nihilent interview?
Nihilent interview process usually has 2-3 rounds. The most common rounds in the Nihilent interview process are Technical, HR and Resume Shortlist.
How to prepare for Nihilent 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 Nihilent. The most common topics and skills that interviewers at Nihilent expect are SQL, Javascript, Python, Architecture and Java.
What are the top questions asked in Nihilent interview?

Some of the top questions asked at the Nihilent interview -

  1. How to implement interfaces without metho...read more
  2. Swap 2 integers without using 3rd inte...read more
  3. What factors go into the solution architecture and cost and effort estima...read more
How long is the Nihilent interview process?

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

Recently Viewed

SALARIES

Quantium

JOBS

Nihilent

No Jobs

LIST OF COMPANIES

SmartKnower

Overview

REVIEWS

Techahead Software

No Reviews

SALARIES

Nihilent

INTERVIEWS

Chevron

No Interviews

INTERVIEWS

Chevron

No Interviews

SALARIES

Quantium

INTERVIEWS

Cdsl Venture

No Interviews

Tell us how to improve this page.

Nihilent Interview Process

based on 46 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
View all

Nihilent Reviews and Ratings

based on 539 reviews

3.3/5

Rating in categories

3.1

Skill development

3.2

Work-life balance

3.2

Salary

2.9

Job security

3.1

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 539 Reviews and Ratings
Lead Angular Developer

Pune,

Chennai

8-12 Yrs

Not Disclosed

Power Platform Architect

Kolkata,

Pune

+1

14-18 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
831 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
392 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
322 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
285 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
195 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nihilent 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