Upload Button Icon Add office photos

Filter interviews by

Techversant Infotech Interview Questions and Answers for Freshers

Updated 27 Mar 2025

Techversant Infotech Interview Experiences for Freshers

Popular Designations

1 interview found

Round 1 - Technical 

(1 Question)

  • Q1. Introduce your self oops concept webserver javascript html and http css list and array div and span pattern printing program array shiftin program

Interview Preparation Tips

Interview preparation tips for other job seekers - nice interview
good interviewer
online interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Jobs at Techversant Infotech

View all

Interview questions from similar companies

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

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

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 mins
Round difficulty - Medium

  • Q1. 

    Railway Seat Berth Determination

    Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle...

  • Ans. 

    Given a railway seat number, determine if it is valid and identify its berth type.

    • Parse input integer 't' for number of test cases

    • For each test case, check if seat number is valid (1 <= N <= 100)

    • Identify berth type based on seat number and output the result

    • Possible berth types are Lower, Middle, Upper, Side Lower, and Side Upper

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

First they asked me to introduce myself then they started questioning on oops concept from basic to advance level such as inheritance, polymorphism, abstraction, exception handling , STL etc. Next they started questioning on data structures. They asked me the logic of “how to find the middle of a linked list”.

  • Q1. 

    Matrix Symmetry Check

    You are provided with a square matrix. Your task is to return true if the matrix is symmetric; otherwise, return false.

    A symmetric matrix is characterized by its transpose being eq...

  • Ans. 

    Check if a square matrix is symmetric by comparing it with its transpose.

    • Iterate through the matrix and compare each element with its corresponding element in the transpose

    • If any pair of elements do not match, return false immediately

    • If all pairs match, return true at the end

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from K. K. Wagh Institute Of Engineering Education And Research. I applied for the job as Software Engineer in PuneEligibility criteria6.0 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Python, SQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Clear the basic concepts of data structure and OOPs.
Tip 2 : Use coding ninja platform and Hackerearth for practice on coding skills.
Tip 3 : Use Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Tip 1: Make your resume short and try to make it of one page only.
Tip 2: Add relevant keywords

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: It was nice set of mixed bag questions each challenging your brain to scratch more and find the trick.
Tips: Be calm in solving the questions, Practice few tricks to solve

work,time,distance,number series problem etc. quickly to help save the

time.
Duration: 20 minuntes minutes
Total Questions: 25

Round: Resume Shortlist
Experience: I think resume played a important role in selection processes.
Tips: Make it simple and HIGHLIGHT your good work and experiences.Interviewer don't have time to go through whole crap what we write so basically focus on highlighting your achievements and internships.

Round: Group Discussion
Experience: People are dying to take the opportunity and speak.You will be facing a fish market in few cases, rest it is calm and everyone is given a chance to put forward there point.
Tips: Generally u have to decide which side of the boat u want to be on.

Either go against the topic or in favor whichever you are more

comfortable with.

College Name: IIT ROORKEE

Techversant Infotech Interview FAQs

How many rounds are there in Techversant Infotech interview for freshers?
Techversant Infotech interview process for freshers usually has 1 rounds. The most common rounds in the Techversant Infotech interview process for freshers are Technical.
How to prepare for Techversant Infotech interview for freshers?
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 Analytical Chemistry, C++, Coding, Data Structures and Information Technology.
What are the top questions asked in Techversant Infotech interview for freshers?

Some of the top questions asked at the Techversant Infotech interview for freshers -

  1. Write a program to count and print the occurrence of number in an ar...read more
  2. introduce your self oops concept webserver javascript html and http css list an...read more
  3. Some sample questions related to strings, such as counting the number of repeat...read more
How long is the Techversant Infotech interview process?

The duration of Techversant Infotech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 38 Interviews
View all

Techversant Infotech Reviews and Ratings

based on 96 reviews

3.7/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.1

Salary

3.8

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 96 Reviews and Ratings
Software Developer

Kochi

2-7 Yrs

Not Disclosed

Solution Architect

Kochi,

Thiruvananthapuram

10-18 Yrs

Not Disclosed

QA Manager

Thiruvananthapuram

15-20 Yrs

Not Disclosed

Explore more jobs
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