Tip 1 : Practice variety of problems, try to find patterns rather than learning solutions
Tip 2 : don't leave Computer Fundamentals behind
Tip 3 : make sure you keep balance in DSA and development.
Tip 1 : Try to do and put some real world projects
Tip 2 : mention platform links that shows your problem solving skills



Consider the following binary tree :
So the sum of child nodes having even valued grandparents is ‘4 + 8 + 1 + 9 + 2 = 24’


If TENNIS is coded as UDOMJR, then CRICKET is coded as:
(a) DPJBMDV
(b) DQJBMEU
(c) DQJBLDU
(d) BSHDJFS
If JUDGE is coded as UJDEG then ORDER is coded as?/
a. RODRE b. REDRO c. RODER d. REDOR
The given signs denote the following operations/relationships: A>B means A is 3 times of B AUB means B is 3 times of A A/B means A is less than B A*B means A is equal to B Which of the two conclusions 1 and 2 is/are definitely true based on the information provided? STATEMENTS H>I, JUT and J/K CONCLUSIONS 1.1/K 2. H > 3J
AGD: EKH :: IOL:
MSP
NTR
MSP
NTO
I BHE: FLI: Jpm.
a) OTP_ENTRO O NSP d) OS
A total of 512 players participated in a single tennis knock out tournament. What is the total number of matches played in the tournament? (Knockout means if a player loses, he is out of the tournament). No match ends in a tie.
A. 511
B. 512
C. 256
D. 255
E. 1023
What is the area enclosed in the region defined by y = |x – 1| + 2, line x = 1, X–axis and Y–axis?
In how many ways can 6 boys be allotted into 5 rooms such that no room is empty and all 6 boys are accommodated?
A. 27
B. 720
C. 840
D. 900
E. 1800
3L of milk are drawn from a container containing 30L of milk. It is replaced by water and the process is repeated 2 times. What is the ratio of milk to water at the end?
A. 729271
729
271
B. 743229
743
229
C. 8119
81
19
D. 2187100
2187
100
E. 81319
A, B and C can do a work in 20 days. They worked together for 8 days, then A left the work and B and C finished the remaining work in 20 days. In how many days will A alone do the work?
A) 45 days
B) 50 days
C) 55 days
D) 65 days



bool isBadVersion(version) returns true for all versions ‘V’ such that V > X, where X is the first bad version.




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?