Tip 1 : Prepare for coding logics
Tip 2 : Prepare for Algos
Tip 1 : Mention all skills in bold
Tip 2 : Mention all languages and tools keywords
Online questions of coding, logical and tools knowledge
Was time based, and lengthy



a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
2 different loops to compare and split that from center
Was pure technical
Framework designs explain with architecture?
Tip 1 : Know in and out of fw
Tip 2 : Know data flows .
Technical



In the case of two closest sums, print the smallest sum.
Split the array, perform merge sort
HR stuff
1. Your strengths and weaknesses
2. Why RBS?
Tip 1 : prepare for skills and hr stuff
Tip 2 : Prepare for why RBS

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?