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 84.9k Reviews

Filter interviews by

TCS SQL Server Developer Interview Questions, Process, and Tips

Updated 4 Sep 2023

TCS SQL Server Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Aug 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 

(4 Questions)

  • Q1. What is a sql commands
  • Ans. 

    SQL commands are instructions used to interact with a database management system to perform tasks such as querying, updating, and managing data.

    • SQL commands are used to perform various operations on a database, such as selecting data with SELECT, inserting data with INSERT, updating data with UPDATE, and deleting data with DELETE.

    • Other common SQL commands include CREATE TABLE for creating tables, ALTER TABLE for modify...

  • Answered by AI
  • Q2. What is a intigrity constaraints
  • Ans. 

    Integrity constraints are rules that ensure data integrity and consistency in a database.

    • Integrity constraints are used to enforce business rules and maintain data accuracy.

    • Common types of integrity constraints include primary key, foreign key, unique key, and check constraints.

    • For example, a primary key constraint ensures that each row in a table is uniquely identified by a specific column or combination of columns.

  • Answered by AI
  • Q3. What is a stor procedure
  • Ans. 

    A stored procedure is a precompiled collection of SQL statements that can be executed by calling the procedure name.

    • Stored procedures can accept input parameters and return output parameters.

    • They can be used to encapsulate complex logic and improve performance by reducing network traffic.

    • Stored procedures are stored in the database and can be reused by multiple applications or users.

    • Example: CREATE PROCEDURE GetEmploye...

  • Answered by AI
  • Q4. Differents type of 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 rows when there is a match in either table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I ntrestad for software developer and please give me one chance prove my skill knowledge

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. Asked about SSIS, Queries to retrieve highest salary and asked about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on technical skills and Handson on sql
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 Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to the current and past projects.
  • Q2. Aws related questions.
  • Q3. Data warehousing basics
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about the roles and responsibilities.
  • Q2. Discussion about the role in Genpact.
Round 3 - HR 

(2 Questions)

  • Q1. Asked about expectated salary
  • Q2. Why are you switching

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about the points given in your resume and the work you have done.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Start up parameters of sql server
  • Ans. 

    Start up parameters are used to configure the behavior of SQL Server when it starts up.

    • Start up parameters are specified in the SQL Server Configuration Manager.

    • Common start up parameters include -d (database files location), -e (error log location), -m (single user mode), -T (trace flags), etc.

    • Start up parameters can be modified to customize the behavior of SQL Server during startup.

    • Example: -dC:\Program Files\Microso...

  • Answered by AI
  • Q2. Differential backup query
  • Q3. Sql server statics
  • Q4. Log file architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - kindly prepare all the topics about sql server.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am an experienced ETL Developer with a strong background in data integration and transformation.

    • Over 5 years of experience in ETL development

    • Proficient in using tools like Informatica, Talend, and SSIS

    • Strong SQL skills for data querying and manipulation

    • Experience in designing and implementing data warehouses

    • Familiar with data modeling and ETL best practices

  • Answered by AI
  • Q2. What is SCD type2
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Data Modeling Concepts, SQL Query
  • Q2. Data Governance, Data Lineage, ETL process,
Round 2 - Coding Test 

SQL Scripts to write and also also asked to design an data model of my choice in Telecom Domain

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

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the uses of filter stage
  • Ans. 

    Filter stage is used in ETL processes to selectively pass or reject data based on specified criteria.

    • Filter stage helps in removing unwanted data from the input dataset.

    • It can be used to apply conditions like filtering out duplicate records, selecting specific columns, or excluding certain values.

    • For example, a filter stage can be used to only pass records where the sales amount is greater than $1000.

  • Answered by AI
  • Q2. What is the uses of transfor stage
  • Ans. 

    Transform stage is used in ETL process to apply business rules, clean and enrich data before loading into target database.

    • Transform stage is used to apply business rules to the data.

    • It is used to clean and standardize data before loading into the target database.

    • Transform stage can also be used to enrich data by combining multiple sources or adding calculated fields.

    • Examples include converting data types, removing dupl

  • Answered by AI
  • Q3. What is the uses of sort stage
  • Ans. 

    Sort stage is used in ETL processes to sort data based on specified criteria before loading it into the target system.

    • Sort stage helps in arranging data in a specific order for better analysis and reporting

    • It can be used to remove duplicates from data before loading

    • Sorting can be done based on multiple columns or expressions

    • Example: Sorting customer data based on their purchase amount before loading into a data warehou

  • Answered by AI
  • Q4. How to create the prallel job
  • Ans. 

    To create a parallel job, use parallel processing techniques to divide tasks into smaller subtasks that can be executed simultaneously.

    • Identify tasks that can be executed independently and in parallel

    • Use parallel processing techniques such as multi-threading or distributed computing

    • Implement parallel job using ETL tools like Informatica or Talend

    • Monitor and optimize parallel job performance to ensure efficient executio

  • Answered by AI
  • Q5. Defenation of scd
  • Ans. 

    SCD stands for Slowly Changing Dimension, a technique used in data warehousing to track changes in dimension attributes over time.

    • SCD is used to maintain historical data in a data warehouse

    • There are different types of SCDs - Type 1, Type 2, and Type 3

    • Type 1 SCD overwrites old data with new data

    • Type 2 SCD creates a new record for each change and maintains history

    • Type 3 SCD keeps a limited history by adding columns to tr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi my name is ravindra pls check my profile .i'm intrested ur company

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Basics of Kotlin
  • Q2. Jetpack component.
  • Q3. One from data structure.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Test your algorithmic thinking and problem solving skills

Round 2 - One-on-one 

(1 Question)

  • Q1. Communications,clearity of answers
Round 3 - HR 

(1 Question)

  • Q1. Discussion about packages,joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Self assessment,Techical preparation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql queries on top clause

Round 2 - HR 

(2 Questions)

  • Q1. Why u want to join
  • Ans. 

    I am passionate about database management and eager to contribute my skills to your team.

    • I have a strong background in database administration

    • I am excited about the opportunity to work with a reputable company like yours

    • I am eager to learn and grow in my career as a SQL DBA

  • Answered by AI
  • Q2. What is the salary expectation
  • Ans. 

    I am looking for a competitive salary based on my experience, skills, and the responsibilities of the role.

    • Research the average salary range for MS SQL DBAs in your location and industry

    • Consider your years of experience and any specialized skills or certifications you have

    • Be prepared to negotiate based on the specific responsibilities and requirements of the role

  • Answered by AI

TCS Interview FAQs

How many rounds are there in TCS SQL Server Developer interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are Resume Shortlist and Technical.
How to prepare for TCS SQL Server 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 Server, SQL, SQL Server Development, Performance Tuning and SQL Database.
What are the top questions asked in TCS SQL Server Developer interview?

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

  1. What is a intigrity constarai...read more
  2. What is a stor proced...read more
  3. What is a sql comma...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TCS interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
TCS SQL Server Developer Salary
based on 50 salaries
₹2.7 L/yr - ₹10.2 L/yr
At par with the average SQL Server Developer Salary in India
View more details

TCS SQL Server Developer Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

3.7

Skill development

4.5

Work-Life balance

3.3

Salary & Benefits

5.0

Job Security

4.5

Company culture

2.3

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
68.2k 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.9k 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