i
Wipro
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
2+2=5
3+3=7
4+4=9
5+5=?
I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.
Round duration - 140 minutes
This round was based on Aptitude, Verbal, logical reasoning, essay writing and 2 coding questions(easy).
This year instead of providing a separate section for quants, logical and verbal there is only one section i.e; Aptitude Section, which will include all the three-section having some questions from every section.
Question about aptitude test and coding languages for System Engineer position.
The question is about the aptitude test which includes quants, verbal, logical, and coding.
The coding section includes C, C++, JAVA, and Python.
The candidate should be familiar with all the mentioned languages.
The time limit for the aptitude test is 48 minutes and for the coding section is 60 minutes.
Describe the process you follow to troubleshoot a system issue.
Identify the problem and gather information
Analyze the data and determine possible causes
Develop and implement a solution
Test the solution and verify if it resolves the issue
Document the process and solution for future reference
Round duration - 30 minutes
This is basically an Interview round which is to know about the technical skills of the candidate.
OOPs concepts are fundamental to software engineering. They include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a class to inherit properties and methods from a parent class.
Polymorphism allows objects to take on multiple forms and behave differently based on the context.
Encapsulation is the practice of hiding implementation details and exposing only necessary information.
Abstraction is...
SQL joins and basic queries
Joins are used to combine data from two or more tables based on a related column
Basic queries include SELECT, FROM, WHERE, GROUP BY, HAVING, and ORDER BY clauses
Use aliases to simplify column names and improve readability
Avoid using SELECT * as it can slow down the query
Use indexes to improve query performance
Arrays are fixed in size and can store multiple data types, while lists are dynamic and can only store one data type.
Arrays are declared with a fixed size, while lists can grow or shrink dynamically.
Arrays can store multiple data types, while lists can only store one data type.
Arrays are accessed using an index, while lists are accessed using an iterator.
Example: int[] arr = new int[5]; List
Factorial, Fibonacci series and prime number implementation.
Factorial: Use recursion or iteration to multiply numbers from 1 to n.
Fibonacci: Use recursion or iteration to add the previous two numbers.
Prime number: Check if a number is divisible by any number less than itself.
Yes, I am open to relocation for the right opportunity.
I am willing to relocate for a position that aligns with my career goals and offers growth opportunities.
I am open to exploring new cities and cultures.
I understand that relocation may require some adjustments, but I am prepared to make them.
I am excited about the prospect of working with a new team and contributing to the success of the company in a new location.
No problem with night shifts.
I am comfortable working night shifts.
I have experience working night shifts in my previous job.
I understand the importance of maintaining a healthy sleep schedule.
I am willing to adjust my lifestyle to accommodate night shifts.
I am aware of the potential health risks associated with working night shifts and will take necessary precautions.
I have a reliable mode of transportation for commut
Yes, I have a few questions regarding the company's current projects and future plans.
Can you tell me more about the current projects the company is working on?
What are the company's plans for future expansion?
How does the company prioritize its projects?
What kind of training and development opportunities are available for employees?
Can you describe the company culture and work environment?
I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.
It was easy to solve like amcat test.
What people are saying about Wipro
I applied via Prepinsta and was interviewed in Feb 2022. There were 2 interview rounds.
Round duration - 1 hour 16 mins
Online test on the AMCAT platform. It consists of sections like quants, verbal, logical and essay writing. There was no negative marking and it was an adaptive test.
The interviewer asked about the Quants section with a focus on number systems, factors, permutation & combination, and probability.
16 questions to be solved in 16 mins
Focus on number systems, factors, permutation & combination, and probability
Practice and brush up on these topics before the interview
Answering logical section questions for System Engineer interview
Read each question carefully before attempting to solve it
Use logic and reasoning to eliminate incorrect options
Don't spend too much time on any one question
If you're unsure of an answer, make an educated guess
Double-check your answers before submitting
Round duration - 30 minutes
This was a one to one conversation and I was put with the following questions.
Compiler translates entire code into machine code while interpreter translates line by line.
Compiler converts source code into executable code while interpreter executes code directly.
Compiler generates error messages after the entire code is compiled while interpreter generates error messages line by line.
Compiler produces faster and efficient code while interpreter produces slower code.
Examples of compilers are GCC, ...
OOPs provides modularity, reusability, and extensibility in software development.
OOPs allows for encapsulation of data and behavior, leading to more secure and maintainable code.
Inheritance and polymorphism enable code reuse and reduce redundancy.
Abstraction allows for the creation of simpler and more intuitive interfaces for complex systems.
OOPs promotes modular design, making it easier to modify and extend code.
Examp...
Yes, I am familiar with DBMS.
I have experience working with various DBMS such as MySQL, Oracle, and SQL Server.
I am proficient in writing SQL queries and optimizing database performance.
I have worked on database design and normalization.
I am familiar with backup and recovery procedures.
I have experience with data migration and integration.
I am knowledgeable about database security and access control.
Prime number code is a program that identifies prime numbers.
A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.
The code can be written using a loop to check if a number is divisible by any number other than 1 and itself.
One common method is the Sieve of Eratosthenes, which generates all prime numbers up to a given limit.
Swap two numbers without using the third variable
Use arithmetic operations
Use XOR operator
Use tuple unpacking in Python
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 overloading and method overriding.
Example: A parent class Animal has a method called makeSound(). The child classes Dog and Cat can override this method to make their own unique sounds.
Polymorphism makes code more flexible and reusab
Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as in the superclass.
Overloading is used to provide different ways of calling the same method with different parameters.
Overriding is used to provide a specific implementation of a method in a subclass that is already defined in the superclass.
Overloading is r...
I have worked on various projects related to system engineering.
Developed and implemented a new network infrastructure for a small business
Designed and deployed a cloud-based storage solution for a large corporation
Managed the migration of a legacy system to a modern platform for a government agency
Collaborated with a team to create a custom software application for a non-profit organization
I have completed two internships during my college years.
First internship was with XYZ company where I worked on developing a new software application for their clients.
Second internship was with ABC organization where I assisted in the implementation of a new network infrastructure.
Both internships provided me with hands-on experience and helped me develop my technical skills.
I also learned the importance of teamwork
Wipro interview questions for designations
I applied via Prepinsta and was interviewed in Sep 2021. There were 3 interview rounds.
Round duration - 75 minutes
Explain written test process : 3 sections
Section 1: Logical Ability,
Quantitative Ability, Verbal
Ability.
Section 2: online programming test of 2 coding questions.
Section 3: written communication test (essay writing)
Online test on the AMCAT platform. It consists of sections like quants, verbal, logical and essay
writing. There was no negative marking and it was an adaptive test
Quants sections - 16 questions to be solved in 16 mins (focus mainly on number systems, factors,
permutation & combination, probability.
Logical section - 25 questions to be solved in 35 mins
Essay writing - one essay to be written in 25 mins
Social media is not necessary but has become an integral part of modern communication.
Social media provides a platform for networking and staying connected with friends and family.
It also serves as a source of news and information.
Businesses use social media for marketing and customer engagement.
However, social media can also have negative effects on mental health and privacy.
Ultimately, the necessity of social media d
Round duration - 40 minutes
Interview Experiences : First the interviewer made me comfortable by asking questions like who are you? The interviewer introduces himself and then began with the interview.
I am a system engineer with experience in designing and implementing complex systems.
I have a degree in computer science and several years of experience in the field.
I am skilled in programming languages such as Java and Python.
I have experience in designing and implementing large-scale systems, including cloud-based solutions.
I am familiar with various operating systems and network protocols.
I am a team player and hav
Developed a web-based inventory management system for a retail company.
Used PHP and MySQL for backend development.
Implemented a user-friendly interface using HTML, CSS, and JavaScript.
Incorporated barcode scanning functionality for efficient inventory tracking.
Enabled real-time updates and notifications for low stock items.
Conducted thorough testing and debugging to ensure system reliability.
Collaborated with the clien...
My preferred language is Python due to its versatility and ease of use.
Python is a high-level language with a simple syntax, making it easy to learn and use.
It has a vast library of modules and frameworks for various applications, such as web development, data analysis, and machine learning.
Python is also cross-platform, meaning it can run on different operating systems without modification.
C and C++ are low-level lang...
SQL is a language used to manage relational databases, while MySQL is a specific relational database management system.
SQL is a language used to create, modify, and query relational databases.
MySQL is a specific relational database management system that uses SQL.
MySQL is open source and free to use, while other SQL-based systems may require licensing fees.
MySQL has its own unique syntax and features, such as the abili...
DBMS is a software to manage databases while RDBMS is a type of DBMS that uses a relational model.
DBMS stands for Database Management System while RDBMS stands for Relational Database Management System.
DBMS can manage any type of database while RDBMS uses a relational model to manage data.
RDBMS ensures data integrity and consistency through the use of constraints and normalization.
Examples of DBMS include MySQL, Oracle...
Primary key uniquely identifies a record while foreign key refers to a field in another table.
Primary key is a column or set of columns that uniquely identifies a record in a table.
Foreign key is a column or set of columns that refers to the primary key of another table.
Primary key cannot have null values while foreign key can have null values.
Primary key can be used to create relationships between tables while foreign...
Palindrome is a word or phrase that reads the same backward as forward. Reverse is the opposite order of a given sequence.
Palindrome logic involves comparing the first and last characters of a word/phrase and moving towards the center until all characters are compared.
Reverse logic involves swapping the first and last characters of a sequence and moving towards the center until all characters are swapped.
Examples of pa...
Round duration - 10 minutes
Yes, I have worked in a team.
I have worked in cross-functional teams to develop and implement complex systems.
I have collaborated with software developers, project managers, and quality assurance engineers.
I have participated in daily stand-up meetings, sprint planning, and retrospectives.
I have used tools like JIRA and Confluence to track progress and communicate with team members.
One example of a successful team proj...
Yes, I am open to working on different domains as it will broaden my knowledge and skills.
I am always eager to learn new things and take on new challenges.
Working on a different domain will give me the opportunity to expand my knowledge and skills.
I am confident that I can adapt quickly and efficiently to a new domain.
Examples: If I have experience in software engineering and I am asked to work on a networking project,...
Question about relocation, bond, and backlog.
Relocation: Are you willing to relocate for the job?
Bond: Are you willing to sign a bond for a certain period of time?
Backlog: Do you have any backlog in your education or work experience?
Provide honest and clear answers to all three questions.
Get interview-ready with Top Wipro Interview Questions
I applied via Campus Placement and was interviewed before Apr 2022. There were 5 interview rounds.
Fairly basic aptitude test in reasoning.
Basic coding test in their own portal.
I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.
I was interviewed in May 2023.
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
Collections in Java refer to classes and interfaces that implement data structures like lists, sets, and maps.
Collections provide a way to store and manipulate groups of objects in Java
Examples include ArrayList, LinkedList, HashSet, and HashMap
Collections framework includes interfaces like List, Set, Map, and classes like ArrayList, HashSet, and HashMap
List and Set are both interfaces in Java used to store collections of elements, but with different characteristics.
List is an ordered collection that allows duplicate elements, while Set is an unordered collection that does not allow duplicates.
List implementations include ArrayList, LinkedList, and Vector, while Set implementations include HashSet, TreeSet, and LinkedHashSet.
List allows access to elements by index, wh...
A palindrome program checks if a given string reads the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and convert all characters to lowercase
Compare the string with its reverse to check if it is a palindrome
Program to generate prime numbers
Create a function to check if a number is prime
Iterate through numbers and check for prime numbers
Store prime numbers in an array
Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class. A class is a blueprint for creating objects, while an object is an instance of a class.
Inheritance allows a class to reuse code from another class, promoting code reusability and reducing redundancy.
A class is a template or blueprint for creating objects, defining attributes and methods.
An object...
Coding round test in tech Mahindra
Learn some coding language like python and Java
And SAP ABAP
Static keyword in Java is used to create class-level variables and methods.
Static variables and methods belong to the class rather than the instance of the class.
Static variables are initialized only once at the start of the program.
Static methods can be called without creating an instance of the class.
Static keyword can also be used to create static blocks that are executed only once when the class is loaded.
Example: ...
Yes, Java supports multiple interface implementation in a single class.
A class can implement multiple interfaces separated by a comma.
All the methods of the implemented interfaces must be implemented in the class.
Example: public class MyClass implements Interface1, Interface2 { }
Diamond problem is a multiple inheritance issue in Java where two classes have a common parent class and a subclass inherits from both.
Occurs when two classes have a common parent class and a subclass inherits from both
Results in ambiguity and conflicts in method and variable resolution
Solved in Java by implementing interfaces instead of multiple inheritance
I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.
General aptitude was tested
Some common topic. you need to stand out
based on 184 reviews
Rating in categories
Project Engineer
32.6k
salaries
| ₹1.8 L/yr - ₹8.3 L/yr |
Senior Software Engineer
22.9k
salaries
| ₹5.8 L/yr - ₹22.4 L/yr |
Senior Associate
21.1k
salaries
| ₹0.8 L/yr - ₹5.5 L/yr |
Senior Project Engineer
20.6k
salaries
| ₹5 L/yr - ₹19.3 L/yr |
Technical Lead
18.6k
salaries
| ₹8.2 L/yr - ₹36.5 L/yr |
TCS
Infosys
Tesla
Amazon