Upload Button Icon Add office photos

Filter interviews by

AV Software Solution Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath

Interview Questionnaire 

2 Questions

  • Q1. Interview happened for about 1hr 20mins approx with java basics to hard question like Singleton class, HashMap, oops concept and sql queries and they gave 3 code to write.
  • Q2. Be relax answer with confidence

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Security related questions
  • Q2. Performance tuning related

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Easy 1 coding
Medium 1 coding
It was about arrays and sorting techniques and other is about your common sense

Round 3 - Technical 

(2 Questions)

  • Q1. Mainly about core java
  • Q2. Mainly about SQL , My SQL and different type of joins etc

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best it's easy to crack if you are strong in your basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Linked List
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.

    • Consists of nodes connected by pointers

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

    • Allows for dynamic size and efficient insertion/deletion operations

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Stakeholder management, how do you do requirements prioritisation
Round 3 - Technical 

(1 Question)

  • Q1. They max ask you about ur previous experience and how do you handle stakeholders.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations and they will explain about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - The company is not a good fit for Business Analysts. It is beneficial for you to gain experience if you are a fresher. You will need to conduct your own research about the product since there will be no product KT. The majority of their features and enhancements are provided by Microsoft or the client. If you try to bring your own ideas here, you will only be given the excuse that they do not have enough bandwidth. There are a few senior staff members who will irritate you the most.

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions from array, linkedlist , tree were asked. Also, they will give importance on your current job and projects, one single round was there only on current role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more on platform like Leetcode to clear DSA problems. Medium hard will be enough to clear the rounds.

I applied via Company Website and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Hackerrank 3 ques binary tree
  • Q2. Multithreading, array question
  • Q3. LinkedList intersection

Interview Preparation Tips

Interview preparation tips for other job seekers - read about multithreading and why your are using a particular tech stack pros and cons

Tell us how to improve this page.

Interview Questions from Similar Companies

Arcesium Interview Questions
3.6
 • 78 Interviews
Programmers.io Interview Questions
4.2
 • 25 Interviews
Diverse Lynx Interview Questions
3.8
 • 19 Interviews
Egen Interview Questions
3.6
 • 17 Interviews
Spektra Systems Interview Questions
4.1
 • 13 Interviews
Tech Tammina Interview Questions
3.4
 • 7 Interviews
View all

AV Software Solution Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

4.2

Skill development

3.2

Work-life balance

3.2

Salary

4.0

Job security

3.2

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 3 Reviews and Ratings
Compare AV Software Solution with

Mobile Programming

2.8
Compare

Diverse Lynx

3.8
Compare

Arcesium

3.6
Compare

Solartis Technology Services

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