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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Very basic Coding question. Average of array elements.
  • Q2. Matrix pattern printing coding question
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

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
Add answer
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 (38)
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 (1)
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

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)

Cavisson Systems interview questions for popular designations

 Software Engineer

 (6)

 Associate Software Engineer

 (3)

 Software Developer

 (2)

 Software Tester

 (2)

 Softwaretest Engineer

 (2)

 Associate Software Developer

 (1)

 HR Specialist

 (1)

 Java Software Developer

 (1)

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

Skills evaluated in this interview

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

Get interview-ready with Top Cavisson Systems Interview Questions

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

Java Software Developer Interview Questions asked at other Companies

Q1. How do you convert list to arraylist? And vice versa
View answer (1)
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

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 (1)
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.

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

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?

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Gandhi Institute for Engineering and Technology, Gunupur and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

We had group discussion on the effect of global warming in the present era.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated project management executive with over 10 years of experience leading successful projects.

    • Over 10 years of experience in project management

    • Proven track record of leading successful projects

    • Strong leadership and communication skills

    • Expertise in budgeting and resource allocation

    • Certified Project Management Professional (PMP)

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

    I am impressed by the company's reputation for delivering high-quality projects on time and within budget.

    • Company's track record of successful project delivery

    • Opportunity to work with a talented team

    • Potential for career growth and development

  • Answered by AI
  • Q3. How will you see yourself after 3 years
  • Ans. 

    In 3 years, I see myself as a seasoned project management executive leading successful projects and mentoring a team of high-performing individuals.

    • Leading a team of project managers and overseeing multiple successful projects

    • Mentoring and developing team members to reach their full potential

    • Continuing professional development and staying updated on industry trends and best practices

  • Answered by AI
  • Q4. What are your hobbies
  • Ans. 

    My hobbies include hiking, photography, and cooking.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Photography: I love capturing beautiful moments and landscapes with my camera.

    • Cooking: I find joy in experimenting with new recipes and creating delicious meals for my friends and family.

  • Answered by AI
  • Q5. Do you have basic knowledge ofMicrosoftexcel
  • 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

  • Answered by AI

Project Management Executive Interview Questions asked at other Companies

Q1. Will you be able to work in scenario where there are cross functional team
View answer (1)

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

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
 • 72 Interviews
TestingXperts Interview Questions
4.0
 • 40 Interviews
New Relic Interview Questions
2.6
 • 14 Interviews
LogicMonitor Interview Questions
3.8
 • 14 Interviews
Splunk Interview Questions
4.5
 • 12 Interviews
AppDynamics Interview Questions
4.2
 • 3 Interviews
Datadog Interview Questions
4.8
 • 2 Interviews
SolarWinds Interview Questions
4.0
 • 1 Interview
View all

Cavisson Systems Reviews and Ratings

based on 269 reviews

2.3/5

Rating in categories

2.4

Skill development

2.1

Work-life balance

2.0

Salary

2.3

Job security

2.0

Company culture

2.1

Promotions

2.2

Work satisfaction

Explore 269 Reviews and Ratings
Software Engineer
801 salaries
unlock blur

₹2.9 L/yr - ₹8 L/yr

Associate Software Engineer
112 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
80 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Senior Software Engineer
74 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Explore more salaries
Compare Cavisson Systems with

AppDynamics

4.2
Compare

New Relic

2.6
Compare

Dynatrace

1.8
Compare

Splunk

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