Add office photos
Employer?
Claim Account for FREE

SEW Private Limited

4.9
based on 13 Reviews
Filter interviews by

Umiya Steel Fabricators Interview Questions and Answers

Updated 18 Dec 2024

Q1. var x=5; dynamic y = x; var z = y; What is the type of z?

Ans.

The type of z is dynamic.

  • Variable z will have the type dynamic because it is assigned the value of y, which is also dynamic.

  • Dynamic type allows for late binding and can hold any type of value at runtime.

Add your answer

Q2. Can abstract class have parameterized constructor?

Ans.

Yes, abstract class can have parameterized constructor.

  • Abstract class can have parameterized constructor to initialize the data members of the class.

  • The constructor of an abstract class can be used by its subclasses to initialize the abstract class.

  • Example: abstract class Shape { int sides; Shape(int s) { sides = s; } }

Add your answer

Q3. Difference between filters and middleware?

Ans.

Filters and middleware are both used for processing requests in web applications, but filters are typically used for pre-processing while middleware is used for post-processing.

  • Filters are typically used for pre-processing requests before they reach the intended endpoint

  • Middleware is used for post-processing requests after they have been handled by the endpoint

  • Filters are specific to certain endpoints or routes, while middleware can be applied globally to all requests

  • Filters ...read more

Add your answer

Q4. What is record type in c#

Ans.

Record type in C# is a reference type that is similar to a class but with a focus on immutability and value-based equality.

  • Record types are introduced in C# 9.0 and are used to create immutable data types.

  • They are defined using the 'record' keyword.

  • Record types automatically implement value-based equality, ToString(), and GetHashCode() methods.

  • They are ideal for representing data that should not be modified once created.

  • Example: record Person(string FirstName, string LastName...read more

Add your answer
Discover Umiya Steel Fabricators interview dos and don'ts from real experiences

Q5. Abstract class vs interface

Ans.

Abstract class is a class that can have both abstract and non-abstract methods, while an interface is a contract that defines methods that a class must implement.

  • Abstract class can have constructor while interface cannot.

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

  • Abstract class can have variables, while variables in interface are public, static, and final by default.

Add your answer

Q6. Brief the proposal writing process

Ans.

The proposal writing process involves gathering requirements, creating a solution, writing the proposal, and presenting it to the client.

  • Gather requirements from the client

  • Create a solution that meets the client's needs

  • Write the proposal outlining the solution, benefits, and cost

  • Present the proposal to the client and address any questions or concerns

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 Interview Questions from Similar Companies

4.0
 • 821 Interview Questions
4.0
 • 683 Interview Questions
4.1
 • 361 Interview Questions
3.8
 • 338 Interview Questions
4.0
 • 165 Interview Questions
3.9
 • 132 Interview Questions
View all
Top SEW Private Limited Interview Questions And Answers
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