Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IBM Team. If you also belong to the team, you can get access from here

IBM Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 21.3k Reviews

Filter interviews by

IBM Reactjs Developer Interview Questions and Answers

Updated 17 Dec 2024

IBM Reactjs Developer Interview Experiences

5 interviews found

Reactjs Developer Interview Questions & Answers

user image Niharika Thakur

posted on 17 Dec 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Got a link on mail to give online clearance test. 25 questions on react, Js and html-css

Round 2 - One-on-one 

(1 Question)

  • Q1. Build a login page
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Realted to React js
  • Q2. Javascript basics
Round 2 - HR 

(1 Question)

  • Q1. About salary discussion

Reactjs Developer Interview Questions Asked at Other Companies

Q1. Implement counter such that it has 2 buttons to increment and dec ... read more
asked in Accenture
Q2. How do you make a page responsive. Bootstrap layouts and alerts
asked in Java R & D
Q3. What are Call, apply and bind methods, what is currying in JavaSc ... read more
Q4. what is ES6 feature small coding on how let,var,const works javas ... read more
asked in Metafic
Q5. Write code for functional component to call an API and show a lis ... read more
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Assignment 

MCQ based Questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Do you follow CI/CD process?
  • Ans. 

    Yes, I follow CI/CD process to automate testing and deployment.

    • I use tools like Jenkins, GitLab CI, or CircleCI to automate the build, test, and deployment process.

    • I write unit tests and integration tests to ensure code quality before deployment.

    • I regularly push code changes to version control and trigger automated builds and tests.

    • I use continuous integration to merge code changes frequently and detect issues early in

  • Answered by AI
  • Q2. What is CI/CD Process
  • Ans. 

    CI/CD process is a software development practice that involves continuous integration, continuous delivery, and continuous deployment.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Delivery (CD) ensures that code changes are always in a deployable state.

    • Continuous Deployment (CD) automatically deploys code changes to production environments.

    • CI/CD helps in redu...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Just MCQ questions related to React, Javascript, HTML, CSS

Round 2 - Technical 

(1 Question)

  • Q1. 1. Coding question in JS: Capitalize last letter of each word in a string. 2. React JS: Fetch data from some given API and store data in tabular form
  • Ans. 

    Capitalize last letter of each word in a string and fetch data from API to display in tabular form using React JS.

    • Split the string into an array of words

    • Iterate through each word and capitalize the last letter

    • Join the words back together to form the modified string

    • Use React JS to fetch data from API and display in a tabular form

  • Answered by AI

Skills evaluated in this interview

IBM interview questions for designations

 Developer

 (3)

 Application Developer

 (109)

 Software Developer

 (96)

 Java Developer

 (26)

 Backend Developer

 (15)

 Web Developer

 (7)

 Salesforce Developer

 (6)

 Golang Developer

 (5)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 - Aptitude Test 

There were 15 mcq questions from JS, React,HTML and CSS

Round 3 - Technical 

(1 Question)

  • Q1. Basic React and Javascript questions

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is the difference between a development dependency and a regular dependency in software development?
  • Ans. 

    Development dependencies are needed for development and testing, while regular dependencies are needed for the application to run.

    • Development dependencies are used during the development process, such as testing frameworks or build tools.

    • Regular dependencies are required for the application to function properly in production.

    • Development dependencies are typically listed in the devDependencies section of package.json, w...

  • Answered by AI
  • Q2. What do the symbols ^ and ~ represent in the package.json file?
  • Ans. 

    Symbols ^ and ~ in package.json represent version ranges for dependencies.

    • The symbol ^ represents a range that allows minor version updates.

    • The symbol ~ represents a range that allows only patch updates.

    • For example, ^1.2.3 allows any version from 1.2.3 to <2.0.0, while ~1.2.3 allows any version from 1.2.3 to <1.3.0.

  • Answered by AI
  • Q3. How can a 404 page be handled in React routing?
  • Ans. 

    404 page can be handled in React routing by creating a Route component with a path of '*' at the end of all other routes.

    • Create a Route component with a path of '*' at the end of all other routes in the Switch component.

    • Inside the '*' Route component, render a custom 404 page component.

    • Use the Switch component to ensure that only one Route is rendered at a time.

  • Answered by AI
  • Q4. Some Javascript coding questions.
  • Q5. What is the component lifecycle in functional components?
  • Ans. 

    Component lifecycle in functional components involves useEffect hook for side effects.

    • Functional components use useEffect hook to handle side effects like fetching data, subscribing to events, etc.

    • useEffect hook can be used to mimic componentDidMount, componentDidUpdate, and componentWillUnmount lifecycle methods.

    • useEffect hook takes a callback function as its first argument and an optional array of dependencies as its...

  • Answered by AI
  • Q6. Explain redux data flow
  • Ans. 

    Redux data flow is a unidirectional flow of data in React applications using a centralized store.

    • Actions are dispatched to the store

    • Reducers update the state based on the action

    • Components subscribe to the store to access the updated state

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Reactjs Developer interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Get your basic cleared and be prepared
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. React basic,event loop, Lazy Loading, Suspense, Javascript basics
  • Q2. Create counter application
  • Ans. 

    Counter application using Reactjs

    • Create a React component for the counter

    • Use state to keep track of the count

    • Implement functions to increment and decrement the count

    • Display the count on the screen

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the advantages of React
  • Ans. 

    React offers advantages such as virtual DOM for improved performance, reusable components, and easy integration with other libraries.

    • Virtual DOM for efficient updates and improved performance

    • Reusable components for easier development and maintenance

    • Easy integration with other libraries like Redux for state management

    • Support for server-side rendering for better SEO performance

  • Answered by AI
  • Q2. How the performance optimization can be done in React Js Application
  • Ans. 

    Performance optimization in React Js can be achieved through code splitting, memoization, virtualization, and minimizing re-renders.

    • Implement code splitting to load only necessary components when needed

    • Use memoization techniques like useMemo and useCallback to prevent unnecessary re-renders

    • Implement virtualization for long lists or tables to render only visible items

    • Minimize re-renders by using shouldComponentUpdate or

  • Answered by AI
  • Q3. What is the purpose of useMemo and UseCallBack hook
  • Ans. 

    useMemo and useCallback are hooks in React used for optimizing performance 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 unless its dependencies change.

    • Both hooks help in optimizing performance by preventing unneces...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical and optimization techniques related
  • Q2. Coding questions of java script
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is client side and server side rendering

IBM Interview FAQs

How many rounds are there in IBM Reactjs Developer interview?
IBM interview process usually has 2-3 rounds. The most common rounds in the IBM interview process are Technical, Aptitude Test and Resume Shortlist.
What are the top questions asked in IBM Reactjs Developer interview?

Some of the top questions asked at the IBM Reactjs Developer interview -

  1. 1. Coding question in JS: Capitalize last letter of each word in a string. 2. R...read more
  2. Do you follow CI/CD proce...read more
  3. What is CI/CD Proc...read more

Tell us how to improve this page.

IBM Reactjs Developer Interview Process

based on 4 interviews in last 1 year

Interview experience

3.3
  
Average

People are getting interviews through

based on 3 IBM interviews
Company Website
Job Portal
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
IBM Reactjs Developer Salary
based on 17 salaries
₹3 L/yr - ₹19.2 L/yr
80% more than the average Reactjs Developer Salary in India
View more details

IBM Reactjs Developer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

3.5

Skill development

5.0

Work-Life balance

2.4

Salary & Benefits

4.5

Job Security

3.9

Company culture

1.9

Promotions/Appraisal

4.5

Work Satisfaction

Explore 2 Reviews and Ratings
Application Developer
11.5k salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Software Engineer
5.4k salaries
unlock blur

₹5.3 L/yr - ₹22.3 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.3 L/yr - ₹27 L/yr

Senior Software Engineer
4.9k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.5k salaries
unlock blur

₹5.6 L/yr - ₹18.5 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview