Upload Button Icon Add office photos

Filter interviews by

Volante Technologies Senior Software Engineer Interview Questions and Answers

Updated 18 Oct 2024

Volante Technologies Senior Software Engineer Interview Experiences

2 interviews found

Senior Software Engineer Interview Questions & Answers

user image sowbhagya prakash

posted on 18 Oct 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical round
  • Q2. Asked about project did in last company

Interview Questionnaire 

4 Questions

  • Q1. Custom Annotations
  • Q2. Exception handling
  • Q3. GIT , Jira
  • Q4. Hashmap, Hashset

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round with 3 different programs, where we need to pass test cases

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Javascript questions
  • Q2. Advanced javascript questions
Round 3 - Technical 

(2 Questions)

  • Q1. Advanced javascript questions
  • Q2. Project related questions
Round 4 - Behavioral 

(2 Questions)

  • Q1. Understanding project and your role
  • Q2. Understanding your impact on current project
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DS, Algo, DP, Greedy, Stack, Heap

Round 2 - Technical 

(2 Questions)

  • Q1. System Design a DropBox
  • Ans. 

    Design a scalable cloud storage system similar to DropBox.

    • Use distributed file system for storing files across multiple servers.

    • Implement data deduplication to save storage space.

    • Use client-side encryption for security.

    • Implement file synchronization across devices.

    • Utilize load balancing to distribute user requests.

    • Implement version control for files.

    • Use metadata for efficient file organization.

  • Answered by AI
  • Q2. Design a Linked List
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a reference to the next element.

    • Start with a Node class that has data and a reference to the next node

    • Create a LinkedList class that manages the nodes and provides methods like insert, delete, and search

    • Example: Node class - data, next; LinkedList class - head, insert(data), delete(data), search(data)

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. About yourself. Projects worked upon
  • Q2. Why want to join Ocrolus?

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Min and max value from an array of integers, reverse of a string

Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures, Algorithms, Understand Common Problem Patterns,
  • Q2. Advance Laravel and PHP
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic oop's concept, sql query, ORM tool
  • Q2. Spring and Spring boot difference
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for simplifying the setup and development of Spring applications.

    • Spring is a comprehensive framework that provides support for various functionalities like dependency injection, aspect-oriented programming, and more.

    • Spring Boot is an opinionated tool that simplifies the setup and development of Spring applications by providing defaults an...

  • Answered by AI
  • Q3. Find out max salary using java 8
  • Ans. 

    Using Java 8, find the maximum salary from a list of salaries.

    • Use Stream API to convert the array of salaries to a stream

    • Use the max() method to find the maximum salary

    • Use Comparator to compare salaries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Didn't except feedback from them there are just calling you come to office for interview and then they don't pick up your call my experience with them are bad, My interview was very good and interviewer was impress, but they are not calling you or nor giving your feedback so please make think twice for going to interview.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Machine coding round.

Round 2 - Technical 

(1 Question)

  • Q1. Algorithm to calculate top k flight from source to destinaton.
  • Ans. 

    Use Dijkstra's algorithm to find the top k shortest paths from source to destination.

    • Implement Dijkstra's algorithm to find the shortest paths from source to all other nodes.

    • Store the top k shortest paths found in a priority queue or heap.

    • Return the top k shortest paths as the result.

  • Answered by AI

Skills evaluated in this interview

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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Next Greater Element in an array
  • Ans. 

    Find the next greater element in an array for each element

    • Iterate through the array and for each element, find the next greater element

    • Use a stack to keep track of elements whose next greater element is not yet found

    • If the current element is greater than the top element of the stack, pop the stack and mark the popped element's next greater element as the current element

    • Push the current element onto the stack

    • If there ar...

  • Answered by AI
  • Q2. Question based on Sql inner join

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve LC questions and go through HLD design videos

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Js coding question and mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Basic and Advanced Js concepts
  • Q2. Basics of Html css
  • Q3. Front-end related questions and scenarios based questions
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about you self
  • Ans. 

    I am a highly experienced software engineer with a passion for problem-solving and a strong background in developing innovative solutions.

    • Over 10 years of experience in software development

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills demonstrated through successful project completions

    • Experience working in Agile development environments

    • Excellent communication an

  • Answered by AI
  • Q2. Situation based questions
  • Q3. Salary negotiation

Volante Technologies Interview FAQs

How many rounds are there in Volante Technologies Senior Software Engineer interview?
Volante Technologies interview process usually has 1 rounds. The most common rounds in the Volante Technologies interview process are One-on-one Round.
What are the top questions asked in Volante Technologies Senior Software Engineer interview?

Some of the top questions asked at the Volante Technologies Senior Software Engineer interview -

  1. technical ro...read more
  2. Custom Annotati...read more
  3. Exception handl...read more

Tell us how to improve this page.

Volante Technologies Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Volante Technologies Senior Software Engineer Salary
based on 90 salaries
₹5.7 L/yr - ₹17 L/yr
33% less than the average Senior Software Engineer Salary in India
View more details

Volante Technologies Senior Software Engineer Reviews and Ratings

based on 14 reviews

3.5/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.5

Salary

3.4

Job security

3.5

Company culture

3.6

Promotions

3.3

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
189 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Test Engineer
138 salaries
unlock blur

₹2.7 L/yr - ₹7.5 L/yr

Senior Test Engineer
114 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Senior Software Engineer
90 salaries
unlock blur

₹5.7 L/yr - ₹17 L/yr

Softwaretest Engineer
56 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare Volante Technologies with

Finastra

3.8
Compare

Intellect Design Arena

4.0
Compare

Nelito System

3.5
Compare

FIS

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