Upload Button Icon Add office photos
Engaged Employer

i

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

DXC Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DXC Technology MS SQL DBA Interview Questions and Answers

Updated 12 Dec 2020

25 Interview questions

A MS SQL DBA was asked
Q. When we run CheckDB, what command does it run in the background?
Ans. 

CheckDB runs DBCC CHECKDB command in the background.

  • CheckDB is a command used to check the logical and physical integrity of all objects in the specified database.

  • DBCC CHECKDB is the command that CheckDB runs in the background.

  • DBCC CHECKDB checks the allocation and structural integrity of all the objects in the specified database.

  • DBCC CHECKDB also checks for common errors like torn pages, index and data page corru...

A MS SQL DBA was asked
Q. If TempDB is full, how do you resolve it?
Ans. 

To resolve TempDB full issue, identify the cause and take appropriate action.

  • Identify the cause of TempDB full issue using DMVs or third-party tools

  • Check for long-running transactions or open transactions

  • Check for large sorts or hash joins

  • Increase the size of TempDB or add more files

  • Move TempDB to a faster disk

  • Restart SQL Server to clear TempDB

  • Modify application code to reduce TempDB usage

MS SQL DBA Interview Questions Asked at Other Companies

Q1. If someone has deleted the table in a database, then how can you ... read more
Q2. What is the default port of sql server & Can we change the de ... read more
Q3. If I take a full backup at midnight and log backups every hour, c ... read more
Q4. What is the default isolation level in sql server? What happens w ... read more
Q5. What is the backup strategy for the biggest database you handled?
A MS SQL DBA was asked
Q. Do you have any experience with SQL Profiler?
Ans. 

SQL Profiler is a tool used to capture and analyze SQL Server events and activities.

  • SQL Profiler captures events such as queries, stored procedures, and errors.

  • It can be used to troubleshoot performance issues and optimize queries.

  • Profiling can be done on a live server or on a trace file.

  • Events can be filtered and grouped for easier analysis.

  • SQL Profiler has been replaced by Extended Events in newer versions of SQ...

A MS SQL DBA was asked
Q. When should statistics be updated with respect to index rebuild and reorganize?
Ans. 

Updating statistics is necessary after index rebuild or reorganize to ensure query optimization.

  • Statistics provide information about the distribution of data in a table or index.

  • Index rebuild or reorganize can change the distribution of data, making old statistics inaccurate.

  • Outdated statistics can lead to poor query performance.

  • Updating statistics after index rebuild or reorganize ensures query optimization.

  • Maint...

What people are saying about DXC Technology

View All
drtex
Verified Icon
2w
works at
DXC Technology
Please suggest some hair care tips
Hi guys, I’m staying in Bangalore and as you already know, the water quality here isn’t great. That’s why I use filtered water for my head wash. However, I still experience a dry scalp, frizzy hair, and flakes. Could you please suggest a good shampoo and/or conditioner for this issue? Also, if you know any good dermatologists in Bangalore, I’d really appreciate your
Got a question about DXC Technology?
Ask anonymously on communities.
A MS SQL DBA was asked
Q. What issues have you faced with log shipping?
Ans. 

Issues faced in log shipping

  • Network latency causing delays in log shipping

  • Log backups not being taken frequently enough

  • Failure to restore logs due to mismatched log backups

  • Lack of monitoring and alerting for log shipping failures

A MS SQL DBA was asked
Q. How do you identify deadlocks in SQL Server?
Ans. 

Deadlocks in SQL Server can be identified using SQL Server Profiler or by querying the system_health extended event session.

  • Use SQL Server Profiler to capture deadlock events

  • Query the system_health extended event session to view deadlock graphs

  • Use sp_whoisactive to identify blocking and deadlocking processes

  • Enable trace flag 1222 to capture deadlock information in the SQL Server error log

A MS SQL DBA was asked
Q. What tasks did you perform using the ticketing tool?
Ans. 

I used the ticketing tool to track and manage database-related issues and requests.

  • Create and assign tickets for database-related issues and requests

  • Monitor ticket status and update as necessary

  • Communicate with stakeholders regarding ticket status and resolution

  • Close tickets once issues are resolved

  • Generate reports on ticket volume and resolution time

Are these interview questions helpful?
A MS SQL DBA was asked
Q. What ticketing tool do you use?
Ans. 

We use ServiceNow as our ticketing tool.

  • ServiceNow is a cloud-based platform that offers IT service management (ITSM), IT operations management (ITOM), and IT business management (ITBM) solutions.

  • It allows us to manage incidents, problems, changes, and service requests in a single system.

  • We can also track the status of tickets, assign them to team members, and set priorities and deadlines.

  • ServiceNow also provides ...

A MS SQL DBA was asked
Q. Do you use any monitoring tool for monitoring SQL server?
Ans. 

Yes, I use SQL Server Management Studio (SSMS) and SQL Server Profiler for monitoring SQL Server.

  • I use SSMS to monitor server activity, query performance, and resource usage.

  • I use SQL Server Profiler to capture and analyze SQL Server events and performance data.

  • I also use third-party tools like SolarWinds Database Performance Analyzer and Redgate SQL Monitor for more advanced monitoring and alerting.

  • Regularly moni...

A MS SQL DBA was asked
Q. What is the difference between Summary.txt and Detail.txt?
Ans. 

Summary.txt contains summarized information while Detail.txt contains detailed information.

  • Summary.txt provides a brief overview of data while Detail.txt provides a more comprehensive view.

  • Summary.txt may contain aggregated data while Detail.txt contains individual data points.

  • Summary.txt is useful for quick analysis while Detail.txt is useful for in-depth analysis.

  • Example: Summary.txt may contain total sales for ...

DXC Technology MS SQL DBA Interview Experiences

1 interview found

MS SQL DBA Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2020

I applied via Naukri.com and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

32 Questions

  • Q1. Introduce yourself
  • Q2. What are blockings ? What are deadlocks and difference to blockings ?
  • Ans. 

    Blockings occur when one transaction holds a lock on a resource, preventing other transactions from accessing it. Deadlocks are a specific type of blocking where two or more transactions are waiting for each other to release resources.

    • Blockings happen when one transaction holds a lock on a resource and other transactions are blocked from accessing it.

    • Deadlocks occur when two or more transactions are waiting for each ot...

  • Answered by AI
  • Q3. How to know about deadlocks in sql server?
  • Ans. 

    Deadlocks in SQL Server can be identified using SQL Server Profiler or by querying the system_health extended event session.

    • Use SQL Server Profiler to capture deadlock events

    • Query the system_health extended event session to view deadlock graphs

    • Use sp_whoisactive to identify blocking and deadlocking processes

    • Enable trace flag 1222 to capture deadlock information in the SQL Server error log

  • Answered by AI
  • Q4. What is the parameter (-1) used in DBCC TRACEON(1204,-1) ? Why it is used?
  • Ans. 

    Parameter (-1) in DBCC TRACEON(1204,-1) is used to enable deadlock tracing for all sessions.

    • DBCC TRACEON(1204,-1) enables deadlock tracing for all sessions

    • The parameter -1 specifies that the trace flag should be enabled for all sessions

    • Deadlock tracing helps identify and resolve deadlocks in SQL Server

  • Answered by AI
  • Q5. What is the backup strategy you have?
  • Ans. 

    Our backup strategy includes full backups weekly, differential backups daily, and transaction log backups every 15 minutes.

    • Weekly full backups

    • Daily differential backups

    • Transaction log backups every 15 minutes

    • Backups stored on separate disk

    • Regular testing of backups for restoration

  • Answered by AI
  • Q6. What is point in time recovery?
  • Ans. 

    Point in time recovery is the ability to restore a database to a specific moment in time.

    • It allows for recovery of data up to a specific point in time.

    • It requires regular backups and transaction logs.

    • It is useful in case of accidental data deletion or corruption.

    • It can be done manually or through automated tools.

    • Example: Restoring a database to its state before a specific transaction occurred.

  • Answered by AI
  • Q7. What are the issues you faced in log shipping?
  • Ans. 

    Issues faced in log shipping

    • Network latency causing delays in log shipping

    • Log backups not being taken frequently enough

    • Failure to restore logs due to mismatched log backups

    • Lack of monitoring and alerting for log shipping failures

  • Answered by AI
  • Q8. What are some critical issues you faced in your previous projects?
  • Ans. 

    Faced critical issues like performance bottlenecks, data corruption, and security vulnerabilities in previous SQL projects.

    • Performance Bottlenecks: Optimized slow-running queries by analyzing execution plans and adding appropriate indexes.

    • Data Corruption: Resolved a data corruption issue by restoring from backups and implementing a more robust backup strategy.

    • Security Vulnerabilities: Identified and patched SQL injecti...

  • Answered by AI
  • Q9. While applyong patching, some msi files are missing ? How do you resolve this?
  • Ans. 

    Check if the missing msi files are required for the patch. If yes, download and install them.

    • Verify if the missing msi files are essential for the patch

    • Check if the msi files are available in the original installation media or backup

    • If not, download the missing msi files from the vendor's website

    • Install the missing msi files before applying the patch

  • Answered by AI
  • Q10. Do you have idea on replication ?
  • Ans. 

    Yes, replication is the process of copying and distributing data from one database to another.

    • Replication is used to improve data availability, scalability, and disaster recovery.

    • It involves a publisher database that sends data to one or more subscriber databases.

    • There are three types of replication: snapshot, transactional, and merge.

    • Snapshot replication copies the entire database to the subscriber.

    • Transactional repli...

  • Answered by AI
  • Q11. How to index reorganize and index rebuild based on index fragmentation?
  • Ans. 

    Index reorganize and rebuild based on fragmentation level

    • For fragmentation level < 5%, use reorganize

    • For fragmentation level > 30%, use rebuild

    • For fragmentation level between 5% and 30%, choose based on table size and usage

    • Use ALTER INDEX statement to perform reorganize or rebuild

    • Monitor fragmentation level regularly to maintain optimal performance

  • Answered by AI
  • Q12. When to update statistics with respect to index rebuild and reorganize ? (Maintenance plans)
  • Ans. 

    Updating statistics is necessary after index rebuild or reorganize to ensure query optimization.

    • Statistics provide information about the distribution of data in a table or index.

    • Index rebuild or reorganize can change the distribution of data, making old statistics inaccurate.

    • Outdated statistics can lead to poor query performance.

    • Updating statistics after index rebuild or reorganize ensures query optimization.

    • Maintenanc...

  • Answered by AI
  • Q13. What is the database size you jave used in your previous project?
  • Ans. 

    The database size I have used in my previous project was approximately 500 GB.

    • The database size was around 500 GB.

    • It contained various tables, indexes, and stored procedures.

    • The data included millions of records from different sources.

    • We regularly optimized the database to ensure efficient performance.

    • Backup and recovery strategies were implemented to safeguard the data.

  • Answered by AI
  • Q14. What is the backup strategy for the biggest database you handled?
  • Ans. 

    The backup strategy for the biggest database I handled involved regular full backups, daily differential backups, and hourly transaction log backups.

    • Regular full backups were performed to capture the entire database.

    • Daily differential backups were taken to capture the changes since the last full backup.

    • Hourly transaction log backups were taken to capture the changes since the last differential backup.

    • Backups were store...

  • Answered by AI
  • Q15. Every day i take full backup at midnight, log backup every one hour. Can i perform point in time recovery upto 07:30pm ?
  • Ans. 

    Point-in-time recovery is possible up to 07:30 PM with the given backup strategy.

    • Full backup at midnight captures the database state at that time.

    • Log backups every hour allow recovery to any point in time within the backup window.

    • To recover to 07:30 PM, ensure log backups are taken up to that time.

    • Example: If the last log backup was at 07:00 PM, you can restore to 07:30 PM using the log backup taken at that hour.

  • Answered by AI
  • Q16. What is the command for the Tail log backup?
  • Ans. 

    The command for Tail log backup is BACKUP LOG WITH NORECOVERY

    • Use the BACKUP LOG command to create a tail log backup

    • Add the WITH NORECOVERY option to allow further log backups

    • Tail log backups are used to capture any transactions that occurred after the last log backup

    • Syntax: BACKUP LOG database_name TO disk = 'backup_device' WITH NORECOVERY

  • Answered by AI
  • Q17. What is your notice period in your current company?
  • Q18. Do you have any idea on SQL Profiler ?
  • Ans. 

    SQL Profiler is a tool used to capture and analyze SQL Server events and activities.

    • SQL Profiler captures events such as queries, stored procedures, and errors.

    • It can be used to troubleshoot performance issues and optimize queries.

    • Profiling can be done on a live server or on a trace file.

    • Events can be filtered and grouped for easier analysis.

    • SQL Profiler has been replaced by Extended Events in newer versions of SQL Ser...

  • Answered by AI
  • Q19. If TempDB is full, how do you resolve it?
  • Ans. 

    To resolve TempDB full issue, identify the cause and take appropriate action.

    • Identify the cause of TempDB full issue using DMVs or third-party tools

    • Check for long-running transactions or open transactions

    • Check for large sorts or hash joins

    • Increase the size of TempDB or add more files

    • Move TempDB to a faster disk

    • Restart SQL Server to clear TempDB

    • Modify application code to reduce TempDB usage

  • Answered by AI
  • Q20. What are the isolation levels in sql server?
  • Ans. 

    Isolation levels in SQL Server determine how transactions interact with each other.

    • There are five isolation levels: READ UNCOMMITTED, READ COMMITTED, REPEATABLE READ, SNAPSHOT, and SERIALIZABLE.

    • Each level has its own trade-offs between concurrency and consistency.

    • The default isolation level is READ COMMITTED.

    • Isolation levels can be set at the transaction level or for the entire database.

    • For example, the SNAPSHOT isolat...

  • Answered by AI
  • Q21. What is the default isolation level in sql server? What happens with that isolation level ?
  • Ans. 

    The default isolation level in SQL Server is READ COMMITTED. It ensures that each transaction sees only committed data.

    • The default isolation level in SQL Server is READ COMMITTED.

    • READ COMMITTED ensures that each transaction sees only committed data.

    • It provides a balance between concurrency and data consistency.

    • Under READ COMMITTED, a transaction can read data that has been modified by another transaction but not yet co...

  • Answered by AI
  • Q22. What is the default port of sql server & Can we change the default port, if so where can we change it?
  • Ans. 

    The default port of SQL Server is 1433. Yes, we can change the default port by modifying the SQL Server Configuration Manager.

    • The default port for SQL Server is 1433.

    • To change the default port, open SQL Server Configuration Manager.

    • Navigate to SQL Server Network Configuration and select Protocols for the desired SQL Server instance.

    • Right-click on TCP/IP and choose Properties.

    • In the IP Addresses tab, scroll down to the ...

  • Answered by AI
  • Q23. If someone has deleted the table in a database, then how can you find out the user that has deleted the table ? Can you find out using the log file? Can you retsore the table using the tail log backup?
  • Ans. 

    Yes, the user who deleted the table can be identified using the transaction log file.

    • To find out the user who deleted the table, you can query the transaction log file using the fn_dblog function.

    • The transaction log contains information about all the transactions performed on the database, including the table deletion.

    • By analyzing the log records, you can identify the specific transaction that deleted the table and ret...

  • Answered by AI
  • Q24. When we run CheckDB, what command it runs in the background ?
  • Ans. 

    CheckDB runs DBCC CHECKDB command in the background.

    • CheckDB is a command used to check the logical and physical integrity of all objects in the specified database.

    • DBCC CHECKDB is the command that CheckDB runs in the background.

    • DBCC CHECKDB checks the allocation and structural integrity of all the objects in the specified database.

    • DBCC CHECKDB also checks for common errors like torn pages, index and data page corruption...

  • Answered by AI
  • Q25. What is the difference between Summary.txt and Detail.txt ?
  • Ans. 

    Summary.txt contains summarized information while Detail.txt contains detailed information.

    • Summary.txt provides a brief overview of data while Detail.txt provides a more comprehensive view.

    • Summary.txt may contain aggregated data while Detail.txt contains individual data points.

    • Summary.txt is useful for quick analysis while Detail.txt is useful for in-depth analysis.

    • Example: Summary.txt may contain total sales for a mon...

  • Answered by AI
  • Q26. Do you use any monitoring tool for monitoring Sql server?
  • Ans. 

    Yes, I use SQL Server Management Studio (SSMS) and SQL Server Profiler for monitoring SQL Server.

    • I use SSMS to monitor server activity, query performance, and resource usage.

    • I use SQL Server Profiler to capture and analyze SQL Server events and performance data.

    • I also use third-party tools like SolarWinds Database Performance Analyzer and Redgate SQL Monitor for more advanced monitoring and alerting.

    • Regularly monitorin...

  • Answered by AI
  • Q27. What ticketing tool you use?
  • Ans. 

    We use ServiceNow as our ticketing tool.

    • ServiceNow is a cloud-based platform that offers IT service management (ITSM), IT operations management (ITOM), and IT business management (ITBM) solutions.

    • It allows us to manage incidents, problems, changes, and service requests in a single system.

    • We can also track the status of tickets, assign them to team members, and set priorities and deadlines.

    • ServiceNow also provides repor...

  • Answered by AI
  • Q28. What do you used to do using the ticketing tool?
  • Ans. 

    I used the ticketing tool to track and manage database-related issues and requests.

    • Create and assign tickets for database-related issues and requests

    • Monitor ticket status and update as necessary

    • Communicate with stakeholders regarding ticket status and resolution

    • Close tickets once issues are resolved

    • Generate reports on ticket volume and resolution time

  • Answered by AI
  • Q29. Will you only work on the tickets or do you raise any tickets ?
  • Q30. Do you have any questions to me?
  • Q31. Are you fine with rotational shifts?
  • Q32. Are you immediate joiner?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on routine activites of your job role as SQL DBA.

Skills evaluated in this interview

Interview questions from similar companies

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 Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between logshipping mirroring, tempdb corruption, master db corruption, agents used in replication
  • Ans. 

    Explanation of differences between logshipping, mirroring, tempdb corruption, master db corruption, and agents used in replication

    • Logshipping involves copying and restoring transaction logs from one server to another for disaster recovery.

    • Mirroring involves maintaining an exact copy of a database on a secondary server for failover purposes.

    • Tempdb corruption can occur due to hardware failures, software bugs, or other is...

  • Answered by AI

MS SQL DBA Interview Questions Asked at Other Companies

Q1. If someone has deleted the table in a database, then how can you ... read more
Q2. What is the default port of sql server & Can we change the de ... read more
Q3. If I take a full backup at midnight and log backups every hour, c ... read more
Q4. What is the default isolation level in sql server? What happens w ... read more
Q5. What is the backup strategy for the biggest database you handled?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is pull request
  • Ans. 

    A pull request is a method of submitting contributions to a project on GitHub for review and merging.

    • Pull requests are commonly used in version control systems like Git to propose changes to a codebase.

    • They allow developers to collaborate and discuss changes before merging them into the main branch.

    • Pull requests typically include a description of the changes, related issues, and any necessary tests or documentation.

    • Rev...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is sateful set
  • Ans. 

    Stateful set is a Kubernetes controller that manages the deployment and scaling of a set of pods with persistent storage.

    • Stateful set ensures that each pod in the set has a unique identity and stable network identity.

    • Stateful set pods are created in order and are not replaced until they are deleted.

    • Stateful set is commonly used for stateful applications like databases where each pod requires persistent storage.

    • Example:...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Personal Details, Strength and Strong Areas, SQL Server Performance Optimization, Windows Clustering, Always On, Shipping, Mirroring, Replication.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Personal Details
2.Communication must be good
3.Strong Knowledge of Technology and the fundamentals
4.Resume Should be Good
5.Show Your Good areas
6.Be Confident While Interview

What people are saying about DXC Technology

View All
drtex
Verified Icon
2w
works at
DXC Technology
Please suggest some hair care tips
Hi guys, I’m staying in Bangalore and as you already know, the water quality here isn’t great. That’s why I use filtered water for my head wash. However, I still experience a dry scalp, frizzy hair, and flakes. Could you please suggest a good shampoo and/or conditioner for this issue? Also, if you know any good dermatologists in Bangalore, I’d really appreciate your
Got a question about DXC Technology?
Ask anonymously on communities.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL patching, migration
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What is db
  • Ans. 

    A database (db) is an organized collection of structured information or data, typically stored electronically in a computer system.

    • Databases can be relational (e.g., SQL Server, MySQL) or non-relational (e.g., MongoDB, Cassandra).

    • Relational databases use tables to store data, where each table consists of rows and columns.

    • SQL (Structured Query Language) is commonly used to manage and manipulate relational databases.

    • Exam...

  • Answered by AI
  • Q2. How to use db
  • Ans. 

    Using a database involves connecting, querying, and managing data efficiently with SQL commands.

    • Connect to the database using a connection string: `Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;`

    • Execute SQL queries to retrieve data: `SELECT * FROM Employees WHERE Department = 'Sales';`

    • Use transactions to ensure data integrity: `BEGIN TRANSACTION; ... COMMIT;`

    • Create and manage tables:...

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. *Introduce yourself *Purpose of working in the Company *Educational Background *Family Background *Goals and Ambition
  • Ans. 

    Experienced professional with a strong educational background and clear career ambitions, eager to contribute to the company's success.

    • I have over 5 years of experience in project management, leading teams to successfully deliver complex projects on time.

    • I hold a Master's degree in Business Administration from XYZ University, where I specialized in strategic management.

    • My family has always emphasized the importance of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident about what you speak.
Are these interview questions helpful?

Analyst Interview Questions & Answers

Accenture user image Abhijit Kundu

posted on 24 Jan 2022

I applied via Walk-in and was interviewed before Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1) Email writing + Communication test + Excel test + Resume work experience with break explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good from my side and interview was easy.

Interview Questionnaire 

1 Question

  • Q1. 1)Tmaus? 2 ) why are you lefted previous job? 3) technical skills knowledge 4) work in under pressure? 5) hr round 6) manager round
  • Ans. 

    Interview questions for an Associate position cover various aspects like motivation, skills, and handling pressure.

    • 1) Tmaus: This could refer to a specific term or acronym; clarify its meaning during the interview.

    • 2) Leaving previous job: Focus on seeking new challenges or growth opportunities, not negative experiences.

    • 3) Technical skills: Highlight relevant skills like data analysis, programming languages, or software...

  • Answered by AI

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to final year project and basic programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for pool campus drive before covid in feb 2019. The whole interview process have done in one day.

The first round was basic aptitude and essay writing the level of difficulty is average and this is also elimination round.

The second was pseudo coding round It has mcq based programing question like arrays, looping and some data structure question.

Depending on the score in coding round they split us into two groups infra and non infra. Infra for cloud and infrastructure related roles and non-infra for programming related role.

The third round was technical Hr. The level of the interview is average he asked basic questions in c and java like inheritance, Polymorphism, encapsulates etc.. and some final project related questions.

The last round was General Hr. He is very friendly and ask about some basic hr question. More importantly know something about the company before getting into this round.

I cleared the interview and got my LOI after 2 months.

Capgemini follows the pre joining course for fresher as ADAPT. It's very useful those are from non IT background.

Clearing ADAPT is not mandatory but you need to participate.

Due to pandemic I got the offer letter on Feb 2021 and now I have completed my training and looking for project.

DXC Technology Interview FAQs

What are the top questions asked in DXC Technology MS SQL DBA interview?

Some of the top questions asked at the DXC Technology MS SQL DBA interview -

  1. If someone has deleted the table in a database, then how can you find out the ...read more
  2. What is the default port of sql server & Can we change the default port, if so ...read more
  3. Every day i take full backup at midnight, log backup every one hour. Can i perf...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.6k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Nagarro Interview Questions
4.0
 • 788 Interviews
NTT Data Interview Questions
3.8
 • 653 Interviews
View all
DXC Technology MS SQL DBA Salary
based on 37 salaries
₹2.8 L/yr - ₹9 L/yr
17% less than the average MS SQL DBA Salary in India
View more details

DXC Technology MS SQL DBA Reviews and Ratings

based on 4 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

4.1

Salary

4.1

Job security

3.8

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 4 Reviews and Ratings
Associate Professional Software Engineer
2.7k salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Software Engineer
1.9k salaries
unlock blur

₹2 L/yr - ₹10.8 L/yr

Associate Professional
1.5k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹6.5 L/yr - ₹29 L/yr

Software Developer
1.1k salaries
unlock blur

₹3.5 L/yr - ₹19.5 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

TCS

3.6
Compare

Wipro

3.7
Compare
write
Share an Interview