Upload Button Icon Add office photos
Engaged Employer

i

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

Toothsi Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Toothsi Associate Consultant Interview Questions and Answers

Updated 21 Dec 2022

Toothsi Associate Consultant Interview Experiences

1 interview found

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 

(1 Question)

  • Q1. Tell us about yourself and why you want this job
Round 3 - One-on-one 

(1 Question)

  • Q1. How would you sell toothsi alligners

Interview Preparation Tips

Interview preparation tips for other job seekers - They just want cheap labours that's it and they will not give you respect during interview.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic DSA problems based on Array, String and LinkedList

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basic fundamentals for any programming language
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1 hr, there were some DSA problems

Round 2 - Coding Test 

1 hr, there were some DSA problems

Round 3 - Manegerical 

(2 Questions)

  • Q1. Any hard situation u faced ?
  • Q2. How you tackled hard situation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Cloud Services
  • Q2. AWS - SNS/SQS/Lambda etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement Doubly linked list
  • Ans. 

    Doubly linked list is a data structure where each node contains a reference to the previous and next node.

    • Create a Node class with data, prev, and next pointers

    • Implement methods to add, remove, and traverse nodes in the list

    • Handle edge cases like adding to an empty list or removing the only node

  • Answered by AI
  • Q2. Phone book design

Interview Preparation Tips

Topics to prepare for KreditBee Software Developer interview:
  • DSA

Skills evaluated in this interview

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I was asked about 3 dsa questions,like very ranging from easy to medium
  • Q2. 1-find all the duplicate pairs in given array
  • Ans. 

    Find all duplicate pairs in given array of strings

    • Create a hash table to store frequency of each string

    • Iterate through the array and check if frequency is greater than 1

    • Add the string to result if frequency is greater than 1

  • Answered by AI
  • Q3. 2-shortest substring which when repeated gives the entire string(kmp) algorithms
  • Ans. 

    KMP algorithm finds the shortest substring that repeats to form the entire string.

    • KMP algorithm uses a prefix table to find the longest proper prefix that is also a suffix of each substring.

    • The length of the shortest repeating substring is the length of the string minus the length of the longest proper prefix.

    • Example: For string 'abcabcabc', the longest proper prefix is 'abcabc' and the length of the shortest repeating

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and speak out loud also keep the conversation going lemer give pauses like for 3 or more minutes.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Implement linked list from scratch. Insert, delete, search, etc.
  • Ans. 

    Implementing a linked list with insert, delete, and search functionalities.

    • Create a Node class with data and next pointer

    • Implement insert method to add nodes at the end or specific position

    • Implement delete method to remove nodes based on data or position

    • Implement search method to find a specific node

  • Answered by AI
  • Q2. Threads, process, deadlock etc. Os related questions.
  • Q3. Sql queries : find 5 highest salary.
  • Ans. 

    Use SQL query to find the 5 highest salaries in a database table.

    • Use the SELECT statement to retrieve the salaries from the table.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to limit the results to the top 5 salaries.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join. Since I was having different offer from other company as well.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

4 Online coding problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. Javascript questions
  • Q2. About different Data structures
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team on innovative projects.

    • Leading a team on innovative projects

    • Advancing to a senior software developer role

    • Continuing to learn and grow in the field

    • Possibly pursuing further education or certifications

    • Contributing to the success of the company

  • Answered by AI
  • Q2. Why you want to join KreditBee
  • Ans. 

    I want to join KreditBee because of its innovative work culture and growth opportunities.

    • Innovative work culture at KreditBee attracts me

    • Opportunities for growth and learning in the company

    • Excited about contributing to the success of KreditBee

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitudes
Logical
Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. DSA questions Arrays Linkedlist And basics of OOP React Basics
Round 3 - HR 

(1 Question)

  • Q1. Why we hire you Your strengths / weaknesse Introduction
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2022.

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 

Basic on PHP and Javascript should be clear
Laravel framework based questions

Round 3 - Coding Test 

Algo, basic Javascript

Round 4 - One-on-one 

(1 Question)

  • Q1. Technical and Fitment round

Toothsi Interview FAQs

How many rounds are there in Toothsi Associate Consultant interview?
Toothsi interview process usually has 3 rounds. The most common rounds in the Toothsi interview process are Resume Shortlist, HR and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Tracxn Interview Questions
3.2
 • 102 Interviews
Turing Interview Questions
3.4
 • 96 Interviews
Zolo Interview Questions
3.4
 • 52 Interviews
GoMechanic Interview Questions
3.7
 • 51 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Impact Guru Interview Questions
3.7
 • 39 Interviews
KreditBee Interview Questions
3.4
 • 37 Interviews
Mfine Interview Questions
3.6
 • 24 Interviews
Milkbasket Interview Questions
3.9
 • 20 Interviews
View all
Inside Sales Specialist
177 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Sales Specialist
81 salaries
unlock blur

₹4.2 L/yr - ₹7.4 L/yr

CAD Engg
73 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Business Development Manager
65 salaries
unlock blur

₹4.2 L/yr - ₹9 L/yr

Inside Sales Executive
53 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Toothsi with

Netmeds.com

3.6
Compare

Tracxn

3.2
Compare

Zolo

3.4
Compare

Flipkart Health+

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