Upload Button Icon Add office photos

NSE.IT

Compare button icon Compare button icon Compare

Filter interviews by

NSE.IT Associate Test Analyst Interview Questions and Answers

Updated 26 Jul 2024

NSE.IT Associate Test Analyst Interview Experiences

2 interviews found

Associate Test Analyst Interview Questions & Answers

user image Anand Ajay Singh

posted on 26 Jul 2024

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

(1 Question)

  • Q1. Introduction which was mentioned in CV
Round 2 - One-on-one 

(1 Question)

  • Q1. About my roles and responsibilities in the project
Round 3 - Technical 

(1 Question)

  • Q1. About JIRA workflow and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Client will take first round and will ask insurance related questions. Insurance terms and terminology
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for NSE.IT Associate Test Analyst interview:
  • Life Insurance
Interview preparation tips for other job seekers - Don't join NSEIT if they ask you to abscond your current company. They won't even pay you bonus.

Associate Test Analyst Interview Questions Asked at Other Companies

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. Why did we hired you
  • Q2. What is next 5 years see your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude test all mathematical and general aptitude questions

Round 2 - Group Discussion 

Any topic related to current trends

Round 3 - Technical 

(3 Questions)

  • Q1. Totally technical round all the questions related to the position that you are applying for
  • Q2. Different types of Models etc..
  • Ans. 

    There are various types of models used in different fields such as statistical models, mathematical models, physical models, etc.

    • Statistical models: Used in data analysis to make predictions or draw inferences.

    • Mathematical models: Represented using mathematical equations to describe real-world phenomena.

    • Physical models: Used to simulate physical systems or objects for testing or analysis.

    • Computer models: Utilized in co...

  • Answered by AI
  • Q3. Explain Bug life cycle or defect life cycle
  • Ans. 

    Bug life cycle or defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying bugs in software development.

    • Bug identification: Bugs are identified through testing, user feedback, or code reviews.

    • Bug reporting: Bugs are reported in a bug tracking system with details like steps to reproduce, severity, and priority.

    • Bug prioritization: Bugs are prioritized based on severity and impact on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and work hard

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain current project.
  • Ans. 

    Currently working on a web application testing project for a financial services company.

    • Testing various functionalities of the web application such as account management, transactions, and security features

    • Creating and executing test cases to ensure the application meets requirements and is bug-free

    • Collaborating with developers and business analysts to resolve issues and improve the application's quality

  • Answered by AI
  • Q2. Some simple java code
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Few programs
On arrays snd strings

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

Coading round basic oops concept

Round 2 - HR 

(1 Question)

  • Q1. One on one with hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Find another good company
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is hoisting?
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable and function declarations are hoisted to the top of their scope.

    • Only declarations are hoisted, not initializations.

    • Function declarations take precedence over variable declarations.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What are es6 features?
  • Ans. 

    ES6 features are new additions to JavaScript introduced in ECMAScript 2015.

    • Arrow functions

    • Let and const declarations

    • Template literals

    • Destructuring assignments

    • Classes

    • Promises

    • Modules

  • Answered by AI
  • Q3. What is difference between let, const and vat?
  • Ans. 

    let is block scoped, const is immutable, var is function scoped

    • let: block scoped, can be reassigned

    • const: block scoped, cannot be reassigned, but properties of objects can be changed

    • var: function scoped, can be reassigned

  • Answered by AI
  • Q4. Write a program to sort an array.
  • Ans. 

    Program to sort an array of strings

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort

    • Iterate through the array and compare adjacent elements to sort them

    • Ensure the sorting algorithm is efficient and handles edge cases

  • Answered by AI
  • Q5. Difference between map and for each?
  • Ans. 

    Map applies a function to each element of an array and returns a new array, while forEach iterates over each element without returning a new array.

    • Map returns a new array with the results of applying a function to each element of the original array.

    • forEach simply iterates over each element of the array without returning a new array.

    • Example: Using map to double each element in an array - [1, 2, 3].map(num => num * 2) wo...

  • Answered by AI
  • Q6. Write an arrow function.
  • Ans. 

    An arrow function is a concise way to write functions in JavaScript.

    • Arrow functions are written using the '=>' syntax.

    • They do not have their own 'this' keyword.

    • They are often used for short, one-line functions.

    • Example: const add = (a, b) => a + b;

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Mar 2023.

Round 1 - Coding Test 

Java Spring Boot and Microservices

Round 2 - Technical 

(1 Question)

  • Q1. 1)oops concepts 2)Logical Program 3)Framework
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude and logical reasoning

Round 2 - Coding Test 

String problem
basic java

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Describe your passion
  • Q3. Why should i hire you

NSE.IT Interview FAQs

How many rounds are there in NSE.IT Associate Test Analyst interview?
NSE.IT interview process usually has 2-3 rounds. The most common rounds in the NSE.IT interview process are Technical, HR and One-on-one Round.
What are the top questions asked in NSE.IT Associate Test Analyst interview?

Some of the top questions asked at the NSE.IT Associate Test Analyst interview -

  1. Client will take first round and will ask insurance related questions. Insuranc...read more
  2. Introduction which was mentioned in...read more
  3. About JIRA workflow and ...read more

Tell us how to improve this page.

NSE.IT Associate Test Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 133 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
Sonata Software Interview Questions
3.4
 • 117 Interviews
Tietoevry Interview Questions
4.3
 • 91 Interviews
View all
NSE.IT Associate Test Analyst Salary
based on 190 salaries
₹2.5 L/yr - ₹9.1 L/yr
At par with the average Associate Test Analyst Salary in India
View more details

NSE.IT Associate Test Analyst Reviews and Ratings

based on 29 reviews

3.5/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

3.3

Salary

3.0

Job security

3.2

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 29 Reviews and Ratings
Associate System Analyst
841 salaries
unlock blur

₹3 L/yr - ₹13.5 L/yr

IT Supervisor
223 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

System Analyst
191 salaries
unlock blur

₹4.5 L/yr - ₹17.7 L/yr

Associate Test Analyst
190 salaries
unlock blur

₹2.5 L/yr - ₹9.1 L/yr

Associate
166 salaries
unlock blur

₹1.2 L/yr - ₹6.8 L/yr

Explore more salaries
Compare NSE.IT with

3i Infotech

3.5
Compare

Microland

3.4
Compare

Tietoevry

4.3
Compare

Sonata Software

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