Tip 1: Have 2-3 good-level Projects
Tip 2 : Practice more DSA questions.
Tip 3 : Try to have a firm base on basics
Tip 4 : If you have free time start practicing puzzles.
Tip 1 : One Page Resume, Do not put false things in a resume.
Tip 2 : Mention 2 -3 projects



A Subsequence of a string is the one which is generated by deleting 0 or more letters from the string and keeping the rest of the letters in the same order.





1. The length of each array is greater than zero.
2. Both the arrays are sorted in non-decreasing order.
3. The output should be in the order of elements that occur in the original arrays.
4. If there is no intersection present then return an empty array.



The diameter of a binary tree is the length of the longest path between any two end nodes in a tree.
The number of edges between two nodes represents the length of the path between them.
Input: Consider the given binary tree:

Output: 6
Explanation:
Nodes in the diameter are highlighted. The length of the diameter, i.e., the path length, is 6.
What is the difference between Interpreter and Compiler?
How do you prepare yourself while giving any contest
Internal working of Heaps
What are the different types of Polymorphism in java?
Complexity analysis of certain algorithms.
Different types of sorting algorithms.



• The left subtree of a node contains only nodes with data less than the node’s data.
• The right subtree of a node contains only nodes with data greater than the node’s data.
• Both the left and right subtrees must also be binary search trees.
For the given post order traversal: 2 4 3 7 6 5
The BST will be:
The Inorder Traversal of this BST is 2 3 4 5 6 7.
After that she asked me about my projects, then some SRQ (situation reaction questions).
You have 5 jars of pills. Each pill weighs 10 grams, except for contaminated pills contained in one jar, where each pill weighs 9 grams. Given a scale, how could you tell which jar had the contaminated pills in just one measurement?
How do we measure forty-five minutes using two identical wires, each of which takes an hour to burn? We have matchsticks with us. The wires burn non-uniformly. So, for example, the two halves of wire might burn in 10 minutes and 50 minutes respectively
I have solved both the puzzles
Started with an introduction.
About Cisco and its products.
Why cisco.
Competitors of Cisco.
Any plans for further studies.
Location Preference
Then he asked if have any questions?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: