i
Wipro
Filter interviews by
Implement a square root function without using inbuilt functions
Use binary search to find the square root
Start with a range of 0 to the input number
Update the range based on whether the square of the midpoint is greater or less than the input number
I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.
Use a subquery to find the second highest rank in a dataset.
Use a subquery to select the maximum rank from the dataset.
Then use another subquery to select the maximum rank that is less than the maximum rank found in the first subquery.
A simple program using modulo operator to determine if a number is odd or even.
Use the modulo operator (%) to check if the number divided by 2 leaves a remainder
If the remainder is 0, the number is even. If the remainder is 1, the number is odd
Example: num % 2 == 0 (even), num % 2 == 1 (odd)
I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.
What people are saying about Wipro
Wipro interview questions for designations
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
You can upload a file using Selenium WebDriver by sending the file path to the file input element.
Locate the file input element on the webpage using WebDriver
Use the sendKeys() method to send the file path to the file input element
Ensure the file path is accessible from the machine running the test
To enable a disabled textbox, set the 'disabled' attribute to false.
Find the textbox element using its ID or class
Set the 'disabled' attribute to false using JavaScript
Selenium automation testing
Get interview-ready with Top Wipro Interview Questions
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Basic java MCQ questions was asked
Yes, static methods can be overridden in Java using the concept of method hiding.
Static methods can be hidden in subclasses by declaring a static method with the same signature as the one in the superclass.
The method in the subclass is said to hide the method in the superclass, but it is not truly overridden as in the case of instance methods.
Example: public class Parent { public static void display() { S...
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values in an array.
Hash map uses an array to store key-value pairs.
A hash function is used to determine the index of the array where a key-value pair will be stored.
Collision resolution techniques like chaining or open addressing are used to handle cases where multiple keys map to the same index.
Hash map...
FLEXCUBE is a core banking software used by financial institutions for various parameters and behaviors.
FLEXCUBE is a comprehensive core banking software solution provided by Oracle.
It allows financial institutions to manage various banking operations such as customer accounts, loans, and deposits.
FLEXCUBE parameters include configuration settings for different modules like retail banking, corporate banking, and treasu...
I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.
CSS code to change button color when clicked
Use :active pseudo-class to style the button when clicked
Set the desired color using the background-color property
Example: button:active { background-color: red; }
Use jQuery to remove the first element in a div
Use the :first-child selector to target the first element in the div
Use the remove() method to delete the selected element
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Aggregation is a 'has-a' relationship where one object contains another object, while composition is a stronger form of aggregation where the child object cannot exist without the parent object.
Aggregation is a weaker relationship where the child object can exist independently of the parent object.
Composition is a stronger relationship where the child object is part of the parent object and cannot exist without it.
Aggr...
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
Implemented a caching mechanism to improve performance of a data-intensive application
Identified bottleneck in application due to frequent database queries
Researched and implemented caching solution using Redis to store frequently accessed data
Monitored performance metrics to ensure caching was effective
Resulted in significant reduction in database load and improved application response time
In a project, I encountered a critical bug that was causing system crashes. I identified the root cause and implemented a fix to resolve it.
Identify the specific symptoms of the issue and gather relevant data for analysis
Analyze the codebase to pinpoint the root cause of the bug
Develop and test a solution to fix the bug
Implement the fix and monitor the system for any further issues
3 Interview rounds
based on 1.6k reviews
Rating in categories
Project Engineer
32.5k
salaries
| ₹1.8 L/yr - ₹8.3 L/yr |
Senior Software Engineer
22.9k
salaries
| ₹5.8 L/yr - ₹22.5 L/yr |
Senior Associate
21.1k
salaries
| ₹0.8 L/yr - ₹5.5 L/yr |
Senior Project Engineer
20.5k
salaries
| ₹5 L/yr - ₹19.1 L/yr |
Technical Lead
18.5k
salaries
| ₹8.2 L/yr - ₹36.5 L/yr |
TCS
Infosys
Tesla
Amazon