Upload Button Icon Add office photos

Filter interviews by

Avaya Global Connect Senior SQL Database Administrator Interview Questions and Answers

Updated 22 Oct 2023

Avaya Global Connect Senior SQL Database Administrator Interview Experiences

1 interview found

I was interviewed in Oct 2021.

Interview Questionnaire 

4 Questions

  • Q1. About your self and salary discussion
  • Q2. Sql server dba, Azure
  • Q3. Sql server dba, Azure DBA
  • Q4. Techo manager round

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me the high level overview of dataguard installation?
  • Q2. What are your daily tasks adn what things you handel in your team?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. OEM services-related Questions
  • Q2. What is Oracle Block Change
  • Ans. 

    Oracle Block Change is a feature that tracks and records changes made to database blocks.

    • Oracle Block Change is used for efficient data replication and synchronization.

    • It helps in identifying and transferring only the changed data blocks instead of the entire database.

    • Oracle GoldenGate utilizes Oracle Block Change technology for real-time data integration.

    • Block Change Tracking (BCT) is a feature in Oracle Database that...

  • Answered by AI
  • Q3. In RAC database 2 nodes are there how you will re-direct users to 2nd node only?
  • Ans. 

    To redirect users to the 2nd node in a RAC database, you can use services and connection load balancing.

    • Create a service for the 2nd node in the RAC database.

    • Configure connection load balancing to distribute connections evenly between the nodes.

    • Update the connection string in the application to point to the service for the 2nd node.

    • Test the connection to ensure users are redirected to the 2nd node.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was based on my experience which I have mentioned in resume.
some were situation based Questions and some were direct questions like
What is BCT, how to make DB available for max? etc etc

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is pull request
  • Ans. 

    A pull request is a method of submitting contributions to a project on GitHub for review and merging.

    • Pull requests are commonly used in version control systems like Git to propose changes to a codebase.

    • They allow developers to collaborate and discuss changes before merging them into the main branch.

    • Pull requests typically include a description of the changes, related issues, and any necessary tests or documentation.

    • Rev...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is sateful set
  • Ans. 

    Stateful set is a Kubernetes controller that manages the deployment and scaling of a set of pods with persistent storage.

    • Stateful set ensures that each pod in the set has a unique identity and stable network identity.

    • Stateful set pods are created in order and are not replaced until they are deleted.

    • Stateful set is commonly used for stateful applications like databases where each pod requires persistent storage.

    • Example:...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is dba, explain the architecture of dba
  • Ans. 

    DBA stands for Database Administrator. The architecture of DBA involves managing and maintaining databases to ensure data integrity and security.

    • DBA is responsible for installing, configuring, and upgrading database software.

    • They monitor database performance and troubleshoot issues.

    • DBA designs and implements backup and recovery strategies to prevent data loss.

    • They also manage user access and security permissions within...

  • Answered by AI
  • Q2. How you will maintain the database and what are the types of backup
  • Ans. 

    Maintaining the database involves regular monitoring, performance tuning, applying patches, and ensuring backups are taken regularly.

    • Regularly monitor database performance and usage

    • Perform routine maintenance tasks such as applying patches and updates

    • Take regular backups to ensure data integrity and disaster recovery

    • Implement security measures to protect the database from unauthorized access

    • Optimize database performanc

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Start up parameters of sql server
  • Ans. 

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

    • Start up parameters are specified in the SQL Server Configuration Manager.

    • Common start up parameters include -d (database files location), -e (error log location), -m (single user mode), -T (trace flags), etc.

    • Start up parameters can be modified to customize the behavior of SQL Server during startup.

    • Example: -dC:\Program Files\Microso...

  • Answered by AI
  • Q2. Differential backup query
  • Q3. Sql server statics
  • Q4. Log file architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - kindly prepare all the topics about sql server.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is CAP theorem What is column families What function are used in cassandra what is key value pair
  • Ans. 

    CAP theorem states that in a distributed system, it is impossible to simultaneously guarantee consistency, availability, and partition tolerance.

    • CAP theorem: Consistency, Availability, Partition tolerance - pick two

    • Column families: A way to organize data in NoSQL databases like Apache Cassandra

    • Functions in Cassandra: read, write, delete, update

    • Key value pair: Basic data structure where each key is associated with a val

  • Answered by AI
  • Q2. What is Cloumn families
  • Ans. 

    Column families are a way to organize related data in a NoSQL database, grouping columns together for efficient retrieval.

    • Column families are a way to group related columns together in a NoSQL database.

    • They are used in databases like Apache Cassandra to organize data efficiently.

    • Column families can contain a large number of columns, each with a unique name and value.

    • They are stored together on disk for faster retrieval...

  • Answered by AI
  • Q3. What are the functions in cassandra
  • Ans. 

    Cassandra functions are used for data manipulation and retrieval in Cassandra database.

    • Aggregate functions like COUNT, SUM, AVG, MIN, MAX

    • Date and time functions like NOW, DATEOF, UNIXTIMESTAMP

    • Mathematical functions like ABS, CEIL, FLOOR, SIN, COS

    • String functions like LENGTH, SUBSTRING, CONCAT, LOWER, UPPER

  • Answered by AI
  • Q4. Fundamentels of cassandra
  • Ans. 

    Cassandra is a distributed NoSQL database management system designed for handling large amounts of data across multiple servers.

    • Cassandra is a highly scalable and fault-tolerant database system.

    • It is based on a distributed architecture, with data spread across multiple nodes.

    • Cassandra uses a masterless design, where all nodes are equal and can handle read and write requests.

    • It uses a partitioning strategy called consis...

  • Answered by AI
  • Q5. What is key value pair
  • Ans. 

    Key value pair is a data structure where each key is associated with a corresponding value.

    • Key value pairs are commonly used in dictionaries, hash tables, and JSON objects.

    • Keys are unique identifiers that are used to access the corresponding values.

    • Examples include 'name: John', 'age: 30', 'city: New York'.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dataguard architecture
  • Q2. Rman backup and restoration
Round 2 - HR 

(1 Question)

  • Q1. Why you join inm
  • Ans. 

    I joined inm because of the company's reputation for innovation and growth in the tech industry.

    • Attracted to company's reputation for innovation

    • Excited about opportunities for growth in tech industry

    • Impressed by company culture and values

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I am impressed by the company's innovative technology solutions and strong reputation in the industry.

    • The company has a track record of developing cutting-edge technology solutions.

    • I admire the company's commitment to excellence and continuous improvement.

    • The company's reputation for providing top-notch training and development opportunities is appealing to me.

  • Answered by AI
  • Q2. What salary do you expect
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the market rate for Oracle Database Administrators.

    • Research the average salary range for Oracle Database Administrators in your area

    • Consider your level of experience and skills when determining your salary expectations

    • Be prepared to negotiate based on the specific responsibilities and benefits offered by the employer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Te Question can came throuth:-
1. How can you take out the details or values from two tables?
2. How can you add Columns and Values in a table?

Round 2 - Assignment 

They can give us some Assistant to do

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Calm and relax the interview will be your best.

Avaya Global Connect Interview FAQs

What are the top questions asked in Avaya Global Connect Senior SQL Database Administrator interview?

Some of the top questions asked at the Avaya Global Connect Senior SQL Database Administrator interview -

  1. Sql server dba, Az...read more
  2. Sql server dba, Azure ...read more
  3. Techo manager ro...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Avaya Global Connect Senior SQL Database Administrator Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
4 salaries
unlock blur

₹5.6 L/yr - ₹20 L/yr

Software Developer
4 salaries
unlock blur

₹1 L/yr - ₹11 L/yr

Technical Support Engineer
4 salaries
unlock blur

₹2.2 L/yr - ₹16 L/yr

Module Lead
4 salaries
unlock blur

₹18 L/yr - ₹33.5 L/yr

Technical Specialist
4 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Explore more salaries
Compare Avaya Global Connect with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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