Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tavant Technologies Team. If you also belong to the team, you can get access from here

Tavant Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tavant Technologies Senior Software Engineer Interview Questions, Process, and Tips

Updated 12 Aug 2024

Top Tavant Technologies Senior Software Engineer Interview Questions and Answers

Tavant Technologies Senior Software Engineer Interview Experiences

11 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is CopyOnWriteArrayList?
  • Ans. 

    CopyOnWriteArrayList is a thread-safe variant of ArrayList where all mutative operations (add, set, remove, etc) are implemented by making a fresh copy of the underlying array.

    • CopyOnWriteArrayList is part of the java.util.concurrent package in Java.

    • It is used in scenarios where reads are far more common than writes, as it allows for high read concurrency without the need for synchronization.

    • It is particularly useful in...

  • Answered by AI
  • Q2. What is the benefit of Java8 Stream?
  • Ans. 

    Java8 Stream provides a functional approach to processing collections of objects.

    • Allows for functional-style operations on collections like map, filter, reduce

    • Supports parallel processing for improved performance

    • Lazy evaluation allows for efficient processing of large datasets

    • Reduces boilerplate code and promotes cleaner, more concise code

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream().f...

  • Answered by AI
  • Q3. Public subnet vs Private subnet in AWS
  • Ans. 

    Public subnet allows internet access, while private subnet does not.

    • Public subnet has a route to the internet gateway, while private subnet does not.

    • Instances in public subnet can have public IP addresses, while instances in private subnet cannot.

    • Public subnet is typically used for resources that need to be accessed from the internet, while private subnet is used for resources that should not be directly accessible fro

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is indexing
  • Ans. 

    Indexing is a technique used to optimize the performance of databases by allowing faster retrieval of data.

    • Indexing creates a data structure that improves the speed of data retrieval operations in a database.

    • It works by creating an index on one or more columns in a table, allowing the database to quickly locate the rows that match a certain condition.

    • Examples of indexing include creating indexes on primary keys, foreig

  • Answered by AI
  • Q2. Solid principle
  • Q3. Core java questions and giving two coding with snippet
Round 2 - Technical 

(1 Question)

  • Q1. Find the duplicate name in student table in sorted way,anagram checker and more coding questions asked from starting to end of interview

Interview Preparation Tips

Topics to prepare for Tavant Technologies Senior Software Engineer interview:
  • java 8
  • Coding
  • MySQL
  • Spring Boot
Interview preparation tips for other job seekers - I am deeply disappointed by the lack 0f communication following my two rounds of intervies.despite my efforts and enthusiasm not receiving any feedback or updates has left me feeling undervalued and frustrated.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Dec 2023.

Round 1 - Coding Test 

The duration of the interview was around 1 hour. Couple of coding questions and lot of questions on advanced Python programming & AWS
Coding question 1 :
Find the count of letters and print the letter along with its count in a string. Input string was like "aabbbaccb"
The output should be "a2b3a1c2b"

Coding question 2 :
Group the items based on its color.
Input : ["red", "blue", "red", "yellow", "blue", "yellow"]
expected output : ["red", "red", "blue", "blue", "yellow", "yellow"]

Interview experience
3
Average
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 - Technical 

(1 Question)

  • Q1. Common questions on .NET and AWS
Round 3 - One-on-one 

(1 Question)

  • Q1. Awaiting for the call

Tavant Technologies interview questions for designations

 Software Engineer

 (5)

 Software Engineer Trainee

 (4)

 Senior Test Engineer

 (1)

 Senior QA Engineer

 (1)

 Senior Data Engineer

 (1)

 Software Developer

 (4)

 Senior Leader Engineer

 (1)

 Senior Quality Engineer

 (1)

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

I applied via Naukri.com and was interviewed in Feb 2023. 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 - Technical 

(1 Question)

  • Q1. 2nd round with a panel, this was a technical discussion as well.discussing on experience and all kinds of tools we have experience with, asking typical questions like what was the biggest challenge we face...
Round 3 - HR 

(1 Question)

  • Q1. Final round and had a generic HR round, negotiated salary and work timings

Interview Preparation Tips

Topics to prepare for Tavant Technologies Senior Software Engineer interview:
  • SQL
  • SSIS
  • ServiceNow
  • JIRA
  • SSRS
  • Azure databricks
Interview preparation tips for other job seekers - I believe having basic knowledge off your skill and being confident in your answers will help
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. OOPS, solid principal, rest api
Round 2 - Technical 

(2 Questions)

  • Q1. Oops, solid principal, rest api
  • Q2. Cloud, .net c#, sql
Round 3 - HR 

(2 Questions)

  • Q1. Personal information
  • Q2. Pervious job and salary expectation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It's included maths aptitude and few coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to logical thinking questions
  • Q2. Technical related questions
Round 3 - HR 

(1 Question)

  • Q1. Related to package and work
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. All OOPS, RDBMS, design patterns, sql query, expeirence, asd asd asd asd asd
  • Q2. SQl query, solid principle

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay cool, practice maths coding regularly for 1 hr
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Python,SQL Basics
Round 3 - Technical 

(1 Question)

  • Q1. Previous project experience,live coding
Round 4 - Technical 

(1 Question)

  • Q1. Previous project experience,what do you expect in this role
Round 5 - HR 

(1 Question)

  • Q1. Why are you leaving your current organizarion

Interview Preparation Tips

Interview preparation tips for other job seekers - Tavant is a good company with good.benefits

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Major interview questions were based on sql concepts like joins, cte, sql functions, etc.
  • Q2. Some basic level questions on python like lists, dictionary, loop related questions, lambda function, map function, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds in total.
1st round- Technical questions asked related to sql and python, approx half an hour interview.
2nd round - Again it was a technical round, questions related to sql and python and related to the projects I have worked in my last organizations. A brief intro about the project I will be joining in Tavant. A person from US took the interview ( although he was Indian).
3rd round-- It was managerial round, basically it was a round with my team manager, not technical, basic questions.
HR discussed the offer related things on call

Tavant Technologies Interview FAQs

How many rounds are there in Tavant Technologies Senior Software Engineer interview?
Tavant Technologies interview process usually has 2-3 rounds. The most common rounds in the Tavant Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Tavant Technologies Senior 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 Tavant Technologies. The most common topics and skills that interviewers at Tavant Technologies expect are Apex, Java, Microservices, Salesforce and Spring Boot.
What are the top questions asked in Tavant Technologies Senior Software Engineer interview?

Some of the top questions asked at the Tavant Technologies Senior Software Engineer interview -

  1. What is the benefit of Java8 Stre...read more
  2. what is index...read more
  3. What is CopyOnWriteArrayLi...read more
How long is the Tavant Technologies Senior Software Engineer interview process?

The duration of Tavant Technologies Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tavant Technologies Senior Software Engineer Interview Process

based on 9 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Technical Round
  • HR Round
View more
Tavant Technologies Senior Software Engineer Salary
based on 804 salaries
₹6.5 L/yr - ₹21.3 L/yr
15% less than the average Senior Software Engineer Salary in India
View more details

Tavant Technologies Senior Software Engineer Reviews and Ratings

based on 114 reviews

4.0/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.7

Salary

3.8

Job security

3.8

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 114 Reviews and Ratings
Senior Software Engineer
804 salaries
unlock blur

₹6.5 L/yr - ₹21.3 L/yr

Software Engineer
593 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Technical Lead
522 salaries
unlock blur

₹9.1 L/yr - ₹31 L/yr

Associate Technical Architect
250 salaries
unlock blur

₹14 L/yr - ₹40 L/yr

Senior Quality Engineer
244 salaries
unlock blur

₹5.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Tavant Technologies with

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare

HCLTech

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