Join Regular Classroom : Visit ClassroomTech

Wipro Off-Campus Hiring for 2021

Wipro NLTH Coding Solve | Count the Misses | Codewindow.in

Previous Question A company has launched a new text editor that allows users to enter English letters, numbers and whitespaces only. If a user attempts to enter any other type of character, it is counted as a miss. Given a string of text, write an algorithm to help the developer detect the number of misses […]

Wipro NLTH Coding Solve | Count the Misses | Codewindow.in Read More »

Wipro NLTH Coding Solve | Sales Report | Codewindow.in

Previous Question A company has a sales record of N products for M days. The company wishes to know the maximum revenue received from a given product of the N products each day. Write an algorithm to find the highest revenue received each day. InputThe first line of the input consists of two space-separatedIntegers-days (M)

Wipro NLTH Coding Solve | Sales Report | Codewindow.in Read More »

Wipro NLTH Coding Solve | Christmas Discount | Codewindow.in

Previous Question An e-commerce company plans to give their customers a discount for the Christmas holiday. The discount will be calculated on the basis of the bill amount of the order placed. The discount amount is the product of the sum of all odd digits and the sum of all even digits of the customer’s

Wipro NLTH Coding Solve | Christmas Discount | Codewindow.in Read More »

Wipro NLTH Coding Solve | Gift Hampers to Winners | Codewindow.in

Previous Question The manager of a supermarket wants to organize an event in which he will distribute gift hampers to the winners of the event. The manager has planned in such a way that each customer has to pick the product in a pair and each pair has different types of products. Any two customers

Wipro NLTH Coding Solve | Gift Hampers to Winners | Codewindow.in Read More »

Wipro NLTH Coding Solve | Garments company Apparel | Codewindow.in

Previous Question The garments company Apparel wishes to open outlets at various locations. The company shortlisted several plots in these locations and wishes to select only plots that are square- shaped. Write an algorithm to help Apparel find the number of plots that it can select for its outlets. InputThe first line of the input

Wipro NLTH Coding Solve | Garments company Apparel | Codewindow.in Read More »

Wipro NLTH Coding Solve | Secret Message Agency | Codewindow.in

Previous Question SecretMessage agency provides message encoding and decoding services for secure data transfer. The first step in decoding includes removal of special characters and the whitespaces from the message, as special characters and whitespaces do not hold any meaning. Write an algorithm to help the agency find the number of special characters and whitespaces

Wipro NLTH Coding Solve | Secret Message Agency | Codewindow.in Read More »

Wipro NLTH Coding Solve | One Time Password | Codewindow.in

An e-commerce site wishes to enhance its ordering process. They plan to implement a new scheme of OTP (One Time Password) generation for order confirmations. The OTP can be any number of digits. For OTP generation, the user will be asked to enter two random numbers. The first number entered should always be smaller than

Wipro NLTH Coding Solve | One Time Password | Codewindow.in Read More »