i
Wipro
Filter interviews by
Memory is divided into two main categories: primary and secondary.
Primary memory is volatile and directly accessible by the CPU.
Secondary memory is non-volatile and used for long-term storage.
Primary memory is further divided into cache, RAM, and registers.
Secondary memory is further divided into hard disk drives, solid-state drives, and optical drives.
Stack, data and program memory are used in software engineering for storing and managing data and instructions.
Stack memory is used for storing local variables and function calls.
Data memory is used for storing global and static variables.
Program memory is used for storing the executable code of the program.
Examples of stack memory usage include recursion and function calls.
Examples of data memory usage include gl...
Destructor is a special member function that is called when an object is destroyed.
It is used to release resources that were acquired by the object during its lifetime.
It is automatically called when the object goes out of scope or is explicitly deleted.
It has the same name as the class preceded by a tilde (~).
Example: ~ClassName() { //destructor code }
Polymorphism allows objects of different classes to be treated as if they were of the same class.
Polymorphism enables code reuse and flexibility in object-oriented programming.
It allows for the creation of generic code that can work with objects of different classes.
Examples include method overloading and overriding, and interfaces in Java.
Polymorphism can improve code readability and maintainability.
It is a key c...
What people are saying about Wipro
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
It allows for code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
It is achieved through method overriding and method overloading.
Example: A parent class Animal can have child classes like Dog, Cat, and Bird. Each child class can have its own implementation of the method 'makeSound', but they can all be called using the sa...
A singleton class is a class that allows only a single instance of itself to be created.
Singleton classes have a private constructor to restrict object creation.
They provide a global point of access to the instance.
Commonly used in scenarios where only one instance is needed, such as database connections or thread pools.
Constructor is a special method that is called when an object is created.
Constructors have the same name as the class they belong to.
They are used to initialize the object's state.
They can take parameters to set initial values.
If a class does not have a constructor, a default one is provided.
Constructors can be overloaded to provide multiple ways of creating objects.
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and methods that objects of that class will have.
An object is created from a class and has its own unique set of values for the properties defined in the class.
Multiple objects can be created from the same class.
Classes can inherit properties and methods from other classes.
Example: A class 'Car' ca...
A program to check if a number is prime or not.
A prime number is only divisible by 1 and itself.
Loop through all numbers from 2 to n-1 and check if n is divisible by any of them.
If n is divisible by any number, it is not prime.
If n is not divisible by any number, it is prime.
Round one is aptitude test , because based on the thinking
Coding is main because to create any websites or any development we need coding skills
We need this group discussion because we must speak in front of many members without fear.
I appeared for an interview in Apr 2025, where I was asked the following questions.
Developed a scalable web application that improved user engagement by 40%, showcasing my skills in full-stack development.
Led a team of 5 developers to create a web application for a local business.
Implemented a user-friendly interface that increased customer satisfaction.
Utilized React and Node.js to ensure a responsive and efficient application.
Conducted user testing sessions that provided valuable feedback for impro...
I am motivated by challenges, continuous learning, and the impact of my work on users and the team.
Solving complex problems: I thrive on tackling difficult coding challenges, like optimizing algorithms for better performance.
Continuous learning: I enjoy keeping up with new technologies and frameworks, such as learning React to enhance my front-end skills.
Team collaboration: Working with diverse teams inspires me, as I ...
My ideal job combines challenging projects, a collaborative team, and opportunities for continuous learning and growth.
Engaging projects that push my technical skills, like developing scalable applications or working with cutting-edge technologies.
A collaborative environment where team members share knowledge and support each other, similar to agile methodologies.
Opportunities for professional development, such as atte...
I thrive in collaborative, innovative environments that prioritize growth, learning, and open communication among team members.
I prefer a culture that encourages teamwork, as seen in companies like Google, where cross-functional collaboration is key.
A focus on continuous learning and development is important to me, similar to how Amazon invests in employee training programs.
I value transparency and open communication, ...
My dream job is a collaborative software engineering role where I can innovate, learn, and contribute to meaningful projects.
Work in a team-oriented environment that values collaboration and open communication.
Engage in projects that have a positive impact, like developing healthcare apps or educational tools.
Have opportunities for continuous learning through workshops, conferences, and mentorship.
Utilize modern techno...
I applied via Campus Placement
Path param is part of the URL path, while request param is part of the query string in the URL.
Path param is used to identify a specific resource in the URL path, while request param is used to provide additional data to the server.
Path param is defined in the URL path itself, like /users/{id}, while request param is appended to the URL as key-value pairs, like ?name=John&age=30.
Path param is typically used for mandato...
I appeared for an interview in Apr 2025, where I was asked the following questions.
Wipro is a global information technology, consulting, and business process services company based in India, known for innovation.
Global Presence: Wipro operates in over 50 countries, providing services to clients across various industries, including healthcare and finance.
Diverse Services: The company offers a wide range of services, including IT consulting, application development, and business process outsourcing.
Sus...
Red is a primary color associated with strong emotions, danger, and energy, often used in design and symbolism.
Symbolism: Red often represents love, passion, and anger, making it a powerful color in art and design.
Cultural Significance: In many cultures, red is associated with good fortune and celebration, such as in Chinese New Year.
Psychological Impact: Red can increase heart rate and evoke strong emotions, often use...
College days were filled with both challenges and triumphs, shaping my personal and professional growth significantly.
Academic Achievements: I excelled in my programming courses, particularly in algorithms, which fueled my passion for software development.
Team Projects: Collaborating on a capstone project with classmates taught me the importance of teamwork and effective communication.
Extracurricular Activities: I join...
I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.
A software engineer is a professional who designs, develops, and maintains software applications and systems.
Designs and develops software applications
Writes code to implement software solutions
Tests and debugs software to ensure functionality
Collaborates with team members to create software products
Stays updated on new technologies and trends in the field
The best software developer is subjective and can vary based on individual preferences and criteria.
The best software developer is someone who consistently produces high-quality code that meets project requirements.
They have strong problem-solving skills and the ability to think critically about complex issues.
Effective communication and collaboration with team members are also important qualities of a great software d...
It is a friendly way of wishing a software engineer to have a good day.
It is a common phrase used to wish someone well in their day.
It shows a positive and friendly attitude towards the software engineer.
It can help create a positive work environment and boost morale.
A software engineer is responsible for designing, developing, and maintaining software applications and systems.
Designing and developing software applications
Testing and debugging code
Collaborating with team members
Updating and maintaining existing software
Implementing new features and functionalities
The best software engineer is someone who is highly skilled, adaptable, and passionate about problem-solving.
Highly skilled in programming languages and technologies
Adaptable to new technologies and able to learn quickly
Passionate about problem-solving and finding innovative solutions
Good communication and teamwork skills
Experience in relevant industry or domain (e.g. web development, mobile apps, AI)
Continuous learnin...
I appeared for an interview in Mar 2025, where I was asked the following questions.
A MAC address is a unique identifier for network interfaces, used for communication within a local network.
Unique Identifier: Each MAC address is unique to a network interface, ensuring that devices can be accurately identified on a local network.
Format: MAC addresses are typically represented as six groups of two hexadecimal digits, separated by colons or hyphens (e.g., 00:1A:2B:3C:4D:5E).
Layer 2 Communication: MAC ad...
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
The date format in Tosca for 2 workdays from today needs to be calculated.
Calculate today's date
Add 2 workdays to the current date
Format the resulting date in Tosca format
The question is asking for the current date plus 2 weeks.
Use a programming language's date manipulation functions to get the current date.
Add 2 weeks to the current date to get the desired date.
Consider leap years and different month lengths when calculating the date.
I appeared for an interview in Apr 2025, where I was asked the following questions.
I took a career gap to focus on personal development and family responsibilities, which enriched my skills and perspective.
During my gap, I enrolled in online courses to enhance my programming skills, such as advanced Python and machine learning.
I volunteered for a local non-profit, where I helped develop a website, gaining practical experience in web development.
I took care of a family member, which taught me valuable...
The duration of Wipro Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 133 interview experiences
Difficulty level
Duration
based on 1k reviews
Rating in categories
Project Engineer
33.2k
salaries
| ₹1.8 L/yr - ₹8.4 L/yr |
Senior Software Engineer
23.1k
salaries
| ₹5.9 L/yr - ₹24 L/yr |
Senior Associate
21.8k
salaries
| ₹0.9 L/yr - ₹5.5 L/yr |
Technical Lead
20.1k
salaries
| ₹10 L/yr - ₹38.5 L/yr |
Senior Project Engineer
18.7k
salaries
| ₹5 L/yr - ₹20 L/yr |
TCS
Infosys
Tesla
Amazon