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 Interview Questions, Process, and Tips for Experienced

Updated 7 Mar 2025

Top Sapiens Interview Questions and Answers for Experienced

View all 21 questions

Sapiens Interview Experiences for Experienced

Popular Designations

35 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Resturant management system

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Requirement gathering techniques
Round 3 - HR 

(2 Questions)

  • Q1. Why should i hire u
  • Q2. Salary expectation

Lead Business Analyst Interview Questions asked at other Companies

Q1. What is Counterparty Credit Risk? What is CVA and how is it calculated?
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Case Study 

Case study was on a hotel management

Round 2 - One-on-one 

(4 Questions)

  • Q1. What is scope creep
  • Ans. 

    Scope creep refers to the gradual expansion of a project's goals, requirements, and deliverables without proper authorization.

    • Scope creep can lead to project delays, increased costs, and decreased quality.

    • It often occurs when stakeholders request additional features or changes after the project has already started.

    • Effective project management techniques, such as regular communication and scope validation, can help prev...

  • Answered by AI
  • Q2. What is gap analysis
  • Ans. 

    Gap analysis is a process of comparing actual performance with potential or desired performance to identify gaps and opportunities for improvement.

    • Identifying the current state or performance of a business process or system

    • Determining the desired state or performance that needs to be achieved

    • Analyzing the gaps between the current and desired states to identify areas for improvement

    • Developing strategies and action plans...

  • Answered by AI
  • Q3. Some basic SQL questions
  • Q4. Insurance related questions

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

QA Test Lead Interview Questions & Answers

user image Anonymous

posted on 21 Jul 2024

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

(2 Questions)

  • Q1. Scenario based questions on how to handle a team as a QA lead
  • Q2. Project architecture and some sql queries

QA Test Lead Interview Questions asked at other Companies

Q1. How to get non repeating substring from a string
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Decision table uses and usability
  • Ans. 

    Decision table is a tool used to model complex business rules and logic for testing purposes.

    • Decision tables help in organizing and visualizing complex logic and rules

    • They are used to test different combinations of inputs and expected outputs

    • Decision tables are especially useful in software testing to ensure all possible scenarios are covered

    • Examples: testing different login scenarios based on user roles, testing eligi

  • Answered by AI
  • Q2. Agile methodology and basics
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioral questions and situational based scenarios

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Sapiens interview questions for popular designations

 Quality Analyst

 (6)

 Software Developer

 (4)

 Associate Software Developer

 (3)

 Senior Developer

 (3)

 Developer

 (3)

 Devops Engineer

 (2)

 Senior Business Analyst

 (2)

 Business Analyst

 (2)

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

(2 Questions)

  • Q1. Well versed on wvd ,RDS o365,SharePoint azure
  • Q2. Added advantage with networking and powershell
  • Ans. 

    Having knowledge in networking and PowerShell can provide added advantage for a System Engineer.

    • Networking knowledge can help in troubleshooting network-related issues and optimizing network performance.

    • PowerShell skills can automate tasks, streamline processes, and manage systems more efficiently.

    • Combining networking and PowerShell can enable tasks like network configuration management and automation of network device

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be strong on your day to day work

Skills evaluated in this interview

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Get interview-ready with Top Sapiens Interview Questions

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

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

Round 1 - Technical 

(7 Questions)

  • Q1. Linux questions: sed and cut usage, vi editor how to replace a word
  • Q2. Kubernetes: explain your kubernetes architecture, kubectl create and apply difference, How will you give access to new user on kubernetes. Role and RoleBinding, various Kubernetes certificates
  • Ans. 

    Kubernetes architecture, kubectl create vs apply, user access management, Role and RoleBinding, Kubernetes certificates

    • Kubernetes architecture typically consists of master nodes and worker nodes, with the master nodes managing the cluster and worker nodes running applications.

    • kubectl create is used to create new resources in Kubernetes, while kubectl apply is used to create or update resources based on a configuration ...

  • Answered by AI
  • Q3. Docker: Dockerfile arguements explain usage, how to retain docker container data, Do we have to use EXPOSE command for container or it can be omitted?
  • Ans. 

    Dockerfile arguments, retaining container data, and EXPOSE command usage explained.

    • Dockerfile arguments can be used to pass values to the Dockerfile at build time, allowing for flexibility in building images.

    • To retain data in a Docker container, you can use volumes to persist data outside of the container's filesystem.

    • The EXPOSE command in a Dockerfile is used to specify the port on which a container listens for connec...

  • Answered by AI
  • Q4. Jenkins: How to use variable used in one stage to another stage? , Can you run 100 jobs using jenkins?
  • Ans. 

    To use variables between stages in Jenkins, use the 'stash' and 'unstash' steps. Yes, you can run 100 jobs in Jenkins.

    • Use 'stash' step to save variables in one stage and 'unstash' step to retrieve them in another stage

    • Variables can also be passed between stages using 'environment' directive in Jenkins pipeline

    • To run 100 jobs in Jenkins, you can use Jenkins pipeline to automate the process

  • Answered by AI
  • Q5. Nginx: Main file of nginx server
  • Ans. 

    The main file of Nginx server is nginx.conf

    • The main configuration file for Nginx server is typically named nginx.conf

    • It is located in the /etc/nginx/ directory on most systems

    • This file contains directives that control how Nginx operates, such as server blocks, location blocks, and global settings

  • Answered by AI
  • Q6. AWS: How will you access ec2 if u lost ur pem key, S3 types
  • Ans. 

    To access an EC2 instance without a PEM key, you can use AWS Systems Manager Session Manager or create a new key pair and attach it to the instance. There are different types of S3 storage classes such as Standard, Intelligent-Tiering, Glacier, etc.

    • Use AWS Systems Manager Session Manager to access EC2 without a PEM key

    • Create a new key pair and attach it to the EC2 instance

    • S3 storage classes include Standard, Intelligen

  • Answered by AI
  • Q7. GIT: committing remote git repo, explain steps in it
  • Ans. 

    Committing changes to a remote Git repository

    • Add changes to the staging area using 'git add '

    • Commit the changes to the local repository using 'git commit -m 'commit message''

    • Push the changes to the remote repository using 'git push'

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Show interest and be confident and give interview. Devops is broder domain, so its ok not be able to grasp each knowledge or experience on it. Rather show ur willingness to learn and work for the same.

Skills evaluated in this interview

Top Sapiens Devops Engineer Interview Questions and Answers

Q1. Docker: Dockerfile arguements explain usage, how to retain docker container data, Do we have to use EXPOSE command for container or it can be omitted?
View answer (1)

Devops Engineer Interview Questions asked at other Companies

Q1. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to the linux machine
View answer (2)

Jobs at Sapiens

View all
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There were 3 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 

(1 Question)

  • Q1. More of into real time scenarios how you deal when you face situation as a team member & as well as team lead
Round 3 - Technical 

(2 Questions)

  • Q1. L2 technical discussion
  • Q2. Here also more of your managing skills and how to talk to clients how do you handle calls etc things

Interview Preparation Tips

Topics to prepare for Sapiens Senior Quality Analyst interview:
  • SDLC
  • STLC
  • Defect Management
  • Agile Methodology
  • Insurance
Interview preparation tips for other job seekers - Be clear with your past experience
Remember the complex scenarios which you worked that would be helpful for you to explain

Senior Quality Analyst Interview Questions asked at other Companies

Q1. - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

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 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am an experienced Senior Consultant with a strong background in [specific field].

    • Over [number] years of experience in [specific field]

    • Expertise in [specific skills or areas]

    • Proven track record of successfully managing [specific projects or clients]

    • Strong analytical and problem-solving skills

    • Excellent communication and leadership abilities

    • Passionate about [specific field or industry]

    • Continuous learner and always seeki

  • Answered by AI
  • Q2. PMO experiences
  • Ans. 

    I have extensive PMO experiences in managing projects and ensuring their successful delivery.

    • Managed a portfolio of projects, overseeing their planning, execution, and monitoring.

    • Developed and implemented project management methodologies and best practices.

    • Provided guidance and support to project teams, ensuring adherence to project timelines and deliverables.

    • Established and maintained effective communication channels ...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Project lifecycle
  • Q2. Different project Methodologies
  • Ans. 

    Different project methodologies include Agile, Waterfall, and Lean.

    • Agile methodology focuses on iterative and incremental development.

    • Waterfall methodology follows a linear sequential approach.

    • Lean methodology aims to eliminate waste and maximize value.

    • Other methodologies include Scrum, Kanban, and Six Sigma.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Developer Interview Questions & Answers

user image Anonymous

posted on 22 Apr 2024

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It was an online assessment

Round 2 - Technical 

(1 Question)

  • Q1. Face to face technical interview.
Round 3 - Technical 

(1 Question)

  • Q1. Managerial technical round.
Round 4 - HR 

(1 Question)

  • Q1. Hr discussion round

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

SQL Assessment as part of screening

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview with the lead/manager
Round 3 - Case Study 

Case study provided wherein the candidate is expected to write user stories, user acceptance criteria, SQL queries, ER diagram, Process flow diagram, along with insurance related questions

Round 4 - One-on-one 

(1 Question)

  • Q1. One-on-one with the director of the division

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Sapiens Interview FAQs

How many rounds are there in Sapiens interview for experienced candidates?
Sapiens interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Sapiens interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for Sapiens interview for experienced candidates?
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 Sapiens. The most common topics and skills that interviewers at Sapiens expect are Business Intelligence, Billing, Financial Services, SQL and Claims.
What are the top questions asked in Sapiens interview for experienced candidates?

Some of the top questions asked at the Sapiens interview for experienced candidates -

  1. From Selenium -> Which Automation framework I have implemented in my project ....read more
  2. Difference between annuity and pension, types of annuity and pension, actions d...read more
  3. Docker: Dockerfile arguements explain usage, how to retain docker container dat...read more
How long is the Sapiens interview process?

The duration of Sapiens interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Sapiens Interview Process for Experienced

based on 25 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 175 Interviews
AVASOFT Interview Questions
2.9
 • 165 Interviews
Oracle Cerner Interview Questions
3.7
 • 158 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
EbixCash Limited Interview Questions
4.0
 • 103 Interviews
UKG Interview Questions
3.1
 • 103 Interviews
SPRINKLR Interview Questions
3.0
 • 102 Interviews
View all

Sapiens Reviews and Ratings

based on 470 reviews

3.4/5

Rating in categories

3.0

Skill development

3.4

Work-life balance

3.3

Salary

3.3

Job security

3.3

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 470 Reviews and Ratings
Senior Java Developer

Bangalore / Bengaluru

5-6 Yrs

Not Disclosed

Functional Architect

Bangalore / Bengaluru

10-18 Yrs

Not Disclosed

Manual QA role with Sapiens India

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Software Developer
265 salaries
unlock blur

₹5.4 L/yr - ₹18 L/yr

Quality Analyst
249 salaries
unlock blur

₹4.4 L/yr - ₹14 L/yr

Senior Quality Analyst
225 salaries
unlock blur

₹6.2 L/yr - ₹21.2 L/yr

Business Analyst
168 salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Developer
155 salaries
unlock blur

₹7 L/yr - ₹19 L/yr

Explore more salaries
Compare Sapiens with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.3
Compare

R Systems International

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview