Upload Button Icon Add office photos

Veritas

Compare button icon Compare button icon Compare

Filter interviews by

Veritas Software Developer Interview Questions and Answers

Updated 11 Jul 2024

Veritas Software Developer Interview Experiences

3 interviews found

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 - 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

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

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. Using Recursion

    The idea is to use stack data structure and is pretty much similar to the algorithm where we check if the expression is balanced or not. 

     

    We mainly have 3 conditions to fulfil i.e. 

    1. Opening bracket.
    2. Closing bracket.
    3. Character ‘X’.
       

    Algorithm:

    • Initialise a stack, say s.
    • We traverse the whole string such as,
    1. If all the elements of the string are traversed, return true if the stack is empty. Ot...
  • Answered Anonymously
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. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered Anonymously

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 questions from similar companies

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

2 CODING QUESTION WITH SIMPLE COMPUTER BASIC MCQS

Round 2 - Group Discussion 

GAVE 3 QUESTION SHOUL ANSWEER ANY 1 OF THEM AND U GO TO NEXT ROUND IF U SOLVE

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. What are 4 pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Parent class and child class relationship

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and method overrid...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How do u see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself growing into a senior software developer role, leading projects and mentoring junior developers.

    • Continuing to enhance my technical skills through ongoing learning and certifications

    • Taking on more responsibilities in project management and leadership roles

    • Mentoring and guiding junior developers to help them grow in their careers

    • Contributing to the success and growth of the company throu...

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I have successfully completed multiple projects using various programming languages such as Java, Python, and JavaScript.

    • I am a quick learner and always eager to stay updated with the latest technologies and trends

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at coding maily in c cpp and embeded c
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to reuse code from another class

    • Creates a parent-child relationship between classes

    • Derived class inherits attributes and methods from base class

  • Answered by AI
  • Q2. What is oop principles?
  • Ans. 

    OOP principles are the fundamental concepts of object-oriented programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding t...

  • Answered by AI
  • Q3. What is polymorphism principle?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or objects.

    • Examples include method overloading and method overriding in object-oriented programming languages like Java.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Internal working of Hash Map
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map typically has a load factor threshold to determine whe...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at Kamaraj College, Thoothukudi and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The platform is hackerrank and they asked arrays and string topics and the duration is 1hr

Round 2 - Technical 

(4 Questions)

  • Q1. What is the difference between http and https
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP data is transmitted in plain text, while HTTPS data is encrypted using SSL/TLS.

    • HTTPS provides authentication, integrity, and confidentiality of data exchanged between a client and a server.

    • W...

  • Answered by AI
  • Q2. Asked some sql querys
  • Q3. Asked some sql joins
  • Q4. Fully based on user resume
Round 3 - HR 

(1 Question)

  • Q1. They asked general questions like family background

Skills evaluated in this interview

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

A paper based test and it was technical

Round 2 - One-on-one 

(2 Questions)

  • Q1. About the projects
  • Q2. Some sql questions

Veritas Interview FAQs

How many rounds are there in Veritas Software Developer interview?
Veritas interview process usually has 1-2 rounds. The most common rounds in the Veritas interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Veritas Software Developer interview?

Some of the top questions asked at the Veritas Software Developer interview -

  1. What is linkedl...read more
  2. They asked so many questions from it went w...read more
  3. Merge sorted arr...read more

Tell us how to improve this page.

Veritas Software Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Veritas Software Developer Salary
based on 60 salaries
₹9 L/yr - ₹21 L/yr
87% more than the average Software Developer Salary in India
View more details

Veritas Software Developer Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.7

Salary

3.7

Job security

4.4

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
427 salaries
unlock blur

₹7.3 L/yr - ₹21.3 L/yr

Senior Software Engineer
282 salaries
unlock blur

₹12.9 L/yr - ₹33 L/yr

Technical Support Engineer
271 salaries
unlock blur

₹7 L/yr - ₹19 L/yr

Senior Technical Support Engineer
139 salaries
unlock blur

₹10 L/yr - ₹20.8 L/yr

Principal Software Engineer
132 salaries
unlock blur

₹22 L/yr - ₹46 L/yr

Explore more salaries
Compare Veritas with

Gen

4.0
Compare

CommVault

3.9
Compare

Veeam Software

4.0
Compare

NetApp

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