Upload Button Icon Add office photos

Hermes I Tickets

Compare button icon Compare button icon Compare

Filter interviews by

Hermes I Tickets Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. 1st round, 2 coding - problem solving questions, medium level, 2nd round - 2 questions of coding, 3rd round - android core technical - multi threading, scenario based questions.
  • Q2. 4th round - technical in depth on android
  • Q3. 5th round - A project was shared, asking to implement the API call and JSON decryption of incoming data
  • Ans. 

    Implementing an API call and decrypting JSON data involves making requests and parsing responses securely.

    • Use libraries like Axios or Fetch API for making API calls in JavaScript.

    • Example: const response = await axios.get('https://api.example.com/data');

    • For JSON decryption, use JSON.parse() to convert JSON strings into JavaScript objects.

    • Example: const data = JSON.parse(response.data);

    • Handle errors using try-catch block...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have practical knowledge as well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 4 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 - Coding Test 

1 hour simple questions based on DSA

Round 3 - Technical 

(2 Questions)

  • Q1. About your prior experience
  • Q2. Challenging task at your workplace
Round 4 - HR 

(1 Question)

  • Q1. Just normal discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. What is ACID in DBs ?
  • Ans. 

    ACID stands for Atomicity, Consistency, Isolation, and Durability in databases.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures that once a transaction...

  • Answered by AI
  • Q2. What is the difference in checked and unchecked exceptions ?
  • Ans. 

    Checked exceptions are checked at compile time while unchecked exceptions are not checked at compile time.

    • Checked exceptions are subclasses of Exception class except RuntimeException and its subclasses.

    • Unchecked exceptions are subclasses of RuntimeException and Error classes.

    • Checked exceptions must be caught or declared in the method signature using 'throws' keyword.

    • Unchecked exceptions do not need to be caught or decl...

  • Answered by AI
  • Q3. Find the min difference between any two integers of 2 sorted list
  • Ans. 

    To find the minimum difference between any two integers of 2 sorted lists, iterate through both lists simultaneously and keep track of the minimum difference.

    • Iterate through both sorted lists simultaneously

    • Keep track of the minimum difference found so far

    • Update the minimum difference if a smaller difference is found

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Find the leaves of the tree.
  • Ans. 

    Leaves of a tree are the nodes with no children in a tree data structure.

    • Traverse the tree and identify nodes with no children.

    • Use depth-first search or breadth-first search algorithms to find leaves.

    • Examples: In a binary tree, leaves are nodes with no left or right child.

    • In a general tree, leaves are nodes with no children in their child list.

  • Answered by AI
  • Q2. Find the LCA of tree.
Round 2 - HR 

(2 Questions)

  • Q1. What projects you worked upon?
  • Q2. What internships you did?
  • Ans. 

    I completed internships at ABC Company and XYZ Company during my undergraduate studies.

    • Interned at ABC Company working on web development projects

    • Interned at XYZ Company assisting with software testing and quality assurance

    • Gained hands-on experience in coding, debugging, and problem-solving

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare tree and graph well.

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

I am pavani thank u for wonderful opportunity i prove my talent in ur company

Round 2 - Technical 

(1 Question)

  • Q1. Computer base questions

Interview Preparation Tips

Topics to prepare for LinkedIn Consultant interview:
  • Java
  • MS Office
  • Ms World
  • Javascript
Interview preparation tips for other job seekers - Please ask computer base questions because I am bsc student
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Basic info about qualification etc
Round 3 - One-on-one 

(1 Question)

  • Q1. It was not that difficult in 18-19.. I just asked to be join and they informed me about the role.. Thats it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Questions about my profile and salary discussion
Round 2 - One-on-one 

(1 Question)

  • Q1. Discuss my previous company KRA and About my roll.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cohort Analysis in google analytics
  • Ans. 

    Cohort analysis in Google Analytics helps track the behavior of specific groups of users over time.

    • Cohort analysis groups users based on a common characteristic or behavior, such as sign-up date or acquisition channel.

    • It helps in understanding user retention, engagement, and conversion rates for different cohorts.

    • Example: Analyzing the retention rate of users who signed up in a particular month compared to users who si...

  • Answered by AI
  • Q2. Types of join in sql and their differences
  • Ans. 

    Types of joins in SQL include inner join, outer join, left join, right join, and full join.

    • Inner join: returns rows when there is a match in both tables

    • Outer join: returns all rows from both tables, filling in NULLs for missing matches

    • Left join: returns all rows from the left table and the matched rows from the right table

    • Right join: returns all rows from the right table and the matched rows from the left table

    • Full joi...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Tell me more about you
  • Ans. 

    Dynamic team leader with a passion for fostering collaboration and driving results in diverse environments.

    • Over 5 years of experience in team leadership roles, successfully managing projects that increased efficiency by 30%.

    • Skilled in conflict resolution, having mediated team disputes that led to improved communication and morale.

    • Proficient in Agile methodologies, leading a team that delivered a product ahead of schedu...

  • Answered by AI
  • Q2. Last job role in description
  • Ans. 

    In my last role, I led a team of 10 in project management, focusing on improving efficiency and team collaboration.

    • Managed a team of 10, overseeing project timelines and deliverables.

    • Implemented Agile methodologies, resulting in a 20% increase in project efficiency.

    • Conducted weekly team meetings to foster open communication and address challenges.

    • Developed training programs that improved team skills and morale.

    • Collabor...

  • Answered by AI
  • Q3. What you know about Cardekho
  • Ans. 

    Cardekho is a leading online platform for buying and selling cars in India, offering comprehensive automotive information and services.

    • Founded in 2008, Cardekho has grown to become one of India's largest automotive portals.

    • The platform provides detailed information on new and used cars, including reviews, specifications, and pricing.

    • Cardekho offers a user-friendly interface that allows users to compare different car mo...

  • Answered by AI
  • Q4. Why you want to join cardekho
  • Q5. Last achievement
  • Q6. Data interpretation

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What if you found that there is an error in your code which tester missed and the project is going to live in morning. What will you do even they issue remain after trying to fix in extra hours(night).
  • Ans. 

    I would immediately inform the project manager and the testing team about the error and work collaboratively to find a solution.

    • Notify the project manager and testing team about the error

    • Collaborate with the testing team to understand the issue

    • Analyze the code to identify the root cause of the error

    • Work with the development team to fix the error as quickly as possible

    • Perform thorough testing to ensure the issue is reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay honest and completely open about work and working style.

Skills evaluated in this interview

Hermes I Tickets Interview FAQs

How to prepare for Hermes I Tickets 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 Hermes I Tickets. The most common topics and skills that interviewers at Hermes I Tickets expect are ASP.Net, Database Design, Performance Tuning, .Net and SQL Server.

Tell us how to improve this page.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 473 Interviews
BigBasket Interview Questions
3.9
 • 398 Interviews
Lenskart Interview Questions
3.2
 • 359 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Oyo Rooms Interview Questions
3.2
 • 229 Interviews
AmbitionBox Interview Questions
4.8
 • 150 Interviews
Ola Cabs Interview Questions
3.3
 • 145 Interviews
CarDekho Group Interview Questions
3.7
 • 79 Interviews
LinkedIn Interview Questions
4.3
 • 69 Interviews
Rebel Foods Interview Questions
3.7
 • 67 Interviews
View all

Hermes I Tickets Reviews and Ratings

based on 103 reviews

4.5/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.1

Salary

3.9

Job security

4.3

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 103 Reviews and Ratings
Senior Software Engineer
14 salaries
unlock blur

₹5.7 L/yr - ₹10 L/yr

Territory Sales Manager
14 salaries
unlock blur

₹2.6 L/yr - ₹5.5 L/yr

Team Lead
9 salaries
unlock blur

₹3.5 L/yr - ₹7.3 L/yr

Tele Sales Executive
8 salaries
unlock blur

₹1.8 L/yr - ₹2.4 L/yr

Executive Accountant
8 salaries
unlock blur

₹1.9 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Hermes I Tickets with

Swiggy

3.8
Compare

Oyo Rooms

3.2
Compare

BigBasket

3.9
Compare

Udaan

3.9
Compare
write
Share an Interview