Upload Button Icon Add office photos

Filter interviews by

TFTH - Thanks For The Help Interview Questions and Answers

Updated 30 Apr 2023

TFTH - Thanks For The Help Interview Experiences

Popular Designations

2 interviews found

Round 1 - One-on-one 

(4 Questions)

  • Q1. What do it will belong on your family
  • Q2. On you will join industry on this
  • Q3. Work on this industry will be satisfied
  • Q4. Industry on it will be employed work

Interview Preparation Tips

Interview preparation tips for other job seekers - This it will continuous on my work prepared on time

Maintenance Supervisor Interview Questions asked at other Companies

Q1. What qualities do you look for in the perfect piece of jewellery
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join?
  • Q2. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very polite and verbal in communicating your interests and views.

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

Interview questions from similar companies

Intern Interview Questions & Answers

BYJU'S user image Anonymous

posted on 23 Jul 2021

I applied via Indeed and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are okay with traveling
  • Q2. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was a discussion with the manager

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How you got to know about vedantu consultant jobs?
  • Q2. Do you know all the 42 sounds
  • Ans. 

    No, I don't know all the 42 sounds.

    • There are 44 sounds in the English language, not 42.

    • I am familiar with most of the sounds, but not all of them.

    • It's important to continue learning and practicing to improve my understanding of the sounds.

  • Answered by AI
  • Q3. Diagraphs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, strong communication. Friendly nature

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Please tell me about the machine learning projects you have done
  • Ans. 

    I have worked on several machine learning projects, including image recognition and natural language processing.

    • Developed an image recognition model using convolutional neural networks

    • Implemented a natural language processing algorithm for sentiment analysis

    • Collaborated on a recommendation system using collaborative filtering

    • Applied machine learning techniques to predict customer churn in a telecom company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Because I feel I have the skills and expertise for the position I have applied for. Also, be honest, and if you dont know something say that you are unaware but will learn the subject in the due course of time.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question was moderate.based on logical reasoning and math.

Round 2 - Coding Test 

Coding test question based on sql and python.

Interview Preparation Tips

Interview preparation tips for other job seekers - if u have good knowledge on python ,machine learning and sql, then u can easily crack the exam.

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algorithm questions
Round 2 - Technical 

(1 Question)

  • Q1. IOS /Skillset questions some tricky questions
Round 3 - HR 

(1 Question)

  • Q1. Personality and Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of your profile/domain

I applied via LinkedIn and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Difference between var, let, const.
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scoping rules and behaviors.

    • var has function scope and can be redeclared and reassigned

    • let has block scope and can be reassigned but not redeclared

    • const has block scope and cannot be reassigned or redeclared

    • Use const for values that won't change, let for values that will, and avoid var

  • Answered by AI
  • Q2. Explain CSS box model. Do padding and margin apply to inline elements?
  • Ans. 

    CSS box model defines the layout of elements on a webpage. Padding and margin can apply to block-level elements but not to inline elements.

    • CSS box model consists of content, padding, border, and margin around an element.

    • Padding adds space inside the border of an element.

    • Margin adds space outside the border of an element.

    • Padding and margin can apply to block-level elements like <div> but not to inline elements lik

  • Answered by AI
  • Q3. Difference between arrow functions and regular ones.
  • Ans. 

    Arrow functions are shorter syntax for writing function expressions.

    • Arrow functions do not have their own 'this' keyword.

    • Arrow functions cannot be used as constructors.

    • Arrow functions do not have the 'arguments' object.

    • Arrow functions are more concise and easier to read.

    • Regular functions are better for methods and constructors.

  • Answered by AI
  • Q4. How does JavaScript asynchronous model work
  • Ans. 

    JavaScript asynchronous model allows non-blocking code execution by using callbacks and promises.

    • JavaScript uses an event loop to handle asynchronous operations.

    • Callbacks are functions passed as arguments to other functions and executed when the operation is complete.

    • Promises are objects that represent the eventual completion or failure of an asynchronous operation.

    • Async/await is a newer syntax that allows writing asyn...

  • Answered by AI
Round 2 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in HTML DOM traversal concepts, CSS box model and vanilla Javascript fundamentals like closure,

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. If you haven't met your monthly target?
  • Q2. How can convince parents about your product?
  • Ans. 

    By highlighting the benefits and features of our product, we can convince parents that it is the best choice for their child.

    • Emphasize the unique selling points of the product

    • Provide testimonials from satisfied customers

    • Offer a trial period or money-back guarantee

    • Showcase the safety and quality of the product

    • Demonstrate how the product can improve the child's development or education

  • Answered by AI
  • Q3. What is fraction and ratio?
  • Ans. 

    Fraction is a part of a whole number expressed in terms of numerator and denominator. Ratio is a comparison of two or more quantities.

    • Fraction represents a part of a whole number, where numerator is the part and denominator is the whole.

    • Ratio is a comparison of two or more quantities, expressed in the form of a:b or a/b.

    • Fractions can be proper (numerator is less than denominator), improper (numerator is greater than or...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Prepare about out sales related question.
2.read learning pedagogy.
3.some tricky Question

Interview Questionnaire 

2 Questions

  • Q1. Google sheet
  • Q2. Sql

Interview Preparation Tips

Interview preparation tips for other job seekers - learn google sheet and sql basic formulas

TFTH - Thanks For The Help Interview FAQs

How many rounds are there in TFTH - Thanks For The Help interview?
TFTH - Thanks For The Help interview process usually has 1-2 rounds. The most common rounds in the TFTH - Thanks For The Help interview process are One-on-one Round and Resume Shortlist.
How to prepare for TFTH - Thanks For The Help 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 TFTH - Thanks For The Help. The most common topics and skills that interviewers at TFTH - Thanks For The Help expect are Communication Skills, Recruitment, Training, Subject Matter Expertise and Education.
What are the top questions asked in TFTH - Thanks For The Help interview?

Some of the top questions asked at the TFTH - Thanks For The Help interview -

  1. Work on this industry will be satisf...read more
  2. On you will join industry on t...read more
  3. Industry on it will be employed w...read more

Tell us how to improve this page.

TFTH - Thanks For The Help Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Planet Spark Interview Questions
3.7
 • 359 Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Physicswallah Interview Questions
3.8
 • 196 Interviews
Vedantu Interview Questions
3.3
 • 185 Interviews
NxtWave Interview Questions
3.8
 • 177 Interviews
Chegg Interview Questions
4.1
 • 155 Interviews
View all

TFTH - Thanks For The Help Reviews and Ratings

based on 17 reviews

4.2/5

Rating in categories

3.7

Skill development

4.4

Work-life balance

3.5

Salary

3.8

Job security

4.3

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 17 Reviews and Ratings
Project Coordinator
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager Operations
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TFTH - Thanks For The Help with

BYJU'S

3.1
Compare

Whitehat jr

3.4
Compare

Unacademy

3.0
Compare

Extramarks Education

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