Upload Button Icon Add office photos

Filter interviews by

Markone Technologies SQL Developer Interview Questions and Answers

Updated 22 Apr 2023

Markone Technologies SQL Developer Interview Experiences

2 interviews found

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 22 Apr 2023

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 Mar 2023. There were 2 interview rounds.

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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Sql quries plsql queries analytical function questions
  • Q2. Analytical function questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2022. There were 2 interview rounds.

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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is Procedure? What is Functions? What is Joins? Sub queries Constraints? Triggers Package
  • Ans. 

    SQL concepts - Procedure, Functions, Joins, Sub queries, Constraints, Triggers, Package

    • Procedure - a set of SQL statements that perform a specific task

    • Functions - a set of SQL statements that return a single value

    • Joins - used to combine rows from two or more tables based on a related column

    • Sub queries - a query within another query

    • Constraints - rules that enforce data integrity

    • Triggers - a set of SQL statements that au...

  • Answered by AI
  • Q2. What is triggers and procedures?
  • Ans. 

    Triggers and procedures are database objects used to automate tasks and enforce business rules.

    • Triggers are special types of stored procedures that are automatically executed in response to certain events, such as insertions, updates, or deletions of data.

    • Procedures are a set of SQL statements that are stored in the database and can be executed repeatedly.

    • Triggers can be used to enforce business rules, such as preventi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and well verse in technical knowledge. Keep your communication improved

Skills evaluated in this interview

SQL Developer Interview Questions Asked at Other Companies

asked in BNP Paribas
Q1. How is a change request in application serviced by development te ... read more
asked in BNP Paribas
Q2. Write down a procedure to return a certain series (99, 96, 93, .. ... read more
asked in BNP Paribas
Q3. Given sample data on two tables, write down the result sets of al ... read more
asked in Capgemini
Q4. 2. Query optimization techniques? 3. Types of schemas and differe ... read more
asked in Accenture
Q5. What is Database Management System?

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables

    • It helps in reducing data redundancy by eliminating duplicate data

    • Normalization ensures data integrity by enforcing relationships between tables

    • There are different normal forms such as 1NF, 2NF, 3NF, and BCNF

  • Answered by AI
  • Q2. What is indexing
  • Ans. 

    Indexing is a technique used to improve the performance of database queries by creating a data structure that allows for faster retrieval of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • They work similar to an index in a book, allowing the database to quickly locate the rows that satisfy a query.

    • Examples of indexes include primary keys, unique

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Find 3rd highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find 3rd highest salary

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 2,1 to skip first two highest salaries and get the third highest salary

  • Answered by AI
  • Q2. Pivoting and unpivoting in SQL
  • Ans. 

    Pivoting and unpivoting are techniques used in SQL to transform data from rows to columns and vice versa.

    • Pivoting involves rotating rows into columns, typically used to summarize data.

    • Unpivoting involves rotating columns into rows, typically used to normalize data.

    • Pivoting can be done using the PIVOT keyword in SQL, while unpivoting can be done using the UNPIVOT keyword.

  • Answered by AI
  • Q3. Difference in rank and dense rank
  • Ans. 

    Rank assigns unique rank to each row, while dense rank allows for ties in ranking.

    • Rank leaves gaps in ranking sequence, while dense rank does not

    • Rank(1, 2, 2, 4) = 1, 2, 3, 4

    • Dense Rank(1, 2, 2, 4) = 1, 2, 2, 3

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask clearly on the number of rounds , Initially they said there will be two round but later they did 4 rounds , quite unprofessional way of taking interviews they will just call you 1 goir before interview and ask to join stating that it will managerial round but when you will go there you will see actually it's a technical round again

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple coding not that much tough

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to your skills
  • Q2. Just basic questions
Round 3 - HR 

(1 Question)

  • Q1. Why u want to join
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Scenario based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Types of Indexes
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered indexes physically reorder the data in the table based on the index key.

    • Non-clustered indexes create a separate structure for the index, pointing back to the original table data.

    • Unique indexes ensure that no two rows have the same values in the indexed columns.

    • Composite indexes are created on multiple columns to improve...

  • Answered by AI
  • Q2. Sceanrio based question
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Joining date and last working date
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Profit and loss,percentage

Round 2 - HR 

(2 Questions)

  • Q1. Why do you this job ?
  • Q2. How can i believe you are the best to our company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Never Give up
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Syntax of stored procedure What is cursors Joins Cte
  • Ans. 

    Stored procedures are used to store SQL queries for reuse. Cursors are used to iterate through a result set. Joins combine data from multiple tables. CTEs are temporary result sets.

    • Stored procedures are used to store SQL queries for reuse

    • Cursors are used to iterate through a result set

    • Joins combine data from multiple tables

    • Common Table Expressions (CTEs) are temporary result sets

  • Answered by AI

I applied via Referral and was interviewed before Mar 2021. There were 3 interview rounds.

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 tips
Round 2 - Telephonic Call 

(1 Question)

  • Q1. Telephonic interview of SQL
Round 3 - Technical 

(1 Question)

  • Q1. SQL technical coding test

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL technical query related questions

Markone Technologies Interview FAQs

How many rounds are there in Markone Technologies SQL Developer interview?
Markone Technologies interview process usually has 2 rounds. The most common rounds in the Markone Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Markone Technologies SQL Developer interview?

Some of the top questions asked at the Markone Technologies SQL Developer interview -

  1. What is Procedure? What is Functions? What is Joins? Sub queries Constraints? T...read more
  2. What is triggers and procedur...read more
  3. sql quries plsql queries analytical function questi...read more

Tell us how to improve this page.

Markone Technologies SQL Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Oracle Database Administrator
58 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Software Engineer
24 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Database Admin
15 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Postgresql DBA
10 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Java Developer
6 salaries
unlock blur

₹2.5 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Markone Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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