Add office photos
Engaged Employer

LTIMindtree

3.9
based on 19.9k Reviews
Filter interviews by

IRISSTAR Technologies Interview Questions and Answers

Updated 23 Dec 2024
Popular Designations

Q1. How to Convert Monolithic to Microservices?

Ans.

Monolithic to Microservices conversion involves breaking down a large application into smaller, independent services.

  • Identify the different functionalities of the monolithic application

  • Decompose the application into smaller services based on these functionalities

  • Use APIs for communication between services

  • Implement service discovery and load balancing for scalability

  • Containerize services using tools like Docker and orchestrate them with Kubernetes

Add your answer

Q2. How to write code as Platform independent?

Ans.

To write code as platform independent, use programming languages that are supported on multiple platforms and avoid platform-specific code.

  • Use programming languages like Java, Python, or JavaScript that are supported on multiple platforms.

  • Avoid using platform-specific libraries or APIs in your code.

  • Test your code on different platforms to ensure compatibility.

  • Use tools like Docker or virtual machines to create a consistent development environment across platforms.

Add your answer

Q3. Factorial of a given number ,

Ans.

Factorial of a number is the product of all positive integers less than or equal to that number.

  • To calculate factorial of a number, multiply all positive integers less than or equal to that number.

  • Factorial of 5 (5!) = 5 * 4 * 3 * 2 * 1 = 120

  • Factorial of 0 is defined as 1, so 0! = 1

Add your answer

Q4. Explain Oops concepts ?

Ans.

OOPs concepts are the fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

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

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

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

  • Abstraction: Hiding the complex implementation details and showing only the necessary featu...read more

Add your answer
Discover IRISSTAR Technologies interview dos and don'ts from real experiences

Q5. Explain solid principles?

Ans.

SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

  • S - Single Responsibility Principle: A class should have only one reason to change.

  • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

  • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the functionality.

  • I - Interface ...read more

Add your answer

Q6. MVC Lifecycle in asp.net

Ans.

MVC Lifecycle in ASP.NET involves several stages like routing, controller execution, action execution, and result rendering.

  • MVC request is first routed to the appropriate controller

  • Controller executes the requested action method

  • Action method returns a result to be rendered

  • Result is rendered to the client

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at IRISSTAR Technologies

based on 6 interviews in the last 1 year
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top DOT NET Developer Interview Questions from Similar Companies

4.3
 • 17 Interview Questions
4.9
 • 16 Interview Questions
3.6
 • 13 Interview Questions
3.5
 • 12 Interview Questions
3.7
 • 12 Interview Questions
3.9
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter