Upload Button Icon Add office photos

Cavisson Systems

Compare button icon Compare button icon Compare

Filter interviews by

Cavisson Systems Interview Questions and Answers

Updated 19 May 2025
Popular Designations

15 Interview questions

A Software Developer was asked 7mo ago
Q. Given an array of integers, sort the array using the bubble sort algorithm.
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 ar...

View all Software Developer interview questions
A Software Developer was asked 7mo ago
Q. Write a program to implement binary search.
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.

View all Software Developer interview questions
A Project Management Executive was asked 8mo ago
Q. Do you have basic knowledge of Microsoft Excel?
Ans. 

Yes, I have basic knowledge of Microsoft Excel.

  • Proficient in creating and formatting spreadsheets

  • Familiar with basic functions and formulas

  • Able to create charts and graphs

  • Experience with data analysis and manipulation

  • Comfortable with sorting and filtering data

View all Project Management Executive interview questions
A Softwaretest Engineer was asked 10mo ago
Q. What is a Decorator in Python?
Ans. 

Decorator in Python is a design pattern that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects.

  • Decorators are functions that modify the functionality of another function.

  • They are commonly used to add functionality to existing functions without changing their structure.

  • Syntax for using decorators involves using the @ symbol followed ...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked 10mo ago
Q. Explain Django ORM.
Ans. 

Django ORM is a tool that allows developers to interact with a database using Python objects.

  • Django ORM translates Python code into SQL queries to interact with the database

  • It provides an easy way to create, read, update, and delete database records

  • ORM stands for Object-Relational Mapping, which maps database tables to Python classes

View all Softwaretest Engineer interview questions
An Associate Software Developer was asked 11mo ago
Q. Given a matrix, write code to print it in a specific pattern.
Ans. 

This question involves printing a matrix pattern using nested loops in programming.

  • Use nested loops to iterate through rows and columns.

  • For a square matrix of size n, loop from 0 to n-1 for both rows and columns.

  • Example: For a 3x3 matrix, print numbers from 1 to 9 in a grid format.

  • Consider different patterns like spiral, diagonal, or zigzag for variety.

View all Associate Software Developer interview questions
An Associate Software Developer was asked 11mo ago
Q. Write a function to calculate the average of elements in an array.
Ans. 

Calculate the average of elements in an array by summing them and dividing by the count.

  • Initialize a sum variable to 0.

  • Loop through the array and add each element to the sum.

  • Divide the sum by the number of elements in the array to get the average.

  • Example: For array [2, 4, 6], sum = 2 + 4 + 6 = 12; average = 12 / 3 = 4.

View all Associate Software Developer interview questions
Are these interview questions helpful?
A Softwaretest Engineer was asked
Q. What is a palindrome, and how do you print it?
Ans. 

A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

  • Check if the given string is equal to its reverse to determine if it is a palindrome.

  • Ignore spaces and punctuation when checking for palindromes.

  • Examples: 'radar', 'madam', '12321'

View all Softwaretest Engineer interview questions
A Network Engineer was asked
Q. How can numerous servers be handled in a centralized way?
Ans. 

Numerous servers can be handled from a centralized way using server management tools and automation.

  • Use server management tools like Ansible, Puppet, or Chef to manage servers remotely

  • Automate server provisioning, configuration, and deployment processes

  • Implement centralized monitoring and logging to track server performance and troubleshoot issues

  • Use virtualization and containerization technologies to manage multi...

View all Network Engineer interview questions
A Network Engineer was asked
Q. Do you have knowledge of Linux servers?
Ans. 

Yes, I have knowledge of Linux server.

  • I have experience in managing and configuring Linux servers.

  • I am familiar with command-line interface and shell scripting.

  • I have worked with various Linux distributions such as Ubuntu, CentOS, and Debian.

  • I have set up and maintained web servers, database servers, and file servers on Linux.

  • I have knowledge of Linux security and network configuration.

View all Network Engineer interview questions

Cavisson Systems Interview Experiences

23 interviews found

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 - Technical 

(5 Questions)

  • Q1. How can be handle numerous of Server from Centralize way?
  • Ans. 

    Numerous servers can be handled from a centralized way using server management tools and automation.

    • Use server management tools like Ansible, Puppet, or Chef to manage servers remotely

    • Automate server provisioning, configuration, and deployment processes

    • Implement centralized monitoring and logging to track server performance and troubleshoot issues

    • Use virtualization and containerization technologies to manage multiple s...

  • Answered by AI
  • Q2. Do you have hand on experience on Fortigate Firewall?
  • Ans. 

    Yes, I have hands-on experience on Fortigate Firewall.

    • I have configured and managed Fortigate Firewall for multiple clients.

    • I have implemented security policies, VPNs, and NAT rules on Fortigate Firewall.

    • I have troubleshooted and resolved issues related to Fortigate Firewall.

    • I am familiar with FortiOS and its features such as web filtering, IPS, and application control.

  • Answered by AI
  • Q3. What is following port number - pop, smtp, dns, https?
  • Ans. 

    POP (110), SMTP (25), DNS (53), HTTPS (443) are port numbers used for email, domain name resolution, and secure web browsing.

    • POP (Post Office Protocol) is used for receiving email (port 110)

    • SMTP (Simple Mail Transfer Protocol) is used for sending email (port 25)

    • DNS (Domain Name System) is used for domain name resolution (port 53)

    • HTTPS (Hypertext Transfer Protocol Secure) is used for secure web browsing (port 443)

  • Answered by AI
  • Q4. Why you want to join to this company?
  • Q5. Do you have knowledge of linux server
  • Ans. 

    Yes, I have knowledge of Linux server.

    • I have experience in managing and configuring Linux servers.

    • I am familiar with command-line interface and shell scripting.

    • I have worked with various Linux distributions such as Ubuntu, CentOS, and Debian.

    • I have set up and maintained web servers, database servers, and file servers on Linux.

    • I have knowledge of Linux security and network configuration.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare before interview and read whole Job Description and study accordingly.

Skills evaluated in this interview

Softwaretest Engineer Interview Questions & Answers

user image Suryansh Pratap Singh

posted on 19 May 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Linux Structure and All Basic commands with full discription like ping, ps, chmod, chown, ls, mkdir etc.....
  • Q2. Team based questions like; Docker, Bugzzilla, test link, tomcat, mongodb etc...
  • Q3. Personal knowledge, background, intrest and innovation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - All things are good except salary and office politics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Very basic Coding question. Average of array elements.
  • Ans. 

    Calculate the average of elements in an array by summing them and dividing by the count.

    • Initialize a sum variable to 0.

    • Loop through the array and add each element to the sum.

    • Divide the sum by the number of elements in the array to get the average.

    • Example: For array [2, 4, 6], sum = 2 + 4 + 6 = 12; average = 12 / 3 = 4.

  • Answered by AI
  • Q2. Matrix pattern printing coding question
  • Ans. 

    This question involves printing a matrix pattern using nested loops in programming.

    • Use nested loops to iterate through rows and columns.

    • For a square matrix of size n, loop from 0 to n-1 for both rows and columns.

    • Example: For a 3x3 matrix, print numbers from 1 to 9 in a grid format.

    • Consider different patterns like spiral, diagonal, or zigzag for variety.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Basic OOPs question
  • Q2. Very basic coding concepts questions. check pallindrome, find factorial etc
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Job profile discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Very basic knowledge of coding is needed. Not much work needed
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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Times, clocks, speed, distance

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

(2 Questions)

  • Q1. What is Decorator in python?
  • Ans. 

    Decorator in Python is a design pattern that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects.

    • Decorators are functions that modify the functionality of another function.

    • They are commonly used to add functionality to existing functions without changing their structure.

    • Syntax for using decorators involves using the @ symbol followed by th...

  • Answered by AI
  • Q2. Explain Django Orm
  • Ans. 

    Django ORM is a tool that allows developers to interact with a database using Python objects.

    • Django ORM translates Python code into SQL queries to interact with the database

    • It provides an easy way to create, read, update, and delete database records

    • ORM stands for Object-Relational Mapping, which maps database tables to Python classes

  • Answered by AI

Skills evaluated in this interview

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

2 coding questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. What is Cyber Security
  • Ans. 

    Cyber security is the practice of protecting systems, networks, and data from digital attacks.

    • Involves implementing measures to prevent unauthorized access

    • Includes protecting against malware, phishing, and other cyber threats

    • Involves encryption, firewalls, and other security measures

    • Constantly evolving to keep up with new threats and vulnerabilities

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What your Father do
  • Q2. Will you be able to relocate to Noida
  • Ans. 

    Yes, I am open to relocating to Noida for the right opportunity and to further my career in software engineering.

    • Relocating to Noida would allow me to work in a vibrant tech hub with numerous opportunities.

    • I have researched Noida's growing IT sector and am excited about the potential for professional growth.

    • I am adaptable and have relocated for previous roles, such as moving from my hometown to a major city for a job.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is java why use java
  • Ans. 

    Java is a popular programming language known for its portability, security, and versatility.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • Java is object-oriented, allowing for modular and reusable code

    • Java is secure, with features like automatic memory management and strong type checking

    • Java is versatile, used for web development, mobile apps, enterprise software, and m...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Consited of 100 questions

Round 2 - Coding Test 

Amcat question for bst

Round 3 - HR 

(1 Question)

  • Q1. Career and lifestye
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

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 

Test was on hackerrank

Round 3 - Aptitude Test 

Basic apti and logical reasoning questions

Round 4 - HR 

(3 Questions)

  • Q1. HR asked behavourial questions
  • Q2. Are you willing to relocate?
  • Q3. What are your strengths

Interview Preparation Tips

Interview preparation tips for other job seekers - easy to crack and all the best.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why you want to join us?

Top trending discussions

View All
Engineering - Software & QA
2w
a senior software engineer
.NET's Future & Senior Dev Salary Trends
I'm a Full Stack .NET Dev with 6+ years of experience. Seeing a lot of posts on LinkedIn saying .NET (especially .NET Core) might get replaced by stacks like Java/Spring or Python/Django or Next soon. What's the typical salary range in India for someone with my experience right now? Would love some insights from the community! Also, how can I stay ahead of the competition?
Got a question about Cavisson Systems?
Ask anonymously on communities.

Cavisson Systems Interview FAQs

How many rounds are there in Cavisson Systems interview?
Cavisson Systems interview process usually has 2-3 rounds. The most common rounds in the Cavisson Systems interview process are HR, Technical and Aptitude Test.
How to prepare for Cavisson Systems interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cavisson Systems. The most common topics and skills that interviewers at Cavisson Systems expect are Performance Testing, C++, Troubleshooting, CCTV Monitoring and Linux.
What are the top questions asked in Cavisson Systems interview?

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

  1. How can be handle numerous of Server from Centralize w...read more
  2. What is following port number - pop, smtp, dns, htt...read more
  3. Do you have hand on experience on Fortigate Firewa...read more
How long is the Cavisson Systems interview process?

The duration of Cavisson Systems interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 20 interview experiences

Difficulty level

Easy 45%
Moderate 55%

Duration

Less than 2 weeks 70%
2-4 weeks 10%
4-6 weeks 20%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 40 Interviews
Damco Solutions Interview Questions
3.8
 • 38 Interviews
Simform Interview Questions
3.4
 • 37 Interviews
Stefanini Interview Questions
3.0
 • 36 Interviews
View all

Cavisson Systems Reviews and Ratings

based on 298 reviews

2.3/5

Rating in categories

2.5

Skill development

2.1

Work-life balance

2.1

Salary

2.3

Job security

2.1

Company culture

2.2

Promotions

2.2

Work satisfaction

Explore 298 Reviews and Ratings
JAVA DEVELOPER

Noida

5-10 Yrs

Not Disclosed

Product Manager

Noida

5-12 Yrs

Not Disclosed

Unix C DEVELOPER

Noida

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
759 salaries
unlock blur

₹2.9 L/yr - ₹7.8 L/yr

Associate Software Engineer
106 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Performance Test Engineer
90 salaries
unlock blur

₹2.5 L/yr - ₹8.7 L/yr

Software Developer
76 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Senior Software Engineer
76 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Explore more salaries
Compare Cavisson Systems with

Tekwissen

4.8
Compare

Damco Solutions

3.8
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

3.7
Compare
write
Share an Interview