Premium Employer

i

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

FIS

Compare button icon Compare button icon Compare
3.9

based on 5.3k Reviews

Filter interviews by

FIS Test Lead Interview Questions and Answers

Updated 25 Oct 2021

FIS Test Lead Interview Experiences

1 interview found

Test Lead Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2021

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Testing related questions on BVA, EP, bug life cycle, SDLC, Test Planning, STLC etc.
  • Q2. Domain Related questions like Types on Life insurance products, New business, Policy administrator, Post issuance activities, Switch, Reinsurance, Accounting, FMR, Charges
  • Q3. Questions on API Testing and SQL like joins, DDL, DML etc
  • Q4. Questions related to previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Scenario based testing questions, Prepare domain , Testing basics is must

Interview questions from similar companies

Test Analyst Interview Questions & Answers

FNZ user image Vishal Gupta

posted on 22 Oct 2024

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Hacker Rank 

(3 Questions)

  • Q1. There were around 20-22 questions which were 5 SQL questions that you can solve by joins or sub-query.
  • Q2. Some wealth management domain questions
  • Q3. Aptitude and reasoning
Round 2 - One-on-one 

(3 Questions)

  • Q1. Difference between UAT and System testing
  • Ans. 

    UAT is user acceptance testing where end users validate the system, while system testing is done by testers to validate the system against requirements.

    • UAT is done by end users to ensure the system meets their requirements and is ready for production.

    • System testing is done by testers to validate the system against functional and non-functional requirements.

    • UAT focuses on user scenarios and real-world usage, while syste...

  • Answered by AI
  • Q2. Write test cases for given scenarios
  • Q3. Questions around JIRA, test reports metrics
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why do you want to switch
  • Ans. 

    I want to switch to explore new challenges and opportunities in the field of software testing.

    • Seeking growth and advancement in my career

    • Interested in gaining experience in a different industry or technology

    • Looking for a more challenging and dynamic work environment

  • Answered by AI
  • Q2. Scenario based questions where they just want you to answer - Yes I will work on weekend and 14 hours a day.

Interview Preparation Tips

Interview preparation tips for other job seekers - The tech round is good prepare of SQL and testing basics.
For the cultural round accept you are a slave and willing to work on weekends and 12 hours a day on any scenario based question.
Prepare yourself to be asked at-least 5 times in each round why do you want to switch you job.
Also they are not going to share any updates with you. Most frustrating thing is they want you to come to office to just attend the cultural round on zoom call in their meeting room.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Write a Java Program to reverse a string
  • Ans. 

    Java program to reverse a string

    • Create a char array from the input string

    • Use two pointers to swap characters at opposite ends

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q2. Write a program to find duplicate in given string and print the count of characters
  • Ans. 

    Program to find duplicates in a given string and print the count of characters

    • Iterate through each character in the string and store the count of each character in a hashmap

    • Print the characters with count greater than 1 to find duplicates

    • Handle both uppercase and lowercase characters separately if needed

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. API test cases, API workflow
  • Q2. Test cases for mobile recharge
  • Ans. 

    Test cases for mobile recharge feature

    • Verify user can successfully recharge their mobile with valid amount

    • Verify user receives confirmation message after successful recharge

    • Verify user cannot recharge with invalid amount

    • Verify user cannot recharge with insufficient balance

    • Verify user cannot recharge if network connection is lost

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain testing framework used in project
  • Ans. 

    The testing framework used in the project is Selenium with TestNG for automated testing.

    • Selenium is used for automating web applications testing

    • TestNG is used for organizing test cases and generating reports

    • Framework allows for easy maintenance and scalability

    • Integration with CI/CD tools like Jenkins for continuous testing

  • Answered by AI

Skills evaluated in this interview

Software Tester Interview Questions & Answers

Fiserv user image Liudmila Khatsko

posted on 12 Jun 2024

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

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. What is Jira?Difference between Zephyr and X-Ray?
  • Ans. 

    Jira is a project management tool. Zephyr and X-Ray are test management tools integrated with Jira.

    • Jira is a project management tool used for tracking issues, managing projects, and agile development.

    • Zephyr is a test management tool that integrates with Jira for test case management and execution.

    • X-Ray is another test management tool that integrates with Jira, offering more advanced test management features like test p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

HackerRank test which includes find continuos array of target sum

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Criteria for selecting test cases for automation
  • Ans. 

    Test cases for automation should be selected based on criteria such as frequency of execution, complexity, and criticality.

    • Select test cases that are executed frequently to save time and effort.

    • Choose test cases that are complex and require multiple steps to execute.

    • Prioritize test cases that cover critical functionalities or high-risk areas.

    • Consider test cases that involve integration between different systems or modu...

  • Answered by AI
  • Q2. Program to count number of repeating characters in a string
  • Ans. 

    This program counts the number of repeating characters in a given string.

    • Iterate through each character in the string

    • Use a hash map to store the count of each character

    • If a character is already present in the hash map, increment its count

    • Finally, iterate through the hash map and print the characters with their counts

  • Answered by AI
  • Q3. What will you do if you are not able to convince manager for not giving sign off
  • Q4. Scenario of picking test cases for automation
  • Ans. 

    Test cases for automation should be selected based on their frequency of execution, complexity, and stability.

    • Identify frequently executed test cases

    • Select test cases with high complexity

    • Choose stable test cases

    • Consider test cases with high risk and impact

    • Prioritize regression test cases

    • Evaluate the feasibility of automating the test case

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Verifone Automation Test Lead interview:
  • Selenium
  • Core Java
  • Test Management
  • Manual Testing
Interview preparation tips for other job seekers - Be positive and confident during interview.

Skills evaluated in this interview

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

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed before Sep 2022. There were 4 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 - Aptitude Test 

Reasoning, aptitude, mathematics

Round 3 - Technical 

(1 Question)

  • Q1. Question about basic of c , java, dbms, os cloud computing ,oops concept
Round 4 - Coding Test 

DSA , JAVA , dynamic Programing

I was interviewed in Nov 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Started with the introduction.
Then there were two-three coding questions.
Some OS and DBMS concepts were asked.
Questions related to testing were also included.

  • Q1. Reverse the String

    You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

    For example:

     If the given string is: STR...
  • Ans. Optimal Solution
    • Traverse the string and swap the first character with the last character, the second character with the second last character and so on.
    • Basically, you need to swap the i-th character with the (N-i-1)-th character where N is the length of the string and 0-based indexing is considered.
    Space Complexity: O(1)Explanation:

    O(1).

     

    In the worst case, only constant extra space is required.

    Time Complexity: O(...
  • Answered by CodingNinjas
  • Q2. Number And Digits

    You are given a positive number ‘N.’ You need to find all the numbers such that the sum of digits of those numbers to the number itself is equal to ‘N.’

    For example:
    You are given ‘N’ a...
  • Ans. Brute Force

    In this approach, we iterate through the numbers from 1 to N. We will find the sum of its digits and add it to the integer itself for each number. Then, we check if the obtained sum is equal to N.

    We create a recursive function called sumOfDigits(num) that returns the sum of digits of the number num.

     

    Algorithm:

    • The function sumOfDigits(num) 
      • If num is equal to 0 return 0
      • Otherwise, return num % 10 + su...
  • Answered by CodingNinjas
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This was quite a tough round that can be cleared only by practice and understanding the problem. They asked about the profile first, then questions related to testing, SDLC, and so on. And then, I was asked to write test cases for two to three problems. Writing a test case was a task in this round. The interview was a senior testing engineer and was very friendly and helpful also and answered all my queries related to work.

  • Q1. Technical Questions

    Test Cases for Paytm Wallet (at least 10)

    You are downloading a file in your system, write test cases for this situation (5-6 TEST CASES)

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indira Gandhi Delhi Technical University for Women. I applied for the job as Software Testing Engineer in NoidaEligibility criteria6.8 and above CGPA, Active and dead backlogs not allowedPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - OOPS, Data Structures and Algorithms, Operating System, Low-Level Design, DBMSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Practice question from every section (Arrays, String, Data Structures) 
Tip 2 : Practice question that required you to write test cases for a problem (as they judge you on your practical implementation)
Tip 3 : Practice low level designing questions (it indirectly helps you to write test cases )
Tip 4 : Choose your favorite Data Structure and practice well on it (as this is the most commonly asked question)

Application resume tips for other job seekers

Tip 1 : Have at least three projects in your resume (Include only those which you can explain and demonstrate)
Tip 2 : Include a column of "Position of Responsibility" in addition to your work experience and technicalities (it is impactful as it shows your extra activities apart from your regular curriculum)

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Recruitment Consulltant

Round 1 - Aptitude Test 

It was easy. You can easily solve them

Round 2 - Technical 

(2 Questions)

  • Q1. Bug life cycle and STLC
  • Q2. Types of testing and about project
  • Ans. 

    Types of testing include functional, non-functional, manual, automated, regression, performance, and user acceptance testing.

    • Functional testing ensures that the software functions as intended.

    • Non-functional testing focuses on aspects like performance, security, and usability.

    • Manual testing involves human testers executing test cases.

    • Automated testing uses tools to automate test case execution.

    • Regression testing checks ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About last company
  • Q2. About project

Interview Preparation Tips

Topics to prepare for FNZ Test Analyst interview:
  • SQL
  • Types of test

FIS Interview FAQs

How to prepare for FIS Test Lead 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 FIS. The most common topics and skills that interviewers at FIS expect are API, Automation Testing, Cucumber, SOAP UI and Selenium.
What are the top questions asked in FIS Test Lead interview?

Some of the top questions asked at the FIS Test Lead interview -

  1. Domain Related questions like Types on Life insurance products, New business, P...read more
  2. Questions on API Testing and SQL like joins, DDL, DML ...read more
  3. Testing related questions on BVA, EP, bug life cycle, SDLC, Test Planning, STLC...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 FIS interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join FIS Advancing the way the world pays, banks and investments

Test Lead Interview Questions from Similar Companies

TCS Test Lead Interview Questions
3.7
 • 9 Interviews
View all
FIS Test Lead Salary
based on 96 salaries
₹7.9 L/yr - ₹25.4 L/yr
8% less than the average Test Lead Salary in India
View more details

FIS Test Lead Reviews and Ratings

based on 15 reviews

3.6/5

Rating in categories

3.4

Skill development

3.7

Work-Life balance

3.6

Salary & Benefits

3.7

Job Security

3.4

Company culture

3.0

Promotions/Appraisal

3.4

Work Satisfaction

Explore 15 Reviews and Ratings
Senior Software Engineer
2.7k salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Software Engineer
1.6k salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Lead Engineer
677 salaries
unlock blur

₹7.3 L/yr - ₹26.4 L/yr

Team Member
675 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Senior Leader Engineer
629 salaries
unlock blur

₹9.9 L/yr - ₹30.5 L/yr

Explore more salaries
Compare FIS 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