Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Turtlemint City Head Interview Questions and Answers

Updated 12 Dec 2024

Turtlemint City Head Interview Experiences

1 interview found

City Head Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Experience they will ask nothing else
  • Q2. Notice period
Round 2 - One-on-one 

(1 Question)

  • Q1. No any specific they always in hurry

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join no HR policy No job security

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Basic questions and experience related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. In person interview,

Interview Questionnaire 

3 Questions

  • Q1. To sell a mobile
  • Ans. 

    To sell a mobile, I would focus on its features and benefits that meet the customer's needs.

    • Identify the customer's needs and preferences

    • Highlight the mobile's features that meet those needs

    • Emphasize the benefits of those features

    • Provide a demonstration of the mobile's capabilities

    • Offer competitive pricing and promotions

    • Provide excellent customer service and support

  • Answered by AI
  • Q2. Rather than asking something ask candidate to sell the product which he or she is already doing it... You will the strength of the candidates
  • Q3. Mr. ABC can you please sell me the product which you are familiar about and I should get convinced

Interview Preparation Tips

Interview preparation tips for other job seekers - Stop judging the candidates... Evaluate the candidates...

I was interviewed in May 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 75 Minutes
Round difficulty - Medium

The round consisted of 2 Coding based based questions.
These question were easy for as I have already done this while preparing.

  • Q1. 

    Flip Equivalent Binary Tree Problem

    Determine whether two binary trees, given by their roots 'ROOT1' and 'ROOT2', are flip equivalent. A tree can be transformed into a flip equivalent through any number o...

  • Ans. 

    The problem is to determine if two binary trees are flip equivalent after performing flip operations on one of the trees.

    • Perform a depth-first search (DFS) on both trees simultaneously

    • At each node, check if the values are equal and the left and right subtrees are either both null or both not null

    • If the above conditions are met, recursively check the flip equivalence of the left and right subtrees

    • If any of the condition...

  • Answered by AI
  • Q2. 

    Split Array Into Increasing Subsequences Problem Statement

    You are provided with an integer array ARR of size N sorted in ascending order. Your task is to determine if it is possible to split this array i...

  • Ans. 

    The task is to determine if an integer array can be split into one or more increasing subsequences with a length of at least 3.

    • Check if the array can be split into increasing subsequences by iterating through the array.

    • Keep track of the current subsequence and its length while iterating.

    • If the difference between the current element and the previous element is not 1, start a new subsequence.

    • If the length of any subseque...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

The interview started a bit late as I it to be at 11:30 am but started at 12:15pm So Had to wait. Apart from these the overall experience was great and the interviewer was also kind and had a smiling face.

  • Q1. 

    Ninja and Alternating Largest Problem Statement

    Ninja is given a sequence of numbers and needs to rearrange them so that every second element is greater than its neighbors on both sides.

    Example:

    Input:
    ...
  • Ans. 

    The task is to rearrange the given array such that every second element is greater than its left and right element.

    • Iterate through the array and check if every second element is greater than its left and right element

    • If not, swap the current element with its adjacent element to satisfy the condition

    • Continue this process until the entire array satisfies the condition

    • Return 1 if the array satisfies the condition, else re

  • Answered by AI
Round 3 - Video Call 

Round duration - 30 Minutes
Round difficulty - Easy

10:30 PM 
Interviewer was Cool.

Round 4 - HR 

Round duration - 5 minutes
Round difficulty - Easy

At 10:00 am

Interview Preparation Tips

Eligibility criteriaNo criteria But only 8+ plus CGPA were eventually shortlisted on basis of resumeAcko interview preparation:Topics to prepare for the interview - DSA, DBMS, Puzzles, OS, System DesignTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Never never try to cheat in online interview the interviewer will definitely get to know.
Tip 2 : Psuedo code presentation matters a lot so name Your variable properly and with proper indentation.
Tip 3 : Keep on trying even if You feel that's not the right answer so at least put that idea forward.
Tip 4 : Do Leetcode medium questions as much as possible As they are mostly asked in Interviews.

Application resume tips for other job seekers

Tip 1 : Avoid unnecessary details on Resume
Tip 2 : Make It look clean and also keep it of one page

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Previous Company Roles & Responsibility

I applied via Naukri.com and was interviewed in Aug 2022. 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 Resume tips
Round 2 - Assignment 

Excel tests formulas of countifs sumifs

Round 3 - HR 

(2 Questions)

  • Q1. Why did you quit previous organization
  • Q2. How did you got to know about acko

Interview Preparation Tips

Topics to prepare for ACKO Team Lead interview:
  • Team Management
Interview preparation tips for other job seekers - Be prepared for Excel test as they will be only looking for some one who has mis Excel knowlegde
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA Round & Introduction Round
  • Q2. DP Question related to subsequence
Round 2 - Technical 

(2 Questions)

  • Q1. Design Parking Lot
  • Ans. 

    Design a parking lot system with multiple levels and spots for cars.

    • Create a class for ParkingLot with attributes like levels, spots per level, etc.

    • Implement methods for parking a car, removing a car, checking availability, etc.

    • Consider implementing a ticketing system for tracking parked cars.

    • Utilize data structures like arrays, lists, or maps to manage parking spots efficiently.

  • Answered by AI
  • Q2. Sort Numbers with large file
  • Ans. 

    Use external sorting algorithm like merge sort to efficiently sort numbers in a large file.

    • Break the large file into smaller chunks that can fit into memory

    • Sort each chunk individually using a sorting algorithm like merge sort

    • Merge the sorted chunks back together to get the final sorted result

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. They had asked for my previous work experiences
Round 2 - Sales head round 

(1 Question)

  • Q1. They had as kes my work profile and some GI questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer the questions by honestly and confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Duration 1Hr
2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Don't remember the questions
  • Q2. Don't remember the questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview. anyone can crack easily if you are clear with basic concepts.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your expectation
  • Ans. 

    I expect to lead a team to success by setting clear goals, providing support, and fostering a positive work environment.

    • Set clear goals and expectations for the team

    • Provide support and resources to help team members succeed

    • Foster a positive work environment through open communication and recognition of achievements

  • Answered by AI
  • Q2. When will you join
  • Ans. 

    I am available to join immediately and can start as soon as needed.

    • Available to start immediately

    • Flexible with start date

    • Can join as soon as needed

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Discussion for ctc
  • Q2. Discussion for offer letter

Interview Preparation Tips

Interview preparation tips for other job seekers - this is trustable insurance company
Contribute & help others!
anonymous
You can choose to be anonymous

Turtlemint Interview FAQs

How many rounds are there in Turtlemint City Head interview?
Turtlemint interview process usually has 2 rounds. The most common rounds in the Turtlemint interview process are One-on-one Round.
What are the top questions asked in Turtlemint City Head interview?

Some of the top questions asked at the Turtlemint City Head interview -

  1. Experience they will ask nothing e...read more
  2. No any specific they always in hu...read more

Recently Viewed

INTERVIEWS

Turtlemint

No Interviews

SALARIES

Cogent E Services

SALARIES

Vedanta Resources

No Salaries

SALARIES

Cogent E Services

No Salaries

SALARIES

Cogent E Services

SALARIES

Vedanta Resources

INTERVIEWS

Konkola Copper mines

No Interviews

COMPANY BENEFITS

Cogent E Services

No Benefits

SALARIES

Turtlemint

DESIGNATION

Tell us how to improve this page.

Turtlemint City Head Interview Process

based on 2 interviews

Interview experience

1.5
  
Bad
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 427 Interviews
PolicyBazaar Interview Questions
3.6
 • 347 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zepto Interview Questions
3.5
 • 207 Interviews
Square Yards Interview Questions
3.8
 • 198 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Digit Insurance Interview Questions
4.0
 • 142 Interviews
Paisabazaar.com Interview Questions
3.4
 • 139 Interviews
View all
Turtlemint City Head Salary
based on 10 salaries
₹4.7 L/yr - ₹11.3 L/yr
37% less than the average City Head Salary in India
View more details

Turtlemint City Head Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.3

Salary

2.9

Job security

4.0

Company culture

3.2

Promotions

4.2

Work satisfaction

Explore 7 Reviews and Ratings
Operations Executive
129 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Unit Manager
122 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
100 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Turtlemint with

PolicyBazaar

3.6
Compare

Coverfox

4.2
Compare

ACKO

3.7
Compare

Digit Insurance

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