Upload Button Icon Add office photos

Filter interviews by

Shanghai Yuyuan Tourist Mart Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

(2 Questions)

  • Q1. GDS Commands
  • Q2. Airline Terminals and Airport Codes
Round 2 - Coding Test 

Sabre Commands to Check Availability

Round 3 - Coding Test 

Blocking and Booking Tickets

Round 4 - Coding Test 

Commands to Check Fare rules

Round 5 - Coding Test 

Checking Availability

Round 6 - Coding Test 

Infant and Child title

Round 7 - Technical 

(2 Questions)

  • Q1. About Airport Terminals
  • Q2. About Encode and Decode in GDS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Design a minimum stack that supports the following operations: push, pop, top, and retrieving the minimum element in constant time.
  • Ans. 

    Design a stack that supports push, pop, top, and retrieving minimum element in constant time.

    • Use two stacks - one to store the actual elements and another to store the minimum values encountered so far

    • When pushing an element, check if it is smaller than the current minimum and if so, push it to the minimum stack

    • When popping an element, check if it is the current minimum and if so, pop from the minimum stack as well

    • Top ...

  • Answered by AI
  • Q2. Given an integer array of size n, find the maximum circular subarray sum. A circular array means that the end of the array connects back to the beginning. The solution should consider both the non-circular...
  • Ans. 

    Find the maximum circular subarray sum in an integer array.

    • Calculate the non-circular maximum subarray sum using Kadane's algorithm.

    • Calculate the circular maximum subarray sum by subtracting the minimum subarray sum from the total sum.

    • Compare the non-circular and circular maximum subarray sums to get the overall maximum sum.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MakeMyTrip Software Developer interview:
  • stack
  • kadane's algorithm
Interview preparation tips for other job seekers - A solid approach to preparing for data structures and algorithms (DSA) is to use LeetCode as a primary resource.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apt questions and some Java related questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between Abstract and Interface class in Java
  • Q2. Difference between Intent and Intent filter
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - HR 

(1 Question)

  • Q1. What is the format and content of the written test related to this job?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is ratio analysis
  • Ans. 

    Ratio analysis is a financial tool used to evaluate a company's performance by analyzing relationships between financial variables.

    • Ratio analysis involves comparing different financial ratios to assess a company's financial health and performance.

    • It helps in identifying trends, strengths, weaknesses, and potential areas of improvement.

    • Common ratios used in ratio analysis include liquidity ratios, profitability ratios, ...

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

(2 Questions)

  • Q1. What is your highest qualification?
  • Q2. How year experience do you have?
Round 2 - HR 

(2 Questions)

  • Q1. What is the JIT systems?
  • Ans. 

    JIT systems stands for Just-In-Time systems, which is a production strategy aimed at reducing waste and improving efficiency by receiving goods only as they are needed in the production process.

    • JIT systems involve receiving goods only as they are needed in the production process

    • Helps in reducing inventory costs and waste

    • Requires close coordination with suppliers to ensure timely delivery of materials

    • Popularized by comp

  • Answered by AI
  • Q2. What is FIFO method?
  • Ans. 

    FIFO stands for First In, First Out. It is a method used for inventory management where the oldest stock is sold first.

    • FIFO ensures that the oldest inventory items are used or sold first before the newer ones.

    • This method is commonly used in industries like retail, food, and manufacturing.

    • For example, if a store receives new stock of a product, the older stock will be sold first to prevent expiration or obsolescence.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and friendly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. What is your name?
  • Ans. 

    My name is John Smith.

    • My first name is John.

    • My last name is Smith.

    • I go by the name John Smith.

  • Answered by AI
  • Q2. Your branch in college?
  • Ans. 

    I majored in Business Administration with a focus on Operations Management.

    • Studied courses like Supply Chain Management, Production Planning, and Inventory Control

    • Participated in case competitions related to optimizing production processes

    • Completed internships at manufacturing companies to gain hands-on experience

  • Answered by AI
  • Q3. What is your fathers name?
  • Ans. 

    My father's name is John Smith.

    • His first name is John.

    • His last name is Smith.

    • He goes by the name John Smith.

    • He is known as Mr. Smith in his workplace.

  • Answered by AI
  • Q4. Write a sql code for having
  • Ans. 

    SQL code for having clause

    • Use the HAVING clause to filter groups based on aggregate functions

    • It is used with the GROUP BY clause

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

  • Answered by AI
  • Q5. What is the difference between where and having
  • Ans. 

    WHERE is used to filter rows before grouping or aggregating, while HAVING is used to filter groups after grouping or aggregating.

    • WHERE is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition

    • HAVING is used with GROUP BY clause to filter groups based on a condition

    • WHERE is applied before the grouping operation, while HAVING is applied after the grouping operation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - notting very simple to join this company

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Find out no of occurrence of character and spaces in given string

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

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Walk me through your cv and salary expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager Round What is your experience? What do you know about this role? Family background
Round 3 - One-on-one 

(1 Question)

  • Q1. Senior Manager Round What have you dine in your previous organisation? Your understanding for this role Why you want to leave your last company? What are your strengths? Family background Tell me a point w...

Interview Preparation Tips

Interview preparation tips for other job seekers - This is was walkin interview for Amex GBT gurgaon, interview process was very smooth irrespective for over 50 candidates.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Give me a sample of a data -related user story
  • Ans. 

    As a user, I want to view my monthly expenses in a chart format to track my spending.

    • User can input their expenses for each category

    • System generates a chart showing the breakdown of expenses by category

    • User can view the chart on a monthly basis

  • Answered by AI
  • Q2. If dev team does not know how to size a story, how would you go about helping them size it?
Round 2 - One-on-one 

(1 Question)

  • Q1. Walk through your experience as a Product Owner

Interview Preparation Tips

Interview preparation tips for other job seekers - Pleasant interview experience. In a group interview I felt that I was being put down with some of the questions about my technical competencies, which didn't feel good at all.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

MakeMyTrip Interview Questions
3.7
 • 121 Interviews
BCD Travel Interview Questions
4.4
 • 93 Interviews
Thomas Cook Interview Questions
3.8
 • 43 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Thrillophilia Interview Questions
3.9
 • 21 Interviews
Ixigo.com Interview Questions
3.6
 • 21 Interviews
View all
Compare Shanghai Yuyuan Tourist Mart with

MakeMyTrip

3.7
Compare

Thomas Cook

3.8
Compare

BCD Travel

4.4
Compare

Yatra

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