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
3.1

based on 42 Reviews

Filter interviews by

SIXT Research & Development Software Developer Intern Interview Questions and Answers

Updated 2 Jan 2025

SIXT Research & Development Software Developer Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology, Surathkal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Three questions: two medium and one hard.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic DSA and Resume based
  • Q2. Resume based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Strengthen your data structure and algorithms knowledge and learn everything about preparing a resume.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1.30
Basic profit/loss,percentages questions

Round 2 - Technical 

(4 Questions)

  • Q1. 1 hr Asked about closures, hoisting, map, hash
  • Q2. Closures and scopes
  • Q3. Dsa 2 sum problem
  • Q4. Projects and basicjs
Round 3 - HR 

(1 Question)

  • Q1. Basic related to location, timings
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic dsa, output based questions

Round 3 - Technical 

(1 Question)

  • Q1. Discussion around projects and tech stack
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:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
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

SIXT Research & Development Interview FAQs

How many rounds are there in SIXT Research & Development Software Developer Intern interview?
SIXT Research & Development interview process usually has 2 rounds. The most common rounds in the SIXT Research & Development interview process are Coding Test and One-on-one Round.
What are the top questions asked in SIXT Research & Development Software Developer Intern interview?

Some of the top questions asked at the SIXT Research & Development Software Developer Intern interview -

  1. Basic DSA and Resume ba...read more
  2. Resume based quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 SIXT Research & Development interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
View all
Software Development Engineer II
31 salaries
unlock blur

₹16.8 L/yr - ₹37.2 L/yr

Senior Product Manager
19 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.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview