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, Process, and Tips

Updated 3 Mar 2025

Top PureSoftware Interview Questions and Answers

View all 36 questions

PureSoftware Interview Experiences

Popular Designations

53 interviews found

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - They Asked Basically on The Theory Part, Just focus on the Basics.

Skills evaluated in this interview

Pega Developer Interview Questions asked at other Companies

Q1. What is difference between flow and flow action
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (205)
PureSoftware Interview Questions and Answers for Freshers
illustration image

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Interview Preparation Tips

Topics to prepare for PureSoftware Senior Software Engineer interview:
  • Alteryx
  • Tableau
Interview preparation tips for other job seekers - If you are applying for data analytics job, then be confident, go through basics like joins, unions, regex, etc. Be good in explaining your process. Be good with conversation.

Skills evaluated in this interview

Top PureSoftware Senior Software Engineer Interview Questions and Answers

Q1. Tell me about LOD, Pie Chart, Dual Axis Chart, how you will make them in Tableau.?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

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)

PureSoftware interview questions for popular designations

 Senior Software Engineer

 (9)

 Technical Lead

 (7)

 Software Engineer

 (7)

 Management Trainee

 (1)

 Data Scientist

 (1)

 Senior Engineer

 (1)

 UI/UX Designer

 (1)

 Software Developer

 (1)

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

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Top PureSoftware Senior Software Engineer Interview Questions and Answers

Q1. Tell me about LOD, Pie Chart, Dual Axis Chart, how you will make them in Tableau.?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Get interview-ready with Top PureSoftware Interview Questions

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

I applied via Referral and was interviewed before Sep 2022. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your cv thoroughly and be cognizant of the fact that it is a small world, and refenrences/ claims can be easily checked out. So you have to be very careful when sharing information with prospective employers.

Sales Director Interview Questions asked at other Companies

Q1. What are the biggest issues you are finding selling in to the US market currently.
View answer (1)

Jobs at PureSoftware

View all

I applied via Campus Placement and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between time complexity and space complexity. Explain with example in such a way that you are teaching someone who doesn't know anything about it
  • Ans. 

    Time complexity refers to the amount of time taken by an algorithm to run, while space complexity refers to the amount of memory used by an algorithm.

    • Time complexity is measured by the number of operations an algorithm performs, while space complexity is measured by the amount of memory an algorithm uses.

    • An algorithm with a time complexity of O(n) will take longer to run as the input size increases, while an algorithm ...

  • Answered by AI
  • Q2. What Merge sort algorithm with code? And which is the best algorithm according to you?
  • Ans. 

    Merge sort is a divide and conquer algorithm. Best for large data sets. Code: https://bit.ly/3jJ5J5z

    • Divide the array into two halves

    • Sort each half recursively

    • Merge the sorted halves

    • Best for large data sets

    • Code: https://bit.ly/3jJ5J5z

  • Answered by AI
  • Q3. Explain 4 pillars of oops?
  • Ans. 

    The 4 pillars of OOP are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions that manipulate it together in a single unit.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Answered by AI
  • Q4. Traveling spring structure in a matrix
  • Ans. 

    A traveling spring structure in a matrix is a pattern where a spring-like structure moves through the matrix.

    • The structure moves in a zigzag pattern through the matrix

    • The structure can be used to traverse a matrix and visit all its elements

    • The structure can be implemented using a combination of loops and conditional statements

    • Example: Given a matrix of size n x m, start at the top-left corner and traverse the matrix us...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare for DSA , oops and OS

Skills evaluated in this interview

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - be clear with your approach

Top PureSoftware Senior Software Engineer Interview Questions and Answers

Q1. Tell me about LOD, Pie Chart, Dual Axis Chart, how you will make them in Tableau.?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via Approached by Company and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Package discussion formality
  • Q2. Questions on project
  • Q3. Questions on techstack
  • Q4. Sample program based scenarios and our approach
  • Q5. Client interview on same level as second round of interview
  • Q6. Architecture wise questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview took a complete day and next day was hr round. Although I could clear it and receive job letter, don't recommend this company. It is human outsourcing company rather than software company. People are directly outsourced to clients projects and then threatened withholding the salary. If they don't need u, they would create circumstances to resign by revoking the salary and torturing you. It's a different experience who should never face. Getting relieving letter from them is always a struggle.

Top PureSoftware Senior Software Engineer Interview Questions and Answers

Q1. Tell me about LOD, Pie Chart, Dual Axis Chart, how you will make them in Tableau.?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - All things were related to your Resume. So don't lie in your Resume.

Top PureSoftware Senior Software Engineer Interview Questions and Answers

Q1. Tell me about LOD, Pie Chart, Dual Axis Chart, how you will make them in Tableau.?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

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 Java, SQL, Javascript, Python and Communication Skills.
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.

Recently Viewed

JOBS

PureSoftware

No Jobs

JOBS

Plural Technology

No Jobs

SALARIES

Sprinto

JOBS

Cradlepoint

No Jobs

INTERVIEWS

Amazon

No Interviews

REVIEWS

Frugal Testing

No Reviews

INTERVIEWS

aNumak & Company

No Interviews

REVIEWS

Frugal Testing

No Reviews

JOBS

Issquared Inc

No Jobs

INTERVIEWS

Sprinto

No Interviews

Tell us how to improve this page.

PureSoftware Interview Process

based on 51 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Coforge Interview Questions
3.3
 • 518 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

PureSoftware Reviews and Ratings

based on 453 reviews

3.1/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

3.2

Salary

2.5

Job security

3.0

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 453 Reviews and Ratings
Junior Java Developer

Nanded,

New Delhi

5-7 Yrs

Not Disclosed

Web Developer

Kolkata,

Mumbai

+5

5-7 Yrs

Not Disclosed

Servicenow SPM Service Expert

Gurgaon / Gurugram

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
463 salaries
unlock blur

₹8.3 L/yr - ₹32 L/yr

Software Engineer
231 salaries
unlock blur

₹4 L/yr - ₹16.4 L/yr

Lead Engineer
192 salaries
unlock blur

₹10.4 L/yr - ₹37.7 L/yr

Technical Lead
154 salaries
unlock blur

₹13 L/yr - ₹40 L/yr

Associate Software Engineer
93 salaries
unlock blur

₹2.6 L/yr - ₹12.5 L/yr

Explore more salaries
Compare PureSoftware with

Persistent Systems

3.5
Compare

LTIMindtree

3.8
Compare

Mphasis

3.4
Compare

Coforge

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