Upload Button Icon Add office photos

Tavisca Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Tavisca Solutions Interview Questions, Process, and Tips

Updated 13 Feb 2024

Top Tavisca Solutions Interview Questions and Answers

Tavisca Solutions Interview Experiences

Popular Designations

5 interviews found

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 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 

(6 Questions)

  • Q1. Don't have personal experiences or opinions, so I can't like or dislike anything about working at H&M or any other place. However, if you have specific questions or concerns about working at H&M, I'd be ha...
  • Q2. Be prepared for common interview questions like "Tell me about yourself," "Why do you want this job?" and "What are your strengths and weaknesses
  • Q3. Prepare questions to ask the interviewer. This shows your interest and engagement. You could ask about the company's future plans, team dynamics, or the role's responsibilities.
  • Q4. Maintain good eye contact, offer a firm handshake (if in person), and sit up straight. In virtual interviews, maintain eye contact with the camera.
  • Q5. After the interview, send a thank-you email to express your appreciation for the opportunity and reiterate your interest in the position
  • Q6. Preparation: Before the interview, research the company and the role you're applying for. Understand the company's values, culture, and products/services. Review the job description and identify your relev...
Round 3 - Case Study 

Be happy to help with a case study involving a graph. Please provide more details about the specific case study you have in mind, including the problem statement or scenario, any data or constraints, and the questions or tasks you'd like assistance with. This will allow me to provide you with a more tailored response.

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand your strengths, weaknesses, skills, and career goals. This will help you target the right positions and companies.

Research: Thoroughly research companies you're interested in. Learn about their culture, values, products/services, and recent news. Tailor your application and interview responses accordingly.

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General Technical Discussion based on previous experience
Round 2 - Coding Test 

Low-level design primarily Design patterns focused.

Round 3 - Technical 

(1 Question)

  • Q1. High Level Design focusing on distributed systems and 1 Coding Question

Interview Preparation Tips

Topics to prepare for Tavisca Solutions Senior Software Engineer interview:
  • Design Patterns
  • C#
  • Distributed Systems
  • System Design

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Interview Questionnaire 

3 Questions

  • Q1. First Round - Selenium and Java concepts, java program
  • Q2. Second round - scenario based automation script questions
  • Q3. Third round - managerial and write selenium code for given scenario

QA Automation Engineer Interview Questions asked at other Companies

Q1. Which framework you are using? explain your framework?
View answer (4)

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself
  • Q2. What are waits in selenium
  • Ans. 

    Waits in Selenium are used to synchronize the test execution with the application's response.

    • Waits are used to handle synchronization issues in Selenium

    • There are two types of waits: implicit and explicit

    • Implicit waits wait for a certain amount of time before throwing an exception if the element is not found

    • Explicit waits wait for a certain condition to occur before proceeding with the test

    • Examples of explicit waits inc

  • Answered by AI
  • Q3. Explain selenium framework
  • Ans. 

    Selenium framework is an open-source automation tool used for web application testing.

    • Selenium framework supports multiple programming languages like Java, Python, C#, etc.

    • It consists of four components: Selenium IDE, Selenium RC, WebDriver, and Selenium Grid.

    • Selenium WebDriver is the most widely used component for browser automation.

    • It supports cross-browser testing and can be integrated with various testing framework...

  • Answered by AI
  • Q4. What are collections in Java
  • Ans. 

    Collections in Java are classes that group multiple elements into a single unit.

    • Collections are used to store, manipulate, and retrieve data in Java.

    • They provide a more flexible way of working with data than arrays.

    • Some examples of collections in Java include ArrayList, LinkedList, and HashSet.

  • Answered by AI
  • Q5. Explain OOPs concepts
  • Ans. 

    OOPs concepts are a set of principles that help in designing and implementing object-oriented programs.

    • Encapsulation: bundling of data and methods that operate on that data

    • Inheritance: ability of a class to inherit properties and methods from another class

    • Polymorphism: ability of objects to take on multiple forms or behaviors

    • Abstraction: hiding of complex implementation details and showing only the necessary informatio

  • Answered by AI
  • Q6. Java Programs

Skills evaluated in this interview

Quality Assurance and Automation Engineer Interview Questions asked at other Companies

Q1. What is the difference between Verification and Validation?
View answer (1)

Tavisca Solutions interview questions for popular designations

 Graphic Designer

 (1)

 Software Developer

 (1)

 QA Automation Engineer

 (1)

 Senior Software Engineer

 (1)

 Quality Assurance and Automation Engineer

 (1)

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Solid and design pattern in api
  • Ans. 

    Solid principles and design patterns are important in API development.

    • Solid principles ensure that the API is maintainable, scalable, and extensible.

    • Design patterns provide a proven solution to common problems in API development.

    • Examples of design patterns include Factory, Singleton, and Observer.

    • Using these principles and patterns can lead to a more robust and efficient API.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand solid with example

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 questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    The task is to distribute candies to students based on their performance while minimizing the total candies distributed.

    • Create an array to store the minimum candies required for each student.

    • Iterate through the students' ratings array to determine the minimum candies needed based on the adjacent ratings.

    • Consider both left-to-right and right-to-left passes to ensure fair distribution.

    • Keep track of the total candies dist

  • Answered by AI
  • Q2. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Use Divide and Conquer approach to recursively divide the input array into two halves.

    • Merge the sorted halves to produce a completely sorted array.

    • Ensure the implementation handles the constraints specified in the problem statement.

    • Example: For input [3, 1, 4, 1, 5], the output should be [1, 1, 3, 4, 5].

  • Answered by AI

Interview Preparation Tips

Eligibility criteria8CGPAThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, apti , programming language , SETime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Do not put false things on resume.
Tip 2 : Have some projects on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2021. 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 

(2 Questions)

  • Q1. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Tavisca Solutions Interview FAQs

How many rounds are there in Tavisca Solutions interview?
Tavisca Solutions interview process usually has 3 rounds. The most common rounds in the Tavisca Solutions interview process are Technical, Resume Shortlist and Case Study.
How to prepare for Tavisca Solutions 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 Tavisca Solutions. The most common topics and skills that interviewers at Tavisca Solutions expect are AWS, Java, Kubernetes, Python and C#.
What are the top questions asked in Tavisca Solutions interview?

Some of the top questions asked at the Tavisca Solutions interview -

  1. Solid and design pattern in ...read more
  2. What are collections in J...read more
  3. What are waits in selen...read more

Tell us how to improve this page.

Tavisca Solutions Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all

Fast track your campus placements

View all

Tavisca Solutions Reviews and Ratings

based on 49 reviews

3.2/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.7

Salary

3.4

Job security

3.2

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 49 Reviews and Ratings
Software Developer
59 salaries
unlock blur

₹6 L/yr - ₹19.4 L/yr

Software Engineer
36 salaries
unlock blur

₹7.8 L/yr - ₹27.5 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹12 L/yr - ₹35.8 L/yr

Technical Lead
34 salaries
unlock blur

₹17.6 L/yr - ₹40 L/yr

Senior Software Developer
24 salaries
unlock blur

₹9.3 L/yr - ₹37.8 L/yr

Explore more salaries
Compare Tavisca Solutions with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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