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 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

FIS Software Tester Interview Questions and Answers

Updated 12 Jul 2021

FIS Software Tester Interview Experiences

2 interviews found

Interview Questionnaire 

3 Questions

  • Q1. Puzzles are asked in Software Testing Interviews
  • Q2. How to cut cake in 8 pieces in only 3 slices?
  • Q3. Third one horizontal cut

Software Tester Interview Questions & Answers

user image Pratik Jain

posted on 12 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. STLC, Database, programming, functional

Software Tester Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Which is a best technique to generate automated test report ?
asked in Infosys
Q2. What is mean by automation testing and manual testing
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1)What is regression 2)Difference between Regression and Retestin ... read more
asked in Capgemini
Q5. how to fetch from hashmap? what is agile? tell about hybrid frame ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to your experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to resume
Round 3 - HR 

(1 Question)

  • Q1. Past documents and forms for verification
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Performed at the beginning of testing phase

    • Focuses on basic functionality

    • Not detailed testing

    • Helps in identifying major issues early on

    • Usually automated for efficiency

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Automation related questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 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 - Technical 

(4 Questions)

  • Q1. Explain your framework
  • Ans. 

    Our framework is a hybrid framework that combines data-driven and keyword-driven approaches.

    • Our framework uses Excel sheets to store test data and test cases.

    • We have created custom keywords that can be used to perform specific actions.

    • We use Selenium WebDriver for web application testing and Appium for mobile application testing.

    • Our framework generates detailed HTML reports after each test run.

    • We have implemented a ret...

  • Answered by AI
  • Q2. Explain oops concepts
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together in a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms or have multiple behaviors.

    • Example: A car is an object that ...

  • Answered by AI
  • Q3. Collection in java
  • Ans. 

    Collection is a framework in Java that provides an architecture to store and manipulate a group of objects.

    • Collection is an interface that extends Iterable interface

    • List, Set, and Queue are the main subinterfaces of Collection

    • ArrayList, LinkedList, HashSet, and TreeSet are some of the classes that implement Collection

    • Collections class provides various utility methods to operate on Collection objects

  • Answered by AI
  • Q4. Java 8 features

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Introduction current project framework java core selenium etc
Round 3 - Technical 

(1 Question)

  • Q1. Introduction current project framework core java version control CI/CD selenium etc
Round 4 - HR 

(1 Question)

  • Q1. Introduction salary discussion joining location LWD etc

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your knowledge polished because interviewer ask from very basic to the current scenario.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What experience do I have with certain type of servers and operating systems
  • Ans. 

    I have experience with various servers and operating systems.

    • I have worked with Windows Server 2016 and 2019.

    • I am familiar with Linux distributions such as Ubuntu and CentOS.

    • I have experience with virtualization technologies like VMware and Hyper-V.

    • I have worked with cloud platforms like AWS and Azure.

    • I have knowledge of server administration and troubleshooting.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident for what you stand for.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Dec 2019. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Types of testing?
  • Ans. 

    Types of testing include functional, performance, security, usability, and regression testing.

    • Functional testing ensures that the software meets the specified requirements.

    • Performance testing checks the system's response time and scalability.

    • Security testing identifies vulnerabilities and ensures data protection.

    • Usability testing evaluates the user-friendliness of the software.

    • Regression testing verifies that changes o

  • Answered by AI
  • Q2. Explain the Smoke testing,Sanity testing with an examples?
  • Ans. 

    Smoke testing and Sanity testing are two types of software testing used to check the basic functionality of the application.

    • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

    • Sanity testing is a type of testing that checks whether the bugs have been fixed or not after a new build is released.

    • Smoke testing is done to ensure that the application ...

  • Answered by AI
  • Q3. What is Retesting?
  • Ans. 

    Retesting is the process of testing a previously failed test case after the defects have been fixed.

    • Retesting is done to ensure that the defects have been fixed and the software is working as expected.

    • It is usually done after regression testing.

    • Retesting can be done manually or through automation.

    • Examples of scenarios that require retesting include fixing a bug, adding new functionality, or changing the environment.

    • Ret...

  • Answered by AI
  • Q4. What is software testing?
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Testing is done to identify defects and ensure the software meets the requirements

    • It involves executing test cases and comparing actual results with expected results

    • Types of testing include functional, performance, security, and usability testing

    • Testing can be done manually or us...

  • Answered by AI
  • Q5. What is regression testing?
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after changes are made to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to catch any defects that may have been introduced by the changes

    • It can be automated to save time and effort

    • Examples include retesting after bug fixes, test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the industry and company.
Clarify your "selling points" and the reasons you want the job.
Prepare for common interview questions.
Line up your questions for the interviewer.
Practice, practice, practice.

Skills evaluated in this interview

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Python time line.
  • Q2. Neuron nnl of llm
  • Ans. 

    The question seems to be incomplete or unclear, possibly related to neural networks or machine learning.

    • The question may be asking about a specific neuron in a neural network, such as the input layer neuron or hidden layer neuron.

    • It could also be related to the activation function used in a neural network, such as the sigmoid or ReLU function.

    • Without more context, it is difficult to provide a specific answer to the que

  • Answered by AI
  • Q3. Cassandra spi llm and lrc
  • Ans. 

    The spark paramagnetic inc. Logical recursive context

  • Answered by Sabari Meenakshi
  • Q4. Hive structure of spark
  • Ans. 

    Hive structure in Spark is a data warehouse system for querying and analyzing large datasets stored in Hadoop files.

    • Hive organizes data into tables, partitions, and buckets.

    • Tables in Hive are similar to tables in a relational database.

    • Partitions in Hive allow for faster query performance by dividing data into smaller parts based on a specific column.

    • Buckets in Hive further optimize query performance by dividing data in...

  • Answered by AI
  • Q5. Hadoop apachae networking

Skills evaluated in this interview

FIS Interview FAQs

What are the top questions asked in FIS Software Tester interview?

Some of the top questions asked at the FIS Software Tester interview -

  1. How to cut cake in 8 pieces in only 3 slic...read more
  2. Puzzles are asked in Software Testing Intervi...read more
  3. STLC, Database, programming, functio...read more

Tell us how to improve this page.

Join FIS Advancing the way the world pays, banks and investments
FIS Software Tester Salary
based on 29 salaries
₹2.8 L/yr - ₹9.5 L/yr
15% more than the average Software Tester Salary in India
View more details

FIS Software Tester Reviews and Ratings

based on 10 reviews

4.5/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

3.7

Salary

4.5

Job security

4.6

Company culture

3.5

Promotions

4.1

Work satisfaction

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

₹8 L/yr - ₹30 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4.1 L/yr - ₹16 L/yr

Lead Engineer
694 salaries
unlock blur

₹7.2 L/yr - ₹27 L/yr

Team Member
664 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Leader Engineer
642 salaries
unlock blur

₹9.9 L/yr - ₹32.1 L/yr

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