Upload Button Icon Add office photos

Impelsys

Compare button icon Compare button icon Compare

Filter interviews by

Impelsys Software Engineer Interview Questions and Answers

Updated 15 Apr 2025

5 Interview questions

A Software Engineer was asked 7mo ago
Q. What are the Object-Oriented Programming (OOP) concepts implemented in PHP?
Ans. 

PHP supports all major Object-Oriented Programming concepts including classes, objects, inheritance, encapsulation, and polymorphism.

  • Classes: PHP allows you to define classes using the 'class' keyword.

  • Objects: You can create objects of a class using the 'new' keyword.

  • Inheritance: PHP supports inheritance where a class can inherit properties and methods from another class.

  • Encapsulation: PHP allows you to restrict a...

A Software Engineer was asked 7mo ago
Q. How do you manage third-party services within the MVC framework?
Ans. 

Third-party services can be managed by integrating them into the MVC framework using libraries or APIs.

  • Use libraries or APIs provided by the third-party service to interact with it within the MVC framework.

  • Create service classes or components to encapsulate the logic for interacting with the third-party service.

  • Utilize dependency injection to inject the third-party service dependencies into the controllers or mode...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked 7mo ago
Q. What are the pre-defined functions available for string manipulation in PHP?
Ans. 

PHP provides a variety of pre-defined functions for string manipulation.

  • strlen() - returns the length of a string

  • str_replace() - replaces all occurrences of a search string with a replacement string

  • substr() - returns a part of a string

  • strtolower() - converts a string to lowercase

  • strtoupper() - converts a string to uppercase

A Software Engineer was asked
Q. Describe how you would create a screen with a modal based on a specific design.
Ans. 

Create a screen with modal design

  • Use a modal component to display content on top of the main screen

  • Include a close button to dismiss the modal

  • Design the modal with a semi-transparent background to focus on the content

  • Ensure the modal is responsive and works on different screen sizes

A Software Engineer was asked
Q. Perform live coding for React Native app development and bug fixes.
Ans. 

Live coding in React Native involves building apps and debugging in real-time, showcasing skills in mobile development.

  • Set up a new React Native project using 'npx react-native init MyApp'.

  • Use components like <View>, <Text>, and <Button> to create UI elements.

  • Implement state management with hooks like useState and useEffect.

  • Debug using React Native Debugger or console.log statements.

  • Handle naviga...

Impelsys Software Engineer Interview Experiences

7 interviews found

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

(2 Questions)

  • Q1. What are the Object-Oriented Programming (OOP) concepts implemented in PHP?
  • Ans. 

    PHP supports all major Object-Oriented Programming concepts including classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: PHP allows you to define classes using the 'class' keyword.

    • Objects: You can create objects of a class using the 'new' keyword.

    • Inheritance: PHP supports inheritance where a class can inherit properties and methods from another class.

    • Encapsulation: PHP allows you to restrict access...

  • Answered by AI
  • Q2. What are the pre-defined functions available for string manipulation in PHP?
  • Ans. 

    PHP provides a variety of pre-defined functions for string manipulation.

    • strlen() - returns the length of a string

    • str_replace() - replaces all occurrences of a search string with a replacement string

    • substr() - returns a part of a string

    • strtolower() - converts a string to lowercase

    • strtoupper() - converts a string to uppercase

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How do you manage third-party services within the MVC framework?
  • Ans. 

    Third-party services can be managed by integrating them into the MVC framework using libraries or APIs.

    • Use libraries or APIs provided by the third-party service to interact with it within the MVC framework.

    • Create service classes or components to encapsulate the logic for interacting with the third-party service.

    • Utilize dependency injection to inject the third-party service dependencies into the controllers or models.

    • Ha...

  • Answered by AI
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Data structures and algorithms
  • Q2. Web development
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java,dsa and algorithms

Round 2 - Group Discussion 

Random any topic was good

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

I applied via Campus Placement and was interviewed before Oct 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 - Aptitude Test 

Basic Aptitute questions, GATE type CSE questions.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Justify your resume, Be a good communicator, My interviewer didn't go on to the coding problems because he was impressed by my project and technical knowledge as a fresher. Asking pattern printing and sear...
  • Q2. Line by line interviewer goes through your mentioned skills in cv. ask questions on the same might go deep on his favourite topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume should be justified, though some interviewers take coding problems also so prepare that as well.

Software Engineer Interview Questions & Answers

user image Abhav Thakur

posted on 16 Aug 2023

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 Aug 2022. There were 4 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 

A coding test was sent me to solve it

Round 3 - One-on-one 

(2 Questions)

  • Q1. Live coding for react native app development and bug fixes.
  • Ans. 

    Live coding in React Native involves building apps and debugging in real-time, showcasing skills in mobile development.

    • Set up a new React Native project using 'npx react-native init MyApp'.

    • Use components like <View>, <Text>, and <Button> to create UI elements.

    • Implement state management with hooks like useState and useEffect.

    • Debug using React Native Debugger or console.log statements.

    • Handle navigation ...

  • Answered by AI
  • Q2. Create a screen with modal with the following design
  • Ans. 

    Create a screen with modal design

    • Use a modal component to display content on top of the main screen

    • Include a close button to dismiss the modal

    • Design the modal with a semi-transparent background to focus on the content

    • Ensure the modal is responsive and works on different screen sizes

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Question related to work and how will you manage it.

Interview Preparation Tips

Topics to prepare for Impelsys Software Engineer interview:
  • Javascript
Interview preparation tips for other job seekers - Learn your skills properly and apply them . Try to be a team player and solve problems.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Angular and life cycle hooks, rxjs library operators, unit testing and on basic

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Normal question asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck. Very easy process. 3 rounds of interview.

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Impelsys?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Oops concepts

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

Round 1 - Aptitude Test 

It was mixed like aptitude and from technical.

Round 2 - Technical 

(1 Question)

  • Q1. It was F2F round. Where technical questions were asked.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round. It includes technical and managerial both
Round 4 - HR 

(1 Question)

  • Q1. HR round. It includes all the HR level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with your resume content what you have mentioned

I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Coding cum aptitude test on Hackerrank

Round 2 - One-on-one 

(1 Question)

  • Q1. First round interview . Consisted questions based on projects , dsa
Round 3 - One-on-one 

(1 Question)

  • Q1. Round 2 . Question based from core technology. Micro services , etc
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions . Why are you fit for this role kind of things

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level interview rounds. Basic knowledge in dsa will be of a great help

Impelsys Interview FAQs

How many rounds are there in Impelsys Software Engineer interview?
Impelsys interview process usually has 2-3 rounds. The most common rounds in the Impelsys interview process are One-on-one Round, Resume Shortlist and Coding Test.
What are the top questions asked in Impelsys Software Engineer interview?

Some of the top questions asked at the Impelsys Software Engineer interview -

  1. What are the pre-defined functions available for string manipulation in P...read more
  2. What are the Object-Oriented Programming (OOP) concepts implemented in P...read more
  3. How do you manage third-party services within the MVC framewo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.6/5

based on 5 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 33%
2-4 weeks 67%
View more
Impelsys Software Engineer Salary
based on 219 salaries
₹4.2 L/yr - ₹10.3 L/yr
22% less than the average Software Engineer Salary in India
View more details

Impelsys Software Engineer Reviews and Ratings

based on 29 reviews

3.2/5

Rating in categories

2.7

Skill development

3.1

Work-life balance

2.6

Salary

2.7

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 29 Reviews and Ratings
Software Engineer
219 salaries
unlock blur

₹4.2 L/yr - ₹10.3 L/yr

Senior Software Engineer
199 salaries
unlock blur

₹11.9 L/yr - ₹21 L/yr

Senior QA Engineer
48 salaries
unlock blur

₹8.2 L/yr - ₹15.1 L/yr

QA Engineer
44 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Softwaretest Engineer
44 salaries
unlock blur

₹4.1 L/yr - ₹10.3 L/yr

Explore more salaries
Compare Impelsys with

Damco Solutions

3.8
Compare

smartData Enterprises

3.2
Compare

In Time Tec Visionsoft

3.6
Compare

AgreeYa Solutions

3.2
Compare
write
Share an Interview