- Shubho Tech
Showing posts with the label wipro_coding_question

Pattern Programming 1 Wipro previous year coding question

Print the following Pattern: 3 4  4 5  5  5 6  6  6  6 5  5  5 4  4 3 Input1: 3 (Start Value) Input2 : 4 (Value of N)…

Check whether a number is Abundant number or not Wipro previous year coding question

Program to check whether a number is Abundant number or not is discussed here. An abundant number is a number for whi…

Remove consonant and print only vowels Wipro previous year coding question

Sample input1: FACE Sample Output1: AE Sample input2: Focus Academy Sample Output2: Ou   Aae Program:…

Check wheather the expression is valid or not Wipro previous year coding question

Sample input1 : “(())” Sample output1 : Valid Sample input2 : “()(” Sample output2: Invalid Program: …

Password Generation Wipro previous year coding question

A company wishes to device an order confirmation procedure. They plan to require an extra confirmation instead of sim…

Find number of special characters and whitespaces in the given message Wipro previous year coding question

Input :   a string str Output : integer representing no of special characters and whitespaces in the given string …

Digital Machine Wipro previous year coding question

A digital machine generates binary data which consists of a string of 0s and 1s. A maximum signal M, in the data, con…

Eliminates Vowels Wipro previous year coding question

Problem:  Write a program to eliminate vowels in the given string Input Format: Input consists of single string Outpu…

Head of Sales Team Wipro previous year coding question

Problem:  The company trader mart manufactures different type of software products. They deliver their products to thei…

Online Game Wipro previous year coding question

Problem :  You are playing an online game. In the game a list of N numbers is given. The player has to arrange the numb…

Load More That is All