Upload Button Icon Add office photos
Engaged Employer

i

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

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 50.6k Reviews

Filter interviews by

Wipro Php Full Stack Developer Interview Questions, Process, and Tips

Updated 13 Sep 2023

Wipro Php Full Stack Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 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 - Coding Test 

HTML, Css, PHP, MySQL....ect

Round 3 - HR 

(5 Questions)

  • Q1. Full stack s/w developer questions
  • Q2. What is full form of CSS, html,sql
  • Ans. 

    CSS - Cascading Style Sheets, HTML - HyperText Markup Language, SQL - Structured Query Language

    • CSS stands for Cascading Style Sheets and is used for styling web pages

    • HTML stands for HyperText Markup Language and is used for creating the structure of web pages

    • SQL stands for Structured Query Language and is used for managing and manipulating databases

  • Answered by AI
  • Q3. What is databse?
  • Ans. 

    A database is a structured collection of data that is stored and accessed electronically.

    • A database organizes data into tables, rows, and columns.

    • It allows for efficient storage, retrieval, and manipulation of data.

    • Examples of databases include MySQL, PostgreSQL, and MongoDB.

  • Answered by AI
  • Q4. What is class and object?
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming. An object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Objects can interact with each other through methods defined in their classes.

    • Example: Class 'Car' defines properties like 'color' and behaviors like 'drive'. An object 'myCar' can be created from this class.

    • Ex...

  • Answered by AI
  • Q5. Why are do job in Full stack developer??
  • Ans. 

    Full stack developers have a wide range of skills and can work on both front-end and back-end development, making them versatile and in high demand.

    • Full stack developers can work on all aspects of a project, from database design to user interface.

    • They can easily switch between front-end and back-end tasks, making them valuable team members.

    • Having knowledge of multiple technologies allows full stack developers to troubl...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is Singleton design patterns and how to implement?
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Ensure a class has only one instance by providing a global access point to it

    • Use a private constructor to restrict instantiation of the class

    • Provide a static method to access the instance of the class

  • Answered by AI
  • Q2. Dependency Injection
  • Q3. What is extension method and write the code.
  • Ans. 

    Extension methods allow adding new methods to existing types without modifying the original type.

    • Extension methods must be defined in a static class.

    • The first parameter of an extension method specifies the type being extended and is preceded by the 'this' keyword.

    • Extension methods can be called as if they were instance methods of the extended type.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Life cycle hooks in angular
  • Ans. 

    Life cycle hooks in Angular are functions that are called at specific points in the component's life cycle.

    • ngOnChanges: Called when an input property changes

    • ngOnInit: Called once the component is initialized

    • ngOnDestroy: Called before the component is destroyed

  • Answered by AI
  • Q2. How to send data from child to parent component
  • Ans. 

    Use event emitters or callback functions to send data from child to parent component in Angular

    • Use @Output decorator in Angular to create custom events in child component and emit data to parent component

    • Pass a function as a prop from parent to child component, which child can call to send data back to parent

    • Use services to share data between components in Angular

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is the goal of this year
  • Ans. 

    The goal of this year is to enhance my skills in full stack .NET development and contribute to impactful projects.

    • Enhance skills in full stack .NET development through continuous learning and practice

    • Contribute to impactful projects by delivering high-quality code and solutions

    • Collaborate with team members to achieve project goals and deadlines

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Arrays reverse in js
  • Ans. 

    Use the built-in reverse() method to reverse an array in JavaScript.

    • Use the reverse() method on the array to reverse its elements in place.

    • Example: let arr = ['apple', 'banana', 'cherry']; arr.reverse(); // ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q2. String question various conditions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is virtual DOM?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM that allows for efficient updates and rendering in web applications.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing direct manipulation of the actual DOM.

    • When changes are made to the virtual DOM, a comparison is done with the actual DOM to identify the minimal number of updates needed.

    • This approach reduces the number of DOM ...

  • Answered by AI
  • Q2. What is foriegn Key SQL?
  • Ans. 

    Foreign key in SQL is a field in a table that is a primary key in another table, establishing a relationship between the two tables.

    • A foreign key constraint ensures referential integrity between two related tables.

    • It helps maintain consistency and avoid orphan records.

    • Example: In a database with tables 'orders' and 'customers', the 'customer_id' in 'orders' table can be a foreign key referencing the 'id' column in 'cus

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is props
  • Ans. 

    Props are read-only properties that are passed from a parent component to a child component in React.

    • Props allow data to be passed down the component tree.

    • Props are immutable and cannot be changed by the child component.

    • Props are accessed in the child component using this.props.

  • Answered by AI
  • Q2. What is Good feedback you ever got in during you development period.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Assignment 

Php, java, HTML, SQL, NODE js

Round 2 - Technical 

(3 Questions)

  • Q1. Html, css,javascript
  • Q2. Php, Node.js html, css
  • Q3. Bootstrap 5 , python,
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 4 - Aptitude Test 

Normal questions aptitude

Interview Preparation Tips

Topics to prepare for IBM Full Stack Developer interview:
  • Oracle 10G
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions about Spring
Round 2 - Technical 

(1 Question)

  • Q1. Deep into spring
Round 3 - HR 

(1 Question)

  • Q1. About SQL and quireis
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Springboot -all questions relevant to springboot were asked
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Why Spring boot over spring, beans scope, spring annotation, ReactJS data fetching
  • Ans. 

    Spring Boot is preferred over Spring for easier setup and configuration. Beans scope defines object lifecycle. Spring annotations simplify configuration. ReactJS for efficient data fetching.

    • Spring Boot is preferred for its convention over configuration approach, making setup and configuration easier.

    • Beans scope in Spring defines the lifecycle of objects, such as singleton, prototype, request, session, etc.

    • Spring annota...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Sep 2023. There were 4 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 

An exam used to determine an individual's skill or propensity to succeed in a given activity.

Round 3 - Technical 

(1 Question)

  • Q1. What is oops in java
  • Ans. 

    Oops in Java stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • Oops in Java focuses on creating objects that interact with each other to solve a problem

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

    • Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'drive', 'stop'

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Which location us referred
  • Q2. Expectation of salary

Skills evaluated in this interview

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Quantitive aptitude, reasoning

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your weakness and strength?
  • Q3. Why should I hire you
Round 4 - Technical 

(1 Question)

  • Q1. Programming related questions

Wipro Interview FAQs

How many rounds are there in Wipro Php Full Stack Developer interview?
Wipro interview process usually has 3 rounds. The most common rounds in the Wipro interview process are Resume Shortlist, Coding Test and HR.
What are the top questions asked in Wipro Php Full Stack Developer interview?

Some of the top questions asked at the Wipro Php Full Stack Developer interview -

  1. Why are do job in Full stack develope...read more
  2. What is full form of CSS, html,...read more
  3. What is class and obje...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Wipro interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
22.9k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.1k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.6k salaries
unlock blur

₹5 L/yr - ₹19.3 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹30 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
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