Media.web Interview Expertise for Internet Utility Developer (Skilled)
[ad_1]
I used to be interviewed for the function of Internet Utility Developer 2 at media.web. Your entire course of was on-line. I utilized for the function from the Instahyre/ web site. (at the very least that’s what I bear 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 immediately dived into coding issues. A complete of 4 DSA issues have been requested of me on this spherical.
- C1: Prepare components in such a means that every one occurrences of a component happen collectively. Parts 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 bear in mind the opposite 2 issues, they have been additionally of easy-medium degree.
- You additionally want to offer time and house complexity for all the issues.
- Complete time: 1hr
- Cleared
Spherical 2 (Coding Interview): Once more began with fast introductions and we immediately 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 initiatives 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 so on.
- Wage negotiations ( I already had a suggestion )
After 2-3 days, I obtained a name concerning the provide. 🙂
Verdict: Chosen
Ideas:
- Have a powerful DSA base
- By understanding the tech stack you might be utilizing ( logic half )
- Analysis concerning the firm
- Primary understanding of OS, DBMS, and Networks.
[ad_2]