Upload Button Icon Add office photos
Engaged Employer

i

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

SIXT Research & Development Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SIXT Research & Development Software Engineer III Interview Questions and Answers

Updated 25 Oct 2024

SIXT Research & Development Software Engineer III Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One hackerrank test and one coding round

Round 2 - Technical 

(1 Question)

  • Q1. Mainly discussion around the technology I have worked on
Round 3 - Technical 

(1 Question)

  • Q1. Hiring manager round, technical discussion

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

There were 3 questions in this round. One question was a dynamic programming question and other were based on map and string manipulation

Round 2 - Technical 

(1 Question)

  • Q1. They asked interest between backend and frontend and connected with respective interviewers, asked about projecrs. Dsa, oops and logic to a parking problem algorithm
Round 3 - Technical 

(1 Question)

  • Q1. Round with interviewer and CTO asked about oast experiences and core concept of CS
Round 4 - HR 

(1 Question)

  • Q1. Basic question on personality and communicated further
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 3 interview rounds.

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 tips
Round 2 - Aptitude Test 

General reasoning and Mathmatics Aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Core Java and Coding questions

Interview Preparation Tips

Topics to prepare for Yatra Software Engineer interview:
  • Core Java
  • Advanced Java
  • SQL

I applied via Instahyre and was interviewed in Sep 2022. There were 2 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. FInd the max triplets such that i
  • Ans. 

    Find the max triplets such that i

    • Sort the array in ascending order

    • Iterate over the array and keep track of the maximum triplet

    • Return the maximum triplet

  • Answered by AI
  • Q2. Find the duplicate record in MySQL table
  • Ans. 

    Finding duplicate records in MySQL table

    • Use GROUP BY and HAVING clause to group and filter duplicate records

    • SELECT statement with COUNT(*) function can be used to count the number of occurrences

    • UNIQUE constraint can be added to the table to prevent duplicates

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Headout Senior Software Engineer interview:
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Practice mediim level DS Algo from leetcode and also practices MySql question as well.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. To find the kth minimum element from BST
  • Ans. 

    To find the kth minimum element from a Binary Search Tree (BST)

    • Perform an in-order traversal of the BST to get elements in sorted order

    • Return the kth element from the sorted list

    • Time complexity: O(n) where n is the number of nodes in the BST

  • Answered by AI
  • Q2. Basic OOPs question like inheritance encapsulation
Round 2 - Technical 

(2 Questions)

  • Q1. In a BST two numbers are swapped find swapped nos.
  • Ans. 

    To find swapped numbers in a BST, perform inorder traversal and keep track of previous node.

    • Perform inorder traversal of the BST

    • Keep track of the previous node while traversing

    • If at any point, the current node's value is less than the previous node's value, those are the swapped numbers

  • Answered by AI
  • Q2. What you did in college projects
Round 3 - One-on-one 

(2 Questions)

  • Q1. Puzzles: find the fastest 3 horses in 25 horse race with a race and 5 horses can be run at a time
  • Q2. Weakness and strength. how a friend will describe you

Interview Preparation Tips

Topics to prepare for Ixigo.com Software Engineer interview:
  • java
  • dsa
  • puzzle
  • tree
Interview preparation tips for other job seekers - DSA and system design are needed

Skills evaluated in this interview

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

(1 Question)

  • Q1. General questions on mobile development with flutter

I applied via Approached by Company and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Core : DBMS , oops in depth coding: basic DSA questions based on Arrays, String.
Round 3 - One-on-one 

(1 Question)

  • Q1. He asked me graph questions ( medium level ) based on a node to root, and min cost to target. note: if you really want to crack the yata.com interview practice graph question and they ask a leetcode questi...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. focus on dsa (graph) for the yatra.com
2. clear your oops concept.
3. clear your DBMS concept.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 DSA questions, 1 was Sliding Window (DP problem), Simple Linked List

Round 2 - One-on-one 

(2 Questions)

  • Q1. DBMS, Operating system, and general quiz
  • Q2. Last 2nd Highest salary in sql
  • Ans. 

    To find the last 2nd highest salary in SQL, use a subquery with the MAX function.

    • Use a subquery to find the maximum salary excluding the highest salary

    • Select the maximum salary from the result of the subquery

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - More focus on the basis, Mostly ask medium-level DSA questions. For SDE1
Be ready with DBMS and OOP concepts as well.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Basics of android and java
Round 2 - Coding Test 

Ds related questions

Round 3 - Technical 

(1 Question)

  • Q1. All Android (Java and kotlin)
Round 4 - Behavioral 

(1 Question)

  • Q1. Past projects,android,kotlin
Round 5 - HR 

(1 Question)

  • Q1. About Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared if you want to join in yatra

I was interviewed in Aug 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Timing was fine - It was in the afternoon
Interviewer was friendly and helpful

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. How would you design a caching library?
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. What is the number of edges in a 10x10 cube?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in GurgaonEligibility criteriaGood professional experienceixigo interview preparation:Topics to prepare for the interview - iOS Development, Software Architecture, Protocol Oriented programming, System Design, Data StructuresTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident
Tip 2 : Be always ready for white board coding
Tip 3 : Brush up your basics

Application resume tips for other job seekers

Tip 1 : Resume should not be more than 1 page long
Tip 2 : Write down your technical skills, Frameworks

Final outcome of the interviewSelected

Skills evaluated in this interview

SIXT Research & Development Interview FAQs

How many rounds are there in SIXT Research & Development Software Engineer III interview?
SIXT Research & Development interview process usually has 3 rounds. The most common rounds in the SIXT Research & Development interview process are Technical and Coding Test.

Tell us how to improve this page.

SIXT Research & Development Software Engineer III Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all
Software Development Engineer II
28 salaries
unlock blur

₹16.8 L/yr - ₹37.2 L/yr

Senior Product Manager
20 salaries
unlock blur

₹39.5 L/yr - ₹54.9 L/yr

Product Manager
14 salaries
unlock blur

₹21 L/yr - ₹51 L/yr

Software Development Engineer 3
12 salaries
unlock blur

₹30 L/yr - ₹65 L/yr

Sdet 2
12 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Explore more salaries
Compare SIXT Research & Development with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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