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 Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

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.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Veritas Interview Questions
4.0
 • 62 Interviews
CommVault Interview Questions
4.0
 • 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 62 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 62 Reviews and Ratings
Senior Software Engineer
38 salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Support Engineer
36 salaries
unlock blur

₹7 L/yr - ₹18 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