Premium Employer

i

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

Clover Infotech Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 1.1k Reviews

Filter interviews by

Clover Infotech SQL Database Administrator Interview Questions and Answers

Updated 26 Feb 2023

Clover Infotech SQL Database Administrator Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Feb 2022. There were 4 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 - Aptitude Test 

Easy aptitude test. Nothing difficult.

Round 3 - Technical 

(1 Question)

  • Q1. Technical round involves your basic understanding of Database management systems. How it works ? What is the role of a DBA ?
Round 4 - HR 

(1 Question)

  • Q1. Very normal HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a fresher joining as a DBA.
Only con is 3.5 years but you will learn a lot in those years. There will be lot of work.
If you join a MNC as a fresher trust me you won't learn a thing.

Interview questions from similar companies

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

I applied via campus placement at St Francis Institute of Technology, Mumbai and was interviewed in Apr 2023. There were 5 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 - Aptitude Test 

Basic Apptitude. SQL & logic in

Round 3 - Group Discussion 

Very easy topic. You just need to have fluent English.

Round 4 - Group Discussion 

They took two GD as many people were selected

Round 5 - One-on-one 

(1 Question)

  • Q1. They asked basic and advanced SQL queries

Interview Preparation Tips

Topics to prepare for Mastek SQL Database Administrator interview:
  • SQL
  • Logic

SQL Database Administrator Interview Questions & Answers

Microland user image Mahesh Kumar Babu Kummara

posted on 20 Jul 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 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 - Technical 

(4 Questions)

  • Q1. The Architecture of SQL Server
  • Ans. 

    The architecture of SQL Server involves components like storage engine, query processor, and buffer manager.

    • SQL Server architecture consists of multiple components such as storage engine, query processor, and buffer manager.

    • The storage engine manages data storage, retrieval, and modification.

    • The query processor processes SQL queries and generates execution plans.

    • The buffer manager is responsible for managing data cache...

  • Answered by AI
  • Q2. How to troubleshoot high CPU and Memory
  • Ans. 

    To troubleshoot high CPU and Memory, monitor performance metrics, identify resource-intensive queries, optimize queries and indexes, check for memory leaks.

    • Monitor performance metrics using tools like SQL Server Profiler, Performance Monitor, or DMVs.

    • Identify resource-intensive queries using tools like SQL Server Management Studio or query execution plans.

    • Optimize queries and indexes by rewriting queries, adding missin...

  • Answered by AI
  • Q3. Recent issues and resolution
  • Ans. 

    Resolved recent issues related to database performance by optimizing queries and increasing server resources.

    • Identified slow performing queries and optimized them by adding indexes or rewriting them

    • Increased server resources such as CPU, memory, or storage to improve performance

    • Implemented query caching or stored procedures to reduce load on the database server

  • Answered by AI
  • Q4. What is DAG, DNN and VNN
  • Ans. 

    DAG stands for Directed Acyclic Graph, DNN stands for Deep Neural Network, and VNN stands for Virtual Neural Network.

    • DAG is a graph with directed edges and no cycles, commonly used in data processing.

    • DNN is a type of artificial neural network with multiple hidden layers, used in deep learning.

    • VNN is a virtual neural network, a concept that may refer to a neural network implemented in a virtual environment.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and shift acceptance

Interview Preparation Tips

Interview preparation tips for other job seekers - Intermediate knowledge of SQL server is required.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. DBA related questions
  • Q2. Golden Gate architecture, RAC, Data guard
Round 2 - Technical 

(2 Questions)

  • Q1. Partition tables
  • Q2. RAC-startup, export/import
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Describe your daily activity
  • Q2. Errors you have faced

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is database?
  • Ans. 

    A database is a structured collection of data that is organized in a way that allows for easy access, management, and retrieval.

    • A database is used to store and organize data in a structured format.

    • It allows for efficient retrieval and manipulation of data.

    • Examples of databases include MySQL, Oracle, SQL Server, and MongoDB.

  • Answered by AI
  • Q2. What is MySQL? why it is popular?
  • Ans. 

    MySQL is an open-source relational database management system that is popular for its ease of use, flexibility, and scalability.

    • MySQL is an open-source RDBMS, allowing users to freely use, modify, and distribute the software.

    • It is known for its ease of use, making it accessible for beginners and experts alike.

    • MySQL is highly flexible, supporting various data types and storage engines.

    • It is popular for its scalability, ...

  • Answered by AI
  • Q3. How to retrieve set of data in a database?
  • Ans. 

    To retrieve a set of data in a database, you can use SQL queries to specify the data you want to retrieve.

    • Use SELECT statement to specify the columns you want to retrieve

    • Use FROM clause to specify the table where the data is stored

    • Use WHERE clause to specify any conditions for filtering the data

    • Use ORDER BY clause to specify the order in which the data should be returned

    • Use LIMIT clause to specify the maximum number of

  • Answered by AI
  • Q4. How to know the disk utilization in linux?
  • Ans. 

    To know disk utilization in Linux, use commands like df, du, and iostat.

    • Use 'df' command to display disk space usage on Linux filesystems.

    • Use 'du' command to estimate file space usage.

    • Use 'iostat' command to monitor system input/output device loading.

    • Check disk utilization with tools like 'iotop' and 'atop'.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Sep 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions like CTE, Recursive cte, stored procedure, index fragmentation
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at St Francis Institute of Technology, Mumbai and was interviewed in Apr 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Basic Apptitude. SQL & logic in

Round 3 - Group Discussion 

Very easy topic. You just need to have fluent English.

Round 4 - Group Discussion 

They took two GD as many people were selected

Round 5 - One-on-one 

(1 Question)

  • Q1. They asked basic and advanced SQL queries

Interview Preparation Tips

Topics to prepare for Mastek SQL Database Administrator interview:
  • SQL
  • Logic

MS SQL DBA Interview Questions & Answers

Microland user image shaik abdul rahiman

posted on 19 Dec 2022

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. New SQL Server installation and configuration
  • Ans. 

    New SQL Server installation and configuration

    • Determine hardware and software requirements

    • Install SQL Server software

    • Configure server settings and security

    • Create and configure databases

    • Set up backup and recovery procedures

  • Answered by AI
  • Q2. Maintaining high availability like log shipping mirroring transactional replication always on and clustering
  • Q3. Database migration from lower version to higher version
  • Ans. 

    Database migration involves upgrading a lower version of a database to a higher version.

    • Ensure compatibility between the source and target database versions

    • Backup the source database before migration

    • Use a migration tool or script to transfer data and schema

    • Test the migrated database thoroughly before deploying to production

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worked as a Database Administrator with microland Bangalore

Skills evaluated in this interview

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

Clover Infotech Interview FAQs

How many rounds are there in Clover Infotech SQL Database Administrator interview?
Clover Infotech interview process usually has 4 rounds. The most common rounds in the Clover Infotech interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Clover Infotech SQL Database Administrator 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 Clover Infotech. The most common topics and skills that interviewers at Clover Infotech expect are Database Administration, French, Postgresql, SAN and SQL DBA.
What are the top questions asked in Clover Infotech SQL Database Administrator interview?

Some of the top questions asked at the Clover Infotech SQL Database Administrator interview -

  1. Technical round involves your basic understanding of Database management system...read more
  2. Very normal HR ro...read more

Tell us how to improve this page.

Clover Infotech SQL Database Administrator Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Clover Infotech Digital Solutions for the New-Age Enterprise
Clover Infotech SQL Database Administrator Salary
based on 70 salaries
₹2.8 L/yr - ₹9.5 L/yr
32% less than the average SQL Database Administrator Salary in India
View more details

Clover Infotech SQL Database Administrator Reviews and Ratings

based on 14 reviews

3.9/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

3.6

Salary

4.0

Job security

3.6

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
1.2k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
830 salaries
unlock blur

₹4.2 L/yr - ₹15.6 L/yr

Technical Support Engineer
580 salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Application Support Engineer
560 salaries
unlock blur

₹2 L/yr - ₹8.3 L/yr

Oracle Database Administrator
477 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Clover Infotech with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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