Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by In Time Tec Visionsoft Team. If you also belong to the team, you can get access from here

In Time Tec Visionsoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

In Time Tec Visionsoft Interview Questions and Answers

Updated 26 May 2025
Popular Designations

23 Interview questions

A Junior Software Developer was asked 4mo ago
Q. Given an unsorted array of integers, find the smallest positive integer that is missing.
Ans. 

Find the first missing number in an array of strings.

  • Convert the array of strings to an array of integers.

  • Sort the array of integers.

  • Iterate through the sorted array to find the first missing number.

View all Junior Software Developer interview questions
A Software Engineer was asked 5mo ago
Q. How do you find the kth element in a string?
Ans. 

Use a sorting algorithm to find the kth element in a string array.

  • Sort the array of strings using a sorting algorithm like quicksort or mergesort.

  • Return the kth element from the sorted array.

View all Software Engineer interview questions
A DOT NET Developer was asked 7mo ago
Q. Describe an API you would use to update employee details.
Ans. 

Create an API endpoint to update employee details.

  • Use PUT method to update employee details

  • Validate input data before updating

  • Return success message or error message accordingly

View all DOT NET Developer interview questions
A Junior Software Developer was asked 8mo ago
Q. Calculate the angle between the hour and minute hands at 12:20.
Ans. 

The angle between the hour hand and minute hand at 12:20 is 10 degrees.

  • Calculate the angle made by the hour hand from 12 o'clock position: (20/60)*30 = 10 degrees

  • Calculate the angle made by the minute hand from 12 o'clock position: (20/60)*360 = 120 degrees

  • Find the difference between the two angles: 120 - 10 = 110 degrees

View all Junior Software Developer interview questions
A Junior Software Developer was asked 8mo ago
Q. Write a Pandas script to create a DataFrame.
Ans. 

Pandas is a Python library used for data manipulation and analysis, including creating and working with dataframes.

  • Import the pandas library: import pandas as pd

  • Create a dataframe: df = pd.DataFrame(data)

  • Accessing data in a dataframe: df['column_name']

  • Filtering data in a dataframe: df[df['column_name'] > value]

  • Adding a new column: df['new_column'] = values

View all Junior Software Developer interview questions
A Manual Quality Assurance Engineer was asked 9mo ago
Q. What is Manual QA?
Ans. 

Manual QA involves testing software applications manually to ensure they meet quality standards.

  • Manual testing is done by human testers without the use of automation tools.

  • Testers follow test cases and execute them to identify bugs and defects.

  • Manual QA involves exploratory testing to uncover issues that automated tests may miss.

  • Testers document their findings and communicate with developers to resolve issues.

  • Exam...

View all Manual Quality Assurance Engineer interview questions
A Software Developer was asked 11mo ago
Q. What is the use of ng-content?
Ans. 

ng-content is used in Angular to project content into a component's template.

  • ng-content is used to pass content into a component from the outside.

  • It allows for dynamic content insertion within a component's template.

  • ng-content is often used in combination with ng-template and ng-container.

  • It is commonly used for creating reusable components with varying content.

View all Software Developer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. What is manual testing?
Ans. 

Manual testing is the process of manually testing software for defects, errors, and bugs.

  • Manual testing involves testers executing test cases without the use of automation tools.

  • Testers follow predefined test cases to ensure the software functions correctly.

  • Manual testing is time-consuming but allows for human intuition and creativity in finding bugs.

  • Examples of manual testing include exploratory testing, ad-hoc t...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is defect seeding?
Ans. 

Defect seeding is the intentional introduction of defects into a software system to evaluate the effectiveness of testing processes.

  • Defect seeding helps in identifying weaknesses in the testing process

  • Common techniques include adding bugs to the codebase or injecting faults into the system

  • It is used to measure the thoroughness and efficiency of testing

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is defect cascading?
Ans. 

Defect cascading is when a defect in one part of the software causes defects in other parts.

  • Occurs when a defect in one module goes undetected and affects other modules

  • Can lead to a chain reaction of defects throughout the software

  • Often results from poor testing practices or lack of communication among team members

View all Software Engineer interview questions

In Time Tec Visionsoft Interview Experiences

42 interviews found

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2025

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Asked All SQL Syllabus
  • Q3. Asked All Power Bi concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont give interview took 2 hours and given 70% answers still not selected
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Oops? and what is inheritance
  • Ans. 

    Oops stands for Object-Oriented Programming. Inheritance is a mechanism in which a new class inherits properties and behaviors from an existing class.

    • Oops stands for Object-Oriented Programming

    • Inheritance allows a new class to inherit properties and behaviors from an existing class

    • Inheritance promotes code reusability and helps in creating a hierarchical relationship between classes

  • Answered by AI

DOT NET Developer Interview Questions & Answers

user image Atiq Fathima Shaik

posted on 26 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Api to update employees details
  • Ans. 

    Create an API endpoint to update employee details.

    • Use PUT method to update employee details

    • Validate input data before updating

    • Return success message or error message accordingly

  • Answered by AI
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 Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was easy. it have aptitude and some technical question

Round 2 - Technical 

(1 Question)

  • Q1. It was an easy question on string and ASCII based
Round 3 - Technical 

(1 Question)

  • Q1. Oops, sql, project, os
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1 coding questions and Aptitude questions
Codings are easy to learn from arrays and Strings and aptitude some questions about computer networks and reasoning and technical MCQ

Round 2 - Technical 

(2 Questions)

  • Q1. Basic coding questions and basic theory questions like program language questions
  • Q2. What is java What is class and object What is abstraction What is inheritance What is polymorphism What is method overloading and overriding What is construct
  • Ans. 

    Java is a popular programming language used for developing various applications.

    • Class is a blueprint for creating objects, which are instances of classes.

    • Abstraction is the concept of hiding implementation details and showing only necessary features.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects of different classes to be treated as objects of a common super...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself What is your goals
  • Q2. Tell me about yourself Streath and weakness

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Basic aptitude asked for all company

Round 2 - Coding Test 

One question to find substring of string which has double chars

Round 3 - Technical 

(2 Questions)

  • Q1. Basic oops and sql
  • Q2. Write pandas for dataframe
  • Ans. 

    Pandas is a Python library used for data manipulation and analysis, including creating and working with dataframes.

    • Import the pandas library: import pandas as pd

    • Create a dataframe: df = pd.DataFrame(data)

    • Accessing data in a dataframe: df['column_name']

    • Filtering data in a dataframe: df[df['column_name'] > value]

    • Adding a new column: df['new_column'] = values

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Give angle betweeen hour hand and min hand art 12:20
  • Ans. 

    The angle between the hour hand and minute hand at 12:20 is 10 degrees.

    • Calculate the angle made by the hour hand from 12 o'clock position: (20/60)*30 = 10 degrees

    • Calculate the angle made by the minute hand from 12 o'clock position: (20/60)*360 = 120 degrees

    • Find the difference between the two angles: 120 - 10 = 110 degrees

  • Answered by AI
  • Q2. Basic operating system questions

Interview Preparation Tips

Interview preparation tips for other job seekers - they provide good feeling of friend around you during interview

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based on coding

Round 2 - Coding Test 

Based on coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Introduction of yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.

    • Recent graduate in Computer Science

    • Proficient in Java, Python, and web development

    • Passionate about coding

  • Answered by AI
  • Q2. About dbms , sql queries..

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good company
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

C,c++,java ,SQL, javascript and python

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Apr 2024.

Round 1 - HR 

(1 Question)

  • Q1. General Questions
Round 2 - Coding Test 

Asked many Tecnical Questions with live Coding

Round 3 - One-on-one 

(4 Questions)

  • Q1. Technical Background
  • Q2. Tell me About yourself
  • Q3. Some technical questions
  • Q4. And EarlierJob Experiences

Interview Preparation Tips

Topics to prepare for In Time Tec Visionsoft Software Engineer interview:
  • Java

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about In Time Tec Visionsoft?
Ask anonymously on communities.

In Time Tec Visionsoft Interview FAQs

How many rounds are there in In Time Tec Visionsoft interview?
In Time Tec Visionsoft interview process usually has 2-3 rounds. The most common rounds in the In Time Tec Visionsoft interview process are Technical, Coding Test and Aptitude Test.
How to prepare for In Time Tec Visionsoft 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 In Time Tec Visionsoft. The most common topics and skills that interviewers at In Time Tec Visionsoft expect are Javascript, Communication Skills, SQL, Python and Firmware.
What are the top questions asked in In Time Tec Visionsoft interview?

Some of the top questions asked at the In Time Tec Visionsoft interview -

  1. What is java What is class and object What is abstraction What is inheritance W...read more
  2. give angle betweeen hour hand and min hand art 12...read more
  3. What is black box and white box test...read more
What are the most common questions asked in In Time Tec Visionsoft HR round?

The most common HR questions asked in In Time Tec Visionsoft interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why should we hire y...read more
  3. Tell me about yourse...read more
How long is the In Time Tec Visionsoft interview process?

The duration of In Time Tec Visionsoft interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 55 interview experiences

Difficulty level

Easy 24%
Moderate 60%
Hard 16%

Duration

Less than 2 weeks 84%
2-4 weeks 12%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 40 Interviews
Damco Solutions Interview Questions
3.8
 • 38 Interviews
Simform Interview Questions
3.4
 • 37 Interviews
Stefanini Interview Questions
3.0
 • 36 Interviews
View all

In Time Tec Visionsoft Reviews and Ratings

based on 411 reviews

3.7/5

Rating in categories

3.9

Skill development

3.5

Work-life balance

3.2

Salary

3.8

Job security

3.7

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 411 Reviews and Ratings
Sr. Python Developer

Jaipur,

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Cyber Security Engineer

Jaipur,

Bangalore / Bengaluru

4-5 Yrs

Not Disclosed

System Administrator

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
782 salaries
unlock blur

₹4.7 L/yr - ₹11.1 L/yr

Senior Software Engineer
291 salaries
unlock blur

₹6.3 L/yr - ₹17 L/yr

Junior Software Engineer
172 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Software Developer
78 salaries
unlock blur

₹4.7 L/yr - ₹12 L/yr

Devops Engineer
44 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Explore more salaries
Compare In Time Tec Visionsoft with

Tekwissen

4.8
Compare

Damco Solutions

3.8
Compare

smartData Enterprises

3.3
Compare

AgreeYa Solutions

3.2
Compare
write
Share an Interview