Upload Button Icon Add office photos

Filter interviews by

Techversant Infotech Senior Software Engineer Interview Questions and Answers

Updated 7 Jun 2021

Techversant Infotech Senior Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal managerial questions like.How would you assign work to an employee on what basis and criteria like that stuff.

Interview Preparation Tips

Interview preparation tips for other job seekers - No dot net projects are there in that company. They hire us and make us work as contract employee with others..

Interview questions from similar companies

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 - Aptitude Test 

30 min test covers basic logic reasonings

Round 3 - Coding Test 

30 min round medium level questions from leetcode

Round 4 - Technical 

(1 Question)

  • Q1. Explain project you did for final year DSA
Round 5 - HR 

(1 Question)

  • Q1. Basic hr evel question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study DSA and your project well
Be confident with atleat one programming language
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. OOPs related questions like polymorphism, inheritance
  • Q2. SQL based question about Normalization
  • Q3. Your past work experiences, your internship experiences etc
  • Ans. 

    I have diverse experiences in software development through internships and projects, focusing on teamwork and problem-solving.

    • Interned at XYZ Corp, where I developed a web application using React and Node.js, improving user engagement by 30%.

    • Worked on a team project in college to create a mobile app for local businesses, enhancing my collaboration and coding skills.

    • Participated in hackathons, where I learned to work un...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at sql if you are joining mumbai office as its mostly a consultant role then a tech role. you wont be working on challenging stuff but more of mundane task. so if you have any other offer paying you the same type of money, do consider that
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Case Study 

Based on puzzle comprehension

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 May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Question were based on coding 1 with linked list 1 with string and 1 sql one

Round 2 - Technical 

(1 Question)

  • Q1. Questions were based on oops, dsa, dbms, and more technical concepts from operating systems
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list

I applied via LinkedIn and was interviewed in Apr 2022. There were 4 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 

(1 Question)

  • Q1. Questions based on Objects and Classes Basic Questions related to DSA Projects discussions- Your Roles and Tasks Scenario based Questions Few Reasoning Questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Trees and Graphs nested SQL Queries Scenario Based Questions Projects Logics for the coding given
Round 4 - HR 

(1 Question)

  • Q1. Just basic HR Questions Reallocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in basics
Have a good grasp over DSA and Fundamentals
Try to be confident and fluent while answering
Stay positive
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. There were 4 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 - Aptitude Test 

This one is a combination of aptitude and coding test where medium questions abt c,cpp are asked
Do few aptitude test and some level of coding and ull be able to clear the test quite easily

Round 3 - One-on-one 

(1 Question)

  • Q1. What is inheritance in cpp Basic oops concept question Basic dbms related question
Round 4 - HR 

(1 Question)

  • Q1. For me they just asked me about my project and i was good to go

Interview Preparation Tips

Interview preparation tips for other job seekers - There wasn't any round 4 for our college atleast but it can be for o ther colleges not sure

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

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

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

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

Techversant Infotech Interview FAQs

How to prepare for Techversant Infotech 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 Techversant Infotech. The most common topics and skills that interviewers at Techversant Infotech expect are Javascript, MySQL, Angularjs, React.Js and GIT.

Tell us how to improve this page.

Techversant Infotech Senior Software Engineer Salary
based on 68 salaries
₹4.2 L/yr - ₹12 L/yr
53% less than the average Senior Software Engineer Salary in India
View more details

Techversant Infotech Senior Software Engineer Reviews and Ratings

based on 13 reviews

2.8/5

Rating in categories

2.4

Skill development

2.7

Work-life balance

2.4

Salary

2.5

Job security

2.5

Company culture

2.3

Promotions

2.5

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineer
111 salaries
unlock blur

₹2.4 L/yr - ₹8.1 L/yr

Senior Software Engineer
68 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Associate Software Engineer
64 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Softwaretest Engineer
23 salaries
unlock blur

₹2.5 L/yr - ₹5.8 L/yr

Software Developer
12 salaries
unlock blur

₹3.3 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Techversant Infotech with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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