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 Backend Developer Interview Questions and Answers

Updated 8 Aug 2024

TraviYo Backend Developer Interview Experiences

1 interview found

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about TraviYo?
Ask anonymously on communities.

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is ip forwarding
  • Ans. 

    IP forwarding is the process of routing data packets from one network to another network.

    • IP forwarding is a feature that allows a router to send packets destined for a remote network to the next hop router.

    • It involves examining the destination IP address of a packet and determining the best path to forward it.

    • IP forwarding is essential for enabling communication between different networks in a larger network infrastruc...

  • Answered by AI
  • Q2. What how internal structure of internet works
  • Ans. 

    The internal structure of the internet consists of interconnected networks of computers and servers that communicate through protocols.

    • The internet is made up of a vast network of interconnected devices such as routers, switches, and servers.

    • Data is transmitted across the internet using protocols like TCP/IP, HTTP, and DNS.

    • Internet Service Providers (ISPs) play a crucial role in connecting users to the internet and rou...

  • Answered by AI

Skills evaluated in this interview

Backend Developer Interview Questions Asked at Other Companies

asked in NoBroker
Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, yo ... read more
asked in Simpplr
Q2. Array Sum Calculation Calculate the sum of all elements in an arr ... read more
Q3. Given 9 balls, all of which weigh the same except for one, what i ... read more
asked in Simpplr
Q4. Remove Duplicates from String Problem Statement You are provided ... read more
asked in BlackNGreen
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Assignment 

Hackerrank assignment

Round 2 - Technical 

(2 Questions)

  • Q1. String burning puzzle
  • Q2. Basic DA question
Round 3 - Technical 

(2 Questions)

  • Q1. Leetcode medium question
  • Q2. Projects and culture for related check

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is the difference between a process and a Thread?
  • Ans. 

    Processes are independent execution units with their own memory, while threads are lightweight and share memory within a process.

    • A process is an independent program in execution, while a thread is a smaller unit of a process.

    • Processes have their own memory space; threads share the same memory space of their parent process.

    • Creating a process is more resource-intensive than creating a thread.

    • Example: A web browser (proce...

  • Answered by AI
  • Q2. What does rest stands?
  • Ans. 

    REST stands for Representational State Transfer, a software architectural style for designing networked applications.

    • REST is based on stateless communication between client and server.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE.

    • Resources are identified by URIs (Uniform Resource Identifiers).

    • Data is typically exchanged in formats like JSON or XML.

    • RESTful APIs are widely used in web services for their simpl...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How many swift cars in mumbai?
  • Ans. 

    The exact number of Swift cars in Mumbai is not available, but it is a popular choice among car owners in the city.

    • Swift cars are a common sight on the roads of Mumbai.

    • Maruti Suzuki, the manufacturer of Swift cars, has a strong presence in the city.

    • The number of Swift cars in Mumbai is constantly changing due to sales and purchases.

    • One can see multiple Swift cars in popular areas like Bandra, Andheri, and South Mumbai.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. One Puzzle to detect Defective Box
  • Q2. Previous Work Experience
  • Ans. 

    I have 3 years of experience as a Software Developer at XYZ company.

    • Developed web applications using Java and Spring framework

    • Collaborated with cross-functional teams to deliver projects on time

    • Implemented new features and enhancements based on client requirements

  • Answered by AI
Are these interview questions helpful?

Software Engineer Interview Questions & Answers

FloBiz user image Vishal Kathpalia

posted on 22 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Leetcode Medium Question -- Container most water
  • Ans. 

    Find two lines that, together with the x-axis, form a container that holds the most water.

    • Use two pointers, one at each end of the array.

    • Calculate the area formed by the lines at the two pointers.

    • Move the pointer pointing to the shorter line inward to potentially find a taller line.

    • Repeat until the two pointers meet, keeping track of the maximum area found.

    • Example: For heights [1,8,6,2,5,4,8,3,7], the maximum area is 4...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. LLD, Design patterns, Operating system
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

Couple of MCQ, Two Coding Questions. One medium, One hard.

Interview Preparation Tips

Interview preparation tips for other job seekers - Managed to complete the first question, failed to solve the second. Got selected for the next round regardless.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced professional with a strong background in project management and team leadership.

    • Over 8 years of experience in project management

    • Successfully led cross-functional teams to deliver projects on time and within budget

    • Strong communication and interpersonal skills

    • Proven track record of driving results and exceeding goals

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I have a proven track record of delivering exceptional results and possess the skills and experience necessary to excel in this role.

    • Proven track record of exceeding performance targets

    • Strong communication and leadership skills

    • Extensive experience in the industry

    • Ability to work effectively in a team environment

    • Passion for continuous learning and professional development

  • Answered by AI
  • Q3. Why should we buy your product
  • Ans. 

    Our product offers innovative solutions to streamline processes, increase efficiency, and drive growth.

    • Our product has been proven to save companies time and money by automating repetitive tasks.

    • We provide excellent customer support and training to ensure successful implementation.

    • Our product is constantly updated with new features and improvements based on customer feedback.

    • Competitive pricing compared to similar prod...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real and active listener to the question.

TraviYo Interview FAQs

How many rounds are there in TraviYo Backend 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 Backend Developer interview?

Some of the top questions asked at the TraviYo Backend Developer interview -

  1. Sql question and all j...read more
  2. C# and ado.net or ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
GoComet Interview Questions
4.6
 • 24 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
FloBiz Interview Questions
3.5
 • 23 Interviews
Ivanti Interview Questions
3.6
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Xcelore Interview Questions
4.7
 • 17 Interviews
View all

TraviYo Backend Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Front end Developer
8 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

Zidio Development

4.5
Compare

NexTurn

4.1
Compare

Springbord Systems

3.5
Compare

FloBiz

3.5
Compare
write
Share an Interview