I used to be interviewed for the function of Internet Utility Developer 2 at media.web. The whole course of was on-line. I utilized for the function from the Instahyre/ web site. (at the least that’s what I keep in mind ;)). After every week, I obtained a name from HR that my resume is shortlisted after which interview rounds have been scheduled.
Spherical 1 (Coding Interview): The interview began with fast introductions and we right away dived into coding issues. A complete of 4 DSA issues have been requested of me on this spherical.
- C1: Prepare parts in such a approach that every one occurrences of a component happen collectively. Components ought to observe FCFS order.
- Enter: { 1, 2, 3, 1, 2, 1 }, Output: { 1, 1, 1, 2, 2, 3 }
- Enter: { 5, 4, 5, 5, 3, 1, 2, 2, 4 }, Output: { 5, 5, 5, 4, 4, 3, 1, 2, 2 }
- C2: A variant of Search in a sorted array, https://www.geeksforgeeks.org/search-an-element-in-a-sorted-and-pivoted-array/
- I don’t keep in mind the opposite 2 issues, they have been additionally of easy-medium degree.
- You additionally want to supply time and area complexity for all the issues.
- Complete time: 1hr
- Cleared
Spherical 2 (Coding Interview): Once more began with fast introductions and we right away dived into coding issues. A complete of two DSA issues have been requested of me on this spherical.
Spherical 3 (Coding + Managerial Interview): A short introduction after which we dived into coding issues.
- C1: A variant of https://leetcode.com/issues/word-search/
- I began with the DFS method however the interviewer was not proud of it. After some thought got here one other matrix traversal method.
- Anticipated TC: O(n*m)
- Dialogue concerning the private tasks that I’ve labored on.
- Earlier firm work ( skilled )
- Few primary questions associated to OS, DBMS, and Full Stack frameworks.
- Why media.web?
- Cleared
Spherical 4 (HR):
- Normal introductions
- Why media.web? and many others.
- Wage negotiations ( I already had a proposal )
After 2-3 days, I obtained a name concerning the provide. 🙂
Verdict: Chosen
Ideas:
- Have a robust DSA base
- Via understanding the tech stack you’re utilizing ( logic half )
- Analysis concerning the firm
- Primary understanding of OS, DBMS, and Networks.