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

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 Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

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

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing general questions and defects metrics
Round 2 - Technical 

(1 Question)

  • Q1. Overall testing concepts and latest trends
Round 3 - One-on-one 

(1 Question)

  • Q1. Logical question and situations related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were general as per the JD mentioned

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

4.2

Job security

2.5

Company culture

2.2

Promotions

2.8

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
260 salaries
unlock blur

₹5.4 L/yr - ₹18 L/yr

Quality Analyst
243 salaries
unlock blur

₹4.9 L/yr - ₹17 L/yr

Senior Quality Analyst
227 salaries
unlock blur

₹6.2 L/yr - ₹21.2 L/yr

Business Analyst
167 salaries
unlock blur

₹7.2 L/yr - ₹23 L/yr

Developer
155 salaries
unlock blur

₹7 L/yr - ₹19.2 L/yr

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