i
Infosys
Filter interviews by
I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.
Useeffect is a hook in React that allows performing side effects in function components.
Useeffect is used to perform side effects in function components.
It runs after every render by default.
It can be used to fetch data, subscribe to events, or update the DOM.
It can also clean up effects by returning a function.
Dependencies can be specified to control when the effect runs.
useState is a hook in React that allows functional components to have state.
useState is a built-in hook in React.
It allows functional components to have stateful logic.
useState returns an array with two elements - the current state value and a function to update that value.
Example: const [count, setCount] = useState(0);
SDLC lifecycle stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.
SDLC lifecycle consists of several phases including planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.
Examples of SDLC mo...
Semantic tags in HTML are special tags that provide meaning to the content they enclose.
Semantic tags help search engines and screen readers understand the structure of a webpage.
Examples of semantic tags include <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>.
Using semantic tags improves SEO and accessibility of a website.
Responsive design is creating web applications that adapt to different screen sizes and devices.
Use media queries in CSS to adjust styles based on screen size
Utilize flexible grids and layouts to ensure content adjusts accordingly
Test the design on various devices and screen sizes to ensure responsiveness
I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.
Stateless components are functional components that don't have state, while stateful components are class components that have state.
Stateless components are simpler and easier to test.
Stateful components can hold and modify state, and can trigger re-renders.
Stateless components can receive data through props.
Stateful components can have lifecycle methods.
Example of stateless component: const Button = ({ onClick }) => ...
Lifecycle methods are methods that get called at various stages of a component's life.
componentDidMount() - called after component is mounted
shouldComponentUpdate() - determines if component should update
componentDidUpdate() - called after component is updated
componentWillUnmount() - called before component is unmounted
map returns a new array with modified elements, forEach executes a function for each element in an array.
map returns a new array, forEach does not
map modifies the elements of the array, forEach does not
map returns the same number of elements as the original array, forEach does not necessarily
forEach is used for side effects, map is used for transformation
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.
Variables declared with var are hoisted to the top of their scope
Function declarations are also hoisted to the top of their scope
Function expressions are not hoisted
Hoisting can lead to unexpected behavior if not understood properly
Infosys interview questions for designations
What people are saying about Infosys
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Jan 2022. There were 3 interview rounds.
Aptitude test duration 90 min 100 question
Coding test 50 code 100 marks 60 min
I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.
First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.
I was interviewed before Jun 2016.
I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.
5 years of experience in web development
Strong background in computer science
Passionate about software development
To separate personal and professional calls, and to ensure availability and accessibility.
Separate personal and professional calls
Ensure availability and accessibility
Maintain work-life balance
Avoid mixing personal and work-related contacts
based on 3 interviews
1 Interview rounds
based on 2 reviews
Rating in categories
Technology Analyst
55.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Systems Engineer
50.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
System Engineer
39.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
30.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate Consultant
28k
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Wipro
Cognizant
Accenture