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 Development Engineer Interview Questions and Answers

Updated 21 Mar 2024

SIXT Research & Development Software Development Engineer Interview Experiences

1 interview found

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

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

Round 1 - Coding Test 

3 coding questions were asked along with OOPS concept

Round 2 - One-on-one 

(1 Question)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merge two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through the two input arrays

    • Compare elements at the pointers and add the smaller one to the result array

    • Move the pointer of the array from which the element was added

    • Repeat until all elements are merged

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Time Management
Optimal approach

Skills evaluated in this interview

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

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.

SIXT Research & Development Interview FAQs

How many rounds are there in SIXT Research & Development Software Development Engineer 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.
How to prepare for SIXT Research & Development Software Development Engineer 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 SIXT Research & Development. The most common topics and skills that interviewers at SIXT Research & Development expect are Android, CSS, Data Modeling, Javascript and Javascript Frameworks.

Tell us how to improve this page.

People are getting interviews through

based on 1 SIXT Research & Development interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
SIXT Research & Development Software Development Engineer Salary
based on 8 salaries
₹10 L/yr - ₹15 L/yr
11% less than the average Software Development Engineer Salary in India
View more details

SIXT Research & Development Software Development Engineer Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

2.5

Skill development

2.0

Work-Life balance

2.5

Salary & Benefits

1.0

Job Security

2.0

Company culture

1.5

Promotions/Appraisal

2.0

Work Satisfaction

Explore 2 Reviews and Ratings
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