Tip 1 : Be through with oops concepts with real examples where to use them in your code, don't just learn definitions of oops concepts.
Tip 2 : Prepare array and linked list based based DS questions very well, cover all common questions like reverse an array, linked list etc.
Tip 1 : keep your resume only 1 page if your fresher and write more details of your work rather than focusing on extra curricular things, define your work and projects in good detail.
Tip 2 : Do not lie, write only those skills which you know



A = [2, 3, 0] , B = [5, 1]
For the first index, A[0] = 2
In array B only 1 is less than 2. Therefore the answer for the first index is 1.
For the second index, A[1] = 3
In array B only 1 is less than 3. Therefore the answer for the second index is also 1.
For the third index, A[2] = 0
Both the elements of array B are greater than 0.
Therefore the answer for the third index is 0.
Hence, the final answer is [1,1,0] in this case.
Early morning around 10am
Q1 - introduction
Q2 - oops concepts
Q3 - some keywords meanings
Q4 - explain your project and your part in project, what code did you write in project
Q5 - Basic coding problem on screen share " swap 2 numbers without using 3rd variable "
Q6 diff between arrays and string
Q7 Hr based questions how will you convince your teammate
Q8 what did you learn in covid Lockdown
Q9 any location issues



Input:
'a' = 8, 'b' = 5
Output:
5 8
Explanation:
Initially, the value of 'a' and 'b' is 8 and 5, respectively.
After swapping, the value of 'a' is 5, and the value of 'b' is 8.
x = x + y
y = x - y
x = x - y

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: