Upload Button Icon Add office photos

Filter interviews by

Lowe's Database Admin Interview Questions and Answers

Updated 14 Aug 2021

Lowe's Database Admin Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical questions related to a database Administrator and the technology I am working .

Interview Preparation Tips

Interview preparation tips for other job seekers - Entire interview process till time of onboarding was awesome . Didn't find any difficulty throughout the process.

Interview questions from similar companies

I was interviewed in Jul 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round majorly focused on the architecture side of Database .

  • Q1. DBMS Question

    Oracle Database Architecture

  • Ans. 

    1) There are three major structures in Oracle Database server architecture: memory structures, process structures, and storage structures. A basic Oracle database system consists of an Oracle database and a database instance.

    2) The database consists of both physical structures and logical structures. Because the physical and logical structures are separate, the physical storage of data can be managed without affecting ...

  • Answered Anonymously
  • Q2. DBMS Question

    Oracle Dataguard architecture

  • Ans. 

    1) Oracle's Data Guard is a well test and supported solution but it does not come cheap but it is a solution that is practically the same across all companies and one that all DBA's should be able to grasp very quickly when starting at a new company.

    2) Data Guard is basically a ship redo and then apply redo, as you know redo is the information needed to recover a database transaction. A production database referred to ...

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

Major stress was given on Performance Tuning and AWR Reports .

  • Q1. DBMS Question

    DMV in Microsoft SQL Server

  • Ans. 

    1) Dynamic Management Views are functions built into Microsoft SQL Server that allow for troubleshooting, diagnostics and server health monitoring.

    2) The default port for MySQL is 3306, and can be changed in Windows.

    3) The default port for Oracle is 1521, and can be changed .Depending on your security stance, changing the port that your database server uses can be a good way to lower your profile and reduce the amount ...

  • Answered Anonymously
  • Q2. DBMS Question

    AWR Report Analysis and Performance Testing

  • Ans. 

    I was asked to mention some important points that we need to ensure while analysing the AWR( Automatic Workload Repository ) Report . I answered accordingly : 

    1) To Collect Multiple AWR Reports: It’s beneficial to have two AWR Reports, one for the good time and other when performance is poor or we can also create three reports (Before/Meantime/After reports) during the time frame problem was experienced and compar...

  • Answered Anonymously
Round 3 - Video Call 

(2 Questions)

Round duration - 40 Minutes
Round difficulty - Medium

Some questions revolving around Backups in Oracle and some standard DBMS questions were asked in this round.

  • Q1. DBMS Question

    Advantages of using View

  • Ans. 

    The advantages of using a view in the table are : 
    1) It is a subset of the data in table
    2) It store complex queries
    3) It can simplify multiple tables into one
    4) It occupies very little space
    5) It presents the data from different perspectives

  • Answered Anonymously
  • Q2. DBMS Question

    Types of backups in Oracle

  • Ans. 

    The main four types of backups in Oracle are:
    1) COLD Backup
    2) HOT Backup
    3) Import – Export Backup
    4) RMAN Backup

    Follow Up Question : Explain Hot Backup and Cold Backup.

    Hot backup is also recognized as an Online Backup because here the backup is taken while the database is active and running. And when the backup can only happen while the database is in shut down mode then it is called Cold Backup which can also be identi

  • Answered Anonymously
Round 4 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.

  • Q1. Basic HR Question

    Do you know anything about the company ?

  • Ans. 

    General Tip : Before an interview for any company , have a breif insight about the company , what it does , when was it founded and so on . All these info can be easily acquired from the Company Website itself .

  • Answered Anonymously
  • Q2. Basic HR Question

    Why should we hire you ?

  • Ans. 

    Tip 1 : The cross questioning can go intense some time, think before you speak.
    Tip 2 : Be open minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.
    Tip 3 : Context of questions can be switched, pay attention to the details. It is okay to ask questions in these round, like what are the projects currently the company is investing, which team you are mentoring. How all is the...

  • Answered Anonymously

Interview Preparation Tips

Eligibility criteriaAbove 3 years of experienceWalmart interview preparation:Topics to prepare for the interview - DBMS , MySQL , Oracle , Database Architecture , CassandraTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Start by reading and understanding the job description of Oracle Database Administrator (DBA).
Tip 2 : Put your efforts in working on your concepts and making them strong. In the interview, they look for sound technical knowledge rather than just theoretical knowledge.

Application resume tips for other job seekers

Tip 1 : Every skill must be mentioned.
Tip 2 : Focus on skills, projects and experiences more

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Jul 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round majorly focused on the architecture side of Database .

  • Q1. DBMS Question

    Oracle Database Architecture

  • Ans. 

    1) There are three major structures in Oracle Database server architecture: memory structures, process structures, and storage structures. A basic Oracle database system consists of an Oracle database and a database instance.

    2) The database consists of both physical structures and logical structures. Because the physical and logical structures are separate, the physical storage of data can be managed without affecting ...

  • Answered Anonymously
  • Q2. DBMS Question

    Oracle Dataguard architecture

  • Ans. 

    1) Oracle's Data Guard is a well test and supported solution but it does not come cheap but it is a solution that is practically the same across all companies and one that all DBA's should be able to grasp very quickly when starting at a new company.

    2) Data Guard is basically a ship redo and then apply redo, as you know redo is the information needed to recover a database transaction. A production database referred to ...

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

Major stress was given on Performance Tuning and AWR Reports .

  • Q1. DBMS Question

    DMV in Microsoft SQL Server

  • Ans. 

    1) Dynamic Management Views are functions built into Microsoft SQL Server that allow for troubleshooting, diagnostics and server health monitoring.

    2) The default port for MySQL is 3306, and can be changed in Windows.

    3) The default port for Oracle is 1521, and can be changed .Depending on your security stance, changing the port that your database server uses can be a good way to lower your profile and reduce the amount ...

  • Answered Anonymously
  • Q2. DBMS Question

    AWR Report Analysis and Performance Testing

  • Ans. 

    I was asked to mention some important points that we need to ensure while analysing the AWR( Automatic Workload Repository ) Report . I answered accordingly : 

    1) To Collect Multiple AWR Reports: It’s beneficial to have two AWR Reports, one for the good time and other when performance is poor or we can also create three reports (Before/Meantime/After reports) during the time frame problem was experienced and compar...

  • Answered Anonymously
Round 3 - Video Call 

(2 Questions)

Round duration - 40 Minutes
Round difficulty - Medium

Some questions revolving around Backups in Oracle and some standard DBMS questions were asked in this round.

  • Q1. DBMS Question

    Advantages of using View

  • Ans. 

    The advantages of using a view in the table are : 
    1) It is a subset of the data in table
    2) It store complex queries
    3) It can simplify multiple tables into one
    4) It occupies very little space
    5) It presents the data from different perspectives

  • Answered Anonymously
  • Q2. DBMS Question

    Types of backups in Oracle

  • Ans. 

    The main four types of backups in Oracle are:
    1) COLD Backup
    2) HOT Backup
    3) Import – Export Backup
    4) RMAN Backup

    Follow Up Question : Explain Hot Backup and Cold Backup.

    Hot backup is also recognized as an Online Backup because here the backup is taken while the database is active and running. And when the backup can only happen while the database is in shut down mode then it is called Cold Backup which can also be identi

  • Answered Anonymously
Round 4 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.

  • Q1. Basic HR Question

    Do you know anything about the company ?

  • Ans. 

    General Tip : Before an interview for any company , have a breif insight about the company , what it does , when was it founded and so on . All these info can be easily acquired from the Company Website itself .

  • Answered Anonymously
  • Q2. Basic HR Question

    Why should we hire you ?

  • Ans. 

    Tip 1 : The cross questioning can go intense some time, think before you speak.
    Tip 2 : Be open minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.
    Tip 3 : Context of questions can be switched, pay attention to the details. It is okay to ask questions in these round, like what are the projects currently the company is investing, which team you are mentoring. How all is the...

  • Answered Anonymously

Interview Preparation Tips

Eligibility criteriaAbove 3 years of experienceWalmart interview preparation:Topics to prepare for the interview - DBMS , MySQL , Oracle , Database Architecture , CassandraTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Start by reading and understanding the job description of Oracle Database Administrator (DBA).
Tip 2 : Put your efforts in working on your concepts and making them strong. In the interview, they look for sound technical knowledge rather than just theoretical knowledge.

Application resume tips for other job seekers

Tip 1 : Every skill must be mentioned.
Tip 2 : Focus on skills, projects and experiences more

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. What are your salary expectations?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Walmart SQL Server Database Administrator interview:
  • SQL
Interview preparation tips for other job seekers - Review common interview questions and prepare responses

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Oracle architecture
  • Q2. Dataguard architecture
  • Q3. Daily troubleshooting elaboration
  • Q4. Awr report and analysis and performance tunning
  • Q5. Sql backup details
  • Q6. Oracle and sql error log location and analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Had 4 rounds of interview
1. Oracle dba
2. Sql dba
3. Tech-managerial round
4. HR round

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. R12.2 related and few core related

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions

Lowe's Interview FAQs

How to prepare for Lowe's Database Admin 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 Lowe's. The most common topics and skills that interviewers at Lowe's expect are SQL and Teradata DBA.

Tell us how to improve this page.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Walmart Interview Questions
3.8
 • 403 Interviews
Landmark Group Interview Questions
4.0
 • 141 Interviews
Tesco Interview Questions
3.9
 • 121 Interviews
Target Interview Questions
4.2
 • 116 Interviews
Reliance Trends Interview Questions
4.3
 • 101 Interviews
Decathlon Interview Questions
3.9
 • 99 Interviews
V2 Retail Interview Questions
3.4
 • 53 Interviews
View all
Lowe's Database Admin Salary
based on 7 salaries
₹7.2 L/yr - ₹15.6 L/yr
29% more than the average Database Admin Salary in India
View more details
Software Engineer
1k salaries
unlock blur

₹7.3 L/yr - ₹27 L/yr

Senior Software Engineer
921 salaries
unlock blur

₹11.5 L/yr - ₹40 L/yr

Senior Analyst
236 salaries
unlock blur

₹7.1 L/yr - ₹25 L/yr

Analyst
231 salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Lead Software Engineer
160 salaries
unlock blur

₹18 L/yr - ₹58 L/yr

Explore more salaries
Compare Lowe's with

Home Depot

3.7
Compare

Ace Hardware

2.9
Compare

Sherwin Williams Paints

4.0
Compare

Fastenal

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