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 Interview Questions, Process, and Tips

Updated 20 Dec 2024

Top TraviYo Interview Questions and Answers

View all 6 questions

TraviYo Interview Experiences

Popular Designations

5 interviews found

Manual Tester Interview Questions & Answers

user image ravi shankar

posted on 20 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Regressin, sanity, functional, unit
  • Q2. Same as firste one

Manual Tester Interview Questions asked at other Companies

Q1. What is sdlc stlc waterfall model,smoke testing, black box testing, what is quality, what is strub and driver, different levels of testing, UAT, system testing. What is defect, Defect life cycle.
View answer (1)

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

Join a company where our employee's ratings speak volumes.

Backend Developer Interview Questions & Answers

user image akash kanaujiya

posted on 8 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql question and all join
  • Q2. C# and ado.net or mvc

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)
TraviYo Interview Questions and Answers for Freshers
illustration image
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

Top TraviYo Dot Net Core Developer Interview Questions and Answers

Q1. Different between Transient,Add Scope and AddSingleton
View answer (1)

Dot Net Core Developer Interview Questions asked at other Companies

Q1. How to returen& handle large number of records in web api
View answer (1)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

.net core api with .net MVC application and jQuery

Round 3 - Technical 

(1 Question)

  • Q1. About api and mvc

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company
Workin culture like a jail.
The have 12 company restrictions manual for employees.
This company is not allowing employees to go outside from office even not for lunch

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

TraviYo interview questions for popular designations

 UI Developer

 (1)

 Manual Tester

 (1)

 Senior Software Developer

 (1)

 Backend Developer

 (1)

 Dot Net Core Developer

 (1)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 3 - Coding Test 

They will share a figma and you have to make as is it into web page.

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

Interview questions from similar companies

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

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store

    • Used React.js for front-end development

    • Implemented Node.js for back-end functionality

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - HR 

(1 Question)

  • Q1. BGC Questions and location preference
Round 3 - One-on-one 

(1 Question)

  • Q1. Regarding to past experiences
Round 4 - Behavioral 

(1 Question)

  • Q1. Knowledge test and working assurity

Interview Preparation Tips

Topics to prepare for SOTC Travel Limited Sales Executive interview:
  • BGC Check
  • Knowledge regarding to the job r
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DSA & Java stream
Round 2 - Technical 

(1 Question)

  • Q1. System design round
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic about past experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Assignment 

The assignment was to display a flight list and implement sort and filter functionality.

Round 2 - Coding Test 

Basic of react native concepts and live machine coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Have patience and be honest
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Data management intern , based in excel .interview questions
Contribute & help others!
anonymous
You can choose to be anonymous

TraviYo Interview FAQs

How many rounds are there in TraviYo interview?
TraviYo interview process usually has 1-2 rounds. The most common rounds in the TraviYo interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for TraviYo interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TraviYo. The most common topics and skills that interviewers at TraviYo expect are Digital Marketing, Sales, Salesforce, B2B Sales and Excel.
What are the top questions asked in TraviYo interview?

Some of the top questions asked at the TraviYo 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

Recently Viewed

REVIEWS

Lenskart

No Reviews

SALARIES

Equiniti

SALARIES

Axis Bank

DESIGNATION

JOBS

Browse jobs

Discover jobs you love

SALARIES

Barclays

SALARIES

RBL Bank

SALARIES

DBS Bank

SALARIES

Yes Bank

DESIGNATION

Tell us how to improve this page.

TraviYo Interview Process

based on 7 interviews

Interview experience

2.9
  
Poor
View more

HCLTech

An opportunity to work for Fortune 500 companies

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 218 Interviews
MakeMyTrip Interview Questions
3.6
 • 122 Interviews
FabHotels Interview Questions
3.0
 • 34 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Cleartrip Interview Questions
3.4
 • 18 Interviews
TravelTriangle Interview Questions
3.8
 • 13 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
Cox & Kings Interview Questions
3.7
 • 6 Interviews
View all

TraviYo Reviews and Ratings

based on 46 reviews

3.6/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

3.6

Salary

3.7

Job security

3.6

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 46 Reviews and Ratings
Front end Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Executive
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Designer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TraviYo with

MakeMyTrip

3.6
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