Upload Button Icon Add office photos

Filter interviews by

TransImpact Senior Qa Software Tester Interview Questions, Process, and Tips

Updated 18 Aug 2024

TransImpact Senior Qa Software Tester Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(9 Questions)

  • Q1. Can we have this and the super keyword in the same constructor method
  • Ans. 

    Yes, the super keyword can be used in the same constructor method.

    • The super keyword is used to call the constructor of the parent class.

    • It is commonly used to initialize the parent class's instance variables.

    • Example: super(parameter1, parameter2);

  • Answered by AI
  • Q2. What will happen if the argument is removed from the overridden method
  • Ans. 

    The method will no longer be considered as an override and will be treated as a new method.

    • The method will no longer have the same signature as the method it is supposed to override.

    • The compiler will not throw any error as it will treat the method as a new method.

    • The superclass method will be called instead of the overridden method.

  • Answered by AI
  • Q3. What is a generic collection in Java
  • Ans. 

    A generic collection in Java is a collection that can hold objects of any data type.

    • Generic collections are defined with a type parameter that specifies the type of objects it can hold.

    • Examples of generic collections in Java include ArrayList, LinkedList, and HashMap.

    • Using generic collections helps ensure type safety and avoids the need for explicit type casting.

Answered by AI
  • Q4. What will happen if we increment the equal method in overridden
  • Ans. 

    The behavior of the equal method in an overridden method will change.

    • When the equal method is incremented in an overridden method, the comparison logic will be different from the parent class.

    • This can lead to unexpected behavior if not implemented correctly.

    • Make sure to thoroughly test the new equal method to ensure it functions as intended.

  • Answered by AI
  • Q5. What is Index in SQL
  • Ans. 

    Index in SQL is a data structure that improves the speed of data retrieval operations on a database table.

    • Indexes are created on columns in a database table to quickly retrieve data based on the values in those columns.

    • They can be unique or non-unique, clustered or non-clustered.

    • Examples of indexes include primary keys, foreign keys, and indexes created for frequently searched columns.

  • Answered by AI
  • Q6. Which all oops concepts have been used in POM in your project
  • Ans. 

    Encapsulation, Inheritance, and Polymorphism are the OOP concepts used in POM.

    • Encapsulation: Encapsulating web elements and their related methods in page classes

    • Inheritance: Extending base page class to create specific page classes

    • Polymorphism: Using method overriding in page classes

  • Answered by AI
  • Q7. Differences between Array and ArrayList
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a static data structure with a fixed size, while ArrayList is a dynamic data structure that can grow or shrink in size.

    • Arrays can hold primitive data types and objects, while ArrayList can only hold objects.

    • Arrays are faster than ArrayList for accessing elements, but ArrayList is more flexible and easier to work with.

  • Answered by AI
  • Q8. What does Dynamic Means
  • Ans. 

    Dynamic means constantly changing or active.

    • Constantly changing or evolving

    • Active or lively

    • Responsive to input or stimuli

    • Opposite of static or fixed

    • Examples: Dynamic websites that update in real-time, dynamic pricing in e-commerce

  • Answered by AI
  • Q9. WAP to merge 2 sorted array a and b
  • Ans. 

    Merge two sorted arrays a and b into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through arrays a and b, comparing elements and adding the smaller one to the result array

    • Handle cases where one array is longer than the other by appending the remaining elements to the result array

  • Answered by AI

    Interview Preparation Tips

    Topics to prepare for TransImpact Senior Qa Software Tester interview:
    • Java
    • Selenium
    • SQL
    Interview preparation tips for other job seekers - The questions are mostly asked in Java and SQL. So prepare java

    Skills evaluated in this interview

    Interview questions from similar companies

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

    Questions on quants, reasoning, unix, and some sql questions

    Round 2 - Coding Test 

    Two codes find prime number, and fibbonacci and two basic sql questions

    Round 3 - Technical 

    (6 Questions)

    • Q1. About final year project
    • Q2. Java fundamental questions on oops
    • Q3. Whatever skills you have mentioned in your resume
    • Q4. One coding question in java
    • Q5. One sql question
    • Q6. Will you able to work in shift
    Round 4 - HR 

    (3 Questions)

    • Q1. Tell me about company
    • Q2. Willing to work in shift
    • Q3. Will you relocate

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be true to your resume and skills
    Round 1 - HR 

    (2 Questions)

    • Q1. Tell me about yourself.
    • Q2. How is your experinece

    Interview Preparation Tips

    Interview preparation tips for other job seekers - it very good nice to hear such good things

    I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Experience in testing tool?
    • Ans. 

      I have experience in using various testing tools such as Selenium, JMeter, and Postman.

      • Proficient in using Selenium for web application testing

      • Experience in load testing using JMeter

      • Familiarity with API testing using Postman

      • Knowledge of test management tools like TestRail

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Basic testing questions.

    Skills evaluated in this interview

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

    (2 Questions)

    • Q1. Asked about my Major project
    • Q2. Write sql join and other queries
    • Ans. 

      SQL join and other queries are used to retrieve data from multiple tables based on specified conditions.

      • Use INNER JOIN to retrieve rows from both tables that have matching values

      • Use LEFT JOIN to retrieve all rows from the left table and the matched rows from the right table

      • Use WHERE clause to specify conditions for the join

      • Use GROUP BY to group rows that have the same values

      • Use ORDER BY to sort the result set

    • Answered by AI

    Skills evaluated in this interview

    Interview Questionnaire 

    1 Question

    • Q1. What is black box testing?
    • Ans. 

      Black box testing is a software testing technique that focuses on the functionality of the software without knowing its internal structure.

      • Tests are performed based on the software requirements and specifications

      • Testers do not have access to the source code or internal structure of the software

      • Tests are designed to simulate real-world scenarios and user behavior

      • The goal is to identify defects or issues in the software'...

    • Answered by AI

    Skills evaluated in this interview

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

    I applied via Referral

    Round 1 - Technical 

    (1 Question)

    • Q1. Sql queries different questions
    Round 2 - Technical 

    (1 Question)

    • Q1. What is inner join
    • Ans. 

      Inner join is a type of join operation that returns only the rows that have matching values in both tables being joined.

      • Inner join combines rows from two tables based on a related column between them

      • It returns only the rows where there is a match between the columns in both tables

      • If there is no match, the row is not included in the result set

    • Answered by AI
    Round 3 - HR 

    (1 Question)

    • Q1. Cte table and clauses

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    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 

    (4 Questions)

    • Q1. Which is a best technique to generate automated test report ?
    • Ans. 

      The best technique to generate automated test report is to use a reporting tool that integrates with the automation framework.

      • Choose a reporting tool that supports the programming language and automation framework being used

      • Configure the reporting tool to generate reports in the desired format

      • Include relevant information in the report such as test case name, status, and duration

      • Add screenshots or videos to the report t...

    • Answered by AI
    • Q2. How you can compare expected and actual result in selenium?
    • Ans. 

      Use Assertion methods to compare expected and actual results in Selenium.

      • Use Assertion methods like assertEquals(), assertNotEquals(), assertTrue(), assertFalse(), etc.

      • Pass the expected and actual results as parameters to the Assertion methods.

      • If the expected and actual results match, the test case will pass, else it will fail.

      • Example: assertEquals(expectedResult, actualResult);

    • Answered by AI
    • Q3. Describe best technologies to build a good software testing framework?
    • Ans. 

      The best technologies for building a good software testing framework are Selenium, Appium, JUnit, TestNG, and Cucumber.

      • Selenium for web application testing

      • Appium for mobile application testing

      • JUnit and TestNG for unit testing

      • Cucumber for behavior-driven testing

      • Continuous Integration tools like Jenkins for automated testing

    • Answered by AI
    • Q4. What is difference between smoke and sanity testing?
    • Ans. 

      Smoke testing is a quick and shallow test to check if the application is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed and new changes have not affected the existing functionality.

      • Smoke testing is done to check if the critical functionalities of the application are working fine.

      • Sanity testing is done to check if the bugs have been fixed and new ...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - To achive goals in testing uh have to learn updated and latest technology was used by world

    Skills evaluated in this interview

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

    I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Describe your current Role
    • Q2. Question Based on ISTQB
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. HR Related questions
    • Q2. Salary discussion

    I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

    Round 1 - Technical 

    (1 Question)

    • Q1. What is sdlc stlc waterfall model,smoke testing, black box testing, what is quality, what is strub and driver, different levels of testing, UAT, system testing. What is defect, Defect life cycle.
    • Ans. 

      SDLC, STLC, Waterfall model, smoke testing, black box testing, quality, stub and driver, levels of testing, UAT, system testing, defect, defect life cycle.

      • SDLC (Software Development Life Cycle) is a process followed for software development.

      • STLC (Software Testing Life Cycle) is a process followed for software testing.

      • Waterfall model is a linear sequential approach to software development.

      • Smoke testing is a preliminary ...

    • Answered by AI
    Round 2 - HR 

    (1 Question)

    • Q1. Tell me about yourself. What are your greatest strengths and weaknesses? Why should we hire? Why did you resign from your previous job?Tell me about a situation when your work was criticized

    Interview Preparation Tips

    Topics to prepare for Amdocs Manual Tester interview:
    • Manual Testing
    • SDLC
    • STLC
    • Waterfall model
    Interview preparation tips for other job seekers - Look ’em in the eye.Always make eye contact with the person interviewing you. Be confident in yourself and what you have to offer the company!”

    Skills evaluated in this interview

    TransImpact Interview FAQs

    How many rounds are there in TransImpact Senior Qa Software Tester interview?
    TransImpact interview process usually has 1 rounds. The most common rounds in the TransImpact interview process are Technical.
    How to prepare for TransImpact Senior Qa Software Tester 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 TransImpact. The most common topics and skills that interviewers at TransImpact expect are API Testing, Automation Testing, Database Testing, JMeter and Java.
    What are the top questions asked in TransImpact Senior Qa Software Tester interview?

    Some of the top questions asked at the TransImpact Senior Qa Software Tester interview -

    1. Can we have this and the super keyword in the same constructor met...read more
    2. What will happen if the argument is removed from the overridden met...read more
    3. What will happen if we increment the equal method in overrid...read more

    Tell us how to improve this page.

    TransImpact Senior Qa Software Tester Interview Process

    based on 1 interview

    Interview experience

    2
      
    Poor
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Accenture Interview Questions
    3.9
     • 8.1k Interviews
    Infosys Interview Questions
    3.7
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Cognizant Interview Questions
    3.8
     • 5.6k Interviews
    Amazon Interview Questions
    4.1
     • 5k Interviews
    Capgemini Interview Questions
    3.8
     • 4.8k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    Genpact Interview Questions
    3.9
     • 3k Interviews
    View all
    Application Developer
    5 salaries
    unlock blur

    ₹5.6 L/yr - ₹17 L/yr

    Softwaretest Engineer
    4 salaries
    unlock blur

    ₹4 L/yr - ₹4.5 L/yr

    IT Operations Specialist
    4 salaries
    unlock blur

    ₹3.7 L/yr - ₹7.8 L/yr

    Content Writer
    3 salaries
    unlock blur

    ₹4 L/yr - ₹8.1 L/yr

    Executive Assistant
    3 salaries
    unlock blur

    ₹7 L/yr - ₹12 L/yr

    Explore more salaries
    Compare TransImpact with

    Delhivery

    3.9
    Compare

    Rivigo

    3.9
    Compare

    BlackBuck

    3.8
    Compare

    Ecom Express

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