SAGI Ramakrishnam Raju Engineering College, Bhimavaram
What if you can't knock at your SAGI Ramakrishnam Raju Engineering College, Bhimavaram seniors' door for advice? Read their placement interview questions and crack your next interview. š
SAGI Ramakrishnam Raju Engineering College, Bhimavaram
What if you can't knock at your SAGI Ramakrishnam Raju Engineering College, Bhimavaram seniors' door for advice? Read their placement interview questions and crack your next interview. š
posted on 3 Dec 2022
I applied via Campus Placement and was interviewed in Jun 2022.
Basic to medium level aptitude questions. Time and work, blood relations, time and distance, syllogisms, all basic quantitative aptitude. And data structures and algorithms, computer science fundamentals.
One easy coding question. First focus on aptitude.
1. Find the frequency of occurrence of each element in a given array.
arr=[1,1,2,3,3,1]
Output= [3,3,1,2,2,3]