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

SDE - Intern

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

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: CURD Operation, OOPS, If-Else, Joins, LIFO, FIFO.
Tip
Tip

Tip 1 : Practice at least 100 Question
Tip 2 : Do at least 1 project
 

Application process
Where: Leetcode
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Mention at least one advance technology project name.
Tip 2 : Mention your core development skill-set

Interview rounds

01
Round
Hard
Coding Test - Pen and paper
Duration30 minutes
Interview date20 Aug 2021
Coding problem5

- Morning time
- Environment was good
- No other significant activity
- Interview was good

1. Operating System Question

Compute inventory on July 31, 2016 and cost of goods sold for the month of July using following inventory costing methods:

First in, first out (FIFO) method ?

Problem approach

Tip 1 : Number of units in ending inventory
Tip 2 : Beginning inventory + Purchases made during the month – Units sold during the month
 

2. Operating System Question

Prepare a comparative income statement using FIFO and LIFO method for the president of Washington Corporation.?

Problem approach

Tip 1 : Notice that the gross profit and net operating income under FIFO is higher than LIFO. When prices of the goods rise, FIFO usually produces higher gross and net income than LIFO.
Tip 2 : Periodic-FIFO: (14,000 units Ă— $60) + (2,000 units Ă— $50)
Tip 3 : Periodic-LIFO: (12,000 units Ă— $40) + (4,000 units Ă— $44)

3. Operating System Question

Explain Deadlock Example.

Problem approach

Tip 1 : Client1 locks and holds the table1 from the database DB.

Client1 wait for table2 from the same database to proceed.

Client2 locks and holds the table2 from the database DB.

Client2 wait for table1 from the same database to proceed.
Tip 2 : Whenever an interviewer asked you deadlock interview questions, always try to explain them by taking an actual scenario.

4. Prime Number

Easy
0/40
Asked in companies
ShareChatBarracuda NetworksAVIZVA

Write a Program to check whether the given number N is prime or not.

For a given number N check if it is prime or not. A prime number is a number that is only divisible by 1 and itself.
Problem approach

Step 1 - Get the number from user
Step 2 - Hold the number in temporary variable
Step 3 - Reverse the number
Step 4 - Compare the temporary number with reversed number
Step 5 - If both numbers are same, print palindrome number
Step 6 - Else print not palindrome number

Try solving now

5. Assembly program in C

C Program to Write inline assembly language code in C Program.


 

Problem approach

1 - Initialize variable
2 - All the assembly code must be placed inside asm{} block.

02
Round
Medium
HR Round
Duration10 minutes
Interview date5 Jan 2022
Coding problem2

- Morning time
- Environment was good
- No other significant activity
- It was not soo good

1. Basic HR Question

Tell me a little about yourself.

 

Problem approach

Tip 1 : Practice is must
Tip 2 : Tell about your professional skills and family

2. Basic HR Question

Why do you want to work for this company?


 

Problem approach

Tip 1 : Tell about your strength
Tip 2 : Speak slowly and must be fluent
 

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
SDE - Intern
2 rounds | 2 problems
Interviewed by Wipro pvt
2635 views
1 comments
0 upvotes
SDE - Intern
3 rounds | 4 problems
Interviewed by Wipro pvt
1836 views
0 comments
0 upvotes
SDE - Intern
2 rounds | 3 problems
Interviewed by Wipro pvt
0 views
1 comments
0 upvotes
SDE - Intern
2 rounds | 4 problems
Interviewed by Wipro pvt
2167 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15605 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15499 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10216 views
2 comments
0 upvotes