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

      Infosys

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Infosys reviews | Infosys jobs | Infosys salaries | Infosys benefits | Infosys conversations
      Infosys interviewsInfosys ReactJS Developer Interview (AI Screening) interviewsInfosys interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & 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 personalized job recommendations and updates by starting your searches.

      ReactJS Developer Interview (AI Screening) Interview

      Jun 26, 2026
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Difficult interview

      Application

      I applied online. I interviewed at Infosys in Jun 2026

      Interview

      The first round was conducted by an AI interviewer. The interview was well structured and focused on both technical knowledge and problem-solving ability. The AI asked follow-up questions based on my previous answers, so it felt more like a real technical discussion than a simple questionnaire.

      Interview questions [1]

      Question 1

      Technical Questions Asked: -- TypeScript -Difference between union types and generic types. -How would you model an API response that can return either data or an error? -Interface vs Type in TypeScript and when to use each. -Preferred approach for type narrowing (discriminated unions vs property existence checks). -- Frontend / React -Local state vs global state management. -How to architect state management for a scalable enterprise React application. -Redux Toolkit, React.memo, useMemo, and state organization. -Deciding what belongs in the global store versus component state. --Performance -Core Web Vitals (LCP, INP, CLS). -Improving Largest Contentful Paint (LCP). -Cross-browser compatibility strategies. -Autoprefixer, polyfills, feature detection, and progressive enhancement. -Debugging browser-specific issues (especially Safari). -Debugging production-only JavaScript errors. --Architecture & Design -SOLID principles with practical examples. -Applying Liskov Substitution Principle and Interface Segregation Principle. -Designing maintainable microservices. -Improving architecture for tightly coupled applications. -Communication between microservices. -REST APIs vs asynchronous messaging. -API versioning and data consistency. --Java / Backend -Performance troubleshooting for enterprise Java applications. -Application-level metrics to monitor during performance analysis. -Database optimization, caching, and connection pooling. --Agile -Estimation techniques when requirements are ambiguous. -Story Points and Planning Poker. -Managing uncertainty and communicating risks to stakeholders. --Quality Assurance -Unit testing vs manual exploratory testing. -Importance of exploratory testing during release cycles. --Coding Round The coding exercise was based on Graphs. The problem required finding the number of Strongly Connected Components (SCC) in a directed graph. It involved implementing a graph traversal algorithm and handling directed edges correctly. If you're preparing for this interview, it's worth practicing: DFS Graph traversal Strongly Connected Components (Kosaraju's or Tarjan's Algorithm)
      Answer question