i
Wipro
Filter interviews by
Clear (1)
Code to generate Fibonacci sequence
Use a loop to generate Fibonacci numbers
Start with 0 and 1 as the first two numbers
Each subsequent number is the sum of the two preceding numbers
Code to check if a number is prime or not
Iterate from 2 to square root of the number and check for divisibility
If the number is divisible by any number in the range, it is not prime
If the number is not divisible by any number, it is prime
Code to generate Fibonacci sequence
Use a loop to generate Fibonacci numbers
Start with 0 and 1 as the first two numbers
Each subsequent number is the sum of the two preceding ones
Code to check if a number is prime or not
Iterate from 2 to square root of the number
Check if the number is divisible by any number in the range
If not divisible, then the number is prime
What people are saying about Wipro
Easy to medium level of apti
Wipro interview questions for designations
Get interview-ready with Top Wipro Interview Questions
Quant+Aptitude+Coding
An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Example: string[] names = {"Alice", "Bob", "Charlie"};
To delete duplicates in an array of strings
Iterate through the array and store each element in a Set to remove duplicates
Alternatively, use a HashMap to keep track of frequency of each element
Use built-in functions like filter or Set to remove duplicates
Types of joins include inner join, outer join, left join, right join, and full join.
Inner join: Returns rows when there is a match in both tables
Outer join: Returns all rows when there is a match in one of the tables
Left join: Returns all rows from the left table and the matched rows from the right table
Right join: Returns all rows from the right table and the matched rows from the left table
Full join: Returns rows whe
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...
Some of the top questions asked at the Wipro Project Engineer interview -
The duration of Wipro Project Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 399 interviews
6 Interview rounds
based on 4.1k reviews
Rating in categories
Project Engineer
32.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
23.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate
21.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Project Engineer
20.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
18.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Tesla
Amazon