Upload Button Icon Add office photos

Filter interviews by

Cavista Technology Interview Questions and Answers

Updated 20 Jan 2025

Cavista Technology Interview Experiences

Popular Designations

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. .Net C# sql entity

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

I applied via LinkedIn and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is closure in js
  • Ans. 

    Closure is a function that has access to its parent scope even after the parent function has returned.

    • Closure allows for private variables and functions in JavaScript.

    • It is created when a function is returned from another function.

    • Closures can be used to create factory functions and currying.

    • Example: function outer() { let x = 10; return function inner() { console.log(x); } }

    • Example: const add = (function () { let coun...

  • Answered by AI
  • Q2. Live coding based on string and number
  • Q3. Difference between var let const
  • Ans. 

    var, let, and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • var has function-level scope and can be redeclared and reassigned

    • let has block-level scope and can be reassigned but not redeclared

    • const has block-level scope and cannot be reassigned or redeclared

    • Use const for values that should not change, let for values that may change, and var for legacy code or global variab

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cavista Technology Software Engineer interview:
  • Javascript
  • HTML
  • CSS
Interview preparation tips for other job seekers - Practice js live coding and also go through js logics and interview questions

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

Jobs at Cavista Technology

View all

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find in rotated sorted array
  • Ans. 

    Search for a target value in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target value lies in based on the pivot point.

    • Continue binary search in the appropriate half of the array to find the target value.

  • Answered by AI
  • Q2. Design IMDB. how will you manage concurrent ratings
  • Ans. 

    Design IMDB with concurrent ratings management

    • Implement a locking mechanism to ensure only one user can update a rating at a time

    • Use a queue system to handle multiple rating requests in an orderly manner

    • Consider using distributed systems to handle high concurrency levels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design vehicle rental system. Api design
  • Ans. 

    Design a vehicle rental system API

    • Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle

    • Include authentication and authorization mechanisms for users and admins

    • Implement payment gateway integration for processing rental payments

    • Include features like vehicle search, filtering, and reviews/ratings

    • Consider scalability and performance optimizations for handling high traffic

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is not a aptitude just like a game

Round 2 - One-on-one 

(1 Question)

  • Q1. Here Director will take
  • Ans. Asking out of box Questions,He also dont know the answers😂😂😂
  • Answered by successfulcucumber

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys, Dont go for interview for this company,Who is doing interview they dont know what to ask and mostly last round director will he is uneducated person mostly he will ask unwanted questions if we didn't answer he will be angry and suppose we ask answer he didn't reply because he doesn't know the answer simply staying in long years in company for time pass.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Work related questions only
  • Q2. Personal questions
  • Q3. Academic questions
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 

(2 Questions)

  • Q1. Sql and excel basics required
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - basic understanding for sql and excal and maybe python would be helpfull
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Why did you selected this job
  • Ans. 

    I selected this job because of my passion for analyzing data and using insights to drive decision-making.

    • Passion for data analysis

    • Opportunity to use insights for decision-making

    • Interest in working with data-driven technologies

  • Answered by AI
  • Q2. Why should I select you
  • Ans. 

    I have a strong background in data analysis, excellent problem-solving skills, and a proven track record of delivering actionable insights.

    • I have a degree in data science and have completed multiple data analysis projects during my studies.

    • I am proficient in various data analysis tools such as Python, R, and SQL.

    • I have experience in interpreting complex data sets and presenting findings to stakeholders in a clear and c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare self introduction well .
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Cavista Technology Interview FAQs

How many rounds are there in Cavista Technology interview?
Cavista Technology interview process usually has 1 rounds. The most common rounds in the Cavista Technology interview process are Technical and One-on-one Round.
How to prepare for Cavista Technology 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 Cavista Technology. The most common topics and skills that interviewers at Cavista Technology expect are Agile, Operations, Computer science, MySQL and Coding.
What are the top questions asked in Cavista Technology interview?

Some of the top questions asked at the Cavista Technology interview -

  1. What is closure in...read more
  2. Difference between var let co...read more
  3. Live coding based on string and num...read more

Tell us how to improve this page.

Cavista Technology Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Cavista Technology Reviews and Ratings

based on 33 reviews

2.6/5

Rating in categories

2.5

Skill development

4.0

Work-life balance

2.4

Salary

3.4

Job security

3.1

Company culture

1.9

Promotions

2.8

Work satisfaction

Explore 33 Reviews and Ratings
Engineer 1
23 salaries
unlock blur

₹7 L/yr - ₹10.8 L/yr

L2 Engineer
15 salaries
unlock blur

₹8.5 L/yr - ₹14.5 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹12.5 L/yr - ₹26.5 L/yr

Senior Engineer
7 salaries
unlock blur

₹16.8 L/yr - ₹28.6 L/yr

Engineering Manager
7 salaries
unlock blur

₹36.8 L/yr - ₹42 L/yr

Explore more salaries
Compare Cavista Technology with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Xtancia Technosoft

4.0
Compare

Global Edge Software

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