Tip 1 : Practice questions as max as possible for all the concepts
Tip 2 : Do projects in any coding language
Tip 3 : Do internships in your interest domain
Tip 1 : Have good projects on your resume
Tip 2 : Have good internship companies in your resume
Code output MCQ, aptitude mcqs
Total 15 Questions

if C1 = 4 + i5 and C2 = 3 +i1
C1.plus(C2) results in:
C1 = 7 + i6 and C2 = 3 + i1
if C1 = 4 + i5 and C2 = 1 + i2
C1.multiply(C2) results in:
C1 = -6 + i13 and C2 = 1 + i2
a + ib

N=10, M=3
C = [2,4,7] ( The positions of the streetlights )
R = 3 ( The range of the street-lights)
The answer will be 2 as we can install the first street light at position 2 so it illuminates the street from positions from 1 to 5 and the third street light at 7 so it illuminates the street from positions from 4 to 10.

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?