Upload Button Icon Add office photos
Engaged Employer

i

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

Resilience InfoTech Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 26 Reviews

Filter interviews by

Resilience InfoTech Software Product Engineer Interview Questions and Answers

Updated 31 May 2023

Resilience InfoTech Software Product Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept,difference between abstract class and interface , How mvc works? Delegate in C#
  • Ans. 

    Questions on OOPs concepts, MVC, and C# delegates.

    • Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods. Interface only has abstract methods.

    • MVC is a design pattern that separates an application into three components: Model, View, and Controller.

    • Delegate is a type that represents references to methods with a specific parameter list and return type.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Viewdata, View bag and Tempdata, Polymorphism, syntex og jquery ajax , use of stored procedure and strps to procedure faster
  • Q2. Interface in C# , Index in sql , Which database used in your project Tools used in project and Bundling and minification technique
  • Ans. 

    The question covers topics like C# interface, SQL index, database used, project tools, and bundling/minification technique.

    • C# interface is used to define a contract that a class must implement.

    • SQL index is used to improve the performance of database queries.

    • The database used in the project depends on the project requirements.

    • Project tools can vary depending on the project, but commonly used tools are Visual Studio, Git...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Resilience InfoTech Software Product Engineer interview:
  • C#.mvc
  • C#

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How would you utilize AWS or Azure services to create scalable web applications
  • Ans. 

    Utilize AWS or Azure services for scalable web applications

    • Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling

    • Leverage AWS Lambda or Azure Functions for serverless computing

    • Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic

    • Store data in AWS RDS or Azure SQL Database for scalable database solutions

    • Use AWS CloudFront or Azure CDN for content delivery

  • Answered by AI
  • Q2. How would you tackle memory leaks if the system your working on was experiencing this issue?
  • Ans. 

    I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.

    • Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks

    • Review the code to ensure proper memory allocation and deallocation practices are being followed

    • Implement smart pointers or garbage collection to automatically manage memory

    • Use static co...

  • Answered by AI
  • Q3. Have you worked on legacy systems?
  • Ans. 

    Yes, I have experience working on legacy systems.

    • I have successfully maintained and upgraded legacy systems to meet current business needs.

    • I have refactored legacy code to improve performance and scalability.

    • I have integrated new technologies with legacy systems to enhance functionality.

    • I have experience troubleshooting and debugging issues in legacy systems.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Are you capable to work with cross functional teams and handle disputes effectively
  • Ans. 

    Yes, I have experience working with cross functional teams and resolving disputes effectively.

    • I have successfully collaborated with team members from different departments to achieve project goals.

    • I am skilled at mediating conflicts and finding mutually beneficial solutions.

    • I prioritize open communication and actively listen to all team members' perspectives.

    • I have experience using conflict resolution techniques such a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and on to point without deviations, they respect straight forwardness
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

    A constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • Constructors are called when an object of a class is created.

    • Example: public class Car { public Car() { // constructor code } }

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic flutter coding questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Python question was there and it was average level not tough

Round 2 - Coding Test 

Simple coding questions which was good to go

Round 3 - Technical 

(1 Question)

  • Q1. General ops concepts
Round 4 - Technical 

(1 Question)

  • Q1. Coding with technical questions
Round 5 - HR 

(1 Question)

  • Q1. General questions

Resilience InfoTech Interview FAQs

How many rounds are there in Resilience InfoTech Software Product Engineer interview?
Resilience InfoTech interview process usually has 3 rounds. The most common rounds in the Resilience InfoTech interview process are Technical and Resume Shortlist.
What are the top questions asked in Resilience InfoTech Software Product Engineer interview?

Some of the top questions asked at the Resilience InfoTech Software Product Engineer interview -

  1. Interface in C# , Index in sql , Which database used in your project Tools used...read more
  2. oops concept,difference between abstract class and interface , How mvc works? ...read more
  3. Viewdata, View bag and Tempdata, Polymorphism, syntex og jquery ajax , use of s...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Resilience InfoTech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 784 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all
Resilience InfoTech Software Product Engineer Salary
based on 5 salaries
₹3.5 L/yr - ₹6.5 L/yr
34% less than the average Software Product Engineer Salary in India
View more details
Software Engineer
57 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Software Developer
28 salaries
unlock blur

₹2.2 L/yr - ₹7.5 L/yr

Software Quality Analyst
23 salaries
unlock blur

₹1 L/yr - ₹5.8 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹4.5 L/yr - ₹10.8 L/yr

Project Manager
8 salaries
unlock blur

₹5.5 L/yr - ₹16.5 L/yr

Explore more salaries
Compare Resilience InfoTech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview