Upload Button Icon Add office photos
Engaged Employer

i

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

EVRY India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

EVRY India SQL Server Database Administrator Interview Questions and Answers

Updated 5 May 2021

EVRY India SQL Server Database Administrator Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I was interviewed in Nov 2016.

Interview Questionnaire 

6 Questions

  • Q1. Explain Btech Project
  • Ans. 

    Developed a Btech project on automated attendance system using facial recognition.

    • Developed a software application to automate the attendance process in educational institutions.

    • Implemented facial recognition technology to identify and mark attendance of students.

    • Used machine learning algorithms to train the system for accurate recognition.

    • Integrated the application with a database to store attendance records.

    • Provided ...

  • Answered by AI
  • Q2. Code Pascal's Traingle
  • Ans. 

    Code Pascal's Triangle

    • Pascal's Triangle is a triangular array of binomial coefficients

    • Each number is the sum of the two numbers above it

    • The first and last numbers in each row are 1

    • Can be implemented using nested loops or recursion

  • Answered by AI
  • Q3. What is abstract function
  • Ans. 

    An abstract function is a function that has no implementation and must be implemented by its subclasses.

    • An abstract function is declared with the 'abstract' keyword.

    • It is used to define a template for its subclasses to follow.

    • It cannot be instantiated and must be implemented by its subclasses.

    • It can have abstract and non-abstract methods.

    • Example: abstract class Animal { abstract void makeSound(); }

    • Example: class Dog ex...

  • Answered by AI
  • Q4. Difference between abstract and normal function
  • Ans. 

    Abstract functions cannot be instantiated and must be implemented by child classes, while normal functions can be directly called.

    • Abstract functions have no implementation in the parent class, while normal functions do.

    • Abstract functions are declared with the 'abstract' keyword, while normal functions are not.

    • Normal functions can be called directly, while abstract functions must be implemented by child classes.

    • An examp...

  • Answered by AI
  • Q5. Your 2 weakness
  • Ans. 

    Perfectionism and public speaking anxiety

    • I tend to be a perfectionist, which can sometimes lead to spending too much time on a task

    • I struggle with public speaking anxiety, but I have been working on improving my communication skills through practice and training

  • Answered by AI
  • Q6. Why Capgemini
  • Ans. 

    Capgemini is a global leader in consulting, technology services, and digital transformation.

    • Capgemini has a strong reputation in the industry for delivering high-quality software solutions.

    • The company offers a wide range of opportunities for career growth and development.

    • Capgemini has a collaborative and inclusive work culture that fosters innovation and teamwork.

    • The company has a global presence, providing exposure to...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: General Aptitude and English

Round: Technical Interview
Experience: 10 minutes approx. Questions were repetitive for candidates. i.e. for 13 candidates interviewed most of those were similar.

Round: HR Interview
Experience: Other normal stuff about family.
Tips: HR might try to get under your skin so prepare for general hr questions.

College Name: IIT Patna

Skills evaluated in this interview

I was interviewed before Sep 2016.

Interview Questionnaire 

8 Questions

  • Q1. Tell me something about your self.
  • Ans. 

    I am a dedicated and experienced SQL Server DBA with a strong background in database management and optimization.

    • Over 5 years of experience in SQL Server database administration

    • Proficient in performance tuning, backup and recovery, and security management

    • Skilled in troubleshooting and resolving database issues

    • Certified in SQL Server administration (e.g. MCSA: SQL Server)

  • Answered by AI
  • Q2. Have you any experience.
  • Ans. 

    Yes, I have experience working as a SQL Server DBA for 5 years.

    • Managed and maintained SQL Server databases

    • Performed database backups and restores

    • Optimized database performance

    • Implemented security measures

    • Troubleshooted and resolved database issues

  • Answered by AI
  • Q3. What is your expectation
  • Ans. 

    My expectation is to contribute my expertise in SQL Server administration to optimize database performance and ensure data integrity.

    • Optimizing database performance through index tuning and query optimization

    • Implementing security measures to protect sensitive data

    • Monitoring database health and performance using tools like SQL Server Profiler

    • Troubleshooting and resolving database issues in a timely manner

  • Answered by AI
  • Q4. What do you know about database.
  • Ans. 

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

    • A database is used to store and manage large amounts of data.

    • It provides a way to organize and structure data for efficient storage and retrieval.

    • Databases use tables to store data in rows and columns.

    • SQL (Structured Query Language) is commonly used to interact with databases.

    • Databases can be relational...

  • Answered by AI
  • Q5. What is sql server.
  • Ans. 

    SQL Server is a relational database management system developed by Microsoft.

    • Developed by Microsoft

    • Used for storing and retrieving data

    • Supports SQL language for querying and managing databases

  • Answered by AI
  • Q6. What is the resource database and system database in sql server
  • Ans. 

    The resource database is a read-only system database that stores system objects and metadata for SQL Server. System databases are essential for the functioning of SQL Server.

    • The resource database is hidden and cannot be accessed directly by users or administrators.

    • It contains all the system objects that are included with SQL Server, such as system views and stored procedures.

    • The resource database is used to upgrade sys...

  • Answered by AI
  • Q7. How many types backup is available in sql server.
  • Ans. 

    There are 4 types of backups available in SQL Server: Full, Differential, Transaction Log, and File/Filegroup.

    • Full backup: It backs up the entire database including all data and objects.

    • Differential backup: It backs up only the changes made since the last full backup.

    • Transaction Log backup: It backs up the transaction log, allowing point-in-time recovery.

    • File/Filegroup backup: It backs up individual files or filegroups

  • Answered by AI
  • Q8. What is recovery model in sql server.
  • Ans. 

    Recovery model in SQL Server determines how transactions are logged and how the database can be restored.

    • There are three recovery models in SQL Server: Simple, Full, and Bulk-Logged.

    • Simple recovery model automatically truncates the transaction log and only allows restoring to the most recent full or differential backup.

    • Full recovery model logs all transactions and allows restoring to a specific point in time using tran...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: This round was around 10 to 15 minute. I felt very easy and enjoying.

Round: Technical Interview
Experience: Database is a collection of data.This is a entity of any rdbms.table,view stored procedure and trigger are the object of the data base. we can create user in database and merge with login so that any user can connect to data and databse.

sql server is relational database management system, which is used to access and manipulate the data from database.

we have four types of system database master,model,msdb,tempdb and one is resource databse.

we have four types of backup full, differential, transactional log backup,and one is copy only backup.

Round: Test
Duration: 1 hour
Total Questions: 45

Skills evaluated in this interview

Interview Preparation Tips

Round: Technical Interview
Experience: Has a 1 hr interview. He asked the Qs on my experience, what I have put in my resume. Its good conversation with interviewer.

Round: HR Interview
Experience: In HR interview he asked about my salary and what he is going to offer me. I left for the day. There is no response for 5 days from the HR. After a week I got the call my HR and discussion was happened about the salary again and said to upload some documents. I did it. There is no response for 4 days again. I got call again after 4 days and this time she said there is no suitable position for my experience so she is going to reject my application. Its very painful to listen like this.

I applied via Other and was interviewed in Nov 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Brief Role on job and tools and technology I worked with day to day activity
  • Ans. 

    As a Senior Software Engineer, I worked with various tools and technologies to develop and maintain software applications.

    • Developed and maintained software applications using Java, Python, and C++ programming languages

    • Used Agile methodology for software development and collaborated with cross-functional teams

    • Worked with various tools such as Git, JIRA, Jenkins, and Docker for version control, issue tracking, continuous...

  • Answered by AI
  • Q2. In-depth technical interview which went around 40 min. since i had 8 years of experience
  • Q3. Fully technical
  • Q4. Salary discussion and Document verification.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Keywords that I put in of the technology, tools , experience.. (I guess )

General Tips: Just stay calm. Do not show fake experience, Speak genuinely, Answer to the point and explain if you have to add on more depending on your experience. Do not be over confident. Speak start to the eyes
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Decision Making Skills
Duration: 1-3 Months

I was interviewed before Aug 2016.

Interview Preparation Tips

Round: Test
Experience: It was good
Total Questions: 20

Round: Technical Interview
Experience: It was good

Interview Questionnaire 

2 Questions

  • Q1. Simple programming and questions related to the subject in B Tech
  • Q2. Testing communication

Interview Preparation Tips

Round: Test
Experience: Aptitude , Reasoning

I applied via Recruitment Consultant and was interviewed in Jul 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is the biggest challenge you faced in developing azure solution?
  • Ans. 

    The biggest challenge in developing Azure solution was managing the complexity of the cloud environment.

    • Managing the complexity of the cloud environment

    • Ensuring scalability and reliability

    • Integrating with existing systems

    • Securing the solution

    • Optimizing cost

    • Example: Migrating a legacy application to Azure

  • Answered by AI
  • Q2. In azure data factory how would you implement the functionality of tumbling window without actually using that feature already available?
  • Ans. 

    Implementing tumbling window in Azure Data Factory without using the feature

    • Create a pipeline with a trigger that runs at the desired interval

    • Use a lookup activity to retrieve the data for the current window

    • Use a foreach activity to iterate over the retrieved data

    • Perform the required operations on the data within the foreach activity

    • Write the output to the desired destination

  • Answered by AI
  • Q3. What would be your suggestion for implementation in azure data factory v2?
  • Ans. 

    My suggestion for implementation in Azure Data Factory v2 is to use the Mapping Data Flow feature.

    • Utilize Mapping Data Flow for complex data transformations

    • Take advantage of the visual interface to design and debug data flows

    • Leverage the built-in data integration capabilities with other Azure services

    • Use data flow parameters and expressions for dynamic transformations

    • Monitor and optimize data flow performance using dat

  • Answered by AI
  • Q4. I was given a project scenario and was requested to choose from below cluster or cluster less , hive or u-sql?

Interview Preparation Tips

General Tips: Be pretty confident on the current project you are working on. It's ok that you do not know the complete technology but you should have the complete picture of stuff you are working on. Be clear as to why are using specific technology for your project and not the other one. For example, i worked on azure and drilled my way to understand the edge azure has over aws. I did good work onto why are we using hive language and azure data ware house for our project instead of using u-sql and azure SQL data base. Do not bluff, better be humble to accept that we are not fully aware of something and given a chance to work on, we will. And last thing, smile and appreciate the effort put in by interviewer.
Skills: Coding Skills, Datawarehousing, Azure data factory, Problem Solving, Analytical Skills
Duration: <1 week

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. Basic telephone round probably around 3 times
  • Q2. About ourself and past experience
  • Q3. And they really see if we are interested or not, nothing technical
  • Q4. Telephone technical interview
  • Q5. My role is pega developer so questions are on pega

Interview Preparation Tips

Round: Face to face technical
Experience: Asked each and every aspect in pega

Contribute & help others!
anonymous
You can choose to be anonymous

EVRY India Interview FAQs

What are the top questions asked in EVRY India SQL Server Database Administrator interview?

Some of the top questions asked at the EVRY India SQL Server Database Administrator interview -

  1. Backup and restore strateg...read more
  2. performance tuning and query optimizatio...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

INTERVIEWS

EVRY India

No Interviews

JOBS

Payoda Technologies

No Jobs

JOBS

Watson Pharmaceuticals

No Jobs

JOBS

Kamineni Hospitals

No Jobs

INTERVIEWS

EVRY India

10 top interview questions

JOBS

MSD Pharmaceuticals

No Jobs

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
EVRY India SQL Server Database Administrator Salary
based on 4 salaries
₹10.5 L/yr - ₹15 L/yr
70% more than the average SQL Server Database Administrator Salary in India
View more details
Senior Software Engineer
243 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
178 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Lead
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare EVRY India 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