Upload Button Icon Add office photos

Cavisson Systems

Compare button icon Compare button icon Compare

Filter interviews by

Cavisson Systems Interview Questions, Process, and Tips for Experienced

Updated 15 Nov 2024

Top Cavisson Systems Interview Questions and Answers for Experienced

View all 7 questions

Cavisson Systems Interview Experiences for Experienced

Popular Designations

5 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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Times, clocks, speed, distance

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

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

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Cavisson Systems interview questions for popular designations

 Software Engineer

 (6)

 Associate Software Engineer

 (3)

 Softwaretest Engineer

 (2)

 Software Developer

 (2)

 Software Tester

 (2)

 Project Management Executive

 (1)

 Associate Software Developer

 (1)

 Network Engineer

 (1)

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

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

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

Round 1 - Coding Test 

Coding cum aptitude test on Hackerrank

Round 2 - One-on-one 

(1 Question)

  • Q1. First round interview . Consisted questions based on projects , dsa
Round 3 - One-on-one 

(1 Question)

  • Q1. Round 2 . Question based from core technology. Micro services , etc
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions . Why are you fit for this role kind of things

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level interview rounds. Basic knowledge in dsa will be of a great help
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

An online test with 2 coding problems
1. DP medium
2. Tree medium

Round 2 - Coding Test 

In-person interview, asked 2 coding questions
1. easy question based on binary search. Write pseudo code on paper
2. medium question based on tree. Write pseudo code on paper

Round 3 - HR 

(2 Questions)

  • Q1. Asked about the projects mentioned in resume
  • Q2. What challenges did you overcome in your last internship
  • Ans. 

    I overcame challenges related to learning new technologies and working in a fast-paced environment.

    • Learning to use a new programming language and framework

    • Adapting to the fast-paced nature of the work environment

    • Troubleshooting and debugging complex issues

    • Collaborating with team members to meet project deadlines

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

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level

I applied via LinkedIn and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude and Technical (SQL, Cloud Services, Java Questions, Operating System Questions)

Round 2 - Technical 

(2 Questions)

  • Q1. Question on SQL queries.
  • Q2. Write code on the second maximum number in an array.
  • Ans. 

    Code to find the second maximum number in an array.

    • Sort the array in descending order and return the second element.

    • Initialize two variables to store the maximum and second maximum values.

    • Iterate through the array and update the variables accordingly.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare concepts thoroughly, you can take hints from the interviewer if you are stuck.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Graphs,array and link list question

Round 2 - Technical 

(1 Question)

  • Q1. Focus on core CS subject with basic dsa
Round 3 - Technical 

(1 Question)

  • Q1. Medium DSA round with project
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations and basic behavioral topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core subject and dsa of leet code medium

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. Do you have hand on experience on Fortigate Firewa...read more
  3. What is following port number - pop, smtp, dns, htt...read more

Tell us how to improve this page.

Cavisson Systems Interview Process for Experienced

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 64 Interviews
TestingXperts Interview Questions
4.0
 • 40 Interviews
New Relic Interview Questions
2.7
 • 14 Interviews
LogicMonitor Interview Questions
3.8
 • 14 Interviews
Splunk Interview Questions
4.4
 • 12 Interviews
AppDynamics Interview Questions
4.2
 • 3 Interviews
Datadog Interview Questions
4.8
 • 2 Interviews
SolarWinds Interview Questions
4.1
 • 1 Interview
View all

Cavisson Systems Reviews and Ratings

based on 272 reviews

2.2/5

Rating in categories

2.4

Skill development

2.1

Work-life balance

2.0

Salary

2.2

Job security

2.0

Company culture

2.1

Promotions

2.2

Work satisfaction

Explore 272 Reviews and Ratings
Software Engineer
811 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
112 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Performance Test Engineer
95 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cavisson Systems with

AppDynamics

4.2
Compare

New Relic

2.7
Compare

Dynatrace

1.8
Compare

Splunk

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