Tip 1 : Do at least 2 projects
Tip 2 : Be confident
Tip 3 : Knowledge of OS is a plus point
Tip 1 : Have some projects which has social cause
Tip 2 : Do not put false things on resume
The assessments was splited into two stages:
Stage 1: The Cognitive and Technical assessment
a) There is no negative marking.
b) You'll have 90 mins to complete 90 mcq's.
c) Inter-sectional navigation is allowed.
d) It is an elimination round.
e) You will be notified about the results within 5 to 10 mins.
Stage 2 : Coding Assessment
a) Upon clearing stage 1, you must participate in this.
b) 45 mins to complete 2 coding questions
c) Non elimination round, but these score will be considered for final decision



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.
First, i have taken input from the user in the main function.
Next steps is create two different arrays, where
One is for even location elements.
Another one is for odd location elements.
Then, i have sorted both arrays, so that i can get the second largest element.
At last, i have added them and return and then print it from the main function.


1) Length of the password must be between 8 to 15 characters.
2) At least one digit (0-9), one lowercase letter (a-z), one uppercase letter (A-Z) and one special character (%, ^, &, #, *, %, etc) must be present.
3) Password must not contain any space.
Given ‘STR’ = “Codingninja#1” As it satisfies all the above conditions so it is a valid password and therefore you have to return true.
I applied Regular expression to solve this problem
The assessment and it needed good communication skills.
This is a TR + HR round. My interview was around 12:30 PM.
● Tell me about yourself. Explain any one of your project.
● I explained the project in brief manner and about the methodology and terminology i had taken up to execute them
● What was your role in project ?
● What was your favorite and least favorite subject?
● Explain the inheritance concept with real world example?
● What are OOPS concept?
● What is exceptional handling in Java?
● Explain Bubble sort.
● Which technology did you explore recently?
● Have you done any certifications?

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: