Upload Button Icon Add office photos

Filter interviews by

Burion technologies Backup Administrator Interview Questions and Answers

Updated 6 May 2024

Burion technologies Backup Administrator Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. No technically stronger
Round 2 - Technical 

(1 Question)

  • Q1. Technical backup environment

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t go any more

Interview questions from similar companies

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain what is windows server.
  • Ans. 

    Windows Server is a group of operating systems designed by Microsoft for server use.

    • Windows Server is a group of operating systems developed by Microsoft.

    • It is specifically designed for use in server environments.

    • Windows Server provides features such as networking, storage, and virtualization capabilities.

    • Examples of Windows Server versions include Windows Server 2016 and Windows Server 2019.

  • Answered by AI
  • Q2. Explain what does intellimirror do
  • Ans. 

    Intellimirror is a feature in Windows Server that allows for centralized management of user desktop settings and files.

    • Intellimirror provides users with access to their desktop settings and files from any computer on the network.

    • It allows for automated backup and restoration of user data and settings.

    • Intellimirror can be used to deploy software applications to multiple computers in a network.

    • It helps in reducing IT sup...

  • Answered by AI
  • Q3. What does it mean by "tattooing" the registry
  • Ans. 

    Tattooing the registry refers to making permanent changes to the Windows registry that cannot be easily undone.

    • Tattooing the registry involves modifying critical system settings in the Windows registry.

    • These changes are typically irreversible and can have a significant impact on system performance and stability.

    • It is important to exercise caution when tattooing the registry as incorrect changes can lead to system error...

  • Answered by AI
  • Q4. Mention how many types of queries DNS does
  • Ans. 

    DNS can perform various types of queries including recursive, iterative, inverse, and dynamic updates.

    • DNS can perform recursive queries where it queries other servers on behalf of the client until it finds the answer.

    • Iterative queries involve the DNS server providing the best answer it can based on its own knowledge.

    • Inverse queries allow a DNS client to request the domain name associated with a specific IP address.

    • Dyna...

  • Answered by AI
  • Q5. Explain what is the primary function of the domain controller
  • Ans. 

    The primary function of the domain controller is to authenticate and authorize all users and computers in a Windows domain network.

    • Authenticating and authorizing users and computers in a Windows domain network

    • Managing security policies and access control

    • Maintaining Active Directory database

    • Enforcing security policies across the network

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Finding your dream job can be a challenging task with so many career options available. it's easy to feel lost and overwhelmed. However, with the right guidance and support, you can successfully navigate the job market and land the job of your dream. That's why we have brought in an expert career coach to answer some commonly asked questions and share tips to help job.
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

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 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
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jun 2024. There were 15 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your reasoning
  • Ans. 

    I base my reasoning on data analysis, industry knowledge, and past experiences.

    • I analyze data to identify trends and patterns

    • I consider industry best practices and standards

    • I draw on past experiences to make informed decisions

  • Answered by AI
  • Q2. What is in heritance
  • Ans. 

    Inheritance is the mechanism in which a class can acquire the properties and behavior of another class.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • The class that is being inherited from is called the parent class or superclass.

    • The class that inherits from the parent class is called the child class or subclass.

    • Inheritance promotes code reusability and helps in creating a hierarchical

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How dose your experience align with the role
  • Ans. 

    My experience in back end development, database management, and system integration aligns perfectly with the requirements of the role.

    • I have worked as a back end developer for 5+ years, handling server-side logic, database design, and API integration.

    • I am proficient in languages like Java, Python, and SQL, which are essential for back end development.

    • I have successfully implemented scalable and efficient back end syste...

  • Answered by AI
  • Q2. How do you handle working in a team
  • Ans. 

    I handle working in a team by communicating effectively, being open to feedback, collaborating on tasks, and supporting my team members.

    • Communicate openly and effectively with team members

    • Be open to feedback and constructive criticism

    • Collaborate on tasks and share responsibilities

    • Support and help team members when needed

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is a 3 stage interview
  • Ans. 

    A 3 stage interview is a hiring process that consists of three separate rounds of interviews with different interviewers.

    • First stage typically involves a screening interview with HR or a recruiter.

    • Second stage may involve a technical interview with the hiring manager or team members.

    • Final stage often includes a panel interview with senior management or key stakeholders.

  • Answered by AI
  • Q2. What is Hr round?
Round 4 - Technical 

(2 Questions)

  • Q1. What is the nearest ten of 4
  • Ans. 

    The nearest ten of 4 is 10.

    • The nearest ten of a number is the multiple of 10 that is closest to that number.

    • In this case, the nearest ten of 4 is 10 because it is the multiple of 10 closest to 4.

  • Answered by AI
  • Q2. What is 4 tenth equal to?
  • Ans. 

    4 tenths is equal to 0.4

    • 4 tenths can be written as 0.4 in decimal form

    • To convert tenths to decimals, divide the number by 10 (4 ÷ 10 = 0.4)

  • Answered by AI
Round 5 - Technical 

(2 Questions)

  • Q1. What's the most effective way to gather user and system requirements?
  • Ans. 

    The most effective way to gather user and system requirements is through thorough communication and collaboration.

    • Engage with stakeholders to understand their needs and expectations

    • Use techniques such as interviews, surveys, and workshops to gather requirements

    • Document requirements clearly and prioritize them based on importance

    • Iterate and validate requirements with stakeholders to ensure accuracy

  • Answered by AI
  • Q2. How did you implement significant improvement to an IT infrastructure
  • Ans. 

    Implemented automation tools to streamline processes, upgraded hardware and software, and optimized network performance.

    • Introduced automation tools such as Ansible to automate repetitive tasks and improve efficiency

    • Upgraded hardware components such as servers and storage devices to enhance performance

    • Implemented software updates and patches to ensure system security and stability

    • Optimized network configurations to impr...

  • Answered by AI
Round 6 - Assignment 

Whiteboard design challenges, Live coding tests, Technical assessment tasks, Numerical reasoning questions, and Proficiency quizzes.

Round 7 - Assignment 

Series of assessments that evaluate a candidate's technical skills, problem-solving abilities, and thought process

Round 8 - Assignment 

An assessment tool wherein questions are framed to evaluate a participant's knowledge of software programming languages

Round 9 - Assignment 

Academic skills will need to be efficient in order to work through the process in a shorter time.

Round 10 - Assignment 

The assignment method is used to determine what resources are assigned to which department, machine, or center of operation in the production process.

Round 11 - Coding Test 

Practical assessments that evaluate a candidate's technical abilities and programming skills

Round 12 - Coding Test 

A coding assessment is a test used to evaluate a programmer's skills in a specific way that's relevant to the job.

Round 13 - Coding Test 

A coding round is a part of the interview process for software engineers that evaluates a candidate's programming skills, problem-solving abilities, and understanding of algorithms and data structures.

Round 14 - Coding Test 

A coding round in an interview is a key part of the hiring process for software engineers, where candidates are evaluated on their programming skills

Round 15 - Coding Test 

Coding tests are typically programming challenges that help technical recruiters test programming skills and competencies of a developer or programmer.

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

(3 Questions)

  • Q1. Scenario based on filter table
  • Q2. Find rolling total without reset
  • Ans. 

    Calculate rolling total without resetting at specified interval

    • Use DAX formula with functions like CALCULATE, FILTER, and EARLIER

    • Create a measure that calculates the running total based on the current and previous rows

    • Consider using variables to store intermediate results for efficiency

  • Answered by AI
  • Q3. Shift one cell Down in table using dax
  • Ans. 

    Use DAX function to shift one cell down in a table

    • Use the LAG function in DAX to shift values down in a column

    • Specify the number of rows to shift as a parameter in the LAG function

    • Example: LAG([Column], 1) will shift values in 'Column' down by one row

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Group discussion for the some task for the related company

Round 2 - Technical 

(2 Questions)

  • Q1. How to handling team
  • Ans. 

    I handle a team effectively by setting clear goals, providing support, fostering open communication, and recognizing achievements.

    • Set clear goals and expectations for the team

    • Provide support and resources to help team members succeed

    • Foster open communication and encourage feedback

    • Recognize and reward team achievements

    • Lead by example and demonstrate a positive attitude

  • Answered by AI
  • Q2. How to manage customer
  • Ans. 

    Effective strategies to manage customer relationships include clear communication, personalized interactions, timely responses, and proactive problem-solving.

    • Maintain clear and open communication with customers to address their needs and concerns.

    • Personalize interactions by remembering customer preferences and previous interactions.

    • Respond to customer inquiries and issues in a timely manner to show that their concerns ...

  • Answered by AI
Round 3 - Assignment 

Related to the self skills and knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - No more tips
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

Burion technologies Interview FAQs

How many rounds are there in Burion technologies Backup Administrator interview?
Burion technologies interview process usually has 2 rounds. The most common rounds in the Burion technologies interview process are Technical.
What are the top questions asked in Burion technologies Backup Administrator interview?

Some of the top questions asked at the Burion technologies Backup Administrator interview -

  1. Technical backup environm...read more
  2. No technically stron...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Burion technologies with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview