Upload Button Icon Add office photos

Filter interviews by

Innovative Business Solutions Database Admin Interview Questions and Answers

Updated 13 Jan 2023

Innovative Business Solutions Database Admin Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Dec 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 - Technical 

(3 Questions)

  • Q1. Oracle database design
  • Q2. What is normalize form
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • There are different levels of normalization, known as normal forms, with each level having specific rules to follow.

    • The most commonly used normal forms are first normal form (1NF), second normal form (2NF), ...

  • Answered by AI
  • Q3. What is view and materialized view
  • Ans. 

    A view is a virtual table based on the result-set of an SQL statement. A materialized view is a physical copy of a view.

    • A view is a logical representation of data from one or more tables.

    • A materialized view is a table that contains the result of a query.

    • A view is updated dynamically when the underlying tables are updated.

    • A materialized view is updated periodically or manually.

    • Views are used to simplify complex queries ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Average company but more learning here because many clients

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 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 large amounts of data.

    • It consists of tables, rows, and columns.

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

  • Answered by AI
  • Q2. About previous project
  • Q3. They asked very basic interview questions of ms sql
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 Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Scenario baes questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Statup parameters of sql server
  • Ans. 

    Startup parameters are used to configure the behavior of SQL Server when it starts up.

    • Startup parameters are set in the SQL Server Configuration Manager or by using the SQL Server command prompt.

    • Common startup parameters include -d for specifying the location of the master database files, -m for starting SQL Server in single-user mode, and -T for enabling trace flags.

    • Startup parameters can also be configured in the Win...

  • Answered by AI
  • Q2. Differential backup query

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jul 2023.

Round 1 - Technical 

(1 Question)

  • Q1. What is role of HAS in RAC systems?
  • Ans. 

    HAS (High Availability Services) in RAC systems provides automatic failover and load balancing for improved system reliability.

    • HAS monitors the health of each node in the RAC cluster

    • It automatically relocates services to healthy nodes in case of node failure

    • It ensures high availability and scalability for the RAC system

    • Examples: Oracle Clusterware, Oracle Grid Infrastructure

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How would you manage the upcoming challenging opportunities in the new role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Think before you answer each question, as your answers may lead to other question.

I applied via Referral and was interviewed in Sep 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 - Technical 

(3 Questions)

  • Q1. What is database ? And type of sql
  • Ans. 

    A database is a structured collection of data. SQL is a language used to manage and manipulate databases.

    • A database is a software system that stores and organizes data.

    • It allows users to create, read, update, and delete data.

    • SQL (Structured Query Language) is a programming language used to communicate with and manage databases.

    • There are different types of databases such as relational databases, object-oriented database...

  • Answered by AI
  • Q2. Write the sql command of the database
  • Ans. 

    SQL command of which database?

    • Specify the name of the database you want the SQL command for

    • Provide the specific query you want to execute

    • Ensure that the syntax is correct and the query is optimized

    • Examples: SELECT * FROM table_name; INSERT INTO table_name (column1, column2) VALUES (value1, value2);

  • Answered by AI
  • Q3. For example ,select *from employee table

Interview Preparation Tips

Topics to prepare for Capgemini Database Admin interview:
  • Database basic
Interview preparation tips for other job seekers - Define how to communicate with other people
Make communication a circle,not a line
Keep all information accessible
Ask for feedback

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Performance tuning and high availability
  • Q2. Allways on and log shipping

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well in technical more and practice real time scenearios
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2022. There were 2 interview rounds.

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 

(2 Questions)

  • Q1. All technical knowledge
  • Q2. Any challenges that you faced

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm to answer any answer, and be true , dont bluff

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

Interview Questionnaire 

1 Question

  • Q1. Mainly go with high availability, performance tuning.

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all good be confident while taking interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Process of mysql replication
  • Ans. 

    MySQL replication is the process of copying data from one database server to another in real-time.

    • MySQL replication involves a master server and one or more slave servers.

    • Changes made on the master server are logged and then applied to the slave servers.

    • Replication can be asynchronous or synchronous, with asynchronous being more common.

    • Replication can be used for load balancing, failover, and data backup purposes.

  • Answered by AI

Innovative Business Solutions Interview FAQs

How many rounds are there in Innovative Business Solutions Database Admin interview?
Innovative Business Solutions interview process usually has 2 rounds. The most common rounds in the Innovative Business Solutions interview process are Resume Shortlist and Technical.
What are the top questions asked in Innovative Business Solutions Database Admin interview?

Some of the top questions asked at the Innovative Business Solutions Database Admin interview -

  1. What is view and materialized v...read more
  2. What is normalize f...read more
  3. Oracle database des...read more

Tell us how to improve this page.

Innovative Business Solutions Database Admin Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Softwaretest Engineer
16 salaries
unlock blur

₹3.6 L/yr - ₹5.4 L/yr

Data Analyst
15 salaries
unlock blur

₹3 L/yr - ₹7.7 L/yr

Software Engineer
12 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Software Developer
9 salaries
unlock blur

₹2.1 L/yr - ₹7.7 L/yr

QA Engineer
8 salaries
unlock blur

₹4.2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Innovative Business Solutions with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

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