• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

SoftwareTestingo - Jira Selenium Protractor Testing SDLC Agile Methodology

Java Selenium Tutorial & Testing Interview Questions

  • Home
  • Interview Questions
  • Java
  • Java Programs
  • Test Cases
  • Selenium
  • Manual Testing
  • Difference
  • Search
SoftwareTestingo » Interview Questions » FIS Java Selenium Automation & Manual Testing Interview Questions

FIS Java Selenium Automation & Manual Testing Interview Questions

Last Updated on: February 18, 2020 By Softwaretestingo Editorial Board

FIS Overview

  • www.fisglobal.com
  • Jacksonville, FL (US)
  • 10000+ employees
  • 1968
  • Public
  • Financial Transaction Processing
  • ₹500 million to ₹1 billion per year
  • Unknown

What We Are Learn On This Post

  • FIS Bangalore 2020 Interview Questions
  • FIS 2.5 Year Experience Interview Questions
  • FIS Written Exam Questions: Selenium, SQL, Java
  • FIS Selenium Automation and Manual Testing Interview Questions

FIS Bangalore 2020 Interview Questions

Company Name: FIS
Date: Feb 2020
Location: Bengaluru
Mode: F2F
Source: Comment Section

I also went through the Interview this weekend for Selenium QA automation.

First Round:

It was a computer-based test. It had 2 sections.

  • Selenium – Questions were on Selenium RC, Window handles, Proxy, XPath.
  • SQL – It had both SQL server and Mysql questions on join, aggregate and normal SQL output.

2nd Round F2F Interview

  • Explain recent framework used.
  • Highest salary by SQL query.
  • String-based logical questions.
  • Some basic manual questions.
  • Agile scrum basic question.
  • Core Java basic.

3rd Round F2F

  • Explain the framework .
  • String logic related question.
  • Collections
  • Rest API – the difference between post n put and patch.
  • What is the return type of implicit wait?

FIS 2.5 Year Experience Interview Questions

  • How many bugs did you find in your project?
  • How many sprints deployed?
  • What is the process you follow in your company to automate test cases
  • What are the coding standards did you followed in your framework?

FIS Written Exam Questions: Selenium, SQL, Java

Consider the Following HTML Code snippet?

DEV Development
QA Testing
driver.findelement(by.xpath("//table/tr[1]/td")).gettext();
  • The above statement return QA
  • The Above statement return Dev
  • The XPath query is incorrect
  • The Above statement returns Dev Development

What Exception comes when element not present in the HTML DOM?

  • ElementNotVisibleException
  • TimeoutException
  • NoSuchElementException
  • StaleElementReferenceException

In Selenium which of the following is valid select statement that select a value from a drop down element.

  • selectByIndex()
  • selectByValue()
  • selectByText()
  • All above
  • Only 1 and 2

What is method to click left of mouse

  • contextClick()
  • context_click()
  • leftClick()
  • none of above

Return type of drive.findElements() is __________.

Which feature of OOP is indicated by the following code

class student 
{
   int marks;
}
class topper: public student
{
   int age; 
   topper (int age)
   {
      this.age=age;
   }
}
  • Inheritance
  • Polymorphism
  • Inheritance and Polymorphism
  • Encapsulation and Inheritance

The Output of the following fraction of code

public class test
{
   public static void main(String args[])
   {
      String s1=new String("Hello");
      String s2=new String("Hellow");
      System.out.println(s1+s2);
   }
}
  • Hello
  • Hellow
  • Compilation Error
  • Throws an exception
  • None Of these

Find the name of those cities with temperature and condition whose condition is either sunny or cloudy, but the temperature must be greater than 70.

  • Select city,temperature,condition from weather where condition=”sunny” AND condition=”cloudy” or temperature>70;
  • Select city,temperature,condition from weather where condition=”sunny” OR condition=”cloudy” OR temperature>70;
  • Select city,temperature,condition from weather where condition=”sunny” OR condition=”cloudy” and temperature>70;
  • Select city,temperature,condition from weather where condition=”sunny” and condition=”cloudy” and temperature>70;

Write a below program (prefer collection concept), find max occurring number in an integer array.
Example: int[] a={2,2,2,2,2,3,3}, o/p-2,5

Interview Questions Link: Image1 ||  Image 2

FIS Selenium Automation and Manual Testing Interview Questions

  • What is the layout in Jenkins
  • Does Jenkins require a local system for CI?
  • How to find the broken links on a webpage?
  • How to check file size when uploading a document?

About FIS

FIS is the world’s largest global provider dedicated to financial technology solutions. FIS empowers the financial world with software, services, consulting and outsourcing solutions focused on retail and institutional banking, payments, asset and wealth management, risk and compliance, trade enablement, transaction processing, and record-keeping. FIS’ more than 52,000 worldwide employees are passionate about moving our clients’ business forward.

Headquartered in Jacksonville, Fla., It serves more than 20,000 clients in over 130 countries, and our technology powers billions of transactions annually that move over $9 trillion around the globe. FIS is a Fortune 500 company and is a member of Standard & Poor’s 500 Index.

Check Also: Fiserv India Interview Questions

We never lose sight that and succeeds only when our clients succeed. This drives our commitment to thought leadership, operational excellence and innovation that champions our clients’ business and keeps them competitive in today’s dynamic and challenging industry environment. We help our clients transform disruption into opportunity, giving them the tools needed to thrive not just today, but in tomorrow’s financial world.

For a better understanding of how the company evolved into a world-renowned financial services technology leader, one needs to look back at the company’s history.

The company was founded in 1968 as Systematics which was later acquired by ALLTEL Information Services, and then bought by title insurance giant Fidelity National Financial in 2003, who renamed it Fidelity Information Services (FIS). Over the course of the next few years, FIS acquired several other financial technology firms, including Certegy in 2006, eFunds in 2007 and Metavante in 2009.

These acquisitions broadened its reach across the globe, earned FIS a place on the fortune 500 listings, and positioned the company as the largest technology provider to the global financial industry.

In 2015, the company acquired Sungard – its largest acquisition to date. Sungard’s complementary offerings brought into new markets financial technology services, including education and the public sector as well as adding asset managers, traders, custodians, treasurers, third-party administrators and clearing agents to the broader FIS client base.

This combination of organic and external growth has positioned FIS among the world’s leading technology providers for the financial services industry. Through the visionary leadership of its management and its philosophy of championing its clients’ success each and every day, FIS remains on a shortlist of providers capable of offering end-to-end solutions to financial institutions and retailers across the world.

    Filed Under: Interview Questions

    Reader Interactions

    Comments

    1. Priya says

      February 17, 2020 at 10:29 PM

      I also went through Interview this weekend for Selenium QA automation.
      First round –
      It was computer based test. It had 2 sections .
      1. Selenium – questions were on Selenium RC , Windowhandles , Proxy , xpath.

      2. SQL
      It had both Sql server and Mysql questions on join , aggregate and normal sql output.

      2nd round was f2f interview.
      Explain recent framework used.
      Highest salary by sql query.
      String based logical questions .
      Some basic manual question.
      Agile scrum basic question.
      Core Java basic .

      3rd round f2f
      Explain framework .
      String logic related question .
      Collections
      Rest API – difference between post n put and patch.
      What is return type of implicit wait .

      Reply

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Primary Sidebar

    Join SoftwareTestingo Telegram Group

    Tutorials Important Links

    • Software Testing Jobs
    • Manual Testing Tutorial
    • Selenium Tutorial
    • Core Java Tutorial
    • TestNG Tutorial
    • Java Programs
    • Selenium Programs
    • Manual Test Cases
    • Interview Tips
    • Contact US
    • www.softwaretestingo.com

    Important Links

    • Software Testing Interview Questions
    • Agile Interview Questions
    • Manual Testing Interview Questions
    • Testing Interview Questions
    • Selenium Interview Questions
    • Selenium Real Time Interview Questions
    • Selenium WebDriver Interview Questions
    • Automation Framework Interview Questions
    • Appium Interview Questions
    • TestNG Interview Questions
    • Java Interview Questions
    • Core Java Interview Questions

    Categories

    Copyright © 2021 SoftwareTestingo.com ~ Contact Us ~ Sitemap ~ Privacy Policy