Add office photos
Employer?
Claim Account for FREE

Imriel

3.5
based on 3 Reviews
Filter interviews by

10+ E-Revbay Interview Questions and Answers

Updated 16 Oct 2024

Q1. What is the use of startup class

Ans.

Startup class is used to configure services and middleware for an application.

  • Startup class is a part of ASP.NET Core framework.

  • It is used to configure the application's request pipeline.

  • It includes methods for configuring services, middleware, and the application's request handling pipeline.

  • The ConfigureServices method is used to add services to the dependency injection container.

  • The Configure method is used to add middleware components to the request pipeline.

  • Startup class ...read more

Add your answer

Q2. How will you manage multiple task

Ans.

I prioritize tasks based on urgency and importance, and use time management techniques to ensure efficient completion.

  • Create a to-do list and prioritize tasks based on urgency and importance

  • Break down larger tasks into smaller, manageable chunks

  • Use time management techniques such as the Pomodoro technique to stay focused and efficient

  • Regularly reassess priorities and adjust the to-do list as needed

  • Communicate with team members and stakeholders to ensure alignment on prioritie...read more

Add your answer

Q3. Explain Dependency injection service lifetime

Ans.

Dependency injection service lifetime determines how long a service instance will be available for use.

  • Service lifetime can be scoped to a single request, a session, or the entire application

  • Transient lifetime creates a new instance every time it is requested

  • Singleton lifetime creates a single instance for the entire application

  • Scoped lifetime creates a single instance for each request or session

  • Lifetime can affect performance and memory usage

Add your answer

Q4. What is keep() and Peak()

Ans.

keep() and peak() are not standard functions in programming. They may refer to specific functions in a particular language or library.

  • keep() and peak() may have different meanings depending on the context in which they are used.

  • Without more information about the specific language or library being used, it is difficult to provide a more detailed answer.

  • It is important to clarify the context of the question before attempting to answer it.

Add your answer
Discover E-Revbay interview dos and don'ts from real experiences

Q5. Explain middleware in asp.net core

Ans.

Middleware in ASP.NET Core is a software component that sits between the web server and the application and handles requests and responses.

  • Middleware is a pipeline of components that can be added to the application's request processing pipeline.

  • Each middleware component can handle a specific aspect of the request/response cycle, such as authentication, logging, or caching.

  • Middleware can be added to the pipeline using the Use() method in the Startup class.

  • Middleware can be ord...read more

Add your answer

Q6. Explain filters in asp.net core

Ans.

Filters in ASP.NET Core are used to execute code before or after an action method is executed.

  • Filters can be used to perform authentication, logging, caching, and exception handling.

  • There are four types of filters: Authorization filters, Action filters, Result filters, and Exception filters.

  • Filters can be applied globally, to a controller, or to a specific action method.

  • Filters can be added using attributes or by implementing the appropriate interface.

Add your answer
Are these interview questions helpful?

Q7. Explain session storage in core

Ans.

Session storage in core is a way to store data temporarily on the client side.

  • Session storage is a type of web storage that allows data to be stored on the client side for the duration of a session.

  • Data stored in session storage is only accessible within the same window or tab that created it.

  • Session storage is useful for storing temporary data such as user preferences or form data.

  • Session storage can be accessed using the sessionStorage object in JavaScript.

Add your answer

Q8. Different functions in SQL server

Ans.

SQL server has various functions for data manipulation and retrieval.

  • Aggregate functions like SUM, AVG, COUNT, MAX, MIN

  • String functions like CONCAT, SUBSTRING, REPLACE

  • Date and time functions like GETDATE, DATEADD, DATEDIFF

  • Conversion functions like CAST, CONVERT

  • Logical functions like CASE, IIF

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Explain Action filters

Ans.

Action filters are used in ASP.NET MVC to execute code before or after an action method is called.

  • Action filters are attributes that can be applied to a controller action method.

  • They can be used to perform tasks such as authentication, logging, and caching.

  • There are four types of action filters: Authorization filters, Action filters, Result filters, and Exception filters.

  • Examples of action filters include the [Authorize] filter, which checks if the user is authenticated, and ...read more

Add your answer

Q10. reverse string without using inbuilt function

Ans.

Iterate through the string from end to beginning and store characters in a new array.

  • Create an empty array to store the reversed string.

  • Iterate through the original string from end to beginning and add each character to the new array.

  • Join the characters in the new array to form the reversed string.

Add your answer

Q11. tell me about web api

Ans.

Web API is a set of rules and protocols that allow different software applications to communicate with each other over the internet.

  • Web API allows different software systems to interact with each other through a set of rules and protocols.

  • It enables communication between different applications over the internet.

  • Web API is commonly used in web development to allow websites to interact with external services or data sources.

  • Examples of Web APIs include RESTful APIs, SOAP APIs, ...read more

Add your answer

Q12. swap number without using third

Ans.

Swap two numbers without using a third variable

  • Use bitwise XOR operation to swap two numbers without using a third variable

  • Example: a = 5, b = 10. a ^= b; b ^= a; a ^= b; Now a = 10, b = 5

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.2
 • 643 Interview Questions
3.7
 • 417 Interview Questions
3.8
 • 329 Interview Questions
4.2
 • 266 Interview Questions
4.0
 • 194 Interview Questions
3.6
 • 168 Interview Questions
View all
Top Imriel 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