Upload Button Icon Add office photos

Nous Infosystems

Compare button icon Compare button icon Compare

Filter interviews by

Nous Infosystems Interview Questions, Process, and Tips

Updated 22 Mar 2025

Top Nous Infosystems Interview Questions and Answers

View all 19 questions

Nous Infosystems Interview Experiences

Popular Designations

42 interviews found

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

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular Life cycle hooks
  • Q2. Angular flow of execution
  • Ans. 

    Angular follows a single-threaded, event-driven model for executing code.

    • Angular uses Zones to manage the flow of execution and handle asynchronous tasks.

    • The change detection mechanism in Angular triggers the flow of execution by checking for changes in the application state.

    • Angular's dependency injection system controls the flow of execution by providing services and components when needed.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Javascript questions
  • Q2. Arrow functions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for Nous Infosystems Software Engineer interview:
  • Angular
  • Javascript
  • Typescript
  • CSS3
  • Html5

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 (211)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. They literally demotivated me just to hire me for low salary . They

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't even send a proper offer letter eve after getting your adhar and other details threw a declaration form. And they quotes really low salary. Waste of my time and I got so depressed after the interview process since they demotivated me a lot. Every job seeer learns when given an opportunity you need not talk nonsense for what they are today.

Marketing Research Executive Interview Questions asked at other Companies

Q1. What is research types of research etc and Point of contact of orgastional and the company profile
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. HSBTM and has many though difference
  • Q2. Rails new features
  • Q3. String coding question
  • Q4. Caching and sidekiq details

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)
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 Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Basic testing question

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Nous Infosystems interview questions for popular designations

 Senior Software Engineer

 (5)

 Technical Lead

 (3)

 Test Engineer

 (3)

 Softwaretest Engineer

 (2)

 Manager

 (2)

 Senior Test Engineer

 (2)

 Engineer

 (1)

 Software Engineer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Collection, stream API, spring boot
  • Q2. Micro services, design patterns
  • Q3. Design patterns
  • Q4. Lamda expresssion
  • Q5. Write code snippet to find 3rd largest salary
  • Ans. 

    Code snippet to find 3rd largest salary

    • Sort the salaries in descending order

    • Skip duplicates while iterating through the sorted salaries

    • Return the third unique salary

  • Answered by AI

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)

Get interview-ready with Top Nous Infosystems Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between setTimeout , setInterval , setImmediate ?
  • Ans. 

    setTimeout executes a function once after a specified time, setInterval executes a function repeatedly at specified intervals, setImmediate executes a function immediately after the current event loop.

    • setTimeout executes a function once after a specified delay.

    • setInterval executes a function repeatedly at specified intervals.

    • setImmediate executes a function immediately after the current event loop.

    • Example: setTimeout((...

  • Answered by AI
  • Q2. Difference between map and filter?
  • Ans. 

    Map is used to transform each element of an array, while filter is used to select elements based on a condition.

    • Map applies a function to each element of an array and returns a new array with the results.

    • Filter creates a new array with only the elements that pass a certain condition.

    • Example: map - [1, 2, 3].map(x => x * 2) returns [2, 4, 6].

    • Example: filter - [1, 2, 3].filter(x => x > 1) returns [2, 3].

  • Answered by AI

Skills evaluated in this interview

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)

Jobs at Nous Infosystems

View all

Test Engineer Interview Questions & Answers

user image yuvaraj m u

posted on 16 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your self and testing concepts
  • Ans. 

    I am a dedicated Test Engineer with a strong understanding of testing concepts and methodologies.

    • I have experience in creating test plans, test cases, and executing tests to ensure software quality.

    • I am proficient in using testing tools such as Selenium, JIRA, and TestRail.

    • I have a solid understanding of different types of testing like functional, regression, and performance testing.

    • I am skilled in identifying and repo...

  • Answered by AI

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

An aptitude test was conducted that involved logical thinking, grammar, and general aptitude.

.NET Software Developer Interview Questions asked at other Companies

Q1. Can sealed class inherit non-profit sealed class
View answer (4)

QA Engineer Interview Questions & Answers

user image sreekala p

posted on 17 Aug 2024

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

Selection sort, Search algorithms

Round 2 - Case Study 

QA test case excenarios

Round 3 - HR 

(3 Questions)

  • Q1. Salary negotiations,
  • Q2. Career path descriptions
  • Q3. About probationary period, designation after Probation period etc

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Playwright with javascript and coding
Round 2 - Technical 

(1 Question)

  • Q1. Playwrights architeccture
Round 3 - One-on-one 

(2 Questions)

  • Q1. No rounds exist
  • Q2. . . . . no rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
If you get selected don't keep the hopes untill getting offer letter.
Always keep optional offers
Because I had this situation where all rounds of interview completed and waited for offer the almost 5 days but finaly the output is project is on hold and so not approved.

So be careful before joining.

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

Asked to create a E-Commerce website.

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

Nous Infosystems Interview FAQs

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

Some of the top questions asked at the Nous Infosystems interview -

  1. 1.Appium architecture . 2.Appium 1x to 2x differences. 3. Android and IOS diffe...read more
  2. Difference between setTimeout , setInterval , setImmediat...read more
  3. tell me about your self and testing conce...read more
How long is the Nous Infosystems interview process?

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

Tell us how to improve this page.

Nous Infosystems Interview Process

based on 38 interviews

Interview experience

3.9
  
Good
View more

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.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
 • 796 Interviews
ITC Infotech Interview Questions
3.6
 • 336 Interviews
KPIT Technologies Interview Questions
3.4
 • 282 Interviews
View all

Nous Infosystems Reviews and Ratings

based on 338 reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.5

Salary

3.8

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 338 Reviews and Ratings
SAP Data Engineer

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
454 salaries
unlock blur

₹8.7 L/yr - ₹31 L/yr

Software Engineer
304 salaries
unlock blur

₹2.8 L/yr - ₹12.2 L/yr

Senior Test Engineer
260 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Test Engineer
127 salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Technical Lead
99 salaries
unlock blur

₹12.6 L/yr - ₹37 L/yr

Explore more salaries
Compare Nous Infosystems with

ITC Infotech

3.6
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

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