Wipro pvt interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Wipro pvt
upvote
share-icon
1 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2.5 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms
Tip
Tip

Tip 1 : practice from gfg, interview bits and so on
Tip 2 : learn theory 
 

Application process
Where: Campus
Eligibility: 70%
Resume Tip
Resume tip

Tip 1 : skills should be cleanly defined
Tip 2 : precise and short

Interview rounds

01
Round
Easy
Face to Face
Duration30 minutes
Interview date15 Jan 2020
Coding problem2

It started with introduction. He then touched upon my projects and internship experience. 2 coding question were given and it was supposed to be solved by sharing screen . Interviewer was very helpful . Any language can be used to solve

1. N-th Node From The End

Easy
10m average time
90% success
0/40
Asked in companies
Thought WorksHikeAmazon

You are given a Singly Linked List of integers. You have to find the N-th node from end.

For Example
If the given list is (1 -> -2 -> 0 -> 4) and N=2:

example

Then the 2nd node from the end is 0.
Problem approach

1) Calculate the length of the Linked List. Let the length be len. 
2) Print the (len – n + 1)th node from the beginning of the Linked List.

Try solving now

2. Deletion In Circular Linked List

Easy
30m average time
0/40
Asked in companies
CIS - Cyber InfrastructureMakeMyTripExpedia Group

You are given a Circular Linked List of integers, and an integer, 'key'.

You have to write a function that finds the given key in the list and deletes it. If no such key is present, then the list remains unchanged.

For Example :
This is a visualization of the Circular Linked List, represented by:
1 2 3 4 5 -1

linked_list_1

Note :
The Circular Linked List before/after deletion may happen to be empty. In that case, only print -1.

All integers in the list are unique.


Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Software Engineer
3 rounds | 5 problems
Interviewed by Wipro pvt
2628 views
2 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Wipro pvt
1948 views
0 comments
0 upvotes
Software Engineer
4 rounds | 4 problems
Interviewed by Wipro pvt
2701 views
0 comments
0 upvotes
Software Engineer
3 rounds | 3 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes