Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TraviYo Team. If you also belong to the team, you can get access from here

TraviYo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TraviYo Dot Net Core Developer Interview Questions, Process, and Tips

Updated 7 Feb 2024

TraviYo Dot Net Core Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(6 Questions)

  • Q1. What is filter in dot net core
  • Ans. 

    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.

  • Answered by AI
  • Q2. What is dependency injection
  • Ans. 

    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...

  • Answered by AI
  • Q3. Different between Transient,Add Scope and AddSingleton
  • Ans. 

    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...

  • Answered by AI
  • Q4. Difference between dataset and datareader
  • Ans. 

    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...

  • Answered by AI
  • Q5. Whai is Sql Join and why do we need it
  • Ans. 

    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

  • Answered by AI
  • Q6. How to create a table using MYSQL
  • Ans. 

    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)

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

30 min aptitude quetiobs

Round 2 - Coding Test 

2 coding questions where asked i simple logics

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. * What is method overriding?
  • Ans. 

    Method overriding is a feature in object-oriented programming where a subclass provides a different implementation of a method that is already defined in its parent class.

    • Method overriding is used to achieve runtime polymorphism.

    • The method in the subclass must have the same name, return type, and parameters as the method in the parent class.

    • The access level of the overriding method cannot be more restrictive than the o...

  • Answered by AI
  • Q2. * What is enum?
  • Ans. 

    Enum is a data type in .NET that represents a set of named values.

    • Enums are used to define a set of related named constants.

    • They provide a way to group related values together.

    • Enums can improve code readability and maintainability.

    • Each enum value has an underlying integer value by default.

    • Enums can be used in switch statements and as method parameters.

  • Answered by AI
  • Q3. * Difference between authorization and authentication.
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions they are allowed to perform.

    • Authentication confirms the identity of a user through credentials like username and password.

    • Authorization determines the access rights and permissions of a user after they have been authenticated.

    • Authentication is the process of logging in, while authorization is the process of granting or denying a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a 20 minutes interview. Most of the questions asked from .net technology, sql,oops concepts and basic networking.

Skills evaluated in this interview

TraviYo Interview FAQs

How many rounds are there in TraviYo Dot Net Core Developer interview?
TraviYo interview process usually has 1 rounds. The most common rounds in the TraviYo interview process are Technical.
What are the top questions asked in TraviYo Dot Net Core Developer interview?

Some of the top questions asked at the TraviYo Dot Net Core Developer interview -

  1. Different between Transient,Add Scope and AddSingle...read more
  2. Whai is Sql Join and why do we need...read more
  3. How to create a table using MY...read more

Tell us how to improve this page.

TraviYo Dot Net Core Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 227 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
FabHotels Interview Questions
3.0
 • 33 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
NexTurn Interview Questions
4.2
 • 26 Interviews
GoComet Interview Questions
4.6
 • 23 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
FloBiz Interview Questions
3.5
 • 22 Interviews
Bonami Software Interview Questions
4.1
 • 21 Interviews
Cleartrip Interview Questions
3.4
 • 17 Interviews
View all
Front end Developer
7 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Software Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

HR Manager
3 salaries
unlock blur

₹3.2 L/yr - ₹3.2 L/yr

HR Executive
3 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

Web Designer
3 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Explore more salaries
Compare TraviYo with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Goibibo

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview