Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TCS Team. If you also belong to the team, you can get access from here

TCS Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 85.5k Reviews

Filter interviews by

TCS SQL Developer Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top TCS SQL Developer Interview Questions and Answers

View all 14 questions

TCS SQL Developer Interview Experiences

11 interviews found

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

(2 Questions)

  • Q1. Explain sql commands
  • Q2. Explain normalization in sql

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Project in SQL developer
  • Ans. 

    A project in SQL developer involves designing, implementing, and maintaining databases for various applications.

    • Understand project requirements and design database schema accordingly

    • Write efficient SQL queries to retrieve and manipulate data

    • Optimize database performance by indexing, normalization, and query tuning

    • Collaborate with developers and stakeholders to ensure database meets project needs

  • Answered by AI
  • Q2. Types of sql, explain briefly
  • Ans. 

    Types of SQL include DDL, DML, DCL, and TCL.

    • DDL (Data Definition Language) - used to define the structure of database objects (CREATE, ALTER, DROP)

    • DML (Data Manipulation Language) - used to manipulate data in database objects (SELECT, INSERT, UPDATE, DELETE)

    • DCL (Data Control Language) - used to control access to data (GRANT, REVOKE)

    • TCL (Transaction Control Language) - used to manage transactions (COMMIT, ROLLBACK)

  • Answered by AI
Round 2 - Assignment 

They asked to do installation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, don't afraid

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?

SQL Developer Interview Questions & Answers

user image Charu Vikashini. T 19_009

posted on 23 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is joint type of joint
  • Ans. 

    A type of joint where two or more tables are combined based on a related column between them.

    • Types include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Used in SQL queries to retrieve data from multiple tables.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id;

  • Answered by AI
  • Q2. What is progressive testing
  • Ans. 

    Progressive testing is a software testing approach where testing is done incrementally as new features are added.

    • Testing is done in stages as new features are developed

    • Each stage builds upon the previous one

    • Helps in identifying issues early in the development process

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 22 May 2024

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

(2 Questions)

  • Q1. What is where clause in SQL
  • Ans. 

    WHERE clause in SQL is used to filter records based on specified conditions.

    • WHERE clause is used in SELECT, UPDATE, and DELETE statements to filter records.

    • It follows the FROM clause in a SQL statement.

    • Conditions in WHERE clause can include comparison operators like =, <>, <, >, etc.

    • Logical operators such as AND, OR, and NOT can be used to combine multiple conditions.

    • Example: SELECT * FROM employees WHERE department =

  • Answered by AI
  • Q2. What are types of join did you used
  • Ans. 

    Types of joins include inner join, outer join (left, right, full), cross join, self join.

    • Inner join: returns rows when there is a match in both tables

    • Outer join: returns all rows from one table and matching rows from the other table

    • Cross join: returns the Cartesian product of the two tables

    • Self join: joins a table to itself

  • Answered by AI

Skills evaluated in this interview

TCS interview questions for designations

 SQL Server Developer

 (1)

 SQL and PL SQL Developer

 (1)

 SQL Ssis Developer

 (1)

 SQL Database Administrator

 (10)

 MS SQL DBA

 (1)

 SQL Server Database Administrator

 (1)

 Oracle SQL and PLSQL Developer

 (3)

 SQL Support Engineer

 (1)

Interview experience
4
Good
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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Write sql queries for certain questions where analytical functions were involved, CTE based questions, scenario based questions, project-related questions.
  • Q2. Behavioral questions
  • Q3. Why do you want to join?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the coding and you can crack it.

Get interview-ready with Top TCS Interview Questions

SQL Developer Interview Questions & Answers

user image Himanshu Joshi

posted on 18 Mar 2024

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

(1 Question)

  • Q1. Details about oneself
Round 2 - Technical 

(2 Questions)

  • Q1. BAsed on sql logics
  • Q2. Dbms concepts like ACID

SQL Developer Jobs at TCS

View all

SQL Developer Interview Questions & Answers

user image Anjani Shah

posted on 17 Mar 2024

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

I was interviewed before Mar 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. What is SQL server
  • Ans. 

    SQL Server is a relational database management system developed by Microsoft.

    • Developed by Microsoft

    • Used for managing relational databases

    • Supports T-SQL (Transact-SQL) language

    • Provides tools for data storage, retrieval, and manipulation

  • Answered by AI
  • Q2. What is the join
  • Ans. 

    Join is a SQL operation used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Skills evaluated in this interview

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2022

I applied via Walk-in and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sql server,ssis,ssrs, Power bi,adf
Round 2 - HR 

(1 Question)

  • Q1. Introduction person details

Interview Preparation Tips

Topics to prepare for TCS SQL Developer interview:
  • SQL Server
  • SSIS
  • SSRS
  • Power Bi
  • Adf
Interview preparation tips for other job seekers - Sql server, ssis, ssrs,powerbi, azure data factory

SQL Developer Interview Questions & Answers

user image Suman Kundu

posted on 25 Sep 2024

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

I was interviewed before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Different joins
  • Ans. 

    Different types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables

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

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

    • Full outer join: Returns all rows when there is a match in either table

  • Answered by AI
  • Q2. Basic to advance queries

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2022

I applied via campus placement at Jawaharlal Nehru Technological University (JNTU) and was interviewed before Sep 2021. There were 4 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 - Aptitude Test 

I attended off campus recruitment .wrote exam at tcs ion center

Round 3 - Coding Test 

I attended for off campus recruitment and wrote the test

Round 4 - One-on-one 

(5 Questions)

  • Q1. What is a primary key
  • Ans. 

    A primary key is a unique identifier for a record in a database table.

    • A primary key must be unique and not null.

    • It ensures the uniqueness and integrity of data in a table.

    • Primary keys are used to establish relationships between tables.

    • Examples of primary keys include social security numbers, email addresses, or auto-incremented IDs.

  • Answered by AI
  • Q2. How do you delete the records in a table
  • Ans. 

    To delete records in a table, use the DELETE statement with the WHERE clause to specify the condition for deletion.

    • Use the DELETE statement followed by the table name

    • Add the WHERE clause to specify the condition for deletion

    • Execute the query to delete the records

  • Answered by AI
  • Q3. Write fibanocci series code
  • Ans. 

    Code to generate Fibonacci series

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number in the series

    • Repeat until desired number of terms is reached

  • Answered by AI
  • Q4. Explain about your project
  • Q5. What is a unique key
  • Ans. 

    A unique key is a column or a set of columns in a database table that uniquely identifies each row.

    • A unique key ensures that no two rows in a table have the same values for the specified column(s).

    • It is used to enforce data integrity and prevent duplicate entries.

    • A table can have multiple unique keys, but each unique key can only have one row with a specific set of values.

    • Unique keys can be used as a reference for rela

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS SQL Developer interview:
  • SQL Coding
  • C
Interview preparation tips for other job seekers - It is easy but you need to prepare well and be confident

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS SQL Developer interview?
TCS interview process usually has 1-2 rounds. The most common rounds in the TCS interview process are Technical, Resume Shortlist and HR.
How to prepare for TCS SQL 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 TCS. The most common topics and skills that interviewers at TCS expect are SQL, SQL Development, PLSQL, Python and Postgresql.
What are the top questions asked in TCS SQL Developer interview?

Some of the top questions asked at the TCS SQL Developer interview -

  1. How do you delete the records in a ta...read more
  2. What is a primary ...read more
  3. write fibanocci series c...read more

Tell us how to improve this page.

TCS SQL Developer Interview Process

based on 7 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 4 TCS interviews
Job Portal
WalkIn
Campus Placement
50%
25%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
TCS SQL Developer Salary
based on 591 salaries
₹2.5 L/yr - ₹8.4 L/yr
At par with the average SQL Developer Salary in India
View more details

TCS SQL Developer Reviews and Ratings

based on 49 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-Life balance

3.0

Salary & Benefits

4.7

Job Security

3.7

Company culture

2.8

Promotions/Appraisal

3.5

Work Satisfaction

Explore 49 Reviews and Ratings
Sql Developer

Mumbai,

Hyderabad / Secunderabad

+1

3-6 Yrs

₹ 2.9-8 LPA

Explore more jobs
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.7k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k salaries
unlock blur

₹8.9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

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