Upload Button Icon Add office photos
Engaged Employer

i

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

Intersoft Data Labs Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 219 Reviews

Filter interviews by

Intersoft Data Labs Senior Test Analyst Interview Questions and Answers

Updated 9 Aug 2023

Intersoft Data Labs Senior Test Analyst Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant

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. Coding interview questions and concepts
Round 3 - One-on-one 

(1 Question)

  • Q1. Project related questions.
Round 4 - HR 

(1 Question)

  • Q1. What is your expectation?

Interview questions from similar companies

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

(4 Questions)

  • Q1. Java basics OOPs concepts
  • Q2. Interface Abstract encapsulation
  • Q3. Actions class, alerts
  • Q4. String buffer, builder, immutable

Interview Preparation Tips

Interview preparation tips for other job seekers - Went really good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic manual testing
  • Q2. Introduction and
Round 2 - Technical 

(2 Questions)

  • Q1. Test case writing
  • Q2. Testing techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - Test case writing should be good
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts ,programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer told candidate selected but Hr sends mail that best luck for next time.

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

Round 1 - Aptitude Test 

Questions regarding e-commerce

Round 2 - Technical 

(1 Question)

  • Q1. What are locators? Basic selenium questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for e-commerce flow, manual and automation testing
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain different type of selenium waits
  • Ans. 

    Selenium waits are used to make the test scripts wait for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.

    • Explicit Wait: Waits for a certain condition to be met before proceeding further in the code.

    • Fluent Wait: Waits for a certain condition with a defined maximum amount of time to wait for.

    • Thread.sleep(): Pauses

  • Answered by AI
  • Q2. Explain polymorphism and where does it apply in selenium.
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism in Selenium allows for the same test script to be used for different web elements.

    • It can be achieved through method overloading or method overriding in Selenium.

    • For example, using the same click() method to click on a button, link, or dropdown in Selenium tests.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join TestingXperts.

You will regret

Skills evaluated in this interview

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

(1 Question)

  • Q1. How confident are you
  • Ans. 

    I am very confident in my abilities as a Test Engineer.

    • I have extensive experience in testing various software applications.

    • I am skilled in creating test plans, executing test cases, and reporting bugs.

    • I am confident in my problem-solving skills and ability to work under pressure.

    • I have received positive feedback from previous employers and colleagues on my testing abilities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - not attended
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Very tough asked hacker rank

Round 2 - Technical 

(1 Question)

  • Q1. Asked about automatin testgin questinos
Round 3 - HR 

(1 Question)

  • Q1. Salary discussino
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 5 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 

(1 Question)

  • Q1. Tell me about yourself and a little bit about ETL and the Technologies worked on.
Round 3 - Technical 

(1 Question)

  • Q1. Asked me about joins, and asked me to write SQL queries.
Round 4 - Technical 

(1 Question)

  • Q1. In the L2 Technical round they asked me to write some more complex SQL queries and aslo asked some scenario based questions l.
Round 5 - Behavioral 

(1 Question)

  • Q1. The 3 round was a mix of technical and management round. Asked me about everything that I have written on my resume and some more scenarios.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do no over estimate yourself.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(3 Questions)

  • Q1. I applied for a QA position . Questions are related to both Manual and automation on JavaScript and cypress
  • Q2. Logic to print vowels in a given string in any programming language
  • Ans. 

    To print vowels in a given string, iterate through each character and check if it is a vowel.

    • Create a string variable to store vowels (aeiouAEIOU)

    • Iterate through each character in the given string

    • Check if the character is present in the vowels string

    • If yes, print the character

  • Answered by AI
  • Q3. Manual testing questions 1) What is regression and Retesting 2)How will you create bugs in your project 3) Scrum ceremonies in detail 4) Cypress related commands 5) basics of Js
  • Ans. 

    Questions related to manual testing, Scrum ceremonies, Cypress commands, and basics of JS.

    • Regression testing is retesting of previously tested functionality to ensure that changes or fixes have not introduced new defects.

    • Retesting is testing of a previously failed test case after the defect has been fixed.

    • Creating bugs intentionally is not a good practice. However, one can create test scenarios that have a high probabi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the job description thoroughly and practice the tools if you keep anything on resume on automation

Skills evaluated in this interview

Intersoft Data Labs Interview FAQs

How many rounds are there in Intersoft Data Labs Senior Test Analyst interview?
Intersoft Data Labs interview process usually has 4 rounds. The most common rounds in the Intersoft Data Labs interview process are One-on-one Round, HR and Resume Shortlist.
What are the top questions asked in Intersoft Data Labs Senior Test Analyst interview?

Some of the top questions asked at the Intersoft Data Labs Senior Test Analyst interview -

  1. Coding interview questions and conce...read more
  2. Project related questio...read more

Tell us how to improve this page.

Intersoft Data Labs Senior Test Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
MAQ Software Interview Questions
2.0
 • 97 Interviews
View all
Intersoft Data Labs Senior Test Analyst Salary
based on 58 salaries
₹9 L/yr - ₹23 L/yr
43% more than the average Senior Test Analyst Salary in India
View more details

Intersoft Data Labs Senior Test Analyst Reviews and Ratings

based on 12 reviews

3.3/5

Rating in categories

2.6

Skill development

3.8

Work-life balance

3.3

Salary

2.6

Job security

2.8

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 12 Reviews and Ratings
Senior Software Engineer
150 salaries
unlock blur

₹5.9 L/yr - ₹20.5 L/yr

System Analyst
98 salaries
unlock blur

₹9.5 L/yr - ₹19 L/yr

Senior Technical Analyst
93 salaries
unlock blur

₹10.8 L/yr - ₹34 L/yr

Technical Analyst
84 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Software Engineer
76 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Intersoft Data Labs with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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