Upload Button Icon Add office photos
Engaged Employer

i

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

3i Infotech Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 1.9k Reviews

Filter interviews by

3i Infotech MS SQL DBA Interview Questions and Answers

Updated 8 Aug 2024

3i Infotech MS SQL DBA Interview Experiences

1 interview found

MS SQL DBA Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain locks and latches
  • Ans. 

    Locks and latches are mechanisms used in database management systems to control access to data and ensure data integrity.

    • Locks are used to control access to data by preventing multiple users from modifying the same data simultaneously.

    • Latches are lightweight synchronization mechanisms used to protect data structures in memory.

    • Locks can be of different types such as shared locks, exclusive locks, and update locks.

    • Latche...

  • Answered by AI
  • Q2. Isolation level in DB
  • Ans. 

    Isolation level determines how transactions interact with each other in a database.

    • Isolation levels include Read Uncommitted, Read Committed, Repeatable Read, Serializable.

    • Higher isolation levels provide more data consistency but may lead to more locking and potential performance issues.

    • Example: Using Read Uncommitted isolation level allows reading uncommitted data, while Serializable ensures data integrity but may lea...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is service account
  • Ans. 

    A service account is a special account used by a service or application to access resources on a network.

    • Service accounts are used to run services or applications with the necessary permissions and access rights.

    • Service accounts are often used in database administration to allow the database service to interact with the operating system.

    • Service accounts can be configured with specific permissions and restrictions to li...

  • Answered by AI
  • Q2. How to configure replication
  • Ans. 

    Replication can be configured by setting up a publication, creating a subscription, and initializing the subscription.

    • Set up a publication by selecting the database objects to replicate and defining the publication properties.

    • Create a subscription by specifying the subscriber server, database, and synchronization schedule.

    • Initialize the subscription by generating a snapshot of the publication and applying it to the sub

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is different between truncate and delete
  • Ans. 

    Truncate is faster and cannot be rolled back, while delete is slower and can be rolled back.

    • Truncate is a DDL command, while delete is a DML command.

    • Truncate removes all rows from a table, while delete removes specific rows based on a condition.

    • Truncate resets identity column values, while delete does not.

    • Truncate cannot be used with a WHERE clause, while delete can.

    • Truncate is faster than delete as it does not log ind...

  • Answered by AI
  • Q2. Tell me about team dynamics
  • Ans. 

    Team dynamics refer to the interactions and relationships among team members that impact team performance and effectiveness.

    • Effective communication is key for successful team dynamics

    • Establishing clear roles and responsibilities helps avoid conflicts

    • Encouraging collaboration and mutual respect fosters a positive team environment

  • Answered by AI

Skills evaluated in this interview

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 Dec 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about stored Procedures, Nested Stored Procedures, Dynamic Sql, Row level Aggregations, Count of male or female as new column along with existing columns, Recursive CTE, Difference between Temp D...
  • Q2. Some concepts about DWH and Datamarts, Cube creation, Dimension and facts, Mdx queries,
Round 2 - Technical 

(1 Question)

  • Q1. Technical round 2 will be of describing about the workflow in a day to day business in agile methodologies, non technical questions relating to team environment, How you get the daily tasks from whom and w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically prepare all fundamentals of SQL about what DDL, DML,DQL stands for and where to use them theoretical knowledge of all the concepts we use in sql, differences of each concept relating to other and mostly T-SQL concepts to crack the 2 technical rounds of interview and then Hr Round to discuss about salary negotiation, Reporting date all other documents and related discussions will be done with HR.

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

(1 Question)

  • Q1. What is the join
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 Oct 2022. 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 - One-on-one 

(3 Questions)

  • Q1. What is replication
  • Ans. 

    Replication is the process of copying and distributing data from one database to another.

    • Replication is used to improve data availability and increase scalability.

    • It can be done in real-time or on a schedule.

    • There are different types of replication, such as snapshot replication, transactional replication, and merge replication.

    • Examples of replication software include Oracle GoldenGate, Microsoft SQL Server Replication,

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

    Upgradation refers to the process of upgrading or updating a system or software to a newer version or better quality.

    • Upgradation involves replacing an older version of a system or software with a newer version.

    • It can also involve adding new features or improving the existing ones.

    • Upgradation is important to ensure that the system or software remains secure and compatible with other systems.

    • Examples of upgradation inclu...

  • Answered by AI
  • Q3. What is backup and recovery
  • Ans. 

    Backup and recovery is the process of creating and restoring data in case of data loss or corruption.

    • Backup involves creating a copy of data to protect against data loss or corruption.

    • Recovery involves restoring the data from the backup in case of data loss or corruption.

    • There are different types of backups such as full, incremental, and differential backups.

    • Backup and recovery is important for ensuring business contin...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Backup and restore strategy?
  • Ans. 

    A backup and restore strategy is essential for ensuring data recovery in case of system failure or disaster.

    • Regularly schedule full and incremental backups

    • Store backups in a secure offsite location

    • Test backups regularly to ensure data integrity

    • Have a documented restore plan in place

    • Consider using third-party backup and restore tools

  • Answered by AI
  • Q2. Performance tuning and query optimization

Skills evaluated in this interview

3i Infotech Interview FAQs

How many rounds are there in 3i Infotech MS SQL DBA interview?
3i Infotech interview process usually has 1 rounds. The most common rounds in the 3i Infotech interview process are Technical.
How to prepare for 3i Infotech MS SQL DBA 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 3i Infotech. The most common topics and skills that interviewers at 3i Infotech expect are SSRS.
What are the top questions asked in 3i Infotech MS SQL DBA interview?

Some of the top questions asked at the 3i Infotech MS SQL DBA interview -

  1. Isolation level in...read more
  2. Explain locks and latc...read more

Tell us how to improve this page.

3i Infotech MS SQL DBA Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all
3i Infotech MS SQL DBA Salary
based on 11 salaries
₹4.8 L/yr - ₹7.6 L/yr
14% less than the average MS SQL DBA Salary in India
View more details

3i Infotech MS SQL DBA Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

2.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
659 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
421 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Software Developer
320 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

System Engineer
270 salaries
unlock blur

₹1.4 L/yr - ₹5.5 L/yr

Softwaretest Engineer
262 salaries
unlock blur

₹2.1 L/yr - ₹9.2 L/yr

Explore more salaries
Compare 3i Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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