Tip 1 : Go well prepared on your University Project
Tip 2 : Don't be nervous, don't bluff
Tip 3 : Prepare on Oops and topics mentioned in your Resume
Tip 1 : Simple
Tip 2 : Specify those topics only in which you have full command
Round 1 : This round was an online coding ,aptitude ,essay round which difficulty level was easy-medium on 30th Jan.
Problems were from Number System
HCF and LCM
Divisibility Rules
Power Cycle and Remainder Cycle
Fractions
* Time and Work
Working with different & same efficiencies
Pipes and Cisterns
* Time Speed and Distance
* Permutation, Combination and Probability
* Logarithm
* Percentages, Simple and Compound Interest
* Ratios, Proportions and Variations
* Ages
* Profit, Loss, Partnerships and Averages
* Mixtures and Alligations
* Surds, Indices and Simplifications
3 major questions types have been from:
* Error-Spotting
* Sentence Improvement
* Sentence Completion
To answer these 3 question types, one must learn the following topics.
* Active to Passive Voice
* Direct to Indirect Speech
* Tenses
* Prepositions
* Articles
* Subject Verb Agreement
* Pronoun Agreement
* Modifiers
* Parallelism
The question types have been as follows.
* Word-Based
* Contextual
One must master the following areas to answer Vocabulary Qs in Wipro NLTH.
Synonyms
Antonyms
Analogy
Idioms & Phrasal Verbs
Round 2 : Technical Interview which was around 10-15 minutes which covers about resume projects and oops .
Tell me about your previous work experiences.
Why do you want to join us?
What do you expect from us?
Round 3 : HR Interview which only was around 10 minutes on Salary and Bond Discussion .



A subsequence is a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements.
You need to print your answer modulo 10^9 + 7.
Let us take A = [1,2,3] and P = 4.
All the subsequences not having product more than ‘4’ are {1}, {2}, {3}, {1,2}, {1,3}. Therefore count is equal to ‘5’.
One must master Fundamentals of Programming in any 1 programming language of his/ her choice. Here are the topics to master.
* Arrays
* Strings
* Decision Making
* Looping
* Functions

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?