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

      Archana

      Is this your company?

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Archana reviews | Archana jobs | Archana salaries | Archana benefits
      Archana interviewsArchana React Js Developer interviewsArchana 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.

      Top companies for "Compensation and Benefits" near you

      avatar
      Amazon
      3.7★Compensation & Benefits
      avatar
      Deloitte
      3.5★Compensation & Benefits
      avatar
      IBM
      3.6★Compensation & Benefits
      avatar
      Google
      4.5★Compensation & Benefits

      React Js Developer Interview

      Feb 8, 2026
      Anonymous Interview Candidate
      Calicut, Kerala
      No offer
      Positive experience
      Easy interview

      Application

      I applied through a staffing agency. I interviewed at Archana (Calicut, Kerala) in Nov 2025

      Interview

      During the interview, I was mainly asked questions related to front-end web development, focusing on HTML, CSS, and React concepts. The interviewer wanted to evaluate both my theoretical understanding and practical knowledge of building modern web applications. First, they asked about HTML and CSS fundamentals. Questions included how HTML structures a webpage using elements like headings, forms, images, and semantic tags, and how CSS is used to style these elements. They were particularly interested in how CSS helps in layout design, responsiveness, and visual presentation. Topics such as the box model, positioning, flexbox, and basic responsive design concepts were discussed to understand how well I could design user-friendly interfaces. One specific practical question was how to center an image on a web page. I explained different approaches using CSS, such as using text-align: center for inline images, margin: auto for block elements, and modern techniques like Flexbox and CSS Grid. This question tested my ability to apply CSS concepts to solve real-world layout problems. The interview also covered styling frameworks, especially Bootstrap. I was asked how Bootstrap helps in faster UI development using its predefined classes, grid system, and responsive components. I explained how Bootstrap’s grid system works with rows and columns and how it simplifies building responsive layouts without writing excessive custom CSS. Another major area of discussion was API integration. The interviewer asked how frontend applications communicate with backend services. I explained the concept of APIs, HTTP methods such as GET and POST, and how data is fetched from an API and displayed on the UI. In the context of React, I mentioned using tools like fetch or axios to call APIs and handle responses, along with basic error handling. A significant portion of the interview focused on React concepts, especially React Hooks. I was asked about commonly used hooks like useState and useEffect. I explained how useState is used to manage component state and how useEffect is used to handle side effects such as API calls or lifecycle events. I also discussed why hooks are important and how they simplify code compared to class components. Overall, the interview questions were designed to assess my understanding of core frontend technologies, my ability to style and structure web pages, and my practical knowledge of React and API integration. The discussion focused not only on definitions but also on how these concepts are applied in real-time projects, which helped evaluate my problem-solving and implementation skills.

      Interview questions [1]

      Question 1

      What is the difference between HTML and CSS, and how do they work together in a web application? How do you center an image on a webpage using CSS? Explain different methods. What are semantic HTML elements, and why are they important? What is Bootstrap, and how does its grid system work? How does Flexbox help in creating responsive layouts? What is an API, and how do you integrate an API into a React application? What are React Hooks, and why were they introduced? Explain the purpose of useState and useEffect hooks in React. How do you handle styling in React applications? What is the difference between controlled and uncontrolled components in React
      Answer question