Upload Button Icon Add office photos
Engaged Employer

i

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

Sapiens Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 500 Reviews

Filter interviews by

Sapiens Senior Test Engineer Interview Questions and Answers

Updated 19 Dec 2020

Sapiens Senior Test Engineer Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in sel...
  • Ans. 

    Answering questions related to Selenium automation framework and its components.

    • Implemented Page Object Model (POM) framework with TestNG and Maven

    • POM components: Page classes, Test classes, Utility classes, Test data files

    • Dynamic web element handled using Explicit and Implicit Waits

    • Hidden element handled using JavaScriptExecutor

    • File upload handled using sendKeys() method

    • HashMap used to store test data and retrieve it ...

  • Answered by AI
  • Q2. 2. From Java -> Oops concept. Exceptions, Constructors, access modifiers, collections, java array and string programs. Can constructors be private. why cant we override private and static methods. why we ...
  • Q3. 3. From SQL -> write query to update, delete duplicate, finding max , all type of joins , Set operators, constraints
  • Q4. From API - > Status Codes, Crude methods
  • Ans. 

    API status codes are used to indicate the success or failure of a request. CRUD methods are used to manipulate data.

    • Status codes range from 1xx to 5xx, with 2xx indicating success and 4xx indicating client errors.

    • CRUD stands for Create, Read, Update, and Delete, which are the basic operations used to manipulate data.

    • APIs use HTTP methods such as GET, POST, PUT, and DELETE to perform CRUD operations.

    • Status codes and CRU...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything well what is mentioned in your CV .

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. About testing process
  • Q2. Bugs I found in last project
  • Ans. 

    I found and reported 15 critical bugs in the last project, including issues with data validation and UI functionality.

    • Identified 5 bugs related to data validation errors

    • Discovered 7 UI functionality bugs affecting user experience

    • Reported 3 critical bugs impacting system performance

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Framework of test automation
  • Ans. 

    Framework of test automation refers to the structure and guidelines for implementing automated testing.

    • Framework provides a set of rules and guidelines for creating and organizing automated tests.

    • It includes tools, libraries, coding standards, and best practices for test automation.

    • Common types of test automation frameworks include data-driven, keyword-driven, and hybrid frameworks.

    • Frameworks help in improving test eff...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Good organization, not good pay looking into the current market

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare to the best, on oops , string , DBMS concepts for best interview

I applied via LinkedIn and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Linux/unix change permission questions?
  • Q2. Python Interpreter vs Java Interpreter?
  • Ans. 

    Python interpreter is more flexible and easier to learn, while Java interpreter is faster and more secure.

    • Python interpreter is dynamically typed, while Java interpreter is statically typed.

    • Python interpreter is more suitable for scripting and rapid prototyping, while Java interpreter is better for large-scale enterprise applications.

    • Python interpreter has a simpler syntax and is easier to learn, while Java interpreter...

  • Answered by AI
  • Q3. Selenium basic and UI locators?

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be strong.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Cucumber advantage against testng ,api basic question like status code.selenum question related to xpatha type and usages.selenum actions class methods. Excel reader Apache poi jar how you are implementing...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. API Automation, and java question
  • Q2. Selenium Webdriver
Round 2 - Technical 

(2 Questions)

  • Q1. Rest API HTTP methods
  • Ans. 

    REST API HTTP methods are used to perform CRUD operations on resources.

    • GET - Retrieve data from a server

    • POST - Create new data on a server

    • PUT - Update existing data on a server

    • DELETE - Remove data from a server

  • Answered by AI
  • Q2. Cucumber BDD framework explained
  • Ans. 

    Cucumber BDD framework is a tool used for writing and executing automated acceptance tests in a human-readable format.

    • Uses Gherkin syntax to write test scenarios in plain English

    • Promotes collaboration between technical and non-technical team members

    • Supports behavior-driven development (BDD) principles

    • Integrates with various programming languages and testing frameworks

    • Generates easy-to-read test reports

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude question based on indiabix website

Round 2 - Technical 

(3 Questions)

  • Q1. MCQ type questions about manual testing and automation
  • Q2. About manual testing topics
  • Q3. About automation testing topics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oops ?
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details an

  • Answered by AI
  • Q2. Method overloading and overriding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

General topics like Artificial Intelligence positive or negative impacts

Round 2 - Technical 

(1 Question)

  • Q1. Everything from resume
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. EVPN VXLAN BGP peering
  • Q2. Underlay link - ebgp inet-unicast peering is done overlay link - ibgp evpn signalling
  • Q3. GRE vs IPSEC and whats the difference
  • Ans. 

    GRE and IPSEC are both protocols used for secure communication over networks, but they have different purposes and implementations.

    • GRE (Generic Routing Encapsulation) is a tunneling protocol used to encapsulate a wide variety of network layer protocols inside virtual point-to-point links. It does not provide encryption or authentication.

    • IPSEC (Internet Protocol Security) is a suite of protocols used to secure Internet ...

  • Answered by AI

Skills evaluated in this interview

Sapiens Interview FAQs

What are the top questions asked in Sapiens Senior Test Engineer interview?

Some of the top questions asked at the Sapiens Senior Test Engineer interview -

  1. From Selenium -> Which Automation framework I have implemented in my project ....read more
  2. From API - > Status Codes, Crude meth...read more
  3. 2. From Java -> Oops concept. Exceptions, Constructors, access modifiers, colle...read more

Tell us how to improve this page.

Sapiens Senior Test Engineer Salary
based on 13 salaries
₹8.8 L/yr - ₹19.8 L/yr
27% more than the average Senior Test Engineer Salary in India
View more details

Sapiens Senior Test Engineer Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

2.8

Skill development

2.3

Work-Life balance

1.5

Salary & Benefits

4.2

Job Security

2.5

Company culture

2.2

Promotions/Appraisal

2.8

Work Satisfaction

Explore 2 Reviews and Ratings
Software Developer
252 salaries
unlock blur

₹5.2 L/yr - ₹18.2 L/yr

Quality Analyst
237 salaries
unlock blur

₹4.4 L/yr - ₹14 L/yr

Senior Quality Analyst
227 salaries
unlock blur

₹6.2 L/yr - ₹19 L/yr

Business Analyst
166 salaries
unlock blur

₹7.5 L/yr - ₹23 L/yr

Developer
145 salaries
unlock blur

₹7 L/yr - ₹19.2 L/yr

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