Tip 1 : learn concepts by doing examples / handson
Tip 2 : try to implement at least one project with all concepts you learned
Tip 3 : go with frequently asked questions for topics
Tip 1 : add correct technology stack, clients for whom you have worked for with durations and roles and responsibilities you played
Tip 2 : add projects , certification and achievements
Java basic MCQ nad and a list coding test



Input arrays/lists can contain duplicate elements.
The intersection elements printed would be in the order they appear in the first array/list(ARR1)
1. Combine both the list into one list
2.usw Java stream to find distinct value
3. Using collector put the distinct value in list and print the list
It was in noon at 3 pm and questions was related to problem solving technically and dealing with team and the client
Find detective coin from stack
Divide the coins in 3 parts i.e. group A of 3 coins, group B of 3 coins and group C of 2 coins.
1st weighing — weigh A and B against each other. If balance scale is straight that means fake coins is in group C otherwise A/B on which side scale is up.
2nd weighing — If fake coins is in group C as inference from 1st weighing, then weigh 2 voins against each other and find the lighter fake coin. If fake coins is A/B, weigh any two coin from that group. If scale is balanced then the third coin is fake, otherwise whichever showing lighter on scale.
For 3 weighing, make pair of 4 and followed by pair of 2 for the lighter group. At last compare the last 2 coins to find lighter coin.
8 → 4 →2 →1
Salary discussion
Location
Job role
Expected CTC
Location preference
When you can join
Is it your updated CV

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?