Upload Button Icon Add office photos
Engaged Employer

i

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

IBM Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 21.5k Reviews

Filter interviews by

IBM Backup Administrator Interview Questions and Answers

Updated 14 Mar 2021

IBM Backup Administrator Interview Experiences

1 interview found

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

Interview Questionnaire 

1 Question

  • Q1. What is the difference between nw9 and nw19 version?
  • Ans. 

    NW9 and NW19 are different versions of NetWorker software with varying features and capabilities.

    • NW19 has improved backup and recovery performance compared to NW9.

    • NW19 supports more operating systems and applications than NW9.

    • NW19 has enhanced security features such as TLS 1.2 support.

    • NW19 has a new web-based user interface for easier management.

    • NW19 has a new feature called CloudBoost for cloud-based data protection.

    • N...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - check the basic concepts, installation process and failure issues

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Avamar backup flow, processes Deduplication
  • Q2. Restore file and folders
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Proxy configuration
  • Q2. Replication requirements
Round 2 - HR 

(2 Questions)

  • Q1. Previous company experience details
  • Q2. Salary Expectations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Assignment 

Brief information about Business Intelligence (BI) tools.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the role of Power BI in today's market?
  • Q2. What are the differences between Power BI and Tableau?
  • Q3. What are some case studies that demonstrate the use of Power BI?
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Why did you choose the flask over the django and fastapi?
  • Ans. 

    I chose Flask over Django and FastAPI due to its simplicity, flexibility, and ease of use for smaller projects.

    • Flask is lightweight and minimalistic, making it easier to set up and use for smaller projects.

    • Flask allows for more flexibility in terms of project structure and customization compared to Django.

    • Flask is well-suited for rapid prototyping and smaller applications where simplicity is key.

    • Django, on the other ha...

  • Answered by AI
  • Q2. Write the code for flask request and response block?
  • Ans. 

    Flask request and response block code snippet

    • Use Flask's request object to access incoming request data

    • Use Flask's jsonify function to create a JSON response

    • Handle different HTTP methods like GET, POST, etc. in the route function

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is ORM? which ORM tool, have you used?
  • Ans. 

    ORM stands for Object-Relational Mapping, a programming technique for converting data between incompatible type systems in object-oriented programming languages.

    • ORM is used to map objects from an application to tables in a relational database.

    • It simplifies data manipulation by allowing developers to work with objects instead of SQL queries.

    • Popular ORM tools include Hibernate for Java, Entity Framework for .NET, and Seq

  • Answered by AI
  • Q2. Write ORM code for select item from table?
  • Ans. 

    Use ORM code to select item from a table in database.

    • Use ORM query methods like find(), findOne(), or where() to select items from a table.

    • Specify the table name and any conditions for the selection.

    • Example: User.find({ where: { id: 1 } }) will select a user with id 1 from the User table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just conduct the interviews
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Wat is cardinality
  • Ans. 

    Cardinality refers to the uniqueness of values in a column or relationship.

    • Cardinality is the number of unique values in a column or relationship.

    • High cardinality means a column has many unique values, while low cardinality means few unique values.

    • For example, a column like 'Customer ID' may have high cardinality, while 'Gender' may have low cardinality.

  • Answered by AI
  • Q2. Challenges faced
Round 2 - One-on-one 

(1 Question)

  • Q1. Write SQL query
  • Ans. 

    SQL query to retrieve data from a table

    • Use SELECT statement to specify columns to retrieve

    • Use FROM statement to specify the table to retrieve data from

    • Use WHERE statement to filter the data based on conditions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Case Study 

Power bi desktop in power bi service

Round 2 - Technical 

(2 Questions)

  • Q1. What is power bi
  • Ans. 

    Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI allows users to connect to various data sources and create interactive reports and dashboards.

    • Users can easily share and collaborate on reports with others within the organization.

    • It offers features like data modeling, data visualization, and data transformation.

    • Power BI can be use...

  • Answered by AI
  • Q2. How creative a dashboard in power query
  • Ans. 

    A creative dashboard in Power Query involves using unique visuals and interactive elements to present data in an engaging way.

    • Utilize custom visuals to display data in a visually appealing manner

    • Incorporate interactive elements such as slicers and filters for user-friendly navigation

    • Use color coding and formatting to highlight important insights

    • Include dynamic elements like tooltips and drill-down capabilities

    • Experimen...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Power bi desktop
  • Q2. Write the Dax query in data modeling
  • Ans. 

    Write a DAX query in data modeling

    • Use CALCULATE function to apply filters and context to calculations

    • Use SUMX function to iterate over a table and perform calculations

    • Use RELATED function to retrieve related values from other tables

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. What is power pivot
  • Ans. 

    Power Pivot is a data modeling tool in Excel that allows users to create relationships, calculations, and measures for analyzing large datasets.

    • Power Pivot is an add-in for Excel that enables users to create data models and perform advanced data analysis.

    • It allows users to import and combine data from multiple sources, create relationships between tables, and define calculations and measures.

    • Users can create complex ca...

  • Answered by AI
  • Q2. Creation in dax
  • Ans. 

    Creation in DAX refers to the process of generating new calculated columns or measures in Power BI using Data Analysis Expressions.

    • Use DAX functions like CALCULATE, SUMX, AVERAGE, etc. to create new columns or measures

    • Understand the data model and relationships to create accurate calculations

    • Test the newly created calculations to ensure they are working correctly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job change to develop skills and leave more anything in experience 2years

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are duplicates and references
  • Ans. 

    Duplicates are identical copies of data, while references are pointers to the same data in memory.

    • Duplicates are exact copies of the original data.

    • References point to the same data in memory.

    • Duplicates can lead to inconsistencies in data analysis.

    • References are more memory efficient than duplicates.

  • Answered by AI
  • Q2. How do you implement incremental refresh
  • Ans. 

    Incremental refresh in Power BI allows for loading only new or modified data to improve performance.

    • Set up incremental refresh policy in Power BI Service

    • Define a range of values for the refresh policy

    • Use parameters to filter data based on the refresh policy

    • Schedule regular refreshes to update the dataset

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Nodejs promises async await difference
  • Ans. 

    Node.js promises are a way to handle asynchronous operations, while async/await is a syntax for writing asynchronous code in a synchronous manner.

    • Promises are objects that represent the eventual completion (or failure) of an asynchronous operation.

    • Async/await is a syntactic sugar built on top of promises, making asynchronous code look more like synchronous code.

    • Async functions return a promise, which allows you to use ...

  • Answered by AI
  • Q2. Nodejs architecture eventloop

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are the components of Power bi
  • Ans. 

    Power BI components include Power Query, Power Pivot, Power View, Power Map, and Power Q&A.

    • Power Query: Used for data extraction and transformation.

    • Power Pivot: Used for data modeling and analysis.

    • Power View: Used for interactive data visualization.

    • Power Map: Used for geographical data visualization.

    • Power Q&A: Allows users to ask questions in natural language and get answers from data.

  • Answered by AI
  • Q2. What is mean by DAX
  • Ans. 

    DAX stands for Data Analysis Expressions and is a formula language used in Power BI for creating custom calculations.

    • DAX is used to create custom calculations in Power BI, similar to Excel formulas.

    • It can be used to create calculated columns, measures, and calculated tables.

    • DAX functions can be used to manipulate data, perform calculations, and create complex expressions.

    • Examples of DAX functions include SUM, AVERAGE,

  • Answered by AI
  • Q3. What is mean by M language
  • Ans. 

    M language is a powerful data transformation language used in Power Query in Power BI.

    • M language is used to transform and clean data in Power BI.

    • It is a functional language with a wide range of functions and operators.

    • M language is case-sensitive and uses a step-by-step approach to data transformation.

    • Examples of M language functions include Table.TransformColumns and List.Transform.

  • Answered by AI

Skills evaluated in this interview

IBM Interview FAQs

How to prepare for IBM Backup 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 IBM. The most common topics and skills that interviewers at IBM expect are Unix, EMC, Linux, NetBackup and Administration.

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.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k 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
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
IBM Backup Administrator Salary
based on 247 salaries
₹3.1 L/yr - ₹9.3 L/yr
7% less than the average Backup Administrator Salary in India
View more details

IBM Backup Administrator Reviews and Ratings

based on 11 reviews

4.5/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

4.4

Salary

4.1

Job security

3.9

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 11 Reviews and Ratings
Application Developer
11.6k salaries
unlock blur

₹5.5 L/yr - ₹23.7 L/yr

Software Engineer
5.6k salaries
unlock blur

₹5.3 L/yr - ₹22.3 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.3 L/yr - ₹22 L/yr

Senior Software Engineer
4.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.6k salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

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