Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Veeam Software Software Developer Interview Questions and Answers

Updated 20 Feb 2024

Veeam Software Software Developer Interview Experiences

1 interview found

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

I was interviewed in Jan 2024.

Round 1 - Coding Test 

Had a DSA question based on maps, CSS related MCQ and prototype related MCQ

Round 2 - One-on-one 

(1 Question)

  • Q1. Solved basic DSA question hashmap

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Closures, hostings, react js, redux, hooks basic
  • Q2. Html5, css3, basic javascript stuff
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Online assessment - hackerrank round

Round 2 - Technical 

(1 Question)

  • Q1. DSA Round - Level order based question
Round 3 - Technical 

(1 Question)

  • Q1. Resume based - core CS subjects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerank test was there

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is linkedlist
  • Ans. 

    A linked list is a data structure that consists of nodes where each node contains a data field and a reference to the next node in the sequence.

    • Consists of nodes connected by pointers or references

    • Can be singly linked (each node points to the next node) or doubly linked (each node points to the next and previous nodes)

    • Allows for dynamic memory allocation and efficient insertion/deletion operations

    • Example: Singly linked

  • Answered by AI
  • Q2. Merge sorted arrays

Skills evaluated in this interview

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Test was conducted in the evening time .It was an online test with remote-proctoring consisted of 2 coding questions and 20 MCQS .The environment was quite good on the day of the test.

  • Q1. 

    Balanced Sequence After Replacement

    Given a string of length 'N' containing only the characters: '[', '{', '(', ')', '}', ']'. At certain places, the character 'X' appears in place of any bracket. Your go...

  • Ans. 

    Determine if a valid balanced sequence can be achieved by replacing 'X's with suitable brackets.

    • Iterate through the string and keep track of the count of opening and closing brackets.

    • If at any point the count of closing brackets exceeds the count of opening brackets, return False.

    • If all 'X's can be replaced to form a valid balanced sequence, return True.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This was technical+hr round
The interviewer was very friendly. He helped me in all questions.

  • Q1. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...
  • Ans. 

    Check if a given string is a palindrome considering only alphanumeric characters.

    • Remove non-alphanumeric characters from the input string.

    • Convert the string to lowercase for case-insensitive comparison.

    • Compare characters from start and end of the string to determine if it is a palindrome.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaAbove 6 CGPAVeritas Technologies LLC interview preparation:Topics to prepare for the interview - Data Structures, Object Oriented programming concepts , Algorithms , Web development , Android developmentTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Communication is very important in interviews. So, Take mock interviews on DSA to understand your communication skills and improve your communication
Tip 2 : In the preparation phase, Try to cover as many standard problems as possible in each and every DSA topic.
Tip 3 : Prepare 2-3 good innovative projects so that there will be an opportunity to express our learning ability in various domains along with DSA and coding skills

Application resume tips for other job seekers

Tip 1 : Add at least 2 good projects with all the details mentioned such as the technologies used and sole purpose of the project
Tip 2 : Make sure to include your previous company projects (can be internship project as well) and the achievements made through those projects.
Tip 3 : Add your genuine achievements that are related to coding competitions and can be related to project domains
such as google summer of code.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
Excellent
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 Resume tips
Round 2 - Coding Test 

The duration of the test was one hour and there were two questions in it.

Round 3 - Technical 

(2 Questions)

  • Q1. The question was based on two pointers technique.
  • Q2. The answer was based on two pointers technique.

Interview Preparation Tips

Interview preparation tips for other job seekers - The most important thing is to be good at DSA and problem solving on different coding platforms.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Three question on coding medium to hard level

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview one coding question you have to solve
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. They asked so many questions from it went well
  • Q2. How was your experience
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap allows quick access to values based on their keys

    • Keys must be unique and values can be duplicated

    • HashMap is not thread-safe and requires synchronization for concurrent access

    • Java's HashMap implementation uses hashing to distribute keys across buckets

  • Answered by AI
  • Q2. It’s a collection framework.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Veeam Software Interview FAQs

How many rounds are there in Veeam Software Software Developer interview?
Veeam Software interview process usually has 2 rounds. The most common rounds in the Veeam Software interview process are Coding Test and One-on-one Round.

Recently Viewed

INTERVIEWS

Qualcomm

No Interviews

SALARIES

Optum Global Solutions

COMPANY BENEFITS

Optum Global Solutions

No Benefits

LIST OF COMPANIES

Mediterranean Shipping Company

Overview

INTERVIEWS

Abbott

No Interviews

SALARIES

Mediterranean Shipping Company

COMPANY BENEFITS

Optum Global Solutions

No Benefits

DESIGNATION

INTERVIEWS

CommVault

No Interviews

INTERVIEWS

Pacific International Lines

No Interviews

Tell us how to improve this page.

Veeam Software Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Technical Support Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Regional Channel Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Presales Consultant
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Veeam Software with

Druva

3.7
Compare

Acronis

3.9
Compare

CommVault

3.9
Compare

RUBRIK INDIA

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