Upload Button Icon Add office photos

Cavisson Systems

Compare button icon Compare button icon Compare

Filter interviews by

Cavisson Systems Softwaretest Engineer Interview Questions and Answers

Updated 2 Aug 2024

Cavisson Systems Softwaretest Engineer Interview Experiences

2 interviews found

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

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lal Bahadur Shastri Institute of Management (LBSIM) 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

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Ge general attitude and HTML CSS JavaScript Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Am site for experience is needed
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops solid sql .net
  • Q2. Angular .net core

Interview Preparation Tips

Interview preparation tips for other job seekers - Smartdata is not a place Where you can Build a secure I am fulfilling career The high-level of a stress de Lack of job security Toxic management and Poor work life So make it avoid this, Company
If you take it, stress, definitely joining, but this is not a company where you can build your career
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. C# reverse string
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at DAV College, Amritsar and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Graph based questions they asked . So please be thorough with data structures.

Round 2 - Aptitude Test 

Date and time questions particularly asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly focus on data science projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. C++ based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary entha kavali
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
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic Aptitude and Computer Questions

Round 2 - Coding Test 

Sudoku puzzle in Python

Round 3 - Technical 

(2 Questions)

  • Q1. HR questions and Technical Basic questions on python
  • Q2. Django Meta Class, Python list vs tuple , set vs frozen set
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Francis Xavier Engineering College, Tirunelveli and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Basics of communication test
  • Q2. Finding mistakes between two same sentences
  • Ans. 

    Use string comparison functions to find differences between two sentences.

    • Use string comparison functions like strcmp or difflib to compare two sentences.

    • Look for differences in spelling, punctuation, capitalization, or word order.

    • Consider using regular expressions to identify patterns of mistakes.

    • Check for extra spaces or special characters that may cause discrepancies.

    • Utilize tools like online diff checkers or text c

  • Answered by AI
Round 2 - Coding Test 

Prime number,MCQ on DSA,Python, JAVA,MySQL

Round 3 - Technical 

(3 Questions)

  • Q1. Asked me to compile pattern printing program.
  • Q2. About my projects.
  • Q3. SQL joins and procedures.

Cavisson Systems Interview FAQs

How many rounds are there in Cavisson Systems Softwaretest Engineer interview?
Cavisson Systems interview process usually has 1-2 rounds. The most common rounds in the Cavisson Systems interview process are Coding Test, One-on-one Round and Technical.
What are the top questions asked in Cavisson Systems Softwaretest Engineer interview?

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

  1. What is palindrome how to print ...read more
  2. What is Decorator in pyth...read more
  3. Explain Django ...read more

Tell us how to improve this page.

Cavisson Systems Softwaretest Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Cavisson Systems Softwaretest Engineer Salary
based on 48 salaries
₹3 L/yr - ₹7 L/yr
26% less than the average Softwaretest Engineer Salary in India
View more details

Cavisson Systems Softwaretest Engineer Reviews and Ratings

based on 9 reviews

2.8/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

2.8

Salary

2.9

Job security

2.7

Company culture

2.8

Promotions

2.7

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
811 salaries
unlock blur

₹2.9 L/yr - ₹8.1 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.7
Compare

Dynatrace

1.8
Compare

Splunk

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