Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      AutoFi

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: AutoFi reviews | AutoFi jobs | AutoFi salaries | AutoFi benefits
      AutoFi interviewsAutoFi React Developer interviewsAutoFi interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      React Developer Interview

      13 Oct 2021
      Anonymous interview candidate
      No offer
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 2 weeks. I interviewed at AutoFi in Sept 2021

      Interview

      First a test in react, created a project in next, used some libs with redux, jest and. some other details. Then a zoom call, 3 to 1, i'm already a react developer with few years of exp, don't really need to know really specific things, just another interview to filter out people.

      Interview questions [7]

      Question 1

      What is an event loop in JavaScript?
      Answer question

      Question 2

      Differences between useCallback and useMemo.
      Answer question

      Question 3

      What is event propagation in react.
      Answer question

      Question 4

      Your more hardest challenge until now.
      Answer question

      Question 5

      A benefit about using useRef over states.
      Answer question

      Question 6

      Do you know graph ql?
      Answer question

      Question 7

      You are working on a new feed to promote the company social network activity, you are provided with access to the account’s posts and comments, your job is to integrate that activity into the website. Task Build a ReactJS project that fetches from the posts and comments APIs, presents a list of posts and when any of the items is clicked show the list of comments that are associated with that specific post. You are responsible for: • - Fetching the data from the API. • - Presenting the data in the view. • - Relate comments to posts. Stretch goals • - Set up project to use redux • - Test your components • - Allow the user to comment on a post and save the comment on state/redux. Document any assumptions and design decisions you have made. Posts API: https://jsonplaceholder.typicode.com/posts Comments
      Answer question