Tip 1 : Be Strong with DSA
Tip 2 : Be Strong with OOPS and Core CS Fundamentals
Tip 3 : Do at least 2-3 projects
Tip 1 : One Page Resume
Tip 2 : Have some projects on your resume



Consider ARR = [“coding”, ”codezen”, ”codingninja”, ”coders”]
The longest common prefix among all the given strings is “cod” as it is present as a prefix in all strings. Hence, the answer is “cod”.
I was solved this question with the help of trie data structure


The width of each bar is the same and is equal to 1.
Input: ‘n’ = 6, ‘arr’ = [3, 0, 0, 2, 0, 4].
Output: 10
Explanation: Refer to the image for better comprehension:

You don't need to print anything. It has already been taken care of. Just implement the given function.
I was solved this question with the help of stack



Given 'S' : abcdg
Then output will be : 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Solved with the help of hashing principal
Describe Solid principles
What is Query Optimization?
SQL query to find third highest salary in company
1. Difference type of Access Modifiers in Java
2. Lambda expression
3. Junit Implementation
Tell me about yourself.
Why do you want to work for our company?
What are your greatest strengths and weaknesses?
Why are you looking for a change?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?