i
Wipro
Filter interviews by
Clear (1)
I was interviewed in Mar 2021.
Round duration - 60 Minutes
Round difficulty - Medium
The test was scheduled in early morning
The environment was stable and strict
Joining two tables in SQL involves using the JOIN keyword to combine rows from both tables based on a related column.
Use the JOIN keyword followed by the table you want to join and the ON keyword to specify the column to join on
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column
Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.
The input is a single string without any leading or trailing...
Check if a given string is a palindrome considering only alphanumeric characters.
Remove non-alphanumeric characters from the input string.
Compare characters from start and end of the string to check for palindrome.
Handle edge cases like empty string or single character input.
Round duration - 12 minutes
Round difficulty - Medium
The technical interview was scheduled in evening.
The environment was stable and friendly
The interviewer provided enough comfort. He asked some technical questions that’s all.
Round duration - 10 minutes
Round difficulty - Medium
This HR interview was scheduled in morning
The environment was fine as it was the last round
The interviewer was friendly and was trying to know how much willing I am to join the company.
Tip 1 : search frequently asked questions
Tip 2 : prepare smartly the important topics
Tip 1 : keep it short
Tip 2 : must add the projects you have worked on
I was interviewed in Feb 2021.
Round duration - 90 minutes
Round difficulty - Medium
It is from 12 to 1:30 pm. Environment was very friendly and interviewer was very nice.
Given the first term A
, the common ratio R
, and an integer N
, your task is to find the Nth term of a geometric progression (GP) series.
The general...
Calculate the Nth term of a geometric progression series modulo 10^9 + 7.
Use the formula A * R^(N-1) to find the Nth term of the GP series.
Remember to calculate the result modulo 10^9 + 7.
Handle multiple test cases efficiently to stay within the time limit.
Round duration - 90 minutes
Round difficulty - Easy
Very friendly environment
Tip 1 : Practice DS algorithm
Tip 2 : Practice as many question you can
Tip 3 : Also practice different MCQ question
Tip 1 : Write only things you know
Tip 2 : Be truthful with your resume
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I was interviewed before Jun 2021.
Round duration - 180 minutes
Round difficulty - Easy
It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy
Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...
Find the duplicate number in an array of integers from 0 to (N-2).
Iterate through the array and keep track of the frequency of each number using a hashmap.
Return the number with a frequency greater than 1 as the duplicate number.
Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.
You are provided with a string S
and an array of integers A
of size M
. Your task is to perform M
operations on the string as specified by the indices in array A
...
Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.
Iterate through the array of indices and reverse the substrings accordingly
Ensure the range specified by each index is non-empty
Return the final string after all operations are completed
Round duration - 60 Minutes
Round difficulty - Easy
It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.
Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes
Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role
I applied via Job Portal and was interviewed before Jan 2021. There were 3 interview rounds.
based on 2 reviews
Rating in categories
Project Engineer
32.8k
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