Upload Button Icon Add office photos

Filter interviews by

Unisys Senior Test Analyst Interview Questions and Answers

Updated 20 Feb 2024

Unisys Senior Test Analyst Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q2. Method overriding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical questions

Skills evaluated in this interview

Interview questions from similar companies

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 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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

All the basic elements are.

Round 2 - Coding Test 

All advance questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamentals of Java and SQL.
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

Unisys Interview FAQs

How many rounds are there in Unisys Senior Test Analyst interview?
Unisys interview process usually has 1 rounds. The most common rounds in the Unisys interview process are One-on-one Round.
What are the top questions asked in Unisys Senior Test Analyst interview?

Some of the top questions asked at the Unisys Senior Test Analyst interview -

  1. Oops concepts in j...read more
  2. Method overrid...read more

Tell us how to improve this page.

Unisys Senior Test Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
316 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

System Analyst
146 salaries
unlock blur

₹4.6 L/yr - ₹16.3 L/yr

Senior Software Engineer
139 salaries
unlock blur

₹6.7 L/yr - ₹27.2 L/yr

Technical Support Engineer
133 salaries
unlock blur

₹2.7 L/yr - ₹7.5 L/yr

Senior Enterprise Associate
130 salaries
unlock blur

₹4.1 L/yr - ₹11.6 L/yr

Explore more salaries
Compare Unisys with

IBM

4.0
Compare

Accenture

3.9
Compare

HCLTech

3.5
Compare

TCS

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