i
Trianz
Filter interviews by
Clear (1)
I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.
Middleware in .NET Core is a component that can handle requests and responses in the application pipeline.
Middleware is a piece of software that can intercept and process HTTP requests and responses.
Middleware components are added to the application pipeline in the Startup class.
Middleware can perform tasks such as authentication, logging, error handling, etc.
Example: UseMiddleware<CustomMiddleware>()
Authentication for web API involves verifying the identity of users before granting access to resources.
Authentication can be done using tokens like JWT or OAuth.
API endpoints can be secured using authentication middleware.
User credentials are validated against a data store like a database.
Authentication headers like Authorization are used to send tokens with requests.
DI services can be configured in .NET by registering services in ConfigureServices method of Startup class
Register services using AddTransient, AddScoped, or AddSingleton methods
Use IServiceCollection interface to add services
Example: services.AddTransient<IMyService, MyService>()
CORS can be handled by configuring the server to allow cross-origin requests from specified origins.
Configure server to include appropriate CORS headers like Access-Control-Allow-Origin
Use middleware or filters to handle CORS in .NET applications
Consider security implications when allowing cross-origin requests
Top trending discussions
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I was interviewed before Sep 2020.
Round duration - 140 minutes
Round difficulty - Medium
Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.
Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...
Given two numbers represented as arrays, calculate their sum and return the result as an array.
Iterate through the arrays from right to left, adding digits and carrying over if necessary
Handle cases where one array is longer than the other by considering the remaining digits
Ensure the final sum array does not have any leading zeros
Round duration - 20 minutes
Round difficulty - Easy
The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.
Round duration - 8 minutes
Round difficulty - Easy
This round was conducted right after finishing and clearing the technical round at the same place and on the same day.
Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.
Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.
I applied via Amcat and was interviewed before Jul 2021. There were 2 interview rounds.
Refer R S Agarwal book for apptitude
A C program to perform arithmetic operations on fractional numbers.
Use float or double data type to store fractional numbers.
Use scanf() to take input from the user.
Perform arithmetic operations like addition, subtraction, multiplication, and division.
Use printf() to display the result.
I applied via LinkedIn and was interviewed before Jul 2020. There were 4 interview rounds.
I applied via Job Fair and was interviewed before Aug 2021. There was 1 interview round.
Java is statically typed, compiled language while Python is dynamically typed, interpreted language.
Java is faster than Python due to its compilation process.
Python has simpler syntax and is easier to learn.
Java is used for building enterprise-level applications while Python is used for scripting and automation.
Java has strict type checking while Python has loose type checking.
Java has better support for multithreading...
I applied via Company Website and was interviewed before Sep 2020. There was 1 interview round.
Ant build file can be configured using XML syntax with various tags and attributes.
Create a build.xml file with targets and tasks
Use
Use
Use
Use
Use
Use
Use
Use
Use
Use
based on 1 interview
Interview experience
Technical Lead
676
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
418
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Technical Lead
370
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
303
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Systems Engineer
87
salaries
| ₹0 L/yr - ₹0 L/yr |
Wipro
Infosys
Tech Mahindra
HCLTech