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, Process, and Tips

Updated 24 Feb 2025

Top In Time Tec Visionsoft Interview Questions and Answers

View all 26 questions

In Time Tec Visionsoft Interview Experiences

Popular Designations

41 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Percentage ,ratio,time & speed

Round 2 - Coding Test 

Array,string basic question

Round 3 - Technical 

(2 Questions)

  • Q1. Basic of object oriented programming language
  • Q2. Whatever there was in my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and be confident

Junior Engineer Interview Questions asked at other Companies

Q1. What is the main role of Junior engineer in Electrical maintenance and How to provide the company facilities ?
View answer (25)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. 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 testin

  • Answered by AI
  • Q2. What is black box and white box testing
  • Ans. 

    Black box testing focuses on testing the functionality of a software without knowing its internal code, while white box testing involves testing the internal code structure.

    • Black box testing is based on external expectations and specifications

    • White box testing is based on internal code structure and logic

    • Black box testing is also known as functional testing

    • White box testing is also known as structural testing

    • Example: I...

  • Answered by AI
  • Q3. Explain severity and priority
  • Ans. 

    Severity and priority are used to classify the importance and urgency of issues in software development.

    • Severity refers to the impact of an issue on the system or business.

    • Priority refers to the urgency of fixing an issue.

    • Severity is usually categorized as low, medium, or high.

    • Priority is usually categorized as low, medium, or high.

    • For example, a critical bug that causes the system to crash would have high severity and

  • Answered by AI
  • Q4. Explain your project
Round 2 - Technical 

(6 Questions)

  • Q1. Explain your last project
  • Q2. Write test cases
  • Ans. 

    Writing test cases for software engineer position

    • Test case for login functionality: verify valid credentials login successfully, verify invalid credentials show error message

    • Test case for search functionality: verify search results display correctly, verify no results message shown for invalid search

    • Test case for checkout process: verify items added to cart correctly, verify payment process completes successfully

  • Answered by AI
  • Q3. What is QA and QC
  • Ans. 

    QA stands for Quality Assurance and involves the process of ensuring quality in software development. QC stands for Quality Control and involves the process of verifying quality in the final product.

    • QA focuses on preventing defects in the software development process

    • QC focuses on identifying defects in the final product

    • QA involves processes like code reviews, unit testing, and continuous integration

    • QC involves processe...

  • Answered by AI
  • Q4. 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

  • Answered by AI
  • Q5. 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

  • Answered by AI
  • Q6. What is defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing software bugs.

    • Defect identification: Bugs are found during testing or by users.

    • Defect reporting: Bugs are documented in a bug tracking system.

    • Defect fixing: Developers address and resolve the reported bugs.

    • Defect retesting: Testers verify that the bug is fixed.

    • Defect closing: Once verified, the bug is marked as closed.

  • Answered by AI

Skills evaluated in this interview

Top In Time Tec Visionsoft Software Engineer Interview Questions and Answers

Q1. What is black box and white box testing
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
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 Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Multiple coding questions like fibonacy are asked

Round 2 - Technical 

(1 Question)

  • Q1. Asked about OS and memory management

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude questions are there like Logical Reasoning and english.

Level : Easy
Time : 30 Min

Round 2 - Coding Test 

Give one easy problem based on array.

Level : Easy
Time : 30 Min

Round 3 - Technical 

(1 Question)

  • Q1. Questions based on final year project, Networking , OOPS, DBMS(keys, advantage, schemas), and basic programming questions(class, structure, Pointer). And they give me 3 aptitude questions to solve in that ...
Round 4 - Technical 

(1 Question)

  • Q1. It was another technical but similar round. Questions based on computer networks, DBMS and OOPS. And they asked me to write code to show the inheritance and polymorphism. Level : Easy Time : 30 min

Interview Preparation Tips

Topics to prepare for In Time Tec Visionsoft Software Engineer Trainee interview:
  • OOPS
  • DBMS
  • C++

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

In Time Tec Visionsoft interview questions for popular designations

 Software Engineer

 (11)

 Software Developer

 (6)

 Junior Software Developer

 (6)

 Junior Software Engineer

 (2)

 Software Engineer Trainee

 (2)

 Junior Software Engineer Trainee

 (2)

 Senior Software Engineer

 (2)

 Junior Engineer

 (2)

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

(2 Questions)

  • Q1. Frontend angular and javascript questions
  • Q2. Life cycle hook Components Model Lazy loading Pipe Observable Promise
Round 3 - Coding Test 

Basic programming questions, like find the occurrence of the characters in a string

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and some project related questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top In Time Tec Visionsoft Interview Questions

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptiude test on their platform

Round 2 - Coding Test 

Coding question on array

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at In Time Tec Visionsoft

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 3 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 - Coding Test 

Basic coding question will be there

Round 3 - Technical 

(2 Questions)

  • Q1. Opps , dbms , data structure
  • Q2. Explain about inheritence
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class can inherit properties and methods from another class.

    • Inheritance allows for code reuse and promotes code organization.

    • The class that is being inherited from is called the parent or base class.

    • The class that inherits from the parent class is called the child or derived class.

    • The child class can access all the public and protected members of the par...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - java knowlege is required to clear the first round

Top In Time Tec Visionsoft Software Engineer Interview Questions and Answers

Q1. What is black box and white box testing
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Trainee Interview Questions & Answers

user image Anonymous

posted on 24 Jan 2022

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal question asked

Round 2 - Coding Test 

Easy test

Round 3 - Technical 

(2 Questions)

  • Q1. About oops c c++ python
  • Q2. Python basics and cloud basics
Round 4 - HR 

(4 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.
  • Q4. Personal details why you are best

Interview Preparation Tips

Topics to prepare for In Time Tec Visionsoft Trainee interview:
  • Python
  • Java
  • C
  • C++
Interview preparation tips for other job seekers - Be confident and just remember you are the best

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Interview Questionnaire 

1 Question

  • Q1. Different sprint ceremonies
  • Ans. 

    Sprint ceremonies are meetings held during a sprint to facilitate communication and collaboration within the team.

    • Sprint planning: where the team plans the work to be done in the upcoming sprint

    • Daily stand-up: a brief meeting where team members share progress and discuss any obstacles

    • Sprint review: a meeting where the team demonstrates the work completed during the sprint

    • Sprint retrospective: a meeting where the team r...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Describe about your previous job
  • Q2. Why did you leave the previous company
  • Q3. Where do you see yourself in the next 2-3 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your job responsibilities of your previous organisation in detail so they are clear about the work you do and can believe and trust you to keep performing well for them.

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

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, SQL, Communication Skills, 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. Acid properties used in real life project mentioned in res...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.

In Time Tec Visionsoft Interview Process

based on 53 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Apisero Interview Questions
4.3
 • 64 Interviews
View all

In Time Tec Visionsoft Reviews and Ratings

based on 375 reviews

3.8/5

Rating in categories

4.0

Skill development

3.6

Work-life balance

3.3

Salary

3.9

Job security

3.9

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 375 Reviews and Ratings
Python Developer

Jaipur,

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Data Engineer (Remote)

Jaipur,

Bangalore / Bengaluru

2-4 Yrs

₹ 8-18 LPA

PowerBI Developer

Jaipur,

Bangalore / Bengaluru

2-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
716 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
282 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Engineer
167 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare In Time Tec Visionsoft 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