Upload Button Icon Add office photos

Filter interviews by

Techversant Infotech Associate Software Engineer Interview Questions, Process, and Tips

Updated 26 Mar 2024

Top Techversant Infotech Associate Software Engineer Interview Questions and Answers

Techversant Infotech Associate Software Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
Round 1 - Coding Test 

4 qns . 1 Array problem,1 String problem,2 Sql problem.

Round 2 - Technical 

(2 Questions)

  • Q1. Array insertion Data structures
  • Q2. Oops related qns

I applied via Other and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. Tell me about yourself
  • Q2. Types of Join in SQL
  • Ans. 

    Types of Join in SQL

    • Inner Join: returns only the matching rows from both tables

    • Left Join: returns all the rows from the left table and matching rows from the right table

    • Right Join: returns all the rows from the right table and matching rows from the left table

    • Full Outer Join: returns all the rows from both tables, with NULL values in place of non-matching rows

  • Answered by AI
  • Q3. Data structures
  • Q4. Difference between array and list
  • Ans. 

    Arrays are fixed in size and hold elements of the same data type, while lists are dynamic and can hold elements of different data types.

    • Arrays are declared with a fixed size, while lists can grow or shrink dynamically.

    • Arrays can only hold elements of the same data type, while lists can hold elements of different data types.

    • Arrays are accessed using an index, while lists are accessed using an iterator.

    • Examples of arrays...

  • Answered by AI
  • Q5. Write a program to count and print the occurrence of number in an array
  • Ans. 

    Program to count and print occurrence of numbers in an array of strings

    • Use a loop to iterate through the array

    • Use a dictionary to store the count of each number

    • Print the count of each number

  • Answered by AI
  • Q6. What is web server
  • Ans. 

    A web server is a software that delivers web pages to clients upon request.

    • Web server is responsible for receiving and responding to HTTP requests from clients

    • It stores and delivers web pages, images, videos, and other web content

    • Examples of web servers include Apache, Nginx, and Microsoft IIS

  • Answered by AI
  • Q7. Difference between structure and class
  • Ans. 

    Structures are value types while classes are reference types in C#. Classes support inheritance and polymorphism.

    • Structures are value types while classes are reference types

    • Structures cannot support inheritance and polymorphism

    • Classes can have access modifiers while structures cannot

    • Structures are stored on the stack while classes are stored on the heap

    • Example of a structure: struct Point { int x, y; }

    • Example of a clas

  • Answered by AI
  • Q8. Oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a nice experience

Skills evaluated in this interview

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

In the coding test, there were 2 problems based on arrays and hashing (easy to medium level leetcode)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Several OOP questions were asked.... like, Can we have a class inside an interface? Can we have a static constructor? Can we have multiple main methods?
  • Q2. DBMS question: Normalization questions and keys concepts.
Round 3 - One-on-one 

(2 Questions)

  • Q1. DSA question (stack based) You have a stack full of numbers, you have to arrange them in ascending order in the same stack without using any other data structure.
  • Q2. OS and DBMS questions(sharding, semaphores, etc.)
Round 4 - HR 

(1 Question)

  • Q1. Questions based on Consultadd principles.

Interview Preparation Tips

Interview preparation tips for other job seekers - Review data structures and algorithms (DSA) once before the interview, as Consultadd interviews primarily focus on DSA. Additionally, revisit technical subjects such as Operating Systems (OS), Database Management Systems (DBMS), Computer Networks (CN), DSA, Algorithm Design and Analysis (ADA), and Object-Oriented Programming (OOP).
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Jagan Institute of Management Studies (JIMS) 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
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 Recruitment Consulltant and was interviewed in Aug 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 

Aptitude test on logocal reasoning and maths question

Round 3 - Coding Test 

All sql queries and oops concept.

Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and about your views on questions.
  • Q2. Oops concept and .net basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more on sql queries and .net and be yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Acropolis Institute of Technology and Research, Bhopal and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions medium to hard level

Round 2 - Technical 

(3 Questions)

  • Q1. Doubly Linkeded List
  • Q2. How to find if the Singly Linked List is cyclic or not in optimal way
  • Ans. 

    Use Floyd's cycle detection algorithm to find if a Singly Linked List is cyclic or not.

    • Use two pointers, slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a cycle, the two pointers will eventually meet at some point.

    • If the fast pointer reaches the end of the list (null), then there is no cycle.

  • Answered by AI
  • Q3. DBMS Normalisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Theoretical as well as practical knowledge can help to crack interview

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Basic MCQ technical questions

Round 2 - Coding Test 

Easy level string and array and math questions

Techversant Infotech Interview FAQs

How many rounds are there in Techversant Infotech Associate Software Engineer interview?
Techversant Infotech interview process usually has 1-2 rounds. The most common rounds in the Techversant Infotech interview process are Technical and Coding Test.
How to prepare for Techversant Infotech Associate 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, Web Development, CSS3, HTML and Infrastructure.
What are the top questions asked in Techversant Infotech Associate Software Engineer interview?

Some of the top questions asked at the Techversant Infotech Associate Software Engineer interview -

  1. Write a program to count and print the occurrence of number in an ar...read more
  2. Difference between array and l...read more
  3. Difference between structure and cla...read more

Tell us how to improve this page.

Techversant Infotech Associate Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Techversant Infotech Associate Software Engineer Salary
based on 64 salaries
₹1.4 L/yr - ₹4.5 L/yr
51% less than the average Associate Software Engineer Salary in India
View more details

Techversant Infotech Associate Software Engineer Reviews and Ratings

based on 7 reviews

4.2/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

3.6

Salary

3.8

Job security

4.0

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
109 salaries
unlock blur

₹1.9 L/yr - ₹8.1 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Associate Software Engineer
64 salaries
unlock blur

₹1.4 L/yr - ₹4.5 L/yr

Softwaretest Engineer
23 salaries
unlock blur

₹2.5 L/yr - ₹5.8 L/yr

Software Developer
13 salaries
unlock blur

₹2.4 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Techversant Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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