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
4.1

based on 421 Reviews

Filter interviews by

In Time Tec Visionsoft Junior Software Developer Interview Questions and Answers

Updated 29 Oct 2024

In Time Tec Visionsoft Junior Software Developer Interview Experiences

5 interviews found

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

Junior Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given n coins for two players playing a game. Each player picks c ... read more
asked in Pisolv Tech
Q2. Did You Know what is golang and where did You uses that? Why You ... read more
Q3. int x:4; what does it mean ? a) x is a four digit number. b)x is ... read more
Q4. what is a lint? a) Analyzing tool. b)compiler. c)debugger. d)inte ... read more
asked in Infogain
Q5. What is deadlock .what are the conditions of deadlock?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA and oops questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at BV Bhoomareddi College of Engineering and Technology, Hubli 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

In Time Tec Visionsoft interview questions for designations

 Software Developer

 (6)

 Junior Software Engineer

 (1)

 Junior Software Engineer Trainee

 (2)

 Software Engineer

 (9)

 Senior Software Engineer

 (2)

 Software Engineer Trainee

 (2)

 Junior Engineer

 (2)

 DOT NET Developer

 (1)

I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked about the opps concepts.. For freshers they expect you to be good in basics rest they will teach you in training itself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please attend the interview if and only if you are passionate about coding and this the platform where you can grow as an individual. I started to talk to the clients after 4 to 5 months only and that will never happen in any company. Join the company if u r hungry to learn and ready to take responsibility.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Personal details
Round 2 - Coding Test 

Pattern, star , hollow pattern

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

(1 Question)

  • Q1. Explain oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating reusable code through classes and objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

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

    • Polymorphism: ability for objects to be treated as instances of...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is session in php
  • Ans. 

    Session in PHP is a way to store information (variables) to be used across multiple pages during a user's visit to a website.

    • Sessions are used to store user-specific information, such as username, shopping cart items, etc.

    • Sessions are started with session_start() function and can be accessed using the $_SESSION superglobal array.

    • Sessions are stored on the server and identified by a unique session ID, which is usually s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for the core concept if you are going as fresher

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Object-oriented questions
Round 2 - Technical 

(1 Question)

  • Q1. Project based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPs Concept, MVC Framework questions.

In Time Tec Visionsoft Interview FAQs

How many rounds are there in In Time Tec Visionsoft Junior Software Developer 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.
What are the top questions asked in In Time Tec Visionsoft Junior Software Developer interview?

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

  1. give angle betweeen hour hand and min hand art 12...read more
  2. write pandas for datafr...read more
  3. I was asked about the opps concepts.. For freshers they expect you to be good i...read more

Tell us how to improve this page.

In Time Tec Visionsoft Junior Software Developer Interview Process

based on 4 interviews in last 1 year

Interview experience

4.5
  
Good

People are getting interviews through

based on 4 In Time Tec Visionsoft interviews
Campus Placement
Job Portal
75%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
In Time Tec Visionsoft Junior Software Developer Salary
based on 26 salaries
₹5 L/yr - ₹6 L/yr
43% more than the average Junior Software Developer Salary in India
View more details

In Time Tec Visionsoft Junior Software Developer Reviews and Ratings

based on 9 reviews

2.6/5

Rating in categories

3.2

Skill development

2.5

Work-Life balance

2.6

Salary & Benefits

2.1

Job Security

2.6

Company culture

2.7

Promotions/Appraisal

2.3

Work Satisfaction

Explore 9 Reviews and Ratings
Software Engineer
702 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Software Engineer
253 salaries
unlock blur

₹6.7 L/yr - ₹18 L/yr

Junior Software Engineer
166 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Software Developer
67 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Devops Engineer
41 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Explore more salaries
Compare In Time Tec Visionsoft with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview