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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ORM and entity class ,controller layer ,REST ,springboot, hibernate
  • Ans. 

    ORM is Object-Relational Mapping, entity class represents a database table, controller layer handles HTTP requests, REST is an architectural style, Spring Boot is a Java framework, Hibernate is an ORM tool.

    • ORM (Object-Relational Mapping) is a technique to map objects to database tables and vice versa.

    • Entity class represents a database table and its fields as Java objects.

    • Controller layer in a web application handles HT...

  • Answered by AI

Skills evaluated in this interview

Java Developer Intern Interview Questions asked at other Companies

Q1. What is java ? Whay is java is platform independent language? Why is java not a pure object oriented language? How is java different from c++ ?
View answer (2)

Software Developer Interview Questions & Answers

user image Subhuam Tangar

posted on 4 Apr 2024

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

(1 Question)

  • Q1. Basic introduction

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Structure padding

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this . Worst company no learning

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2023. There were 2 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 

(2 Questions)

  • Q1. Basic concept of oops
  • Q2. Coding questions and sql query

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clam during the interview. Say whatever you did in past with confidence

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 (197)

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
-
Process Duration
-
Result
-
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 - Coding Test 

Logical coding testing and any question

Round 3 - Technical 

(2 Questions)

  • Q1. Technical work in employee tracking, api integration
  • Q2. What are the different between array and array list in java
  • Ans. 

    Arrays have fixed size, while ArrayLists can dynamically resize. ArrayLists are part of Java Collections framework.

    • Arrays have a fixed size, while ArrayLists can dynamically resize.

    • Arrays can hold primitive data types and objects, while ArrayLists can only hold objects.

    • Arrays use square brackets [] for declaration, while ArrayLists use angle brackets <>.

    • Arrays are faster than ArrayLists for accessing elements.

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Get interview-ready with Top PureSoftware Interview Questions

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

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at PureSoftware

View all

Sde1 Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2022

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

I applied via Campus Placement and was interviewed in Nov 2022. 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 - Coding Test 

4 questions of java and we had to solve any 1

Round 3 - Technical 

(2 Questions)

  • Q1. Prime no, Fibonacci both in iterative and recursive
  • Q2. SQL and oops were also asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lack confidence even if you get rejected in major companies the best still awaits.

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How to you manager 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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company to join. new technologies and products

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

To design a d2c landing page to position a yarn aggregator platform

Round 3 - HR 

(3 Questions)

  • Q1. Why you are looking for change.
  • Ans. Want to put myself in more challenging environment.
  • Answered Anonymously
  • Q2. Why selected a service company instead of a product company
  • Q3. What to explore multiple domains so that I can gauge them.
  • Ans. 

    Exploring multiple domains helps in gaining a broader perspective and understanding of various industries.

    • Research and read about different industries and their trends

    • Attend conferences and events related to different domains

    • Network with professionals from various industries

    • Take online courses or certifications to gain knowledge

    • Try freelancing or internships in different industries

    • Examples: Marketing, Advertising, Film

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on one major view point regarding the domain specific positioning.

Motion Graphic Designer Interview Questions asked at other Companies

Q1. 2. What is the process of making a 2D explainer animation?
View answer (1)

Technical Lead Interview Questions & Answers

user image Nailesh Jadhav

posted on 4 May 2024

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

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java basics, microservices basics and cloud services
Round 2 - Technical 

(1 Question)

  • Q1. Microservices and scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before interviewing and give honest answers

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

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.

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

3.1/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 447 Reviews and Ratings
Sql Developer- DNL

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Java Developer

Pune

3-5 Yrs

Not Disclosed

Postgres Database Administrator

Noida,

Pune

7-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
466 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
234 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
185 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
155 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
84 salaries
unlock blur

₹0 L/yr - ₹0 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