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 Senior Software Engineer Interview Questions and Answers

Updated 23 Jun 2025

7 Interview questions

A Senior Software Engineer was asked 9mo 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

A Senior Software Engineer was asked 9mo 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...

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
A Senior Software Engineer was asked 9mo 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

A Senior Software Engineer was asked 9mo 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.

A Senior Software Engineer was asked
Q. Write code for ranking functions.
Ans. 

Code for ranking functions

  • Use a sorting algorithm to sort the data based on a specific criterion

  • Assign a rank to each element based on its position in the sorted list

  • Handle ties by assigning the same rank to tied elements

  • Consider using built-in functions or libraries for ranking if available

A Senior Software Engineer was asked
Q. 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 Senior Software Engineer was asked
Q. Tell me about LOD, Pie Chart, Dual Axis Chart, how you will make them in Tableau.?
Ans. 

LOD, Pie Chart, Dual Axis Chart in Tableau

  • LOD (Level of Detail) is used to compute aggregations that are not at the level of detail of the visualization

  • Pie Chart is used to show the proportion of different categories in a dataset

  • Dual Axis Chart is used to compare two measures with different scales on the same chart

  • To create LOD, use curly braces and specify the level of detail

  • To create Pie Chart, drag the dimensio...

Are these interview questions helpful?

PureSoftware Senior Software Engineer Interview Experiences

10 interviews found

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
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
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

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

I appeared for an interview before Jan 2024.

Round 1 - Coding Test 

Tableau interview questions
Monthwise max and minimum sales
Lod expression types and uses
Context filter and uses
Top 2 product month wise

Round 2 - Assignment 

Shared database and asked questions on that

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on sql query date data
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. 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

  • Answered by AI
  • Q2. What is 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 functiona...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a program to fetch and display data from 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

  • Answered by AI
  • Q2. What HOC . Explain with 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.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your strength and weekness
  • Ans. 

    Strength: Strong problem-solving skills. Weakness: Sometimes too detail-oriented.

    • Strength: Ability to quickly identify and solve complex technical problems.

    • Weakness: Occasionally get caught up in minor details, leading to slower progress.

    • Strength: Experience in developing efficient and scalable software solutions.

    • Weakness: Struggle with delegating tasks and trusting others to complete them.

    • Strength: Strong communicatio...

  • Answered by AI
  • Q2. Where would you like to see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself leading a team of software engineers, working on cutting-edge technologies, and contributing to the growth of the company.

    • Leading a team of software engineers

    • Working on cutting-edge technologies

    • Contributing to the growth of the company

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - Technical 

(4 Questions)

  • Q1. Just brush up your previous projects and skills you applied in that. Go through basic concepts of the hard skills and be confident.
  • Q2. Tell me about your project ?
  • Q3. Hands on by sharing screen, questions were asked to solve in Alteryx.(as i applied for that)
  • Q4. Tell me about LOD, Pie Chart, Dual Axis Chart, how you will make them in Tableau.?
  • Ans. 

    LOD, Pie Chart, Dual Axis Chart in Tableau

    • LOD (Level of Detail) is used to compute aggregations that are not at the level of detail of the visualization

    • Pie Chart is used to show the proportion of different categories in a dataset

    • Dual Axis Chart is used to compare two measures with different scales on the same chart

    • To create LOD, use curly braces and specify the level of detail

    • To create Pie Chart, drag the dimension to ...

  • Answered by AI

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

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.

Round 1 - Technical 

(1 Question)

  • Q1. 1.Code for ranking functions
  • Ans. 

    Code for ranking functions

    • Use a sorting algorithm to sort the data based on a specific criterion

    • Assign a rank to each element based on its position in the sorted list

    • Handle ties by assigning the same rank to tied elements

    • Consider using built-in functions or libraries for ranking if available

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

(1 Question)

  • Q1. General questions on data from client
Round 3 - HR 

(1 Question)

  • Q1. What do you know about company
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.

Round 1 - Technical 

(1 Question)

  • Q1. Focussed on usual programmes like fibonocii series, sort and search algorithms

Interview Preparation Tips

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

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.
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.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It has 20 questions for 30 minutes of test. Most related to basic Logical Reasoning, Accuracy, Numerical Ability.

Round 3 - Technical 

(1 Question)

  • Q1. Questions were related to Resumes like Postman, API, Database, Jmeter, JIRA, and Automation.
Round 4 - Technical 

(2 Questions)

  • Q1. Regarding your technical skills & how you performed them in daily life, What issues you faced daily while working?
  • Q2. Old Project experiences, Hard challenges & your presence of mind while working for solutions.

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 trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about PureSoftware?
Ask anonymously on communities.

PureSoftware Interview FAQs

How many rounds are there in PureSoftware Senior Software Engineer interview?
PureSoftware interview process usually has 2-3 rounds. The most common rounds in the PureSoftware interview process are Technical, HR and Coding Test.
How to prepare for PureSoftware Senior Software Engineer 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, Javascript, SQL, Software Engineering and Spring Boot.
What are the top questions asked in PureSoftware Senior Software Engineer interview?

Some of the top questions asked at the PureSoftware Senior Software Engineer interview -

  1. Tell me about LOD, Pie Chart, Dual Axis Chart, how you will make them in Tablea...read more
  2. What is use of Swift &Objective c? Write code for Tableview Using SwiftUI? RxSw...read more
  3. Write a program to fetch and display data from api in re...read more
How long is the PureSoftware Senior Software Engineer interview process?

The duration of PureSoftware Senior Software Engineer 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

4.2/5

based on 9 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 100%
View more
PureSoftware Senior Software Engineer Salary
based on 521 salaries
₹11.7 L/yr - ₹23.9 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

PureSoftware Senior Software Engineer Reviews and Ratings

based on 92 reviews

3.2/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.3

Salary

2.5

Job security

2.9

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 92 Reviews and Ratings
Senior Software Engineer
529 salaries
unlock blur

₹11.8 L/yr - ₹25 L/yr

Software Engineer
248 salaries
unlock blur

₹6 L/yr - ₹13.9 L/yr

Lead Engineer
235 salaries
unlock blur

₹20.9 L/yr - ₹38.5 L/yr

Technical Lead
171 salaries
unlock blur

₹21.6 L/yr - ₹40 L/yr

Associate Software Engineer
88 salaries
unlock blur

₹4.4 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