Upload Button Icon Add office photos

Filter interviews by

Panther Tyres Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

ABOUT CLOUD, DSA, DBMS, computer science fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. About projects, OOPS, DBMS, DSA
Round 3 - Technical 

(1 Question)

  • Q1. About projects, javascript
Round 4 - HR 

(1 Question)

  • Q1. General questions, about company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Concepts of OOPS
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

There is Hackerank Test Consist of 2 Coding questions and MCQ's.

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basic Concept
  • Q2. Personel Projects
Round 3 - Manegorial 

(2 Questions)

  • Q1. Quiz and One Algorithm based question
  • Q2. Academics based question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Assignment 

Database questions and email addressing.

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview and prepare for communcation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Difference between abstract classes and interface
  • Q2. Find the common elements in 4 arrays

Skills evaluated in this interview

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The online test was scheduled on 10:00 AM. Total 304 students were eligible who appeared for the test. 93 students were shortlisted in this round. MCQs were asked and two coding question

MCQs were of medium to hard level.
OOPS(2 Question)
DBMS(2 questions)
Networking(2 Questions)
Operating System(2 Questions),
Aptitude(2 Questions)

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in a given array.

    • Iterate through the array and keep track of the maximum sum subarray seen so far.

    • Use Kadane's algorithm to efficiently find the maximum subarray sum.

    • Consider the case where all elements in the array are negative.

    • Handle the case where the array contains only one element.

  • Answered by AI
  • Q2. 

    Flipping Coins Problem

    Gary has N coins placed in a straight line. Some coins have their head side up, and others have the tail side up.

    Convention:

    1 denotes the HEAD side is up. 
    0 denotes the TAIL sid...
  • Ans. 

    Find the maximum number of head-side up coins by flipping a continuous segment of coins.

    • Iterate through the array and calculate the maximum number of head-side up coins without flipping.

    • Iterate through the array and calculate the maximum number of head-side up coins after flipping a continuous segment.

    • Compare the results from the above two steps to find the maximum number of head-side up coins obtainable.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was technical interview round, which was purely based on coding followed by 1 SQL query. Duration of round was of 1 hour from 10 AM-11AM. Interviewer asked me 2 Coding questions one to solve and run on Hackerrank codepair platform and for another one she asked only my approach to solve problem. In the remaining last 10 minutes interviewer asked me 1 SQL query on JOIN. Total 28 students were shortlisted in this round.

  • Q1. 

    First Missing Positive Problem Statement

    You are provided with an integer array ARR of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...

  • Ans. 

    Find the smallest positive integer missing from an array of integers.

    • Iterate through the array and mark positive integers as visited by changing the sign of the corresponding index.

    • After marking, iterate again to find the first positive integer with a positive value, which will be the smallest missing positive integer.

    • Handle edge cases like all negative numbers, duplicates, and missing 1 separately.

  • Answered by AI
  • Q2. 

    Problem: kth Missing Element in a Sequence

    Given a strictly increasing sequence of integers VEC, identify the Kth missing contiguous integer element that is not present in the sequence, starting from the ...

  • Ans. 

    Find the kth missing element in a sequence of integers.

    • Iterate through the sequence to find missing elements.

    • Keep track of the count of missing elements found.

    • Return the kth missing element once count reaches k.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Banasthali University. Eligibility criteria7.0 and above CGPA , No current active backlogs/failures, only CS/IT StudentsAthenahealth interview preparation:Topics to prepare for the interview - Data Structures & Algorithms, Dynamic Programming, Hashing,Tree,Graph, Heap, OOPS, SQLTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice a lot of competitive programming.
Tip 2 : Revise complete Data Structures at least 3-4 times. 
Tip 3 : Do practice SQL queries.
Tip 4 : Do at least 1 Internship from a good company.
Tip 5 : Maintain CGPA up to 7.5

Application resume tips for other job seekers

Tip 1 : Keep it short, Do not repeat the same achievements in different sections.
Tip 2 : Do participate in extracurricular activities and Hackathons.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Newspaper Ad and was interviewed before Oct 2021. 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 - Technical 

(1 Question)

  • Q1. Subject topics and you should know something about the job you are applying.
Round 3 - Interview 

(1 Question)

  • Q1. Tell me about yourself and other general questions

Interview Preparation Tips

Topics to prepare for Straive Assistant Manager interview:
  • Just some English topics
Interview preparation tips for other job seekers - Be bold and answer your questions. Please don't let them know your negative points.

I applied via Campus Placement and was interviewed before Nov 2021. 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 

There are 30 basic aptitude question in 30 minutes

Round 3 - Coding Test 

3 coding question 2 were easy and 1 was of medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - i was not selected in HR round . they select only two girls out 15 students

I applied via LinkedIn and was interviewed before May 2021. There were 2 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 - HR 

(3 Questions)

  • Q1. What is esg? What is annual report
  • Ans. 

    ESG stands for Environmental, Social, and Governance. Annual report is a comprehensive report on a company's activities throughout the preceding year.

    • ESG refers to the three central factors in measuring the sustainability and ethical impact of an investment in a company or business.

    • Environmental factors include a company's impact on the environment, such as carbon emissions and waste management.

    • Social factors include a...

  • Answered by AI
  • Q2. Where do you see yourself in next 5 years?
  • Ans. 

    In five years, I envision myself as a senior analyst, leading projects and mentoring junior team members while driving impactful insights.

    • I aim to develop my analytical skills further, possibly obtaining certifications like CFA or data analytics.

    • I see myself taking on leadership roles, managing a team of analysts to deliver high-quality insights.

    • I plan to contribute to strategic decision-making processes, influencing c...

  • Answered by AI
  • Q3. Thats it. Nothing more

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and study your education topics

Interview Questionnaire 

8 Questions

  • Q1. Questions on Summer Internship
  • Q2. What are your 2 Weaknesses ? Explain them to me ?
  • Ans. 

    I tend to overthink and can be too self-critical at times.

    • I often spend too much time analyzing details and can lose sight of the bigger picture.

    • I sometimes struggle with making decisions quickly due to overthinking.

    • I can be too hard on myself and take criticism too personally.

    • For example, in my previous job, I spent too much time perfecting a project and missed the deadline.

    • Another example is when I received construct...

  • Answered by AI
  • Q3. What is the process of launching a new product to market ? Explain each step ?
  • Ans. 

    Launching a new product involves several steps, from ideation to market launch.

    • Conduct market research to identify customer needs and preferences

    • Develop a product concept and create a prototype

    • Test the product with focus groups and make necessary adjustments

    • Create a marketing plan and determine pricing strategy

    • Launch the product and monitor sales and customer feedback

    • Make any necessary improvements or adjustments based...

  • Answered by AI
  • Q4. Difference between Primary and Secondary Research ?
  • Ans. 

    Primary research is original research conducted by the researcher, while secondary research is based on existing research.

    • Primary research involves collecting new data through surveys, interviews, experiments, etc.

    • Secondary research involves analyzing existing data from sources like books, journals, websites, etc.

    • Primary research is more time-consuming and expensive than secondary research.

    • Secondary research is useful ...

  • Answered by AI
  • Q5. Guesstimate : No of traffic signals between Aurangabad and Pune.
  • Ans. 

    There are approximately 50-60 traffic signals between Aurangabad and Pune.

    • Consider the distance between Aurangabad and Pune is around 235 km.

    • Assuming an average distance of 4 km between two signals, there would be around 58-59 signals.

    • However, the number may vary based on the route taken and the traffic density.

    • Also, the number of signals may have increased or decreased over time due to road development projects.

    • Hence,...

  • Answered by AI
  • Q6. Tell me something about yourself ?
  • Ans. 

    I am a highly motivated individual with a passion for problem-solving and continuous learning.

    • I have a degree in computer science and have worked as a software engineer for 3 years.

    • I enjoy taking on new challenges and have experience working in both team and individual settings.

    • In my free time, I enjoy reading books on technology and attending tech conferences to stay up-to-date with the latest trends.

    • I am also an avid...

  • Answered by AI
  • Q7. What is the process of Market Research ?
  • Ans. 

    Market research involves gathering and analyzing information about a target market to make informed business decisions.

    • Identify research objectives and target audience

    • Choose research methods (surveys, focus groups, etc.)

    • Collect and analyze data

    • Draw conclusions and make recommendations

    • Continuously monitor and update research

    • Example: Conducting a survey to determine customer satisfaction with a product

    • Example: Analyzing ...

  • Answered by AI
  • Q8. How did you know about Consumer Neuroscience ? ( I had spoken about it during induction )

Interview Preparation Tips

Round: Test
Experience: Quantitative Aptitude -10 Q ....Questions on P&L AND Percentage ....Cutoff 7
Verbal Ability - 18 Q .....Sentence Correction Cutoff -12 Q
Case Studies - 2

Time - 1.5 Hrs
Tips: Questions were quite easy ....Time Management Is Important
Duration: 90 minutes

Round: Behavioural Interview
Experience: Checking the confidence of the candidate. I think the fact that I had carried out a Social Research (Ganpati Procession Analysis in Pune ) helped. I could share that experience.
Tips: During your course try and associate yourself with some kind of research work ( whether it is complete or incomplete does not matter ).
Study the company ( website) as much as you can before the interview.


Round: Technical Interview
Tips: Questions on Summer Internship - Prepare well and do speak about

Skills: Ability To Analyse, Communication, Basics of Market Research
College Name: Department of Management Sciences (PUMBA)

Tell us how to improve this page.

Interview Questions from Similar Companies

S&P Global Interview Questions
4.0
 • 297 Interviews
IKS Health Interview Questions
3.6
 • 241 Interviews
Access Healthcare Interview Questions
3.9
 • 232 Interviews
Straive Interview Questions
3.4
 • 203 Interviews
AGS Health Interview Questions
4.0
 • 187 Interviews
Indegene Interview Questions
3.4
 • 158 Interviews
Nielsen Interview Questions
3.7
 • 133 Interviews
Kantar Interview Questions
3.5
 • 106 Interviews
View all

Panther Tyres Reviews and Ratings

based on 3 reviews

3.3/5

Rating in categories

3.2

Skill development

2.5

Work-life balance

2.5

Salary

2.5

Job security

2.5

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 3 Reviews and Ratings
Compare Panther Tyres with

Access Healthcare

3.9
Compare

S&P Global

4.0
Compare

IKS Health

3.6
Compare

AGS Health

4.0
Compare
write
Share an Interview