Tip 1 : Be good at one programming language and practice Coding well.
Be good at basics of IT fundamental courses such as DSA, DBMS, OOPS, NETWORKING..
Tip 2 : Prepare resume based on the role you apply.
Tip 3 : Do atleast 2 good projects related to the role you apply
Tip 1 : Do atleast 2 good Projects
Tip 2 : mentioned skills in resume should be prepare more.



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”.



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.

*The timing was morning 10 to 12
* The coding round conducted in University's lab with proper supervision.. It was good and silent environment.
* They asked us to keep our phone out from test hall.
* They provided paper for rough work.







'S' = "{}()".
There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.


A 1-day pass is sold for 'COST'[0] coins,
A 7-day pass is sold for 'COST'[1] coins, and
A 30-day pass is sold for 'COST'[2] coins.
The passes allow for many days of consecutive travel.
If Ninja gets a 7-day pass on day 2, then he can travel for 7 days: 2, 3, 4, 5, 6, 7, and 8.



Write a query to fetch the EmpFname from the EmployeeInfo table in upper case and use the ALIAS name as EmpName.
Tip 1 : Try to learn and practice SQL queries.
Tip 2 : Practice all famous interview asked query questions.
Tip 3 : Solve more SQL query questions in Hackerrank platform.
* Interview conducted next of Online assessment at morning 10'o clock in Reva University placement building.
*2 panel members were there and communicated very clearly, made me feel us more comfortable.
Questions asked in DBMS,SQL,OOPS, NETWORKING and resume based questions.
Tip 1 : Resume based questions asked in technical interview.
Tip 2 : prepare IT fundamentals.
Tip 3 : Do mock interview that will help you to do well in real time interview.

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?