Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice questions from leetcode as mostly questions were asked from that only.
Tip 3 : Revise Computer Science subjects like DBMS, OS & OOPS thoroughly, it'll help you ace last round
Tip 4 : Revise everything about your mentioned internship projects and self projects. Projects hold a great weight in selection.
Tip 1 : Competitive programming profiles is a must. That'll help you get shortlisted.
Tip 2 : Resume should reflect development and experience in DSA.
Tip 3 : Be genuine in your skills and technologies section, question will be asked from them.
Suppose given input is ...
This problem requires you to implement a log watching solution (similar to the tail -f command in UNIX). However, in this case, the log file is hosted on a remote machine (same machine as your server code). The log file is in append-only mode.You have to implement the following:1. A server side program to monitor the given log file and capable of streaming updates that happen in it. This will r...
How did you find the last n lines of log file ? and if given more time how would you do it efficiently ?
Questions on a personal project and what if we do a change how will you handle it.
Why cannot private methods be overridden?
Why are multiple inheritances not supported by the Java language
Detailed discussion on my previous round's working code.
How data has be...