Upload Button Icon Add office photos
Premium Employer

i

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

NEC Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NEC Senior Test Analyst Interview Questions and Answers

Updated 20 Sep 2022

NEC Senior Test Analyst Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed before Sep 2021. 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 - Technical 

(1 Question)

  • Q1. Basic questions about performance testing and situational questions
Round 3 - HR 

(3 Questions)

  • Q1. Salary Discussion and Negotiation
  • Q2. Why should we pay you this amount?
  • Q3. Do you have any other companies offer , if yes then how can we be assured you will join us rather than the other company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear of you expectations

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are singleton classes
  • Ans. 

    Singleton classes are classes that can only have one instance created throughout the program.

    • Singleton classes have a private constructor to prevent multiple instances.

    • They typically provide a static method to access the single instance.

    • Commonly used for logging, database connections, and configuration settings.

    • Example: Logger class in a software application.

  • Answered by AI
  • Q2. What is difference between comparator and comparable
  • Ans. 

    Comparator is an interface used to sort objects, while Comparable is an interface used to define natural ordering of objects.

    • Comparator is used to define custom sorting logic for objects, while Comparable is used to define natural ordering based on a class's implementation of compareTo() method.

    • Comparator can be used to sort objects of different classes, while Comparable is used to sort objects of the same class.

    • Exampl...

  • Answered by AI
  • Q3. What iS rest api?
  • Ans. 

    REST API stands for Representational State Transfer Application Programming Interface, which is a set of rules and conventions for building and interacting with web services.

    • REST API is a type of web service that allows communication between different systems over the internet.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform operations on resources.

    • REST APIs typically return data in JSON or XML form...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for EPAM Systems Senior Test Analyst interview:
  • Core Java
  • Advanced Java
Interview preparation tips for other job seekers - Well it was hard and in more of java high technical. Less questions asked for selenium webdriver.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Explain your automation frame work
  • Q3. Write code to remove duplicates from string without using any predefined functions
  • Q4. What kind of exception u have handled
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain your project
  • Q2. Write code to Automate sauce demo login functionality
  • Ans. 

    Automate sauce demo login functionality using code

    • Use Selenium WebDriver to automate the login process

    • Identify the username and password fields using locators

    • Enter valid credentials and click on the login button

    • Verify successful login by checking for the presence of a welcome message

  • Answered by AI
  • Q3. Write code to automate getting product prices by their names
  • Ans. 

    Automate getting product prices by their names

    • Create a function that takes in an array of product names as input

    • Use a web scraping tool like Selenium to extract prices from a website

    • Map the product names to their corresponding prices and return the result

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Oct 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. TestNG: explain different annotations, parallel test,
  • Ans. 

    testNG annotations are used to control the flow of test execution and parallel test execution allows running tests concurrently.

    • testNG annotations include @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

    • Annotations help in setting up preconditions, postconditions, grouping tests, prioritizing tests, and enabling/disabling tests

    • Parallel test execution in t...

  • Answered by AI
  • Q2. Selenium: actions class, xpath writing, windowhandles.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for testNG, selenium well and java programming.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap code logic
  • Q2. Propertiy file , xpath ,excel file code
Round 2 - Behavioral 

(2 Questions)

  • Q1. Resume based question
  • Q2. Ci cd jenkin question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic Java questions Basic selenium questions Basic api questions Behavioral questions
  • Q2. Basic java question were asked string manipulation
  • Q3. Basic selenium questions were asked
  • Q4. Basic api questions were asked
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioral questions related to project

Software Tester Interview Questions & Answers

Capita user image SHRIKANT NANDKUMAR GELEWAR

posted on 20 Jul 2024

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

(3 Questions)

  • Q1. Exception handling in java
  • Ans. 

    Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Use try-catch blocks to handle exceptions

    • Use finally block to execute code regardless of exception

    • Use throw keyword to manually throw exceptions

    • Use throws keyword in method signature to declare exceptions that can be thrown

  • Answered by AI
  • Q2. Java coding round
  • Q3. Checked and unchecked

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. April 2024 Pune Location 1.Explain BDD in details 2.Why BDD 3.Explain Framework in details, with Project 4.How to handle dynamic element 5.If in a page you see button that is enabled only when you fill 5 m...
  • Ans. 

    BDD is a software development process that encourages collaboration between developers, QA, and non-technical stakeholders.

    • BDD stands for Behavior-Driven Development

    • It focuses on defining the behavior of the system through examples in plain text

    • Uses a common language (Gherkin syntax) to describe requirements and tests

    • Helps in improving communication and understanding between team members

    • Popular BDD tools include Cucumb

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have 6+ exp please prepare scenario based question

Skills evaluated in this interview

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

I applied via campus placement at Shri Mata Vaishno Devi University, Jammu

Round 1 - Aptitude Test 

Quite easy generic questions for the aptitude test

Round 2 - Technical 

(3 Questions)

  • Q1. Oops concept were asked
  • Q2. Questions related to language
  • Q3. Linux shell scripting

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite easy

NEC Interview FAQs

How many rounds are there in NEC Senior Test Analyst interview?
NEC interview process usually has 3 rounds. The most common rounds in the NEC interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
Samsung Interview Questions
3.9
 • 545 Interviews
EPAM Systems Interview Questions
3.7
 • 533 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
Synechron Interview Questions
3.5
 • 362 Interviews
Movate Interview Questions
3.3
 • 254 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
View all
NEC Senior Test Analyst Salary
based on 24 salaries
₹6.8 L/yr - ₹15 L/yr
5% more than the average Senior Test Analyst Salary in India
View more details

NEC Senior Test Analyst Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

3.0

Skill development

4.2

Work-life balance

3.2

Salary

5.0

Job security

4.5

Company culture

2.2

Promotions

3.4

Work satisfaction

Explore 2 Reviews and Ratings
Member Technical Staff
365 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Technical Lead
305 salaries
unlock blur

₹8.7 L/yr - ₹32 L/yr

Senior Member of Technical Staff
190 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Software Engineer
171 salaries
unlock blur

₹7 L/yr - ₹27.2 L/yr

Senior Technical Lead
161 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Explore more salaries
Compare NEC with

Hitachi

4.0
Compare

Toshiba

4.0
Compare

Panasonic

4.0
Compare

Sony

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