Upload Button Icon Add office photos

Cavisson Systems

Compare button icon Compare button icon Compare

Filter interviews by

Cavisson Systems Software Developer Interview Questions and Answers

Updated 8 Nov 2024

Cavisson Systems Software Developer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Binary sort program
  • Ans. 

    Binary sort program is a sorting algorithm that divides the array into two halves and recursively sorts them.

    • Binary sort is a divide and conquer algorithm.

    • It compares the target value to the middle element of the array.

    • If the target value is less than the middle element, search the left half. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empty.

  • Answered by AI
  • Q2. Bubble sort program
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start at the beginning of the array and compare the first two elements. If they are in the wrong order, swap them.

    • Continue comparing adjacent elements and swapping them if necessary until the entire array is sorted.

    • Repeat this process for each element in the array u

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude paper 40 ques

Round 2 - Coding Test 

2 easy level DSA Questions

Round 3 - HR 

(1 Question)

  • Q1. Basic introducation

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

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. First-round is the technical round and aptitude which is an online test logical question is a more technical question related to C# coding one question and others are about OOPS and all SQL question like ...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Project based backend and frontend
  • Q2. How to connect to backend
  • Ans. 

    To connect to the backend, you can use APIs, database connections, or web services.

    • Use APIs to send and receive data between the frontend and backend

    • Establish database connections to retrieve and store data

    • Utilize web services for communication between different systems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for project

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Oct 2023. There were 4 interview rounds.

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

Online Test where there is total 8 question from which 2 is program and 6 is MCQ.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Interview. Asked about tell me about yourself, biggest problem faced you have faced in your career. Basic Python, OOPS concepts, Sql query, Django Questions, One online program
Round 4 - One-on-one 

(1 Question)

  • Q1. One to One Round with CTO.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Level of aptitude is easy

Round 2 - Coding Test 

In this selected role question is asked suppose I applied in .net then coding must in c#

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.

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

It was an aptitude test consisting of 40 questions in 30 minutes.

Round 3 - Coding Test 

There were coding questions
1.) Find the sum of 4 largest no in an array.
2.)find area of the largest rectangle in a histogram.
3.)Sudoko challenge

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics.
Keep calm and share your thoughts with the interviewer.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Son of the uncle's Kid is __ of son. This and some basic mathematics equation, etc were the questions

Round 2 - Coding Test 

3 questions were there 1 was writing SQL query, 1 tree node related program, 1 logical question

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic introduction question, Core oops concepts, basic SQL related questions, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I was a fresher and out of 10 people they hired just 3 people so i won't recommend at all. Even the 3 people were asked to join after 6 months hence they expelled each and everyone directly or indirectly. And if you are experienced then i had conversation with few of the seniors and they told that there is too much politics at high level if you know any engineering manager / any of the board members then you will get good exposure else you would even find difficulty for getting any project assigned. They hire just to keep in bench (they replied after getting hired they waited 6 months in duration of 2 years of experience they got chance to work on only 2 projects each lasting for 2.5months on an average)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript and React native questions

Interview Preparation Tips

Topics to prepare for Simform Software Developer interview:
  • React Native
  • Javascript
  • Typescript
  • redux toolkit
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What are the design patterns in c#
  • Ans. 

    Design patterns in C# are reusable solutions to common problems in software design.

    • Some common design patterns in C# include Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency betwee...

  • Answered by AI

Skills evaluated in this interview

Cavisson Systems Interview FAQs

How many rounds are there in Cavisson Systems Software Developer interview?
Cavisson Systems interview process usually has 2 rounds. The most common rounds in the Cavisson Systems interview process are Aptitude Test, Coding Test and HR.
What are the top questions asked in Cavisson Systems Software Developer interview?

Some of the top questions asked at the Cavisson Systems Software Developer interview -

  1. Binary sort prog...read more
  2. Bubble sort prog...read more
  3. Basic introducat...read more

Tell us how to improve this page.

Cavisson Systems Software Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Cavisson Systems Software Developer Salary
based on 79 salaries
₹3 L/yr - ₹9.4 L/yr
41% less than the average Software Developer Salary in India
View more details

Cavisson Systems Software Developer Reviews and Ratings

based on 22 reviews

1.9/5

Rating in categories

2.1

Skill development

1.8

Work-life balance

1.9

Salary

1.7

Job security

1.6

Company culture

1.9

Promotions

1.8

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
810 salaries
unlock blur

₹2.9 L/yr - ₹8.1 L/yr

Associate Software Engineer
110 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Performance Test Engineer
95 salaries
unlock blur

₹2.5 L/yr - ₹8.7 L/yr

Software Developer
79 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Senior Software Engineer
74 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Explore more salaries
Compare Cavisson Systems with

Stefanini

2.9
Compare

KANINI Software Solutions

3.5
Compare

Tekwissen

4.8
Compare

Statusneo

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