Add office photos
Employer?
Claim Account for FREE

Trivium

4.5
based on 3 Reviews
Filter interviews by

Mitsubishi Heavy Industries Interview Questions and Answers

Updated 5 Feb 2024

Q1. Which is the latest .Net framework and what are it's new features ?

Ans.

The latest .Net framework is .Net 5.0 with new features like improved performance, support for C# 9.0, and enhanced support for cloud-native applications.

  • .Net 5.0 is the latest version of the .Net framework.

  • It provides improved performance compared to previous versions.

  • It includes support for C# 9.0, which introduces new language features.

  • It offers enhanced support for building cloud-native applications.

  • It allows developers to target Windows, Linux, macOS, iOS, Android, and m...read more

Add your answer

Q2. Can you allow a class to be inherited, but prevent a method from being overridden in C#?

Ans.

Yes

  • Use the 'sealed' keyword to prevent method overriding in C#

  • Mark the method with 'sealed' modifier to disallow further overriding

  • The class itself can still be inherited

Add your answer

Q3. Is it possible for a class to inherit the constructor of its base class?

Ans.

Yes, a class can inherit the constructor of its base class.

  • Inheritance allows a derived class to inherit the members of its base class, including constructors.

  • When a derived class is created, the constructor of its base class is automatically called.

  • The derived class can also define its own constructor, which can call the base class constructor using the 'super' keyword.

  • This allows the derived class to initialize its own members as well as the inherited members from the base ...read more

Add your answer

Q4. What is difference between System.String and System.StringBuilder classes?

Ans.

System.String is immutable, while System.StringBuilder is mutable.

  • System.String is a reference type that represents a sequence of characters and is immutable.

  • System.StringBuilder is a mutable class that provides methods to manipulate strings efficiently.

  • System.String is suitable for scenarios where frequent string manipulation is not required.

  • System.StringBuilder is more efficient when there is a need for frequent modifications to a string.

  • System.StringBuilder is recommended ...read more

Add your answer
Discover Mitsubishi Heavy Industries interview dos and don'ts from real experiences

Q5. What are the main components of .NET Framework?

Ans.

The main components of .NET Framework are Common Language Runtime (CLR), Framework Class Library (FCL), and ASP.NET.

  • Common Language Runtime (CLR) provides the runtime environment for executing .NET applications.

  • Framework Class Library (FCL) is a collection of reusable classes, interfaces, and value types that simplify development.

  • ASP.NET is a web application framework for building dynamic websites and web services.

  • Other components include ADO.NET for data access, Windows Form...read more

Add your answer

Q6. Explain the basic features of OOPs?

Ans.

OOPs (Object-Oriented Programming) is a programming paradigm that focuses on objects and their interactions.

  • Encapsulation: Bundling data and methods together in a class.

  • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

  • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

  • Abstraction: Hiding complex implementation details and providing simplified interfaces.

  • Message Passing: Objects communicate...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.4
 • 46 Interview Questions
3.6
 • 30 Interview Questions
3.4
 • 29 Interview Questions
3.8
 • 20 Interview Questions
4.0
 • 12 Interview Questions
3.6
 • 10 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