Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Media.net Software Services (India) Team. If you also belong to the team, you can get access from here

Media.net Software Services (India) Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Media.net Software Services (India) Site Reliability Engineer Interview Questions and Answers

Updated 17 Nov 2024

Media.net Software Services (India) Site Reliability Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on OS concepts, Networking,etc
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 5 interview rounds.

Round 1 - Coding Test 

2 hr easy questions mostly aptitude and easy leetcode

Round 2 - System Round 

(1 Question)

  • Q1. Design TCP Server with TCP sockets and sys calls
  • Ans. 

    Designing a TCP server using TCP sockets and sys calls

    • Create a socket using socket() system call

    • Bind the socket to an address and port using bind() system call

    • Listen for incoming connections using listen() system call

    • Accept incoming connections using accept() system call

    • Communicate with clients using read() and write() system calls

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. CS Basics, DNS TCP/IP Stack OS Fundamentals
Round 4 - One-on-one 

(1 Question)

  • Q1. System Design - Design Sharepoint
Round 5 - One-on-one 

(1 Question)

  • Q1. Director Round - Resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First few rounds are easy, one-on-one rounds will be very difficult.
Give as much details as possible, Enineering teams will ask question around those

Skills evaluated in this interview

Site Reliability Engineer Interview Questions Asked at Other Companies

asked in Equifax
Q1. what is diff cloud formation vs terraform, release management lik ... read more
asked in Verizon
Q2. Write a program to find a missing number in Arrays?
Q3. write script to display logs of GET response and response time an ... read more
asked in Verizon
Q4. What is the Collection Framework?
asked in Cisco
Q5. What are the linux commands do you know ?

Interview questions from similar companies

I was interviewed before Jun 2016.

Interview Questionnaire 

9 Questions

  • Q1. Questions on my resume. 1. What is your CGPA? 2. Tell us about your project (3-2 project).
  • Q2.  Which coding language do you prefer and why?
  • Ans. 

    I prefer Python because of its simplicity, readability, and extensive libraries.

    • Python is known for its simplicity and readability, making it easier to write and understand code.

    • Python has a large number of libraries and frameworks that can be used to quickly develop applications.

    • Python's syntax is clean and concise, allowing for faster development and easier maintenance.

    • Python is widely used in various domains such as...

  • Answered by AI
  • Q3. Questions on my interests
  • Q4. Questions on Android ROMS
  • Q5. Salary discussions
  • Q6. Work place (location)
  • Q7. Questions on technical skills required for the post
  • Q8. Where do you lack? (And more questions to build stress)
  • Q9. Why do you want to work with Pubmatic?
  • Ans. 

    I want to work with Pubmatic because of their innovative technology solutions and strong reputation in the industry.

    • Pubmatic is known for their cutting-edge technology solutions in the digital advertising space

    • I admire Pubmatic's strong reputation and track record in the industry

    • I believe working at Pubmatic will provide me with valuable learning opportunities and career growth

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Essay on 'Today's trending topics'. My topic was, 'Smartphone boon or curse'.
Tips: Write in lay man's language. Your approach should be an engineer's point of view.
Duration: 1 hour

Round: Technical Interview
Experience: Face to Face interview with Assistant Manager.
This interview was mainly to check my communication skills and basic technical knowledge.
Tips: Try to be yourself. Improve your communication skills, as no company selects a candidate who can't present her/his views.

Round: Behavioural Interview
Experience: Face to Face interview with Manager.
(I was selected after this round because of my confidence. )
Tips: As mentioned before you must have confidence and good communication skills. Be thorough with your basics orelse you will land up in an awkward situation. :p

Round: HR Interview
Experience: This round was for discussing salary and other facilities.
Tips: Be sure about your answer for 'preferred work place'. All the best.

Skills: Coding Skills, Proficiency In English, Confidence, Communication

Interview Questionnaire 

1 Question

  • Q1. What type of products are there ?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Reverse LinkList
  • Q2. Reverse Array array is given
Round 3 - Technical 

(1 Question)

  • Q1. Low Level System Design,SOLID principles
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic DSA question on array, linked list, graph
  • Q2. Loop in kinked list
  • Ans. 

    Detecting a loop in a linked list

    • Use two pointers, one moving at double the speed of the other

    • If there is a loop, the two pointers will eventually meet

    • Use Floyd's Cycle Detection Algorithm for efficient solution

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Similar question on DSA and little bit details on previous work experince.
Round 3 - Manegerial 

(1 Question)

  • Q1. Standard managerial round with focus on previous work

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. C# oops polymorphism extension methods
  • Ans. 

    Polymorphism is a key feature of OOP in C#. Extension methods allow adding new functionality to existing types.

    • Polymorphism allows objects of different classes to be treated as if they are of the same type.

    • Extension methods are static methods that can be called as if they were instance methods of the extended type.

    • Polymorphism and extension methods can be used together to add new behavior to existing types without modi

  • Answered by AI
  • Q2. Angular javascript vs typescript services components
  • Ans. 

    Angular is a framework for building web applications using TypeScript, which is a superset of JavaScript.

    • Angular provides a structure for building web applications using components, services, and modules.

    • TypeScript is a statically typed language that provides better tooling and error checking than JavaScript.

    • Services in Angular are used for sharing data and functionality across components.

    • Components in Angular are the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practical questions. easy interview. learn c# oops, ref, out, extension methods,

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They are asking technical questions what is their in the resume
Round 2 - Technical 

(1 Question)

  • Q1. They will technical questions as per your resume what you mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you say the answers in the interviewer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Consisted of 1 easy, 2 medium level problems

Round 2 - Technical 

(1 Question)

  • Q1. Implementation of Heap data structure An easy LC question
Round 3 - Technical 

(1 Question)

  • Q1. Discussion on some design question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic string manipulation and general DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tree traversal iteratively
  • Q2. Implement DFS,BFS on graph
Contribute & help others!
anonymous
You can choose to be anonymous

Media.net Software Services (India) Interview FAQs

How many rounds are there in Media.net Software Services (India) Site Reliability Engineer interview?
Media.net Software Services (India) interview process usually has 3 rounds. The most common rounds in the Media.net Software Services (India) interview process are One-on-one Round, Technical and Coding Test.
How to prepare for Media.net Software Services (India) Site Reliability Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Media.net Software Services (India). The most common topics and skills that interviewers at Media.net Software Services (India) expect are AWS, Ansible, Apache, Grafana and Java.
What are the top questions asked in Media.net Software Services (India) Site Reliability Engineer interview?

Some of the top questions asked at the Media.net Software Services (India) Site Reliability Engineer interview -

  1. Design TCP Server with TCP sockets and sys ca...read more
  2. CS Basics, DNS TCP/IP Stack OS Fundament...read more
  3. Director Round - Resume based questi...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Media.net Software Services (India)

No Interviews

INTERVIEWS

Indian Space Research Organisation

10 top interview questions

INTERVIEWS

Media.net Software Services (India)

No Interviews

INTERVIEWS

Media.net Software Services (India)

No Interviews

SALARIES

Media.net Software Services (India)

Tell us how to improve this page.

Media.net Software Services (India) Site Reliability Engineer Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 100 Interviews
Publicis Interview Questions
3.7
 • 52 Interviews
Regalix Interview Questions
2.9
 • 44 Interviews
Xdbs Interview Questions
3.2
 • 39 Interviews
Denave Interview Questions
3.6
 • 39 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
Mediamint Interview Questions
3.4
 • 32 Interviews
Merkle Sokrati Interview Questions
3.8
 • 31 Interviews
PubMatic Interview Questions
3.9
 • 30 Interviews
View all
42% more than the average Site Reliability Engineer Salary in India
View more details

Media.net Software Services (India) Site Reliability Engineer Reviews and Ratings

based on 2 reviews

1.7/5

Rating in categories

4.5

Skill development

1.7

Work-life balance

2.0

Salary

4.2

Job security

2.0

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 2 Reviews and Ratings
Web Application Developer
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Analyst
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Operations Analyst
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Associate
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Media.net Software Services (India) with

PubMatic

3.9
Compare

Komli Media

4.0
Compare

Vserv Digital Services

4.1
Compare

Adcolony

5.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent