Upload Button Icon Add office photos

Filter interviews by

TransUnion Manual Test Engineer Interview Questions and Answers

Updated 20 Jan 2025

TransUnion Manual Test Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on Java Selenium
  • Q2. Real time questions on testing
Round 2 - Coding Test 

Basic java questions

Round 3 - HR 

(1 Question)

  • Q1. Salary discussions

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is product backlog and sprint backlog
  • Ans. 

    Product backlog is a list of all desired work on a project, while sprint backlog is a subset of the product backlog for a specific sprint.

    • Product backlog includes all features, bug fixes, enhancements, and other work needed for a project.

    • Sprint backlog is a subset of the product backlog selected for a specific sprint.

    • Product backlog is constantly updated and prioritized based on business needs.

    • Sprint backlog is fixed f...

  • Answered by AI
  • Q2. What are the different fatal defect you faced

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on automation

Skills evaluated in this interview

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

(1 Question)

  • Q1. What are testing techniques
  • Ans. 

    Testing techniques are methods used to verify and validate software applications to ensure they meet requirements and function correctly.

    • Black box testing: Testing the functionality of a software application without knowledge of its internal code.

    • White box testing: Testing the internal logic and structure of a software application.

    • Regression testing: Re-running tests on previously tested software to ensure that new cha...

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

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

Round 1 - Assignment 

Technical and project assignments

Interview Preparation Tips

Interview preparation tips for other job seekers - U can learn alot of skills and if we want to switch any domain we can learn and get the real projects,exams,upskill program also available.
Dislikes: No much salary hikes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Selenium scenarios to select value from dropdown under nested div tag

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 - One-on-one 

(1 Question)

  • Q1. Tesing realted question for manual and automation
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and other benefit discussion

I applied via LinkedIn and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Expain sw life cycle
  • Ans. 

    Software life cycle is a process of developing software from planning to deployment and maintenance.

    • Planning and requirement analysis

    • Design and prototyping

    • Coding and implementation

    • Testing and quality assurance

    • Deployment and maintenance

    • Iterative process

    • Waterfall, Agile, and DevOps are common models

  • Answered by AI
  • Q2. Described as per Google
  • Q3. How to write a TC?
  • Ans. 

    A test case (TC) is a set of steps to validate a specific functionality of the software.

    • Identify the functionality to be tested

    • Define the input data and expected output

    • Write step-by-step instructions to execute the test

    • Include preconditions and post-conditions

    • Ensure the TC is clear, concise, and unambiguous

  • Answered by AI
  • Q4. Go as per Google

Interview Preparation Tips

Interview preparation tips for other job seekers - good company and great place to work

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - Technical 

(11 Questions)

  • Q1. 1. Please introduction your skills and work experiences
  • Ans. 

    I have extensive skills and work experience in test lead roles.

    • Over 5 years of experience as a test lead, leading teams in various software testing projects

    • Proficient in creating test plans, test cases, and test scripts

    • Strong knowledge of test methodologies and best practices

    • Experience in test automation using tools like Selenium and JUnit

    • Excellent communication and leadership skills, able to effectively coordinate wit...

  • Answered by AI
  • Q2. 2. Which tool do you use for API testing?
  • Ans. 

    Postman is a popular tool used for API testing.

    • Postman is a comprehensive API testing tool that allows testers to send requests, analyze responses, and automate testing workflows.

    • It provides a user-friendly interface for creating and managing API requests, as well as features like test scripting, test data management, and result reporting.

    • Postman supports various types of API testing, including functional testing, perf...

  • Answered by AI
  • Q3. 3. Do you know API automation?
  • Ans. 

    Yes, I know API automation.

    • I have experience in automating API testing using tools like Postman, SoapUI, or RestAssured.

    • I am familiar with writing test scripts in languages like Java or Python to automate API testing.

    • I understand concepts like API endpoints, request methods (GET, POST, PUT, DELETE), and response validation.

    • I have worked on API automation frameworks and can design and execute API test suites efficiently...

  • Answered by AI
  • Q4. 4. What does response code '200' mean in SOAP UI?
  • Ans. 

    Response code '200' in SOAP UI means the request was successful.

    • Response code '200' indicates a successful HTTP request.

    • It means that the server has processed the request and is returning the requested data.

    • It is commonly referred to as 'OK' status code.

    • Other common response codes include '404' for not found and '500' for server error.

  • Answered by AI
  • Q5. 5. Explain Inner Join with in SQL with query and example
  • Ans. 

    Inner Join is used to combine rows from two or more tables based on a related column between them.

    • Inner Join returns only the matching rows between the tables

    • It is performed using the JOIN keyword in SQL

    • The common column between the tables is specified using the ON keyword

    • Example query: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q6. 6. What are the differences between Test Plan and Test Strategy? Who is responsible for their creation?
  • Ans. 

    Test Plan and Test Strategy are two different documents used in software testing. They have different purposes and responsibilities.

    • Test Plan is a detailed document that outlines the approach, scope, objectives, and schedule of testing activities.

    • Test Strategy is a high-level document that defines the overall testing approach, resources, and tools to be used.

    • Test Plan focuses on the specific details of testing, such as...

  • Answered by AI
  • Q7. 7. Do you know Accessibility Testing? Which tools do you use for it?
  • Ans. 

    Yes, I am familiar with Accessibility Testing and have experience using various tools.

    • Accessibility Testing is the process of evaluating a system's usability for individuals with disabilities.

    • Some commonly used tools for Accessibility Testing include:

    • - WAVE (Web Accessibility Evaluation Tool)

    • - Axe

    • - JAWS (Job Access With Speech)

    • - NVDA (NonVisual Desktop Access)

    • - VoiceOver (for iOS devices)

    • These tools help identify acce...

  • Answered by AI
  • Q8. 8. What are the different blockers that you might seen during accessibility testing?
  • Ans. 

    Blockers in accessibility testing include lack of proper alt text, keyboard navigation issues, color contrast problems, and inaccessible forms.

    • Lack of proper alt text for images

    • Keyboard navigation issues

    • Color contrast problems

    • Inaccessible forms

    • Missing or incorrect headings

    • Inadequate labeling of form fields

    • Insufficient focus indication

    • Inaccessible multimedia content

  • Answered by AI
  • Q9. 9. What are the guidelines for WCAG? What is POUR?
  • Ans. 

    WCAG guidelines provide standards for web accessibility. POUR stands for Perceivable, Operable, Understandable, and Robust.

    • WCAG stands for Web Content Accessibility Guidelines.

    • WCAG provides guidelines for making web content accessible to people with disabilities.

    • POUR is an acronym that represents the four principles of accessibility: Perceivable, Operable, Understandable, and Robust.

    • Perceivable means that the informati...

  • Answered by AI
  • Q10. 10. Do you know OOPS in programming languages? Explain.
  • Ans. 

    Yes, OOPS stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent and manipulate data.

    • OOPS is a programming paradigm that focuses on objects and their interactions.

    • It allows for the creation of reusable code through the use of classes and objects.

    • Encapsulation, inheritance, and polymorphism are key concepts in OOPS.

    • Example: In Java, classes and objects are used to represent r...

  • Answered by AI
  • Q11. 11. As a QA Lead what are you responsibilities in project ? Please explain considering Agile methodology.
  • Ans. 

    As a QA Lead in Agile methodology, responsibilities include test planning, coordination, team management, and ensuring quality throughout the project.

    • Creating test plans and strategies

    • Coordinating with stakeholders to define acceptance criteria

    • Managing the QA team and assigning tasks

    • Ensuring timely and quality delivery of test artifacts

    • Collaborating with development and product teams

    • Conducting test reviews and providin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well all the points that you mention in resume. Majority of the questions can be asked from your resume points itself.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1.  Questions on testing tools, Jira, Agile, Selenium, BDD Cucumber

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering

I applied via Naukri.com and was interviewed before Feb 2021. 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 

(2 Questions)

  • Q1. What is in Testing Life Cycle and Bug Life Cycle?
  • Ans. 

    Testing Life Cycle includes planning, designing, executing and reporting. Bug Life Cycle includes reporting, assigning, fixing and verifying.

    • Testing Life Cycle involves planning, designing, executing and reporting of tests.

    • Bug Life Cycle involves reporting, assigning, fixing and verifying bugs.

    • Testing Life Cycle starts with requirement analysis and ends with test closure.

    • Bug Life Cycle starts with bug reporting and end...

  • Answered by AI
  • Q2. What is the difference between severity and priority of a bug?
  • Ans. 

    Severity is the impact of a bug on the system while priority is the urgency of fixing it.

    • Severity is the measure of how much a bug affects the system's functionality or performance.

    • Priority is the measure of how urgently a bug needs to be fixed.

    • A high severity bug may not have a high priority if it does not affect critical functionality.

    • A low severity bug may have a high priority if it affects critical functionality.

    • Bo...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are challenges that you faced during Testing phase?
  • Ans. 

    Challenges faced during testing phase

    • Lack of clear requirements

    • Limited access to test environment

    • Time constraints

    • Difficulty in reproducing bugs

    • Integration issues with third-party systems

    • Lack of proper documentation

    • Testing on multiple platforms and devices

    • Dealing with unexpected errors

  • Answered by AI
  • Q2. What are your biggest achievements and contributions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell your answers confidently and keeping it brief unless asked for explanation

Skills evaluated in this interview

TransUnion Interview FAQs

How many rounds are there in TransUnion Manual Test Engineer interview?
TransUnion interview process usually has 3 rounds. The most common rounds in the TransUnion interview process are Technical, Coding Test and HR.
What are the top questions asked in TransUnion Manual Test Engineer interview?

Some of the top questions asked at the TransUnion Manual Test Engineer interview -

  1. Basic questions on Java Selen...read more
  2. Real time questions on test...read more

Tell us how to improve this page.

TransUnion Manual Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Synechron Interview Questions
3.6
 • 358 Interviews
Movate Interview Questions
3.3
 • 248 Interviews
SS&C TECHNOLOGIES Interview Questions
3.4
 • 166 Interviews
ThoughtWorks Interview Questions
3.9
 • 145 Interviews
Sopra Steria Interview Questions
3.8
 • 125 Interviews
Luxoft Interview Questions
3.7
 • 120 Interviews
View all

Fast track your campus placements

View all
Senior Analyst
232 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Analyst
201 salaries
unlock blur

₹5 L/yr - ₹12.9 L/yr

Developer
148 salaries
unlock blur

₹7.4 L/yr - ₹24 L/yr

Developer Associate
126 salaries
unlock blur

₹5.1 L/yr - ₹15 L/yr

Consultant
111 salaries
unlock blur

₹10 L/yr - ₹33.4 L/yr

Explore more salaries
Compare TransUnion with

CIBIL

4.2
Compare

Experian

3.9
Compare

Equifax

3.3
Compare

Crif High Mark Credit Information Services

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