Upload Button Icon Add office photos

Filter interviews by

Sirius Transtech SQL Developer Interview Questions and Answers

Updated 18 May 2023

Sirius Transtech SQL Developer Interview Experiences

1 interview found

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 18 May 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude,verbal,logical

Round 2 - Group Discussion 

Current affairs, 1hr duration

Round 3 - One-on-one 

(2 Questions)

  • Q1. Oops concept, data base qutions
  • Q2. Sql qutions, python simple code

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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Joins , index, keys and sp
  • Q2. Function plsql queries

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

Sirius Transtech Interview FAQs

How many rounds are there in Sirius Transtech SQL Developer interview?
Sirius Transtech interview process usually has 4 rounds. The most common rounds in the Sirius Transtech interview process are Resume Shortlist, Aptitude Test and Group Discussion.
What are the top questions asked in Sirius Transtech SQL Developer interview?

Some of the top questions asked at the Sirius Transtech SQL Developer interview -

  1. oops concept, data base quti...read more
  2. sql qutions, python simple c...read more

Tell us how to improve this page.

Technical Associate
3 salaries
unlock blur

₹2.5 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Sirius Transtech with

Cognizant

3.8
Compare

Deloitte

3.8
Compare

Ernst & Young

3.5
Compare

Teleperformance

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview