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

Updated 15 Nov 2024

Top Cavisson Systems Interview Questions and Answers

View all 12 questions

Cavisson Systems Interview Experiences

Popular Designations

21 interviews found

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)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude not have to worry about apptitude.

Round 2 - Coding Test 

Codes are easily available on coding sites

Round 3 - Technical 

(1 Question)

  • Q1. Some questionnaires related to dbms, dsa they’ll ask and if they got correct answer they’ll never let you know.
Round 4 - HR 

(1 Question)

  • Q1. Same questions they’ll ask.

Interview Preparation Tips

Interview preparation tips for other job seekers - I’ve worked here for 2.5 years and here there’s no such respect for anyone’s work. They don’t know how to appreciate their employees. Appreciate is a very big term I had used. The company is in very big loss so just layoff very casually like they don’t even follow the procedure. They forced their senior managers to pressurise their employees to resign. The company will be going to shut in next 6 months that’s why their portal of attendance will not show any dates or days after the month of june.
They don’t even have cafeteria open and the company is not even secular.

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
Cavisson Systems Interview Questions and Answers for Freshers
illustration image

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 Resume 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)

HR Specialist Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2022

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 Resume tips
Round 2 - Aptitude Test 

It was tough and they asked so many questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 4 - HR 

(2 Questions)

  • Q1. How do you stay motivated
  • Q2. Question regarding experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and try to give genuine and practical answers

HR Specialist Interview Questions asked at other Companies

Q1. How can you check whether your candidate has guven intetview properly in clients office by reqjesting office visits from your office
View answer (1)

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)

Get interview-ready with Top Cavisson Systems Interview Questions

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

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy question bass on profit loss , and other quantitative aptitude

Round 2 - Coding Test 

Easy simple question

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics each program.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before 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 Resume tips
Round 2 - Aptitude Test 

The test difficulty level was low and was about 30min. The number of questions given to solve were 45.

Round 3 - Coding Test 

The coding round was of medium level, after the test result was assigned to QA role.

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher, the test rounds were not much difficult.You can successfully crack it, if has basic aptitude undersatnding and coding experience.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. C# basics multithreading
  • Q2. Sql questions and shell scripting
Round 2 - HR 

(1 Question)

  • Q1. Describe yourself and family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Be yourself
clear your basics
All the Best

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Why you want to change company

Interview Preparation Tips

Interview preparation tips for other job seekers - company is good but go in all team except client support team because cs team is worst team and very less growth.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

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

Interview Questionnaire 

1 Question

  • Q1. Testing question functional

Interview Preparation Tips

Interview preparation tips for other job seekers - Interactive as well as interesting

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

SALARIES

Wissen Technology

SALARIES

Cavisson Systems

LIST OF COMPANIES

ZeMoSo Technologies

Overview

INTERVIEWS

Deqode

No Interviews

JOBS

ZeMoSo Technologies

No Jobs

INTERVIEWS

Nielsen

No Interviews

SALARIES

Jash Engineering

JOBS

Wissen Technology

No Jobs

LIST OF COMPANIES

Wissen Technology

Overview

SALARIES

Cavisson Systems

Tell us how to improve this page.

Cavisson Systems Interview Process

based on 18 interviews

Interview experience

3.9
  
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