Add office photos
Engaged Employer

HexaView Technologies

3.4
based on 77 Reviews
Filter interviews by

10+ VVDN Technologies Interview Questions and Answers

Updated 5 May 2024

Q1. Missing Number Problem Statement

You are provided with an array named BINARYNUMS consisting of N unique strings. Each string represents an integer in binary, covering every integer from 0 to N except for one. Y...read more

Add your answer

Q2. Minimum Special Sum Problem

You are given an array ARR of length N. There are two operations defined for each index i in the array:

  1. FIRST_SUM(i): Calculates the sum of the first i numbers.
  2. LAST_SUM(i): Calcula...read more
Add your answer

Q3. Number Pattern Problem Statement

Given an integer 'N', print a specific pattern on 'N' lines where numbers are aligned in a particular format.

Example:

Input:
N = 4
Output:
 1
232
34543
4567654
Explanation:

The ...read more

Add your answer

Q4. Spiral Matrix Problem Statement

You are given a N x M matrix of integers. Your task is to return the spiral path of the matrix elements.

Input

The first line contains an integer 'T' which denotes the number of ...read more
Add your answer
Discover VVDN Technologies interview dos and don'ts from real experiences

Q5. Pattern Printing Task

You are tasked with printing a specific pattern based on the given number of rows, 'N'. For any input value of 'N', generate and print a pattern as described in the example.

Input:

1 5 

Ou...read more

Add your answer

Q6. Wildcard Pattern Matching Problem Statement

Implement a wildcard pattern matching algorithm to determine if a given wildcard pattern matches a text string completely.

The wildcard pattern may include the charac...read more

Add your answer
Are these interview questions helpful?

Q7. Time to Burn Tree Problem

You are given a binary tree consisting of 'N' unique nodes and a start node where the burning will commence. The task is to calculate the time in minutes required to completely burn th...read more

Add your answer

Q8. Design of algorithms and puzzles and DBMS

Ans.

Designing algorithms and puzzles requires creativity and logical thinking. DBMS knowledge is essential for efficient data management.

  • Algorithm design involves breaking down complex problems into smaller, manageable steps.

  • Puzzle design requires creativity and the ability to think outside the box.

  • DBMS knowledge is essential for efficient data management and retrieval.

  • Understanding data structures and algorithms is crucial for designing efficient DBMS systems.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. How many times we can subtract 10 from 100?

Ans.

You can subtract 10 from 100 ten times.

  • Subtract 10 from 100 once to get 90.

  • Subtract 10 from 90 to get 80.

  • Repeat this process until you reach 0.

  • You can subtract 10 from 100 ten times in total.

View 1 answer

Q10. What is class ,object and differentiationthem

Ans.

A class is a blueprint for creating objects, which are instances of a class. Objects are instances of a class with specific attributes and behaviors.

  • Class: Blueprint for creating objects

  • Object: Instance of a class with specific attributes and behaviors

  • Differentiation: Class is like a template, object is a specific instance of that template

Add your answer

Q11. Valid parenthesis (all approaches ) time and space complexity and past projects.

Ans.

Valid parenthesis time and space complexity and past projects

  • Approaches for checking valid parenthesis include using a stack or recursion

  • Time complexity for stack approach is O(n) and space complexity is O(n)

  • Time complexity for recursion approach is O(2^n) and space complexity is O(n)

  • Past projects may include developing algorithms for string manipulation or parsing

Add your answer

Q12. Pillars of oops

Ans.

Pillars of OOPs include Inheritance, Encapsulation, Abstraction, and Polymorphism.

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

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

  • Abstraction: Hiding the complex implementation details and showing only the necessary features of an object.

  • Polymorphism: Ability of an object to take on many forms.

Add your answer

Q13. Naive algorithm

Ans.

Naive algorithm is a simple approach to solving a problem without considering efficiency.

  • Naive algorithms are straightforward and easy to implement.

  • They may not be the most efficient solution for complex problems.

  • Examples include linear search for finding an element in an array and bubble sort for sorting elements.

Add your answer

Q14. find duplicate numbers, prime num er program

Ans.

Program to find duplicate numbers and prime numbers in an array of strings.

  • Iterate through the array to find duplicate numbers using a hashmap or set.

  • Check each number in the array for primality using a function that checks divisibility.

  • Store the duplicate numbers and prime numbers in separate arrays for further processing.

Add your answer

Q15. ACID Properties

Ans.

ACID properties are a set of properties that guarantee database transactions are processed reliably.

  • ACID stands for Atomicity, Consistency, Isolation, Durability

  • Atomicity ensures that all operations in a transaction are completed successfully or none at all

  • Consistency ensures that the database remains in a consistent state before and after the transaction

  • Isolation ensures that transactions are independent of each other

  • Durability ensures that once a transaction is committed, i...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at VVDN Technologies

based on 15 interviews
Interview experience
3.9
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 6.3k Interview Questions
4.0
 • 734 Interview Questions
3.8
 • 364 Interview Questions
4.2
 • 218 Interview Questions
3.9
 • 138 Interview Questions
4.0
 • 134 Interview Questions
View all
Top HexaView Technologies Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter