Upload Button Icon Add office photos
Engaged Employer

i

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

DXC Technology Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 9.7k Reviews

Filter interviews by

DXC Technology Cassandra Database Administrator Interview Questions and Answers

Updated 6 Jun 2023

DXC Technology Cassandra Database Administrator Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 4 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 - screening 

(1 Question)

  • Q1. Self introduction and also educational details etc
Round 3 - Technical 

(1 Question)

  • Q1. Where did you write clusters name?
  • Ans. 

    Cluster names are typically written in the cassandra.yaml configuration file.

    • Cluster names are specified in the cassandra.yaml file under the 'cluster_name' property.

    • The cluster name is used to identify the cluster and must be unique within the network.

    • Example: cluster_name: 'MyCluster'

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Confirm the details from me

Interview Preparation Tips

Interview preparation tips for other job seekers - Do hardwork

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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 8 interview rounds.

Round 1 - Assignment 

Database Management system SQL and PlSQL

Round 2 - Assignment 

Database Base Management system SQL and PlSQL

Round 3 - Aptitude Test 

Database Management system

Round 4 - Aptitude Test 

Database Management system

Round 5 - Group Discussion 

Database Management system

Round 6 - Assignment 

Database Management system

Round 7 - Case Study 

Database Base Management system

Round 8 - HR 

(5 Questions)

  • Q1. Database Management system
  • Q2. SQL and PlSQL Mango Data And Manu Database Management system
  • Q3. C Language and C++Language and Java
  • Q4. Data Analysis and Data entry
  • Q5. DBMS C,C++ Java Data Entry Ms Excel Ms Word Ms PP

Interview Preparation Tips

Interview preparation tips for other job seekers - Database Management system SQL and PlSQL and C Language and C++Language and Java And Web design and Web Developer
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
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is database architecture?
  • Ans. 

    Database architecture refers to the design and structure of a database system.

    • Database architecture includes the organization of data, storage, retrieval, and security mechanisms.

    • It involves defining the relationships between data elements and how they are stored and accessed.

    • Examples of database architectures include hierarchical, network, relational, and object-oriented.

    • Database architecture also includes the choice ...

  • Answered by AI
  • Q2. Difference between delete and truncate
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command, while truncate is a DDL command.

    • Delete can be rolled back, while truncate cannot be rolled back.

    • Delete fires triggers, while truncate does not fire triggers.

    • Delete is slower as it logs individual row deletions, while truncate is faster as it logs the deallocation of the data pages.

    • Example: DELETE FROM table_name WHERE condi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of sql
  • Ans. 

    SQL architecture refers to the structure and components of a SQL database system.

    • SQL architecture includes components like storage engine, query processor, and buffer manager.

    • The storage engine manages data storage and retrieval, while the query processor processes SQL queries.

    • The buffer manager handles caching and memory management to optimize performance.

    • Examples of SQL architectures include MySQL, Oracle, and SQL Se

  • Answered by AI
  • Q2. Recovery models

Skills evaluated in this interview

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

(1 Question)

  • Q1. About oracle database functionality
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Are you aware of DevOp? How to use in producing output for client?
  • Ans. 

    Yes, DevOps is a set of practices that combines software development and IT operations to deliver high-quality software faster.

    • DevOps is a culture and set of practices that emphasizes collaboration, automation, and monitoring throughout the software development lifecycle.

    • It involves integrating development, testing, deployment, and operations teams to streamline the software delivery process.

    • By using DevOps, database a...

  • Answered by AI
  • Q2. What is the application that is better than Spark in AWS?
  • Ans. 

    AWS Glue is an application that is better than Spark in AWS.

    • AWS Glue is a fully managed extract, transform, and load (ETL) service that makes it easy to prepare and load data for analytics.

    • It provides a serverless environment for running ETL jobs and supports various data sources and destinations.

    • AWS Glue also offers automatic schema discovery, data cataloging, and data transformation capabilities.

    • It integrates well wi...

  • Answered by AI
  • Q3. How do you connect to to AWS as a developer?
  • Ans. 

    To connect to AWS as a developer, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

    • Use the AWS Management Console to access AWS services through a web-based user interface.

    • Utilize the AWS Command Line Interface (CLI) to interact with AWS services using commands in the terminal.

    • Leverage AWS Software Development Kits (SDKs) to integrate AWS services into your applications.

    • For example, you can use the AWS SDK ...

  • Answered by AI
  • Q4. What is the security system of AWS access?
  • Ans. 

    AWS provides a comprehensive security system for access control.

    • AWS Identity and Access Management (IAM) allows you to manage access to AWS services and resources.

    • IAM enables you to create and manage users, groups, and roles, and assign permissions to them.

    • AWS provides various authentication methods like username/password, multi-factor authentication, and integration with external identity providers.

    • Access can be contr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sometimes the interviewer can be a glober - who really doesn't know what they are talking about. They will even ask you what they do not know. They can even ask you things that are NOT applicable and they will stand with it to show that they know better. Above all as a candidate for the role that you really want to go with, ensure that you are aware of what you say, be prepared for the interview as if you know nothing. Ensure that you are well informed on the line of task. Also be prepated to provide the interviewer one good project that you had already carried out based on the application required for the profile. Be calm always if the company recruit you, it is their luck as you always have ample opportunity with other company as well.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. HADR,PERFORMANCE TUNING

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Cassandra Database Administrator interview?
DXC Technology interview process usually has 4 rounds. The most common rounds in the DXC Technology interview process are Resume Shortlist, Technical and HR.
How to prepare for DXC Technology Cassandra 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 DXC Technology. The most common topics and skills that interviewers at DXC Technology expect are Architecture, Bootstrap, Issue resolution, Linux and Monitoring.
What are the top questions asked in DXC Technology Cassandra Database Administrator interview?

Some of the top questions asked at the DXC Technology Cassandra Database Administrator interview -

  1. Where did you write clusters na...read more
  2. Confirm the details from...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Associate Professional Software Engineer
2.2k salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Software Engineer
2k salaries
unlock blur

₹2.4 L/yr - ₹11.7 L/yr

Associate Professional
1.6k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Professional 1
1.2k salaries
unlock blur

₹3.4 L/yr - ₹12.5 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

TCS

3.7
Compare

Wipro

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