Upload Button Icon Add office photos
Engaged Employer

i

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

PureSoftware Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PureSoftware Interview Questions and Answers

Updated 23 Jun 2025
Popular Designations

39 Interview questions

A Senior Software Engineer was asked 1mo ago
Q. What is your knowledge of the fintech domain?
Ans. 

Fintech integrates technology with financial services, enhancing efficiency, accessibility, and user experience in finance.

  • Digital Payments: Platforms like PayPal and Venmo enable quick and secure transactions.

  • Blockchain Technology: Cryptocurrencies like Bitcoin utilize blockchain for secure, decentralized transactions.

  • Robo-Advisors: Services like Betterment and Wealthfront use algorithms to provide automated inve...

View all Senior Software Engineer interview questions
A Technical Lead was asked 7mo ago
Q. Given a string s, return the longest palindromic substring in s.
Ans. 

Use dynamic programming to find the longest palindrome substring in a given string.

  • Iterate through each character in the string and expand around it to find palindromes

  • Store the length of each palindrome found and return the longest one

  • Handle both odd and even length palindromes

View all Technical Lead interview questions
A Citrix Administrator was asked 7mo ago
Q. PVS logon process for Citrix
Ans. 

PVS logon process involves streaming a vDisk to a target device for user logon.

  • PVS streams a vDisk to target device over network during logon process

  • User credentials are authenticated by Citrix Delivery Controller

  • User profile is loaded from vDisk during logon

  • Applications are launched from vDisk after logon

View all Citrix Administrator interview questions
A HR Executive was asked 7mo ago
Q. How do you manage performance management?
Ans. 

I manage performance management through setting clear goals, providing regular feedback, conducting performance reviews, and offering development opportunities.

  • Set clear and achievable goals for employees

  • Provide regular feedback on performance

  • Conduct performance reviews to assess progress and areas for improvement

  • Offer development opportunities for growth and skill enhancement

View all HR Executive interview questions
A Senior Software Engineer was asked 10mo ago
Q. What are the new features of React JS?
Ans. 

Some new features of React JS include Hooks, Context API, Suspense, and React.lazy.

  • Introduction of Hooks for state and lifecycle management

  • Context API for global state management

  • Suspense for handling loading states in components

  • React.lazy for code splitting and lazy loading components

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 10mo ago
Q. What are functional and class components?
Ans. 

Functional and class components are two types of components in React for building user interfaces.

  • Functional components are simple functions that take props as input and return JSX elements.

  • Class components are ES6 classes that extend React.Component and have a render method.

  • Functional components are easier to read and test, while class components have more features like state and lifecycle methods.

  • Example of func...

View all Senior Software Engineer interview questions

PureSoftware HR Interview Questions

4 questions and answers

Q. Can you explain your previous projects and the technologies you used?
Q. Where would you like to see yourself in the next 5 years?
Q. Please provide a basic introduction about yourself.
A Senior Software Engineer was asked 10mo ago
Q. Write a program to fetch and display data from an API in React.
Ans. 

Program to fetch and display data from API in React

  • Use fetch or axios to make API calls in React

  • Set up state to store the fetched data

  • Render the data in the component using JSX

View all Senior Software Engineer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked 10mo ago
Q. What is a Higher-Order Component (HOC)? Explain with an example.
Ans. 

HOC stands for Higher Order Component in React. It is a pattern where a function takes a component and returns a new component.

  • HOC allows code reuse, logic abstraction, and props manipulation in React components.

  • Example: WithAuthentication HOC can conditionally render a component based on user authentication status.

  • Example: WithLoader HOC can display a loading spinner while fetching data for a component.

View all Senior Software Engineer interview questions
A Data Scientist was asked
Q. What is stemming and lemmatization?
Ans. 

Stemming and lemmatization are techniques used in natural language processing to reduce words to their base or root form.

  • Stemming is the process of reducing words to their base or root form by removing suffixes.

  • Example: 'running' becomes 'run' after stemming.

  • Lemmatization is the process of reducing words to their base or root form while still ensuring that the reduced form belongs to the language.

  • Example: 'better'...

View all Data Scientist interview questions
A Data Scientist was asked
Q. Write a SQL query to list all the employees with the third highest salary.
Ans. 

SQL query to list employees with third highest salary

  • Use the 'ROW_NUMBER()' function to assign a rank to each employee based on salary

  • Filter the results to only include employees with a rank of 3

View all Data Scientist interview questions

PureSoftware Interview Experiences

58 interviews found

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

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Core kubernets questions
  • Q2. Process to handle priority issue from client
  • Ans. 

    Prioritize and address client issues promptly to ensure customer satisfaction.

    • Acknowledge the priority issue and gather all necessary information from the client.

    • Assess the impact of the issue on the client's operations and prioritize based on severity.

    • Communicate with the client to set expectations and provide regular updates on the resolution process.

    • Allocate resources and escalate to higher levels of support if need...

  • Answered by AI
  • Q3. If application is down how will youcheck
  • Ans. 

    I will check the application status by examining logs, monitoring tools, and performing health checks.

    • Check application logs for any error messages or warnings

    • Use monitoring tools like Prometheus or Grafana to check application metrics

    • Perform health checks on the application to ensure it is responding properly

    • Verify network connectivity to the application server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn concept of core kubernets and gitops ci cd concept

Skills evaluated in this interview

Technical Lead Interview Questions & Answers

user image Mahesh Richhariya

posted on 26 Dec 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response
Round 1 - Technical 

(3 Questions)

  • Q1. Questions on ADF, data factory and databricks
  • Q2. Find longest palindrome string in a given string
  • Q3. Spark, memory optimization, repartition and data skewness related question
Round 2 - One-on-one 

(1 Question)

  • Q1. With client, asked project end to end details and my role into it

Interview Preparation Tips

Interview preparation tips for other job seekers - I was asked by HR to join as a freelancer consultant even before my notice period ends. The payroll company will deploy me to the client location for the first three months, after which I will be required to come to the office three days a week, transitioning to five days a week thereafter. when I denied they did not released my offer even after collecting all document. not a positive experience stay away from them.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. PVS logon process for Citrix
  • Ans. 

    PVS logon process involves streaming a vDisk to a target device for user logon.

    • PVS streams a vDisk to target device over network during logon process

    • User credentials are authenticated by Citrix Delivery Controller

    • User profile is loaded from vDisk during logon

    • Applications are launched from vDisk after logon

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Citrix logon process
Round 3 - Technical 

(1 Question)

  • Q1. DNS resolving ,DHCP
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(1 Question)

  • Q1. How to count number of rows in a table
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data structures and algorithms, javascript and react questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on system design
  • Q2. Questions on advanced CI/CD pipeline
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on product management
  • Q2. State management system
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. It was good they just follow the process asked some simple java question.
  • Q2. What is the difference between hashmap and concurrenthashmap
  • Ans. 

    HashMap is not thread-safe while ConcurrentHashMap is thread-safe.

    • HashMap is not thread-safe and can lead to ConcurrentModificationException if modified during iteration.

    • ConcurrentHashMap allows concurrent read and write operations without the need for external synchronization.

    • ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple threads to operate on different segments concurren...

  • Answered by AI
  • Q3. SQL question of third highest salary
Round 2 - Technical 

(2 Questions)

  • Q1. Overall it was good
  • Q2. System design related question design parking lot
Round 3 - HR 

(1 Question)

  • Q1. Asked me about the salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company

Skills evaluated in this interview

Data Scientist Interview Questions & Answers

user image Vatsal Kachhiya

posted on 18 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Write a Python program to get the smallest integer greater than square root of a given number.
  • Ans. 

    Python program to find smallest integer greater than square root of a given number.

    • Use math module to calculate square root of the given number.

    • Use math.ceil() function to round up the square root to the nearest integer.

    • Add 1 to the rounded up square root to get the smallest integer greater than square root.

  • Answered by AI
  • Q2. Write a SQL query to list all the employees with the third highest salary.
  • Ans. 

    SQL query to list employees with third highest salary

    • Use the 'ROW_NUMBER()' function to assign a rank to each employee based on salary

    • Filter the results to only include employees with a rank of 3

  • Answered by AI
  • Q3. What is stemming and lemmatinization?
  • Ans. 

    Stemming and lemmatization are techniques used in natural language processing to reduce words to their base or root form.

    • Stemming is the process of reducing words to their base or root form by removing suffixes.

    • Example: 'running' becomes 'run' after stemming.

    • Lemmatization is the process of reducing words to their base or root form while still ensuring that the reduced form belongs to the language.

    • Example: 'better' beco...

  • Answered by AI

Skills evaluated in this interview

PHP Developer Interview Questions & Answers

user image Stuti Ojha

posted on 26 Aug 2024

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

(1 Question)

  • Q1. Coding question and mysql query
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Can you explain your previous projects and the technologies you used?
  • Ans. 

    I worked on various projects using technologies like Java, React, and AWS, focusing on scalable web applications and microservices.

    • Developed a web application using React and Node.js for a retail client, improving user engagement by 30%.

    • Implemented a microservices architecture with Spring Boot and Docker for a healthcare platform, enhancing scalability.

    • Utilized AWS services like S3 and Lambda for a media processing app...

  • Answered by AI
  • Q2. What is your knowledge of the fintech domain?
  • Ans. 

    Fintech integrates technology with financial services, enhancing efficiency, accessibility, and user experience in finance.

    • Digital Payments: Platforms like PayPal and Venmo enable quick and secure transactions.

    • Blockchain Technology: Cryptocurrencies like Bitcoin utilize blockchain for secure, decentralized transactions.

    • Robo-Advisors: Services like Betterment and Wealthfront use algorithms to provide automated investmen...

  • Answered by AI

Senior Test Engineer Interview Questions & Answers

user image Prakash Kumar Thakur

posted on 14 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String operation in Tosca Automation
  • Ans. 

    String operations in Tosca Automation involve manipulating and validating strings in test scripts.

    • Use functions like 'contains', 'startsWith', 'endsWith' for string validation

    • Use 'concatenate' function to combine multiple strings

    • Use 'substring' function to extract a portion of a string

  • Answered by AI
  • Q2. Join to table and find the highest salay of employee

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is use of Swift &Objective c? Write code for Tableview Using SwiftUI? RxSwift Vs Swift? What is Optional & Generics ? Protocol Composition related Questions
  • Ans. 

    Swift & Objective-C are programming languages used for iOS development. Tableview in SwiftUI uses List view. RxSwift is a reactive programming framework. Optional & Generics are Swift features. Protocol Composition is combining multiple protocols.

    • Swift & Objective-C are used for iOS development

    • Tableview in SwiftUI uses List view

    • RxSwift is a reactive programming framework for Swift

    • Optional allows variables to have a 'no...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all basic concepts.

Skills evaluated in this interview

Top trending discussions

View All
Salary Discussions
2w
a full stack developer
No Salary Discussion in My Appraisal — What’s Your Experience?
In my appraisal meeting, they didn’t ask or discuss my expectations about my salary or hike percentage. The entire discussion was only about feedback and performance review. After the meeting, I asked why they didn’t allow me to share my expectations or reveal my hike numbers. They told me that the hike numbers would be decided only by the owner and then they would inform me. I feel an appraisal meeting should include open discussion about both performance and future expectations. What are your thoughts? Does this happen in your company too?
Got a question about PureSoftware?
Ask anonymously on communities.

PureSoftware Interview FAQs

How many rounds are there in PureSoftware interview?
PureSoftware interview process usually has 2-3 rounds. The most common rounds in the PureSoftware interview process are Technical, Resume Shortlist and HR.
How to prepare for PureSoftware interview?
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 PureSoftware. The most common topics and skills that interviewers at PureSoftware expect are SQL, Java, Javascript, Communication Skills and Python.
What are the top questions asked in PureSoftware interview?

Some of the top questions asked at the PureSoftware interview -

  1. 1. Explain 5 mins the flow from requirement analysis to production deployment a...read more
  2. Tell me about LOD, Pie Chart, Dual Axis Chart, how you will make them in Tablea...read more
  3. Difference between time complexity and space complexity. Explain with example i...read more
How long is the PureSoftware interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 55 interview experiences

Difficulty level

Easy 21%
Moderate 76%
Hard 3%

Duration

Less than 2 weeks 72%
2-4 weeks 17%
4-6 weeks 7%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 382 Interviews
CitiusTech Interview Questions
3.3
 • 291 Interviews
NeoSOFT Interview Questions
3.6
 • 283 Interviews
Altimetrik Interview Questions
3.7
 • 245 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 216 Interviews
INDIUM Interview Questions
4.0
 • 211 Interviews
Incedo Interview Questions
3.0
 • 194 Interviews
View all

PureSoftware Reviews and Ratings

based on 512 reviews

3.0/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

3.2

Salary

2.5

Job security

2.9

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 512 Reviews and Ratings
Business Analyst in HR Domain

Gurgaon / Gurugram

4-8 Yrs

Not Disclosed

KYC Analyst

Gurgaon / Gurugram

2-7 Yrs

₹ 5-8 LPA

Explore more jobs
Senior Software Engineer
527 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Software Engineer
257 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Lead Engineer
251 salaries
unlock blur

₹20.5 L/yr - ₹38 L/yr

Technical Lead
181 salaries
unlock blur

₹21.3 L/yr - ₹38 L/yr

Associate Software Engineer
89 salaries
unlock blur

₹4.3 L/yr - ₹9 L/yr

Explore more salaries
Compare PureSoftware with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview