Upload Button Icon Add office photos

Future Focus Infotech

Compare button icon Compare button icon Compare

Filter interviews by

Future Focus Infotech SQL Database Administrator Interview Questions and Answers

Updated 18 May 2023

Future Focus Infotech SQL Database Administrator Interview Experiences

1 interview found

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

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

(2 Questions)

  • Q1. Queries on SQL Database
  • Q2. What is Database Indexing and types of Indexing
  • Ans. 

    Database indexing is a way to improve query performance by creating a copy of a subset of data sorted in a specific order.

    • Indexing is used to speed up data retrieval operations

    • Types of indexing include clustered, non-clustered, unique, and full-text

    • Clustered index determines the physical order of data in a table

    • Non-clustered index creates a separate structure to store the index data

    • Unique index ensures that each value ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are u willing to relocate?
  • Q2. What is your Salary Expectation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn SQL and DBMS properly.

Interview questions from similar companies

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

(1 Question)

  • Q1. Sql dmvs used in performance tuning
  • Ans. 

    SQL DMVs are dynamic management views that provide information about the current state of a SQL Server instance for performance tuning.

    • DMVs can be used to identify performance bottlenecks, monitor resource usage, and troubleshoot issues.

    • Examples of commonly used DMVs include sys.dm_exec_query_stats, sys.dm_os_wait_stats, and sys.dm_io_virtual_file_stats.

  • Answered by AI

Skills evaluated in this interview

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:
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. 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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Static and dynamic polymorphism
  • Q2. Code snipts related to prefix and postfix

Interview Preparation Tips

Interview preparation tips for other job seekers - language basics and intermediate level
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - HR 

(1 Question)

  • Q1. What is your past exp

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

Interview Questionnaire 

1 Question

  • Q1. Difference between mysql connect nd mysqlPconnect, How find the memory in linux (otherthan the top and free -m)
  • Ans. 

    mysql_connect vs mysql_pconnect and finding memory in Linux

    • mysql_connect creates a new connection to the database while mysql_pconnect creates a persistent connection

    • mysql_pconnect is faster but uses more memory

    • To find memory usage in Linux, use commands like vmstat, sar, or ps

    • vmstat displays virtual memory statistics

    • sar displays system activity information

    • ps displays information about active processes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with in-depth subject knowledge and Realtime scenarios

Skills evaluated in this interview

I applied via Referral and was interviewed in Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Expert level SQL knowledge,questions on SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know the answer asked in interview do not panic
Just assure the interviewer that ur ready to learn anything given an opportunity
Do not fake or do not show the desperation for the job
Never tell yes to everything
Provide a stipulated time for you to learn the process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL restore methods

Future Focus Infotech Interview FAQs

How many rounds are there in Future Focus Infotech SQL Database Administrator interview?
Future Focus Infotech interview process usually has 3 rounds. The most common rounds in the Future Focus Infotech interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Future Focus 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 Future Focus Infotech. The most common topics and skills that interviewers at Future Focus Infotech expect are SQL DBA, Database Administration, SQL, Performance Tuning and Monitoring.
What are the top questions asked in Future Focus Infotech SQL Database Administrator interview?

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

  1. What is Database Indexing and types of Index...read more
  2. Queries on SQL Datab...read more

Tell us how to improve this page.

Future Focus Infotech SQL Database Administrator Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Future Focus Infotech SQL Database Administrator Salary
based on 13 salaries
₹2.8 L/yr - ₹6.7 L/yr
38% less than the average SQL Database Administrator Salary in India
View more details

Future Focus Infotech SQL Database Administrator Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.0

Salary

3.0

Job security

2.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Desktop Support Engineer
214 salaries
unlock blur

₹1.4 L/yr - ₹4.1 L/yr

Software Developer
186 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Software Engineer
176 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Network Engineer
167 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Senior Software Engineer
137 salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Explore more salaries
Compare Future Focus Infotech with

Team Lease

3.9
Compare

Quess

3.9
Compare

Tech Mahindra

3.5
Compare

HCLTech

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