i
Wipro
Filter interviews by
I applied via Job Portal and was interviewed in Nov 2023. There were 3 interview rounds.
Generate and print a random IP address.
Use the random module to generate random numbers for each octet of the IP address.
Ensure that the generated IP address is valid by checking that each octet is within the range of 0-255.
Join the octets together with periods to form the complete IP address.
Print the generated IP address.
The input is checked for order and the result is printed as true or false.
Check if the input is ordered by comparing opening and closing brackets
Use a stack to keep track of opening brackets
If a closing bracket is encountered, pop the top element from the stack and check if it matches the closing bracket
If the stack is empty at the end, the input is ordered
The code snippet prints the reverse of a given string using a for loop.
Initialize an empty string to store the reversed string.
Iterate through each character in the original string using a for loop.
Append each character to the beginning of the reversed string.
Print the reversed string.
A decorator is a design pattern in Python that allows a user to add new functionality to an existing object or function.
Decorators are denoted by the @ symbol followed by the name of the decorator function.
They are used to modify the behavior of the decorated object or function without directly changing its source code.
Decorators can be used for adding logging, timing, caching, authentication, and other cross-cutting c...
Automated the testing of a web application by creating test scripts using Python and Selenium.
Developed automated test scripts using Python and Selenium
Executed test scripts to validate the functionality of a web application
Generated test reports and identified defects for further investigation
Improved test efficiency and reduced manual effort by automating repetitive tasks
A dict in Python is an unordered collection of key-value pairs.
Dicts are enclosed in curly braces {}
Each key-value pair is separated by a colon :
Keys must be unique and immutable (strings, numbers, or tuples)
Values can be of any type and can be duplicated
Dicts are mutable and can be modified by adding, updating, or deleting key-value pairs
Web application testing is the process of evaluating the functionality, usability, and security of a web application.
It involves testing the application's features, such as forms, navigation, and user interactions.
It also includes checking for compatibility across different browsers and devices.
Security testing is crucial to identify vulnerabilities and protect against attacks.
Performance testing ensures the applicatio...
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows code reuse and promotes modularity.
The class that is being inherited from is called the parent class or base class.
The class that inherits from the parent class is called the child class or derived class.
The child class can access all the public and protected members of the paren...
Lists and tuples are both sequence data types in Python, but they have some key differences.
Lists are mutable, meaning their elements can be changed, added, or removed.
Tuples are immutable, meaning their elements cannot be changed once defined.
Lists use square brackets [], while tuples use parentheses ().
Lists are typically used for collections of similar items, while tuples are used for heterogeneous data.
Lists have m...
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
What people are saying about Wipro
Inheritance coding test
Wipro interview questions for designations
Dunder method refers to special methods in Python that start and end with double underscores (__).
Dunder methods are also known as magic methods or special methods.
They are used to define behavior for built-in operations in Python, such as addition, subtraction, comparison, etc.
Examples of dunder methods include __init__ for object initialization, __add__ for addition, __str__ for string representation, etc.
Get interview-ready with Top Wipro Interview Questions
I was interviewed in Aug 2023.
Selenium is a popular open-source automation tool used for web application testing.
Selenium is used for automating web browsers.
It supports multiple programming languages including Python.
Selenium WebDriver is used to interact with web elements.
It can simulate user actions like clicking, typing, etc.
Selenium Grid allows parallel execution on multiple machines.
Selenium IDE is a record and playback tool for creating test
I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
List is mutable, tuple is immutable in Python.
List uses square brackets [], tuple uses parentheses ().
List elements can be changed, added, or removed, tuple elements cannot be changed.
Lists are used for collections of items that may need to be modified, tuples are used for fixed collections of items.
Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)
Namespace is a way to organize variables and functions in a program to avoid naming conflicts.
Namespace helps in avoiding naming conflicts by providing a unique space for each identifier.
Types of namespaces include global namespace, local namespace, built-in namespace, and module namespace.
Example: In Python, each module has its own namespace where all the variables and functions defined in that module reside.
Multiple inheritance in Python allows a class to inherit attributes and methods from more than one parent class.
Python supports multiple inheritance by allowing a class to inherit from multiple parent classes.
The order of parent classes in the inheritance list matters, as methods are searched for in the order they appear.
Diamond problem can occur in multiple inheritance when two parent classes have a common ancestor cl...
Lambda function is an anonymous function defined using the lambda keyword in Python.
Lambda functions are used for creating small, one-time use functions without a name.
Syntax: lambda arguments: expression
Example: double = lambda x: x * 2
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
It was general aptitude test .
Easy to medium level coding questions
In 5 years, I see myself as a senior Python and Django developer leading a team of developers on innovative projects.
Continuing to enhance my skills in Python and Django development
Taking on more leadership roles within the development team
Contributing to the success of the company through my technical expertise
Possibly pursuing certifications or advanced degrees to further my knowledge
I am excited about the company's innovative projects and collaborative work environment.
I am impressed by the company's reputation in the industry.
I believe my skills and experience align well with the company's goals.
I am eager to work with a talented team and contribute to the company's success.
1 Interview rounds
based on 5 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 L/yr |
Senior Associate
21k
salaries
| ₹0.8 L/yr - ₹5.5 L/yr |
Senior Project Engineer
20.6k
salaries
| ₹5 L/yr - ₹19 L/yr |
Technical Lead
18.5k
salaries
| ₹8.2 L/yr - ₹36 L/yr |
TCS
Infosys
Tesla
Amazon