Upload Button Icon Add office photos

Filter interviews by

Cavisson Systems Software Engineer Interview Questions and Answers

Updated 12 Jun 2024

Cavisson Systems Software Engineer Interview Experiences

6 interviews found

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

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

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Gandhi Institute for Technology Advancement, Bhuvaneshwar and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all 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.

Cavisson Systems interview questions for designations

 Associate Software Engineer

 (3)

 Software Developer

 (2)

 Software Tester

 (2)

 Java Software Developer

 (1)

 Associate Software Developer

 (1)

 Softwaretest Engineer

 (2)

 Network Engineer

 (1)

 QA Engineer

 (1)

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

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.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.
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
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Two simple coding with technical questions
Round 2 - Technical 

(1 Question)

  • Q1. One simple coding and technical questions along with system design questions
Round 3 - Technical 

(1 Question)

  • Q1. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont attend interview they wouldn't select you. Instead they will waste your time. And the HR chitranshi is too bad
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Nothing it went well

Round 2 - Coding Test 

Same here , asked basics of java and C#

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and go! don't stammer

Cavisson Systems Interview FAQs

How many rounds are there in Cavisson Systems Software Engineer interview?
Cavisson Systems interview process usually has 2-3 rounds. The most common rounds in the Cavisson Systems interview process are HR, Coding Test and Aptitude Test.
How to prepare for Cavisson Systems Software Engineer 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 C++, Eclipse, Javascript, Linux and MySQL.
What are the top questions asked in Cavisson Systems Software Engineer interview?

Some of the top questions asked at the Cavisson Systems Software Engineer interview -

  1. What is Cyber Secur...read more
  2. sql questions and shell script...read more
  3. c# basics multithread...read more

Tell us how to improve this page.

Cavisson Systems Software Engineer Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more
Cavisson Systems Software Engineer Salary
based on 799 salaries
₹2.9 L/yr - ₹8 L/yr
44% less than the average Software Engineer Salary in India
View more details

Cavisson Systems Software Engineer Reviews and Ratings

based on 112 reviews

2.3/5

Rating in categories

2.6

Skill development

2.2

Work-life balance

2.0

Salary

2.5

Job security

2.2

Company culture

2.3

Promotions

2.3

Work satisfaction

Explore 112 Reviews and Ratings
Software Engineer
799 salaries
unlock blur

₹2.9 L/yr - ₹8 L/yr

Associate Software Engineer
115 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.2 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