This was a pool campus conducted by amazon for internship .based on the internship performance students will be give pre-placement offers or pre-placement interview.
Online round: online round was conducted at respective colleges in batches...there were 20 technical mcq's on DBMS, OS, CN,C, OOPS,DS,input/output questions, mostly from geeksquiz and 2 coding questions which were considerably easy.time given - 1 hr 30 minutes.
- Given a point (x,y) which is position of a friends house on a coordinate plane. and a person starts from(0,0),and can move only on x-axis. each time he moves double the steps from previous step and in opposite direction.he starts by taking 1 step in positive x axis. each step he takes 1 second. given a time n. we have to find the distance between his friends house and his position after n seconds.
- Given a string and an integer m that denotes number of changes that can be made on the given string.we have to find maximum length of a sub string that can be formed by doing m number of changes such that all alphabets in the substring are same. Solution: GeeksforGeeks Link
- Given an array we have to find the median of the array when it is sorted but we should not sort it.
- Find Maximum possible stolen value from houses.