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 Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 13 Feb 2025

Top In Time Tec Visionsoft Software Engineer Interview Questions and Answers for Experienced

View all 9 questions

In Time Tec Visionsoft Software Engineer Interview Experiences for Experienced

6 interviews found

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

I was interviewed 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
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Heroku

    • Strong problem-solving skills and ability

  • Answered by AI
  • Q3. Some technical questions
  • Q4. And EarlierJob Experiences

Interview Preparation Tips

Topics to prepare for In Time Tec Visionsoft Software Engineer interview:
  • Java
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops, concepts, array, strin code

Software Engineer Interview Questions Asked at Other Companies for undefined

Q1. String Compression Problem Statement Implement a program that per ... read more
asked in HCLTech
Q2. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q3. Total time: 110 mins 1. Find missing and duplicate numbers from g ... read more
asked in HCLTech
Q4. Reverse Array Elements Given an array containing 'N' elements, th ... read more
asked in Cisco
Q5. Intersection of Linked List Problem You are provided with two sin ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy interview and designs pattern

Round 2 - Technical 

(1 Question)

  • Q1. Find kth elements in 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.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. 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. Coding Round, Design Pattern
Round 3 - Technical 

(1 Question)

  • Q1. Coding, Design Pattern
Round 4 - Technical 

(1 Question)

  • Q1. Coding, SOLID, System Design

In Time Tec Visionsoft interview questions for designations

 Software Engineer Trainee

 (2)

 Junior Software Engineer

 (2)

 Senior Software Engineer

 (2)

 Software Developer

 (6)

 Junior Software Developer

 (6)

 Junior Software Engineer Trainee

 (2)

 Junior Engineer

 (2)

 Technical Support Engineer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Test was quiet easy and got selected after making 1 question wrong

Round 2 - One-on-one 

(1 Question)

  • Q1. Had this round with the manager and he asked me some logical questions and as I was a fresher no previous experience questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up OOPS concepts

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

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

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your sey
  • Q2. Aptitude questions
  • Q3. Programming in java
  • Ans. 

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

    • Java is an object-oriented language.

    • It is platform-independent and can run on any machine with a Java Virtual Machine (JVM).

    • Java is used for developing web applications, mobile applications, desktop applications, and more.

    • It has a vast library of pre-built classes and APIs that make development faster and easier.

    • Java is also used for develo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was slightly difficult,but with programming skills can get a job

Skills evaluated in this interview

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

I applied via Campus Placement 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 - Technical 

(1 Question)

  • Q1. There is mcq test, where all the question are from devops perspective like Jenkins, git, maven etc.,
Round 3 - One-on-one 

(1 Question)

  • Q1. As I'm interested in java they asked some java based questions and some aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try concentrating on java because mule works on java, having maven knowledge is an add on.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

In Time Tec Visionsoft Interview FAQs

How many rounds are there in In Time Tec Visionsoft Software Engineer interview for experienced candidates?
In Time Tec Visionsoft interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the In Time Tec Visionsoft interview process for experienced candidates are Technical, Coding Test and One-on-one Round.
How to prepare for In Time Tec Visionsoft Software Engineer interview for experienced candidates?
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 SQL, Firmware, HTML, Javascript and Communication Skills.
What are the top questions asked in In Time Tec Visionsoft Software Engineer interview for experienced candidates?

Some of the top questions asked at the In Time Tec Visionsoft Software Engineer interview for experienced candidates -

  1. What is black box and white box test...read more
  2. What is manual test...read more
  3. What is defect cascad...read more

Tell us how to improve this page.

In Time Tec Visionsoft Software Engineer Interview Process for Experienced

based on 6 interviews

1 Interview rounds

  • Technical Round
View more
In Time Tec Visionsoft Software Engineer Salary
based on 716 salaries
₹3 L/yr - ₹11.5 L/yr
12% less than the average Software Engineer Salary in India
View more details

In Time Tec Visionsoft Software Engineer Reviews and Ratings

based on 125 reviews

3.8/5

Rating in categories

4.0

Skill development

3.6

Work-life balance

3.3

Salary

4.1

Job security

4.0

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 125 Reviews and Ratings
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