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

Media.net Software Services (India) Database Developer Interview Questions and Answers

Updated 27 Sep 2024

Media.net Software Services (India) Database Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Second highest Salary
  • Ans. 

    To find the second highest salary in a database table, you can use a SQL query with the ORDER BY and LIMIT clauses.

    • Use a SQL query with ORDER BY clause to sort the salaries in descending order.

    • Use LIMIT 1,1 to retrieve the second highest salary.

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1;

  • Answered by AI
  • Q2. Left and right join explanation
  • Ans. 

    Left join includes all records from the left table and matching records from the right table. Right join includes all records from the right table and matching records from the left table.

    • Left join: Returns all records from the left table and the matched records from the right table.

    • Right join: Returns all records from the right table and the matched records from the left table.

    • Example: Left join - SELECT * FROM table1...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Question on Binary Search tree
  • Q2. One easy array question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql questions and basics of DBMS

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Whar are the different forms of normalization?
  • Ans. 

    Normalization is a process used to organize a database into tables and columns to reduce redundancy and improve data integrity.

    • First Normal Form (1NF) - Eliminates duplicate data by ensuring each column contains atomic values.

    • Second Normal Form (2NF) - Requires that each non-key attribute is fully functionally dependent on the primary key.

    • Third Normal Form (3NF) - Ensures that non-key attributes are not transitively de...

  • Answered by AI
  • Q2. What are indexes and how indexing is useful?
  • Ans. 

    Indexes in databases are data structures that improve the speed of data retrieval operations.

    • Indexes are data structures that store a small portion of the table data in an optimized format for quick retrieval.

    • They help in speeding up data retrieval operations such as SELECT queries by reducing the number of rows that need to be scanned.

    • Indexes can be created on one or more columns of a table to improve the performance ...

  • Answered by AI
  • Q3. Some logical mathematical questions!

Interview Preparation Tips

Topics to prepare for Media.net Software Services (India) Database Developer interview:
  • SQL
  • RDBMS
  • Normalization
  • Indexing
  • Logical reasoning

Database Developer Interview Questions Asked at Other Companies

asked in NextG Apex
Q1. - Waterfall model - What is cursor in SQL - Normalization and den ... read more
asked in Indegene
Q2. 1.HOW TO DELETE DUPLICATE RECORDS FROM A TABLE?
asked in cloudEQ
Q3. How do you optimize your select statements in SQL?
Q4. What are indexes and how indexing is useful?
asked in cloudEQ
Q5. What is indexing? Different types of indexes?

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Joins,bulk collect, procedure, function
  • Q2. Write a procedure with bulk collect
  • Ans. 

    Procedure with bulk collect for array of strings

    • Use FORALL statement for efficient processing

    • Declare a collection type

    • Use LIMIT clause to control memory usage

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all the basic and advanced plsql

Interview Questionnaire 

2 Questions

  • Q1. Core python
  • Q2. OOPS concept
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Basic JavaScript and React.js questions
  • Q2. Questions on functions, hooks and DOM
  • Q3. Questions on SSR
  • Q4. Questions on strings and arrays
Round 2 - Coding Test 

Api related questions

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 Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was all about java oops and basic questions
Round 2 - Technical 

(1 Question)

  • Q1. It will related to the our project and some scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Easy-Medium level Leetcode questions on linkedlists
  • Q2. Simple recursion question
  • Q3. An SQL query Basic question in OOPS and resume description..
  • Q4. Basic questions regarding SQL
  • Q5. Difference between thread and process
  • Ans. 

    A process is an instance of a program while a thread is a subset of a process that can run concurrently with other threads.

    • Processes have their own memory space while threads share the same memory space within a process.

    • Processes are independent of each other while threads within the same process can communicate with each other.

    • Processes are heavier in terms of resource consumption compared to threads.

    • Example: A web br...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Prepare js array and string functions, and React js core concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Coding Test 

It was based on frontend technologies

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic frontend question
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round

Media.net Software Services (India) Interview FAQs

How many rounds are there in Media.net Software Services (India) Database Developer interview?
Media.net Software Services (India) interview process usually has 1-2 rounds. The most common rounds in the Media.net Software Services (India) interview process are Technical.
How to prepare for Media.net Software Services (India) Database Developer 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 MySQL, Indexing, Database Design, SSIS and Stored Procedures.
What are the top questions asked in Media.net Software Services (India) Database Developer interview?

Some of the top questions asked at the Media.net Software Services (India) Database Developer interview -

  1. What are indexes and how indexing is usef...read more
  2. Whar are the different forms of normalizati...read more
  3. Left and right join explanat...read more

Tell us how to improve this page.

Media.net Software Services (India) Database Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.8
 • 109 Interviews
Epsilon Interview Questions
3.9
 • 90 Interviews
Publicis Interview Questions
3.7
 • 53 Interviews
Regalix Interview Questions
2.9
 • 45 Interviews
Xdbs Interview Questions
3.1
 • 39 Interviews
Groupm Media Interview Questions
3.9
 • 36 Interviews
Mediamint Interview Questions
3.4
 • 34 Interviews
Merkle Sokrati Interview Questions
3.8
 • 31 Interviews
View all
Media.net Software Services (India) Database Developer Salary
based on 16 salaries
₹7.5 L/yr - ₹11.5 L/yr
53% more than the average Database Developer Salary in India
View more details

Media.net Software Services (India) Database Developer Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

2.0

Skill development

1.7

Work-life balance

1.7

Salary

1.7

Job security

2.0

Company culture

1.5

Promotions

2.0

Work satisfaction

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

₹6 L/yr - ₹20 L/yr

Research Analyst
60 salaries
unlock blur

₹2.5 L/yr - ₹8.2 L/yr

Softwaretest Engineer
47 salaries
unlock blur

₹4.5 L/yr - ₹12.2 L/yr

Digital Marketing Associate
42 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Product Operations Analyst
40 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

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

R.R. Donnelley

3.8
Compare

Epsilon

3.9
Compare

ChannelPlay

3.8
Compare

Affinity Express

3.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview