Tip 1 : Focus on arrays
Tip 2 : Revise your resume
Tip 1 : Include courses
Tip 2 : include many projects with link
Exam Platform: Safe Exam Browser – hire pro. (Make sure you check the compatibility for the system)
Total Time Allotted: 90 minutes
Exam Type: MCQs
Hardness Level: Easy to Medium
Negative marking: No
Topic: Quantitative, English Ability, Reasoning, Pseudo Code, Networking, Cloud, MS office.
Apart from mcqs, 2 easy level DSA questions were also there



1) A prime number is a number that has only two factors: 1 and the number itself.
2) 1 is not a prime number.
Just iterate from 1 to n and check at every iteration from prime number. This got accepted.



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.
I simply used 3 pointers for this question and solved it in one loop. You can sort the array and then solve it too. No Tle was there in both cases
Give a short introduction.
What is your favourite subject in college?
Tell me something about your project (as I mentioned about the project in the introduction).
What are some kinds of challenges, problems faced during your project and how did you deal with them?
Do you want to continue this project or do you want to leave it here?
Do you have any questions for me?

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: