Upload Button Icon Add office photos

Cavisson Systems

Compare button icon Compare button icon Compare

Filter interviews by

Cavisson Systems Interview Questions and Answers for Experienced

Updated 19 May 2025
Popular Designations

7 Interview questions

A Software Developer was asked 8mo 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 8mo 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 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
A Network Engineer was asked
Q. Do you have hands-on experience with 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.

View all Network Engineer interview questions
A Network Engineer was asked
Q. 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)

View all Network Engineer interview questions
Are these interview questions helpful?

Cavisson Systems Interview Experiences for Experienced

7 interviews found

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. 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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Basis java question
  • Q2. Print the values
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Few questions were asked related to arrays

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is palindrome how to 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'

  • Answered by AI
  • Q2. Java collection framework

Interview Preparation Tips

Interview preparation tips for other job seekers - It is quite easy. You can crack it even if you have prepared, not that much

Skills evaluated in this interview

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

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

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Cavisson Systems?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was mixed like aptitude and from technical.

Round 2 - Technical 

(1 Question)

  • Q1. It was F2F round. Where technical questions were asked.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round. It includes technical and managerial both
Round 4 - HR 

(1 Question)

  • Q1. HR round. It includes all the HR level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with your resume content what you have mentioned

Interview Questionnaire 

1 Question

  • Q1. Oops concept,Versioning in javascipt,CTE in sql server,Cursor in sql server,scenario based questions like if duplicate data is stored in email then what is your approach to resolve.

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 ...

Cavisson Systems Interview FAQs

How many rounds are there in Cavisson Systems interview for experienced candidates?
Cavisson Systems interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Cavisson Systems interview process for experienced candidates are Technical, Coding Test and Aptitude Test.
How to prepare for Cavisson Systems interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Cavisson Systems interview for experienced candidates -

  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 6 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 50%
2-4 weeks 25%
4-6 weeks 25%
View more

Interview Questions from Similar Companies

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

Cavisson Systems Reviews and Ratings

based on 299 reviews

2.4/5

Rating in categories

2.5

Skill development

2.2

Work-life balance

2.2

Salary

2.3

Job security

2.2

Company culture

2.2

Promotions

2.3

Work satisfaction

Explore 299 Reviews and Ratings
JAVA DEVELOPER

Noida

5-10 Yrs

Not Disclosed

Product Manager

Noida

5-12 Yrs

Not Disclosed

Sr . Software Engineer

Noida

3-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
754 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Associate Software Engineer
106 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Performance Test Engineer
90 salaries
unlock blur

₹2.6 L/yr - ₹8.2 L/yr

Software Developer
76 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Senior Software Engineer
76 salaries
unlock blur

₹8.1 L/yr - ₹14.3 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