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 (43)
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 (43)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Problem solving and string processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice problem solving questions.

Interview Questionnaire 

6 Questions

  • Q1. Tell something about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java and JavaScript.

    • I have a Bachelor's degree in Computer Science.

    • I am proficient in Spring Framework and AngularJS.

    • I have worked on projects involving RESTful APIs and microservices architecture.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why do you want to join this company?
  • Ans. 

    I am impressed with the company's innovative approach and commitment to excellence.

    • I have researched the company and its products extensively and am excited about the potential for growth and development.

    • I am impressed with the company's reputation for innovation and cutting-edge technology.

    • I believe that the company's commitment to excellence aligns with my own values and goals.

    • I am excited about the opportunity to wo...

  • Answered by AI
  • Q3. What are your future plans?
  • Ans. 

    My future plans include continuous learning, honing my skills, and contributing to the growth of the company.

    • I plan to attend relevant conferences and workshops to stay updated with the latest technologies.

    • I want to work on challenging projects that will help me improve my skills.

    • I aim to become a valuable asset to the company by contributing to its growth and success.

    • I plan to mentor and guide junior developers to hel

  • Answered by AI
  • Q4. Mathematics
  • Q5. Programming
  • Q6. Logic

Interview Preparation Tips

Round: Test
Experience: It was a bit lengthy and I wasn't able to solve all the questions, but the rest was accurately completed by me.
Tips: One needs to know basic programming and logic. The rest is doable. Pay attention to time and the accuracy of your answers.
Duration: 120 minutes
Total Questions: 50

Round: Group Discussion
Experience: A few points were given to us and we had to proceed from there. I gave new ideas as well as new points of view on the already presented ideas. I also encouraged others to participate.
Tips: Don't be too quiet/passive or too loud/active. Let others also talk and don't talk about the same points again & again.
Duration: 15 minutes

Round: HR Interview
Experience: It was a good interview. I felt at ease and myself while talking about me. The CTO of the company was conducting it.
Tips: See the direction in which the interview is going and frame your answers accordingly. Tell them what they want to hear, but don't lie.

Round: Technical Interview
Experience: It was a telephonic interview, and the HR team present there was guiding me through it. The questions were easy.
Tips: Be confident while answering the questions. Don't think too much on it, and answer appropriately. Be clear and concise.

General Tips: As I said earlier as well, be yourself and be confident.
Skill Tips: Be adequately prepared on what you prepare for; know the ins and outs of the company you are sitting in for; be confident and clear on what you speak.
Skills: Programming, Logic Building, Common Aptitude, Personality
College Name: IIT Bombay
Motivation: I wanted to do programming which was also in the engineering domain. Hence Altair came as the perfect fit for me.
Funny Moments: I was not able to listen properly to the telephonic interview, but the CTO was impressed with me in the HR interview so he happily guided me through. I also found out that one of the seniors interviewing me was from the same place as that of mine, so we had a small discussion there as well. I felt at ease hence.

Interview Preparation Tips

Round: Resume Shortlist
Experience: My experience with IITB racing for more than 2 years helped me with this process. Additionally, my work as an electronic differential engineer which required development of a detailed vehicle model was more closer to the

College Name: IIT BOMBAY

Interview Preparation Tips

Round: Test
Tips: Screening test is done online and contains objective questions..
Total Questions: Online

Round: Group Discussion
Experience: Shortlisted candidates were divided in groups of 9-10 students for group discussion. GD lasted for about 40 min.
Duration: 40 minutes

Round: Interview
Experience: Technical interview was of about 35 min. There was no hr interview. Questions were related to the projects that the candidate performed during his stay at IIT Roorkee. Two puzzles were also asked. Other questions were based on the answers that the candidate gave to the previous questions.

General Tips: This company looks for people with strong technical aptitude. So do not shy from showing all your projects. In other companies too many projects may lead them to believe that you are more interested in pursuing research and will leave the company soon. This may have a negative effect on other companies. But at Altair it is good to show all your projects, your research publications, any additional courses taken. Along with your technical projects it will be good if you could show them your coding ability. They are looking for technical people with a stint for coding.
College Name: IIT ROORKEE
Motivation: Altair deals with engineering services, product design, and engineering finite element software development (eg. hypermesh, hypermath, etc). The profile for which it takes the new recruits is for engineering software code writer.

Interview Preparation Tips

Round: Test
Experience: Written Test – 50 ppl appeared 15 were shortlisted for interview, 3 were finally selected. Technical interview  mainly based on project and the basics of the subject HR – be pleasing If someone wants to appear for this company. .
Tips: Prepare some common topics such as globalization, reservation in IITs and IIMs, etc.

General Tips: Never let them ask you the points in which you are weak& Always lead the interviewer to the questions that you are expecting.
College Name: IIT BOMBAY

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
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Damco Solutions Interview Questions
3.9
 • 38 Interviews
Simform Interview Questions
3.4
 • 34 Interviews
View all

Cavisson Systems Reviews and Ratings

based on 283 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.1

Promotions

2.2

Work satisfaction

Explore 283 Reviews and Ratings
JAVA DEVELOPER

Noida

5-10 Yrs

Not Disclosed

Unix C DEVELOPER

Noida

3-5 Yrs

Not Disclosed

Sr . Software Engineer

Noida

3-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
813 salaries
unlock blur

₹2.9 L/yr - ₹8.3 L/yr

Associate Software Engineer
108 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
75 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Explore more salaries
Compare Cavisson Systems with

Stefanini

3.0
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