Premium Employer

i

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

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Web Designer & Frontend Developer Interview Questions and Answers

Updated 1 Feb 2025

Infosys Web Designer & Frontend Developer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Assignment 

Assignment is and introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes I am opportunity is interested
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ question for frontend

Round 2 - HR 

(2 Questions)

  • Q1. For ask about background
  • Q2. Project skills education workong

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm B.E student I have done full stack web development internship in newton school from banglore
I have made several project like YouTube clone tvflix movie app zoom

Web Designer & Frontend Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. what is tags ? full form of html ans css ? what is frontend Devel ... read more
asked in Capgemini
Q2. How to send the data from child to parent component?
asked in Websadroit
Q3. What is Hooks ? Different types of Hook briefly explain
asked in Accenture
Q4. how may types to create a web page ? what are differnt types of t ... read more
asked in Capgemini
Q5. What is redux? Explain it with example

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coding test duration 40 min topic is frontend developer design the web pages by using the html,css and javascript.pefjilqrbfljkpkobnocec krgvk 2ktkgnpkognne fnjgnojvn

Round 3 - kwf 

(2 Questions)

  • Q1. What is tags ? full form of html ans css ? what is frontend Developer ? how to design the web pages ? why using the css properties ? how many ways to writen the css attributes ? what is text tag ? what is...
  • Ans. 

    Tags are elements used in HTML to define the structure and content of a web page. CSS stands for Cascading Style Sheets. Frontend Developer focuses on the user-facing aspects of a website. CSS properties are used to style and layout web pages.

    • Tags in HTML are used to define different elements such as headings, paragraphs, images, links, etc.

    • CSS stands for Cascading Style Sheets and is used to style the layout of web pa...

  • Answered by AI
  • Q2. How may types to create a web page ? what are differnt types of tages and how to work ? what is css attributes ?
  • Ans. 

    There are multiple ways to create a web page, using HTML tags to structure content and CSS attributes to style it.

    • Types of web pages can include static, dynamic, responsive, and single-page applications.

    • HTML tags are used to define the structure and content of a web page, such as <div>, <p>, <h1>, <img>, etc.

    • CSS attributes are used to style the elements on a web page, such as color, font size, m

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i completed my b tech in mechanacial but i intersted in desingn web pages so i chose and learn the html and css and javascript basics.
thankyou.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Pure function?
  • Ans. 

    A pure function is a function that always produces the same output for the same input and has no side effects.

    • Always returns the same output for the same input

    • Does not modify any external state or variables

    • No side effects, such as network requests or console logs

    • Easier to test and reason about

  • Answered by AI
  • Q2. What is redux? Explain it with example
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management tool commonly used with React.

    • It helps in managing the state of an application in a predictable way.

    • Redux stores the state of the application in a single immutable state tree.

    • Actions are dispatched to update the state, and reducers specify how the state changes in response to actions.

    • Example: const initialState = { count: 0 }; const ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to send the data from child to parent component?
  • Ans. 

    Data can be sent from child to parent component in React by using callback functions.

    • Use callback functions to pass data from child to parent component

    • Define a function in the parent component and pass it as a prop to the child component

    • Call the function in the child component with the data as an argument

  • Answered by AI
  • Q2. What is closure?
  • Ans. 

    Closure is the combination of a function bundled together with references to its surrounding state.

    • Closure allows a function to access variables from its outer scope even after the outer function has finished executing.

    • It helps in maintaining state in functional programming.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - That is mocha test, I have given the test but till now I have sent on email but no reply from HR and Even they are not receiving the calls. It was waste of time where I was expecting that they will contact me. They will just call us till the interview call join after that they will not reply your any calls and email.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(5 Questions)

  • Q1. If you cleared Aptitude and Coding, Mostly Interview will be cleared with some basics questions like OOPs concepts, sort functions kind of questions.
  • Q2. Explain OOPs concept in JAVA?
  • Ans. 

    OOPs concept in JAVA is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are used to define objects and their properties

    • Objects are instances of classes that can interact with each other

    • Inheritance allows for the creation of new classes based on existing ones

    • Polymo...

  • Answered by AI
  • Q3. Function to sort an array in Java?
  • Ans. 

    Java provides Arrays.sort() method to sort an array.

    • Use Arrays.sort() method to sort an array of strings.

    • The method sorts the elements in ascending order by default.

    • To sort in descending order, use Collections.reverseOrder() method.

  • Answered by AI
  • Q4. Tell me about yourself?
  • Q5. Final year project which you worked on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of people clears Aptitude/Coding round. clears interview for freshers recruit

Skills evaluated in this interview

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

System Engineer Interview Questions & Answers

TCS user image Arham Khokhar

posted on 24 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's totally based on Basic understanding of concepts such as Linear arrangement, circular arrangement، blood relation, direction sense, ratio proportion, time, speed, distance

Round 2 - Technical 

(3 Questions)

  • Q1. It's based on OOPS Concepts,
  • Q2. Strength and weaknesses
  • Q3. About yourself, about educational background, why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your confidence ✨️ you will be selected with ease

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Entry level aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and about college project.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a really good experience working in TCS

Infosys Interview FAQs

How many rounds are there in Infosys Web Designer & Frontend Developer interview?
Infosys interview process usually has 2 rounds. The most common rounds in the Infosys interview process are Resume Shortlist, Aptitude Test and HR.

Tell us how to improve this page.

Infosys Web Designer & Frontend Developer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Infosys Web Designer & Frontend Developer Salary
based on 4 salaries
₹5 L/yr - ₹15 L/yr
113% more than the average Web Designer & Frontend Developer Salary in India
View more details
Technology Analyst
55.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview