i
TraviYo
Filter interviews by
Filters in .NET Core are used to intercept HTTP requests and responses.
Filters are used to add cross-cutting concerns to MVC applications.
They can be used for authentication, authorization, logging, exception handling, etc.
Filters can be applied globally, at the controller level, or at the action level.
Examples of filters include AuthorizeFilter, ExceptionFilter, and ActionFilter.
Dependency injection is a design pattern that allows objects to be loosely coupled and dependencies to be injected at runtime.
Dependency injection is a way to achieve inversion of control.
It helps in creating modular and testable code.
Dependencies are provided to a class through constructor injection, property injection, or method injection.
It promotes code reusability and maintainability.
Example: In a .NET Core applic...
Transient creates a new instance every time it is requested, Scoped creates a new instance per scope, Singleton creates a single instance for the entire application.
Transient: Creates a new instance every time it is requested.
AddScoped: Creates a new instance per scope, such as per HTTP request.
AddSingleton: Creates a single instance for the entire application.
Example: Transient can be used for lightweight services tha...
Dataset is an in-memory representation of a relational database, while DataReader is a forward-only, read-only stream of data.
Dataset is a disconnected architecture, while DataReader is a connected architecture.
Dataset can hold multiple tables and relationships, while DataReader can only hold a single table.
Dataset can be used for data manipulation and updates, while DataReader is read-only.
Dataset requires more memory...
SQL Join is used to combine rows from two or more tables based on a related column between them.
Join is used to retrieve data from multiple tables in a single query.
It helps in avoiding data redundancy and improving query performance.
Different types of joins include inner join, left join, right join, and full outer join.
Join conditions are specified using the ON keyword.
Example: SELECT * FROM table1 JOIN table2 ON tabl
To create a table using MYSQL, use the CREATE TABLE statement followed by the table name and column definitions.
Use the CREATE TABLE statement to create a new table
Specify the table name after the CREATE TABLE statement
Define the columns and their data types within parentheses
Add any additional constraints or attributes to the columns
Example: CREATE TABLE employees (id INT, name VARCHAR(50), age INT)
I appeared for an interview in Sep 2023.
.net core api with .net MVC application and jQuery
TraviYo interview questions for popular designations
I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.
They will share a figma and you have to make as is it into web page.
Top trending discussions
posted on 9 May 2021
I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.
There will be 3 coding questions. They are of medium and hard level.
Sort an array of 0's, 1's, and 2's without using inbuilt functions.
Use three pointers to keep track of the last index of 0's, 1's, and 2's
Iterate through the array and swap elements based on their value
Continue until all elements are sorted
I applied via Campus Placement
All coding questions were ad hoc
I applied via Company Website and was interviewed before May 2023. There was 1 interview round.
I had to evaluate a software and let them understand where this software could be implemented and the pros and cons of the software.
Find the second most occurrence of string in an array of strings.
Create a dictionary to store the count of each string in the array
Sort the dictionary by count in descending order
Return the key of the second element in the sorted dictionary
based on 8 interviews
Interview experience
0-3 Yrs
Not Disclosed
0-1 Yrs
Not Disclosed
Front end Developer
8
salaries
| ₹1.7 L/yr - ₹3.5 L/yr |
Software Engineer
3
salaries
| ₹1.8 L/yr - ₹5.5 L/yr |
HR Manager
3
salaries
| ₹3.2 L/yr - ₹3.2 L/yr |
HR Executive
3
salaries
| ₹3.2 L/yr - ₹4 L/yr |
Web Designer
3
salaries
| ₹1.2 L/yr - ₹3 L/yr |
NexTurn
FloBiz
Kanerika Software
Smarter BIZ Technologies