Tip 1 : Practice from Leetcode, solve Leetcode medium level problems.
Tip 2 : Brush up computer fundamentals from subjects like OS, DBMS and CN.
Tip 3 : Have a good project or good internship experience and have in-depth knowledge regarding what you have done.
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
...
Let us say you randomly choose 'N' non-negative integers less than 'M' and put them in an array 'A'.
Find the probability that 'A' is sorted in non-decreasing order.
The answer should be found modulo 10^9 + 7. Formally, let M = 10^9 + 7. It can be shown that the answer can be expressed as an irreducible fraction p/q, where p and q are integers and q !≡ 0 (mod M). Output the integer equal ...
Given an undirected graph of V vertices and E edges. Your task is to find all the bridges in the given undirected graph. A bridge in any graph is defined as an edge which, when removed, makes the graph disconnected (or more precisely, increases the number of connected components in the graph).
What do you know about Amdoc?
Where do you see yourself in 5 years?
Are you willing to relocate?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the result of 4 % 2?