i
Wipro
Filter interviews by
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating objects that interact with each other to solve complex problems
Key principles include encapsulation, inheritance, and polymorphism
Encapsulation allows data hiding and abstraction, protecting data from outside interference
Inheritance enables the creation of new class...
The map function in Java is used to apply a function to each element in a collection and return a new collection with the results.
Map function is part of the Java Stream API.
It takes a lambda function as an argument to define the transformation to be applied.
Example: List<Integer> numbers = Arrays.asList(1, 2, 3); List<Integer> squaredNumbers = numbers.stream().map(n -> n * n).collect(Collectors.toList...
This C program demonstrates basic array manipulation and string handling.
Use an array of strings to store multiple names: `char names[5][20];`
Use `strcpy` to copy strings into the array: `strcpy(names[0], "Alice");`
Loop through the array to print each name: `for(int i = 0; i < 5; i++) printf("%s\n", names[i]);`
Use `strlen` to find the length of a string: `int len = strlen(names[0]);`
Program to check if input is a palindrome or not
Create a function that takes a string input
Remove all non-alphanumeric characters and convert to lowercase
Compare the original string with its reverse to check if it's a palindrome
What people are saying about Wipro
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 ma...
HashMap is a key-value pair data structure while HashSet is a collection of unique elements.
HashMap stores key-value pairs while HashSet stores unique elements
HashMap allows duplicate values but keys must be unique, HashSet does not allow duplicates
Example: HashMap<String, Integer> map = new HashMap<>(); HashSet<String> set = new HashSet<>()
ADLS stands for Azure Data Lake Storage, a scalable and secure data lake platform for big data analytics.
ADLS is a cloud-based storage solution provided by Microsoft Azure.
It is designed for big data analytics and can handle massive amounts of data.
ADLS offers features like high availability, security, and scalability.
Example: ADLS Gen2 is a combination of Azure Blob Storage and Azure Data Lake Storage capabilitie...
Current Ctc: $80,000 Expected Ctc: $100,000
Current Ctc: $80,000
Expected Ctc: $100,000
Spring Boot is a Java-based framework that simplifies the development of stand-alone, production-grade Spring applications.
Convention over configuration: Reduces the need for extensive configuration files.
Embedded servers: Supports embedded servers like Tomcat and Jetty for easy deployment.
Microservices ready: Ideal for building microservices architectures with minimal setup.
Spring Boot Starter: Provides pre-confi...
ArrayList is a dynamic array in Java that can grow or shrink in size as needed.
ArrayList is a class in Java that implements the List interface.
It allows for dynamic resizing, unlike regular arrays.
Elements can be added, removed, or accessed using index positions.
Example: ArrayList<String> names = new ArrayList<String>();
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.
I am excited about this job because it aligns with my skills, passion for technology, and desire to contribute to impactful projects.
I am passionate about software development and enjoy solving complex problems, as demonstrated in my previous project where I optimized a database query, improving performance by 30%.
This company is known for its innovative approach and commitment to using cutting-edge technologies, which...
I tend to be overly critical of my work, which can slow down my progress and affect my confidence in delivering projects.
I often spend too much time perfecting details, like UI elements, which can delay project timelines.
In team settings, I sometimes hesitate to share my ideas, fearing they may not be good enough, which limits collaboration.
I have a tendency to take on too many tasks at once, leading to burnout and dec...
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 ...
I excel in problem-solving, collaboration, and adaptability, which enhance my effectiveness as a software engineer.
Strong problem-solving skills: I enjoy tackling complex coding challenges, like optimizing algorithms for better performance.
Effective collaboration: I have successfully worked in cross-functional teams, contributing to projects like a mobile app launch.
Adaptability: I quickly learn new technologies, demon...
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 manage stress through organization, prioritization, and maintaining a healthy work-life balance.
I prioritize tasks using a to-do list, which helps me focus on what needs immediate attention. For example, during a project deadline, I break down tasks into manageable parts.
I practice mindfulness and take short breaks to recharge. For instance, I take a 5-minute walk or do breathing exercises when feeling overwhelmed.
I ...
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...
Asking insightful questions shows your interest in the role and helps you understand the company culture and expectations.
What does a typical day look like for a software engineer on your team?
Can you describe the team dynamics and collaboration style?
What are the biggest challenges the team is currently facing?
How does the company support professional development and growth?
What technologies and tools does the team pr...
I applied via Campus Placement
I appeared for an interview in Apr 2025, where I was asked the following questions.
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.
Some of the top questions asked at the Wipro Software Engineer interview -
The duration of Wipro Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 135 interview experiences
Difficulty level
Duration
based on 1.1k reviews
Rating in categories
Project Engineer
33.6k
salaries
| ₹3.2 L/yr - ₹7.5 L/yr |
Senior Software Engineer
23.5k
salaries
| ₹6.8 L/yr - ₹19.5 L/yr |
Senior Associate
22.8k
salaries
| ₹1.8 L/yr - ₹5.5 L/yr |
Technical Lead
20.5k
salaries
| ₹16.6 L/yr - ₹30 L/yr |
Senior Project Engineer
18.5k
salaries
| ₹6.5 L/yr - ₹18.4 L/yr |
TCS
Infosys
Tesla
Amazon