Upload Button Icon Add office photos

Filter interviews by

Arcserve Interview Questions, Process, and Tips

Updated 29 Sep 2024

Top Arcserve Interview Questions and Answers

Arcserve Interview Experiences

Popular Designations

9 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

SQL, Shell Scripting

Round 2 - Technical 

(2 Questions)

  • Q1. Git commands, branching strategies
  • Q2. How did you tackle your problems in your last org?
  • Ans. 

    I tackled problems in my last organization by collaborating with team members, conducting thorough research, and seeking guidance from mentors.

    • Collaborated with team members to brainstorm solutions

    • Conducted thorough research to understand the root cause of the problem

    • Sought guidance from mentors to gain insights and perspectives

    • Implemented solutions and monitored their effectiveness

    • Communicated progress and challenges

  • Answered by AI

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

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

(2 Questions)

  • Q1. Tell me Testing techniques
  • Ans. 

    Testing techniques are methods used to identify defects in software applications.

    • Black Box Testing: Testing the functionality of an application without knowing its internal code.

    • White Box Testing: Testing the internal code and structure of an application.

    • Regression Testing: Testing to ensure that new code changes do not adversely affect existing functionality.

    • Smoke Testing: Testing the basic functionality of an applica...

  • Answered by AI
  • Q2. Tell me about test planning
  • Ans. 

    Test planning involves creating a strategy to ensure thorough testing of software applications.

    • Identifying test objectives and scope

    • Creating test plans and schedules

    • Assigning resources and responsibilities

    • Defining test cases and scenarios

    • Estimating time and effort required

    • Prioritizing testing activities

    • Reviewing and updating test plans as needed

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Analyst Interview Questions & Answers

user image Anonymous

posted on 31 May 2024

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

(1 Question)

  • Q1. 1. Fundamentals of SQL
  • Ans. 

    SQL is a programming language used for managing and manipulating databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks like querying data, updating data, and creating tables

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • SQL is used in various database management systems like MySQL, Oracle, SQL Server

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How to you handle stress

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Storages, file systems, VMs, Python Coding questions, DSA

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
Add answer

Arcserve interview questions for popular designations

 Analyst

 (1)

 Associate Software Engineer

 (1)

 Director

 (1)

 Network Security Engineer

 (1)

 QA Engineer

 (1)

 Senior QA Engineer

 (1)

 Senior Support Engineer

 (1)

 Softwaretest Engineer

 (1)

Director Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Background general knowledge about the role
Round 3 - One-on-one 

(1 Question)

  • Q1. Never happened as the HR changed the designation from Director to Senior Manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time they will tell you that they want to hire urgently but they themselves waste lot of time. HR is pathetic can't trust them.
Overall i guess not a great place until they do something with their recruitment team

Director Interview Questions asked at other Companies

Q1. On what basis would you enhance the pipeline products of the company?
View answer (2)
Round 1 - One-on-one 

(1 Question)

  • Q1. Describe about professional experiences
  • Ans. 

    I have 5 years of professional experience as a Network and Security Engineer.

    • Designed and implemented secure network architectures for various organizations

    • Managed and maintained network infrastructure, including routers, switches, firewalls, and VPNs

    • Performed network troubleshooting and resolved connectivity issues

    • Conducted regular security audits and implemented necessary measures to protect against cyber threats

    • Coll...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. VLAN, STP, BGP, Project Implementation etc.,
Round 3 - HR 

(1 Question)

  • Q1. Normal Interview about Job etc.,

Interview Preparation Tips

Interview preparation tips for other job seekers - Depends on candidature, nothing more I can comment here

Network Security Engineer Interview Questions asked at other Companies

Q1. which protocols are used in transport layer of the OSI model?
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Based on the technical skills updated on my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a cool interview need not be nervous even on the technical part

Support Engineer Interview Questions asked at other Companies

Q1. How to handle escalations/ your approach to solve any issues/ why do you want to join support when already you are working on development
View answer (2)

Interview Questionnaire 

1 Question

  • Q1. All related to backup and vmware. Vshpere ,esxi. V center, Hypervisor, active directory, DNS, DHCP

Senior Support Engineer Interview Questions asked at other Companies

Q1. 1. How you would troubleshoot a process hanging? 2. How would you troubleshoot slow system performance? 3. Network latency issue? 4.Cluster failover issue? 4. Application unable to start issue? 5. Last time you used your skills to handle an... read more
View answer (1)

Interview Questionnaire 

3 Questions

  • Q1. What is Multi Threading?
  • Ans. 

    Multi Threading is the ability of a program to perform multiple tasks simultaneously.

    • It improves performance by utilizing multiple cores of CPU.

    • It requires synchronization to avoid race conditions.

    • Examples include web servers, video games, and image processing software.

  • Answered by AI
  • Q2. What is Reflection in Java
  • Ans. 

    Reflection is a feature in Java that allows inspecting and modifying the behavior of a program at runtime.

    • Reflection provides a way to access and manipulate classes, methods, and fields dynamically.

    • It can be used to create new objects, invoke methods, and access private fields.

    • Reflection is commonly used in frameworks like Spring and Hibernate.

    • Example: Using reflection to get the class name of an object - obj.getClass(

  • Answered by AI
  • Q3. What was your contribution in your project?

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. What is one problem that interfaces solve that abstract classes do not?
  • Q2. Write a program that takes a string of words, including spaces and special symbols, and returns each occurrence of a specified character, excluding spaces and special symbols.
  • Q3. Could you explain how the autowired annotation functions internally?
  • Q4. How does Spring Boot determine which data source to use for application execution when multiple data sources are available and no specific profile has been defined?
  • Q5. What can you explain about the qualifier annotation?

Arcserve Interview FAQs

How many rounds are there in Arcserve interview?
Arcserve interview process usually has 2 rounds. The most common rounds in the Arcserve interview process are Technical, One-on-one Round and HR.
How to prepare for Arcserve 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 Arcserve. The most common topics and skills that interviewers at Arcserve expect are C++, IPC, Linux Device Drivers, Linux Kernel Programming and Linux System Programming.
What are the top questions asked in Arcserve interview?

Some of the top questions asked at the Arcserve interview -

  1. What is Multi Threadi...read more
  2. What is Reflection in J...read more
  3. Tell me Testing techniq...read more

Tell us how to improve this page.

Arcserve Interview Process

based on 9 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Veritas Interview Questions
4.0
 • 63 Interviews
CommVault Interview Questions
3.9
 • 27 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
Cohesity Interview Questions
3.6
 • 18 Interviews
RUBRIK INDIA Interview Questions
3.7
 • 13 Interviews
Veeam Software Interview Questions
4.0
 • 4 Interviews
View all

Arcserve Reviews and Ratings

based on 63 reviews

3.3/5

Rating in categories

3.1

Skill development

3.8

Work-life balance

3.2

Salary

3.1

Job security

3.3

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 63 Reviews and Ratings
Support Engineer
36 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Software Engineer
29 salaries
unlock blur

₹5 L/yr - ₹13.4 L/yr

Technical Support Engineer
25 salaries
unlock blur

₹8.6 L/yr - ₹21 L/yr

Senior Support Engineer
17 salaries
unlock blur

₹8 L/yr - ₹19.8 L/yr

Explore more salaries
Compare Arcserve with

Veeam Software

4.0
Compare

CommVault

3.9
Compare

Veritas

4.0
Compare

Druva

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