Upload Button Icon Add office photos

Filter interviews by

Toddle Front Office and Accounts Executive Interview Questions and Answers

Updated 18 Dec 2024

Toddle Front Office and Accounts Executive Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Implement a deep clone functionality to create a copy of deeply nested objects using JavaScript.
  • Ans. 

    Implement a deep clone functionality in JavaScript for deeply nested objects.

    • Use JSON.parse(JSON.stringify(obj)) for simple objects.

    • For objects with functions or non-serializable values, use a custom recursive function.

    • Handle circular references by keeping track of visited objects.

  • Answered by AI
  • Q2. What are useMemo and useCallback hooks in React and when should we ideally use them.
  • Ans. 

    useMemo and useCallback are React hooks used for performance optimization by memoizing values and functions respectively.

    • useMemo is used to memoize the result of a function so that it is only recomputed when its dependencies change.

    • useCallback is used to memoize a function instance so that it is not recreated on every render.

    • useMemo is ideal for optimizing expensive calculations or complex operations that do not depend...

  • Answered by AI
  • Q3. JavaScript output based code snippet questions around primitive and non-primitive data types, Immediately invoked function expressions and hoisting.
  • Q4. React life cycle methods and their corresponding implementation using React hooks.
  • Ans. 

    React life cycle methods and their corresponding implementation using React hooks.

    • ComponentDidMount - useEffect hook with empty dependency array

    • ComponentDidUpdate - useEffect hook with specific dependency array

    • ComponentWillUnmount - useEffect hook with cleanup function

    • ShouldComponentUpdate - useMemo hook for memoization

    • getDerivedStateFromProps - useState hook for managing component state

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on performance optimization topics as the company is looking more to improve the performance of their current web application.

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. What makes u different from others.
  • Q2. Golden principle of aacoounting
  • Ans. 

    The golden principle of accounting is the principle of double entry.

    • The principle of double entry states that for every debit entry, there must be a corresponding credit entry of equal amount.

    • This principle ensures that the accounting equation (Assets = Liabilities + Equity) remains in balance.

    • It helps in maintaining accurate and reliable financial records.

    • Example: If a company purchases inventory for $1,000, there wil...

  • Answered by AI
  • Q3. Purchase return entry

Interview Questionnaire 

1 Question

  • Q1. I passed 2 round with call then I got salection I taken traning days after training I passed 2 exam and a call interwe then I get final salaction thanks of cars 24
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Basic details and experience details
  • Q2. Process vice questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Speek bold u know are don't know that's not important answer is must right or wrong that's not a problem.

I applied via Recruitment Consultant and was interviewed before Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. No relevant questions to the job
  • Q2. Basic English tests

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are qualified above graduation, this is not the job you should be looking for.

I applied via LinkedIn and was interviewed before Jan 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 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.
Round 3 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for Udaan Executive interview:
  • Excel
  • English
  • Manpower Handling
Interview preparation tips for other job seekers - If you know play with data then go to interview

I applied via Walk-in and was interviewed before Oct 2021. 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 - HR 

(3 Questions)

  • Q1. Tell us About yourself
  • Q2. What is your family background
  • Q3. Brief about your work experiences
Round 3 - One-on-one 

(2 Questions)

  • Q1. Brief about yourself
  • Q2. Tell us about your experience
Round 4 - Test on tab. 

(1 Question)

  • Q1. Not disclose because this is automatically generated questions about maths or calculation

Interview Preparation Tips

Interview preparation tips for other job seekers - All are good no one bites you. Please face all round feel freely
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ based on sales and discount.

Round 2 - HR 

(1 Question)

  • Q1. Introduction and questions related sales, credit score, personal loan
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What are you expectations.
  • Q2. What are your expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself for the interview with care.. prepare
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Related to TDS and GST
  • Q2. Basic Question and past work related
Round 3 - HR 

(1 Question)

  • Q1. Basic question and salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth interview process and good experience for professionals.

Toddle Interview FAQs

How many rounds are there in Toddle Front Office and Accounts Executive interview?
Toddle interview process usually has 1 rounds. The most common rounds in the Toddle interview process are Technical.
What are the top questions asked in Toddle Front Office and Accounts Executive interview?

Some of the top questions asked at the Toddle Front Office and Accounts Executive interview -

  1. What are useMemo and useCallback hooks in React and when should we ideally use ...read more
  2. Implement a deep clone functionality to create a copy of deeply nested objects ...read more
  3. React life cycle methods and their corresponding implementation using React hoo...read more

Tell us how to improve this page.

Toddle Front Office and Accounts Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 441 Interviews
CARS24 Interview Questions
3.5
 • 338 Interviews
Udaan Interview Questions
3.9
 • 338 Interviews
Meesho Interview Questions
3.7
 • 338 Interviews
Zepto Interview Questions
3.5
 • 254 Interviews
BlackBuck Interview Questions
3.8
 • 182 Interviews
Tata 1mg Interview Questions
3.6
 • 159 Interviews
AmbitionBox Interview Questions
4.9
 • 154 Interviews
Digit Insurance Interview Questions
3.9
 • 148 Interviews
Paisabazaar.com Interview Questions
3.4
 • 144 Interviews
View all
Software Engineer
15 salaries
unlock blur

₹12 L/yr - ₹19.5 L/yr

Associate Software Engineer
9 salaries
unlock blur

₹12 L/yr - ₹13 L/yr

UX Designer
8 salaries
unlock blur

₹4.6 L/yr - ₹16.5 L/yr

Product Designer
6 salaries
unlock blur

₹12 L/yr - ₹21 L/yr

QA Engineer
6 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare Toddle with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

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