Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Travtech Software Team. If you also belong to the team, you can get access from here

Travtech Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Travtech Software Content Executive Interview Questions and Answers

Updated 14 Jul 2025

Travtech Software Content Executive Interview Experiences

2 interviews found

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

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

  • Q1. How would you rate your knowledge of geography (in percentage)?
  • Ans. 

    I would rate my knowledge of geography at around 80%, with a solid understanding of physical and political geography.

    • Familiar with major world capitals, such as Paris, Tokyo, and Washington, D.C.

    • Knowledge of continents and their geographical features, like the Sahara Desert and the Amazon Rainforest.

    • Understanding of global issues like climate change and its geographical impact.

    • Ability to read and interpret maps, includ...

  • Answered by AI
  • Q2. How proficient are you in using Microsoft Excel?
  • Ans. 

    I am highly proficient in Microsoft Excel, utilizing its advanced features for data analysis and reporting.

    • Experienced in using formulas and functions like VLOOKUP and SUMIF for data manipulation.

    • Skilled in creating pivot tables to summarize large datasets effectively.

    • Proficient in data visualization using charts and graphs to present insights clearly.

    • Familiar with conditional formatting to highlight key data points fo...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What are the differences between raster and vector data?
  • Ans. 

    Raster data uses pixels for images, while vector data uses geometric shapes for graphics, offering different advantages.

    • Raster data is pixel-based, suitable for photographs and detailed images (e.g., JPEG, PNG).

    • Vector data is shape-based, ideal for logos and illustrations (e.g., SVG, AI).

    • Raster images lose quality when scaled, while vector images maintain quality at any size.

    • Raster files tend to be larger due to pixel ...

  • Answered by AI
  • Q2. Can you explain coordinate system and map projections?

Content Executive Interview Questions Asked at Other Companies

Q1. Can you explain coordinate systems and map projections?
Q2. How would you rate your knowledge of geography (in percentage)?
Q3. What are the differences between raster and vector data?
Q4. How proficient are you in using Microsoft Excel?
Q5. How do you ensure a cultural fit during a 1:1 interview with the ... read more

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Travtech Software?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical high level questions related to total rewards process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient with their process. It will take 5 to 6 rounds for them to select you

I applied via Referral and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online test through Microsoft teams app. Xm related to English communication skills like paragraph composition (multiple choice) and mail id writing.

Round 2 - HR 

(4 Questions)

  • Q1. About our profile i.e., self introduction
  • Q2. Previous experience and details of work
  • Q3. What do we know about their company?
  • Q4. Why do you want to join in our company?

Interview Preparation Tips

Topics to prepare for Thomson Reuters Content Specialist interview:
  • Spoken English
Interview preparation tips for other job seekers - Be confident while doing personal interview. It helps you to get job easily. Don't ignore any question from interview they consider every thing.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2023.

Round 1 - Assignment 

You have to write an English assessment

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why did you apply for the role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What is your name
  • Q2. Where are you from
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Personal introduction
Are these interview questions helpful?

Senior Executive Interview Questions & Answers

HighRadius user image Shhashankaa Jagadeeshachari

posted on 5 Apr 2022

I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Share details of your previous job.
Round 2 - One-on-one 

(1 Question)

  • Q1. More about previous experiences.
Round 3 - Technical 

(1 Question)

  • Q1. More about previous work experiences, all techinical

Interview Preparation Tips

Topics to prepare for HighRadius Senior Executive interview:
  • hard skills
  • job related skills
  • Excel
  • Presentation Skills
Interview preparation tips for other job seekers - Always ask for sometime before the first round of the interview.

Research about the company , its culture , products and practices. Be prepared before you have the first discussion with any manager or even if its with HR.

Keep it real and honest. Speak all you are capable of and if you don't know something admit it, as good as it is. Recruiters like people who are honest.

Always stay positive throughout even if its not happening in your favor

Ask questions about role and the company culture.

Never get into Salary or position unless people are interested in you.

Always good to say as "Company standards while negotiating salary than specifying a number unless you are insisted for a specific number "

if you have more questions feel free to reach out @*****

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Distinct Islands Problem Statement

    Given a two-dimensional array/list consisting of integers 0s and 1s, where 1 represents land and 0 represents water, determine the number of distinct islands. A group of...

  • Ans. 

    Count the number of distinct islands in a 2D array of 0s and 1s.

    • Identify islands by performing depth-first search (DFS) on the grid

    • Use a set to store the shape of each island and check for duplicates

    • Consider translations to determine distinct islands

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Word Wrap Problem Statement

    You are tasked with arranging 'N' words of varying lengths such that each line contains at most 'M' characters, with each word separated by a space. The challenge is to minimiz...

  • Ans. 

    The goal is to minimize the total cost of arranging 'N' words on each line with a maximum character limit 'M'.

    • Calculate the cost of each line as the cube of extra space characters needed to reach 'M'.

    • Minimize the total cost by arranging words to fit within the character limit on each line.

    • Ensure each word appears fully on one line without breaking across lines.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was a System Design round.

  • Q1. Can you design a system similar to Red Bus that can handle bookings and onboard both vendors and customers to the platform?
  • Ans. 

    Design a system similar to Red Bus for handling bookings and onboarding vendors and customers.

    • Implement a user-friendly interface for customers to search and book tickets

    • Create a vendor portal for vendors to manage their offerings and availability

    • Include payment gateway integration for secure transactions

    • Develop a robust backend system for managing bookings, cancellations, and refunds

    • Utilize a database to store user in...

  • Answered by AI
Round 4 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was a System Design round

Round 5 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was an HR round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Roorkee. Microsoft interview preparation:Topics to prepare for the interview - Graphs, Dynamic Programming, Arrays, LinkedList, stringsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice as much as you can.
Tip 2 : Prepare for company, not in general.
Tip 3 : Your past work should be objective and your contribution should be very clear

Application resume tips for other job seekers

Tip 1 : Keep only relevant things for the job you are applying.
Tip 2 : Minimal data with measurable contribution and effect.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Scrum
  • Q2. Agile

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself

Travtech Software Interview FAQs

What are the top questions asked in Travtech Software Content Executive interview?

Some of the top questions asked at the Travtech Software Content Executive interview -

  1. How would you rate your knowledge of geography (in percentag...read more
  2. what are the differences between raster and vector da...read more
  3. Can you explain coordinate system and map projectio...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from other companies in Software Product Industry

Petpooja Interview Questions
4.1
 • 55 Interviews
Chetu Interview Questions
3.4
 • 206 Interviews
UKG Interview Questions
3.1
 • 117 Interviews
Mitratech Interview Questions
3.8
 • 13 Interviews
Blue Yonder Interview Questions
3.8
 • 68 Interviews
Sapiens Interview Questions
3.4
 • 64 Interviews
AVASOFT Interview Questions
2.7
 • 177 Interviews
Innovaccer Interview Questions
3.5
 • 87 Interviews
View all

Travtech Software Content Executive Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
8 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

System Administrator
8 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Software Developer
4 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Team Lead
4 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Senior Team Leader
3 salaries
unlock blur

₹15 L/yr - ₹18 L/yr

Explore more salaries
Compare Travtech Software with other companies in Software Product Industry

Narvar India

3.0
Compare

Great Developers Infotech

3.3
Compare

Atyantik Technologies

4.1
Compare

Accedo Broadband

3.6
Compare
write
Share an Interview