Upload Button Icon Add office photos

Filter interviews by

Elait It Technologies Services Software Tester Interview Questions, Process, and Tips

Updated 27 Jul 2021

Elait It Technologies Services Software Tester Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is RTM
  • Ans. 

    RTM stands for Requirements Traceability Matrix, a document that links requirements to test cases.

    • RTM is a tool used to track requirements and ensure they are tested

    • It helps to ensure that all requirements are covered by test cases

    • It is a document that maps requirements to test cases

    • It is used to measure test coverage and ensure all requirements are met

  • Answered by AI
  • Q2. Explain STLC
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process of testing software from planning to deployment.

    • STLC involves planning, designing, executing, and reporting of tests.

    • It includes various phases such as requirement analysis, test planning, test design, test execution, and test closure.

    • STLC ensures that the software meets the quality standards and is free from defects.

    • It helps in identifying defects early i...

  • Answered by AI
  • Q3. Explain Defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.

    • Defect is identified by testers during testing

    • Defect is reported to development team

    • Development team prioritizes and fixes the defect

    • Fixed defect is verified by testers

    • If defect is not fixed, it goes back to development team

    • If defect is fixed, it is closed

  • Answered by AI
  • Q4. Explain Joins in sql
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables in a single query.

    • There are different types of joins such as inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join returns all ...

  • Answered by AI
  • Q5. Explain subquery and corelated subquery
  • Ans. 

    Subquery is a query within another query. Correlated subquery is a subquery that depends on the outer query.

    • Subquery is used to retrieve data that will be used in the main query as a condition or to perform calculations.

    • Correlated subquery is used to retrieve data from a table based on values from another table in the outer query.

    • Subquery is executed first before the main query while correlated subquery is executed for...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on your answers

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was good. Interviewer are very supportive in nature.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is STLC? What is Bug life cycle?
  • Q2. Tell me about your project?
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion part

Software Tester Interview Questions & Answers

HyScaler user image Nabasmita Mohapatra

posted on 7 Feb 2024

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is STLC? What is defect life cycle?
  • Ans. 

    STLC stands for Software Testing Life Cycle. Defect life cycle is the process of identifying, reporting, and resolving defects in software.

    • STLC is a series of activities performed during the testing process.

    • It includes test planning, test design, test execution, and test closure.

    • Defect life cycle consists of various stages like identification, logging, triaging, fixing, retesting, and closure.

    • Defects are reported, trac...

  • Answered by AI
  • Q2. What are assess modifiers in java?
  • Ans. 

    Access modifiers in Java control the visibility and accessibility of classes, methods, and variables.

    • There are four access modifiers in Java: public, private, protected, and default.

    • Public access modifier allows unrestricted access from any class.

    • Private access modifier restricts access to only within the same class.

    • Protected access modifier allows access within the same package or subclasses.

    • Default access modifier (n...

  • Answered by AI
  • Q3. What is garbage value?
  • Ans. 

    Garbage value is an unpredictable or random value that is stored in a variable when it is not assigned a specific value.

    • Garbage values occur when a variable is declared but not initialized.

    • They can be caused by uninitialized variables, memory leaks, or accessing uninitialized memory.

    • Garbage values can lead to unexpected behavior and bugs in software.

    • Example: int x; // x may contain a garbage value until assigned a spec

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

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 - Aptitude Test 

SDLC, Smoke vs sanity testing

Round 3 - Technical 

(1 Question)

  • Q1. What is software? types of software. SDLC module ,verification and validation, Globalization and Localization testing. and STLC .
  • Ans. 

    Software is a set of instructions that tell a computer how to perform specific tasks. There are different types of software such as system software, application software, and programming software.

    • Software is a collection of data or computer instructions that tell the computer how to work.

    • Types of software include system software (e.g. operating systems), application software (e.g. word processors), and programming soft...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your selfe, what did you like most about the job description.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Assignment 

Selenium ,java any topic based question

Round 2 - Technical 

(1 Question)

  • Q1. Any Techinical questions
Round 3 - HR 

(1 Question)

  • Q1. Project level question thank

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Tester interview:
  • Selenium
  • Core Java
  • Automation Testing
Interview preparation tips for other job seekers - thanks for giving me thise oppertunities........................
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic english , Maths (distance, speed, ratio, probability)

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are different tests
  • Ans. 

    Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures that the software meets the user's expectations.

    • Other ty...

  • Answered by AI
  • Q2. Give examples on test cases
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application.

    • Testing login functionality with valid credentials

    • Testing login functionality with invalid credentials

    • Testing password reset functionality

    • Testing search functionality with different input values

  • Answered by AI
  • Q3. Basic testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic testing topics and be confident prepare well for aptitude interview is very easy but aptitude is a little difficult, good company for fresher but low salary

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Regression testing
  • Q2. Part of functionally testing
  • Ans. 

    Functional testing involves testing the software's features and functionality.

    • Test each feature to ensure it works as intended

    • Verify that the software meets the requirements

    • Ensure that the software is user-friendly

    • Test the software's compatibility with different systems

    • Perform regression testing to ensure that new changes do not break existing functionality

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 3 interview rounds.

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 

(1 Question)

  • Q1. Basic concepts of testing, sdlc, stlc, regression, sanity and smoke, api testing..
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions about sql, and projects i worked on and other hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR i contacted was unprofessional. If you are from bfsi domain then you have chances.

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

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 

Interview Preparation Tips

Interview preparation tips for other job seekers - Logical thinking, quantity apptitude
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. What is mannual software
  • Ans. 

    Manual software testing is the process of manually testing software for defects without the use of automation tools.

    • Manual testing involves testers executing test cases by hand to identify bugs and issues.

    • It is time-consuming and requires human intervention for each test step.

    • Manual testing is often used for exploratory testing, usability testing, and ad-hoc testing.

    • Examples of manual testing include regression testing

  • Answered by AI
  • Q2. What is advantages and disadvantges manual testing
  • Ans. 

    Manual testing allows for human intuition and creativity but can be time-consuming and prone to human error.

    • Advantages of manual testing include human intuition and creativity in identifying issues, flexibility to adapt test cases on the fly, and cost-effectiveness for small projects.

    • Disadvantages of manual testing include time-consuming nature, potential for human error, difficulty in reproducing test cases, and lack ...

  • Answered by AI
  • Q3. What is software
  • Ans. 

    Software is a set of instructions that tell a computer how to perform specific tasks or functions.

    • Software is a collection of programs, data, and instructions that enable a computer to perform tasks.

    • It can be categorized into system software (e.g. operating systems) and application software (e.g. word processors).

    • Examples of software include Microsoft Windows, Adobe Photoshop, and Google Chrome.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - hr

Skills evaluated in this interview

Elait It Technologies Services Interview FAQs

What are the top questions asked in Elait It Technologies Services Software Tester interview?

Some of the top questions asked at the Elait It Technologies Services Software Tester interview -

  1. What is ...read more
  2. Explain subquery and corelated subqu...read more
  3. Explain Defect life cy...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Elait It Technologies Services interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Associate Technology
18 salaries
unlock blur

₹4.5 L/yr - ₹11.4 L/yr

Junior Associate
16 salaries
unlock blur

₹3.6 L/yr - ₹5.3 L/yr

Senior Associate
16 salaries
unlock blur

₹6.8 L/yr - ₹11 L/yr

Associate
10 salaries
unlock blur

₹4 L/yr - ₹7.4 L/yr

Data Engineer
9 salaries
unlock blur

₹5 L/yr - ₹7.1 L/yr

Explore more salaries
Compare Elait It Technologies Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview