Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 4 interview rounds.
Middleware and filters are components in ASP.NET Core that allow you to handle requests and responses in the pipeline.
Middleware are components that are added to the request pipeline to handle requests and responses.
Filters are used to implement cross-cutting concerns like logging, exception handling, and authorization.
Middleware can be used to modify the request or response before it reaches the controller action.
Filt...
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Use a HashSet to find duplicates in an array of strings.
Create a HashSet to store unique elements.
Iterate through the array and check if the element is already in the HashSet.
If it is, then it is a duplicate. If not, add it to the HashSet.
Return the duplicates found in the array.
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Different ways to inject services in .NET
Constructor Injection: Services are injected through a class constructor
Property Injection: Services are injected through public properties
Method Injection: Services are injected as method parameters
Service Locator Pattern: Services are accessed through a central registry
DI Containers: Frameworks like Autofac, Unity, or Ninject manage service injection
JWT authentication in Web API involves generating a token with user credentials and validating it on subsequent requests.
JWT stands for JSON Web Token, which is a compact and self-contained way for securely transmitting information between parties as a JSON object.
In Web API, a JWT token is generated upon successful authentication and is sent to the client.
The client includes the JWT token in the Authorization header o...
Custom middleware in .NET allows for custom logic to be executed before or after an HTTP request is processed.
Create a class that implements the IMiddleware interface
Override the InvokeAsync method to add custom logic
Register the middleware in the Startup class using the UseMiddleware extension method
posted on 8 Jun 2024
I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.
Single returns the only element of a sequence, or a default value if the sequence is empty. First returns the first element of a sequence, or a default value if the sequence contains no elements.
Single throws an exception if the sequence contains more than one element, while First does not.
Single is useful when you expect only one element in the sequence, while First is used when you just need the first element.
Example...
ref is used for passing a variable by reference, out is used for returning a value from a method
ref keyword is used to pass a variable by reference, allowing the method to modify the variable
out keyword is used to return a value from a method, the variable passed must be assigned a value within the method
ref parameters must be initialized before passing to the method, out parameters do not need to be initialized
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.
2 coding question (1st reverse a string without changing position of special character. 2nd remove elements before '#') + 20 mcqs
How to Improve software development process
posted on 26 Aug 2024
I applied via Campus Placement and was interviewed in Jul 2024. There were 5 interview rounds.
The 2nd round is GD: The GD was conducted properly for other batches. But for our batch the HR just collected everyone's resume and asked qns from our resume.
(Note: This is not an elimination round)
The 3rd round was Aptitude and Technical mcq test: 10 qns - DBMS, 20 - Quants, 20 - Java mcq
(Note: This round has negative markings)
Reverse a string in Python using slicing
Use string slicing with a step of -1 to reverse the string
Example: 'hello'[::-1] will return 'olleh'
posted on 15 Nov 2024
MCQ asked for css,js etx
I applied via Recruitment Consulltant
Junior Engineer
1.6k
salaries
| ₹1.1 L/yr - ₹3.6 L/yr |
Assistant Engineer
691
salaries
| ₹1.5 L/yr - ₹4.5 L/yr |
Senior Software Engineer
350
salaries
| ₹4.8 L/yr - ₹18.2 L/yr |
Technical Lead
304
salaries
| ₹7 L/yr - ₹24 L/yr |
Embedded Software Engineer
301
salaries
| ₹3 L/yr - ₹8.8 L/yr |
Sasken
Happiest Minds Technologies
L&T Technology Services
LTIMindtree