Tip 1 : Practice coding in leetcode and Hackerrank
Tip 2 : Do atleast 2 good projects related to your interested Technology.
Tip 3 : Prepare all basics of Cs core subjects
Tip 1 : Add skills which is related to job roles.
Tip 2 : Add proper projects related to your skills.
At 8 P.M Online assessment



Input: 'str' = "abca"
Output: 1
Explanation:
If we insert the character ‘b’ after ‘c’, we get the string "abcba", which is a palindromic string. Please note that there are also other ways possible.



You can only stack a box on top of another box if the dimensions of the 2-D base of the lower box ( both length and width ) are strictly larger than those of the 2-D base of the higher box.
You can rotate a box so that any side functions as its base. It is also allowed to use multiple instances of the same type of box. This means, a single type of box when rotated, will generate multiple boxes with different dimensions, which may also be included in stack building.

The height, Width, Length of the type of box will interchange after rotation.
No two boxes will have all three dimensions the same.
Don’t print anything, just return the height of the highest possible stack that can be formed.
Morning at 10 first round of interview started
What is VPN
What is different types of network.
Tip 1 : Try to Study this questions for preparation
Tip 2 : Try to learn the basics of CN
Tip 3 : Try to understand the concepts by using real-time concepts.
What is deadlock
Whst is cache memory
Tip 1 : Try to practice more questions from interviewbit
Tip 2 : Learn all scheduling algorithms in os
Tip 3 : Try to practice Os problems
After completing first round of interview,got shortlisted for second round..
At 12 P.M I had this round.


Let the stacks be-
A = [2 , 2, 1, 1]
B = [1, 4]
C = [4]
We can remove the topmost element from stack A and the topmost element from stack B.
The final stacks after removal of the elements are-
A = [2, 1, 1]
B = [4]
C = [4]
Sum of elements of stack A = 4.
Sum of elements of stack B = 4.
Sum of elements of stack C = 4.
The maximum possible equal sum is equal to 4.
After completing 2 technical interview, HR interview conducted, all are elimination round only.
I got selected for all the rounds and got Hr interview call. Evening at 3 I had this Hr interview.
Just a verification details
Introduce yourself
Why cisco
Tip 1 : Just be confident in HR interview
Tip 2 : Tell that you are okay with relocation
Tip 3 : Be good at communication

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: