Upload Button Icon Add office photos

Filter interviews by

IVTL Infoview Technologies Engineer Trainee Interview Questions and Answers

Updated 23 Oct 2023

IVTL Infoview Technologies Engineer Trainee Interview Experiences

2 interviews found

Round 1 - Aptitude Test 

Easy to write

Round 2 - Technical 

(1 Question)

  • Q1. Easy to crack. Bask collection questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All rounds are easy to crack. Basic knowledge of Java is enough!
Interview experience
3
Average
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Basic aptitude such as distances, time, train problems

Round 3 - Technical 

(1 Question)

  • Q1. OOPS concept and collections in java
  • Ans. 

    OOPS concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction. Collections in Java are data structures used to store and manipulate groups of objects.

    • OOPS concepts include inheritance (e.g. class B extends class A), encapsulation (e.g. private variables with public methods), polymorphism (e.g. method overloading and overriding), and abstraction (e.g...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and resume

Skills evaluated in this interview

Engineer Trainee Interview Questions Asked at Other Companies

Q1. If 10 people had a meeting and they shake hands only once with ea ... read more
asked in Siemens
Q2. Puzzle - A drawer contains 10 pairs each of red and blue socks. W ... read more
asked in Sobha
Q3. Shear force diagram and bending moment diagram for combination of ... read more
Q4. Explain stress and strain curve; Different Modulus eg young,bulk ... read more
asked in AVASOFT
Q5. What is logic of amstrong number say its coding logic

Interview questions from similar companies

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

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your currect project

Interview Questionnaire 

1 Question

  • Q1. I am hired for client ibm and first round was aptitude where mainly series type questions was there.second round was f2f where they asked about core java concepts some SQL query.

I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There will be 3 coding questions. They are of medium and hard level.

Round 2 - Technical 

(1 Question)

  • Q1. Sort array consisting 0's 1's and 2's without inbuilt functions
  • Ans. 

    Sort an array of 0's, 1's, and 2's without using inbuilt functions.

    • Use three pointers to keep track of the last index of 0's, 1's, and 2's

    • Iterate through the array and swap elements based on their value

    • Continue until all elements are sorted

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Os cn related questions
Round 4 - HR 

(1 Question)

  • Q1. Java questions and general hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Java and CS topics.
DSA is anyways compulsory for this company you need to solve the questions in the given time

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between Asp.net and Ado.net? Explain about Ado.net complete briefly?
  • Ans. 

    ASP.NET is a web development framework while ADO.NET is a data access technology for connecting to databases.

    • ASP.NET is used for building web applications, while ADO.NET is used for accessing and manipulating data from databases.

    • ASP.NET provides a framework for creating dynamic web pages, handling user input, and managing state, while ADO.NET provides a set of classes for interacting with databases.

    • ASP.NET includes fea...

  • Answered by AI
  • Q2. Difference between Functions and stored procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of SQL statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions are deterministic while stored procedures may not be.

    • Functions c...

  • Answered by AI
  • Q3. Interface Inheritance Difference between overloading and overriding
  • Ans. 

    Interface is a contract that defines the methods a class must implement. Inheritance is the ability of a class to inherit properties and methods from another class.

    • Interface is used to achieve abstraction and multiple inheritance in Java.

    • Inheritance allows code reuse and promotes code organization.

    • Overloading is having multiple methods with the same name but different parameters.

    • Overriding is providing a different impl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare oops and asp.net ,ado.net ,SQL server concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DevOps tools related questions
  • Q2. And python programming questions
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online test to check our mathematical ability and logical reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Online test and also one to one from lead engineers
Round 3 - HR 

(1 Question)

  • Q1. Salary and travelling related details if finalized
Round 4 - One-on-one 

(1 Question)

  • Q1. Face to face virtual interview from manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good knowledge about coding and basics and be confident
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is Java?
  • Ans. 

    Java is a versatile, object-oriented programming language designed for portability across platforms.

    • Object-Oriented: Supports concepts like inheritance, encapsulation, and polymorphism.

    • Platform-Independent: Write once, run anywhere (WORA) due to Java Virtual Machine (JVM).

    • Rich API: Offers a wide range of libraries for tasks like networking, I/O, and GUI development.

    • Strongly Typed: Enforces strict type checking at compi...

  • Answered by AI
  • Q2. What are the methods to effectively use threads in programming?
  • Ans. 

    Effective thread usage enhances performance and responsiveness in applications by enabling concurrent execution of tasks.

    • Use thread pools to manage a fixed number of threads, reducing overhead. Example: Java's ExecutorService.

    • Implement synchronization mechanisms (like mutexes) to prevent race conditions. Example: using 'synchronized' keyword in Java.

    • Utilize concurrent data structures (like ConcurrentHashMap) to avoid l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is advisable not to join the company for better opportunities, as this organization is not favorable; they focus solely on work. There are health issues that the company does not address, and they do not care about their employees.

IVTL Infoview Technologies Interview FAQs

How many rounds are there in IVTL Infoview Technologies Engineer Trainee interview?
IVTL Infoview Technologies interview process usually has 2-3 rounds. The most common rounds in the IVTL Infoview Technologies interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in IVTL Infoview Technologies Engineer Trainee interview?

Some of the top questions asked at the IVTL Infoview Technologies Engineer Trainee interview -

  1. OOPS concept and collections in j...read more
  2. Easy to crack. Bask collection questi...read more

Tell us how to improve this page.

IVTL Infoview Technologies Engineer Trainee Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Pitney Bowes Interview Questions
3.7
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Avontix Interview Questions
3.9
 • 19 Interviews
Dataflow Group Interview Questions
3.0
 • 15 Interviews
VHS Consulting Interview Questions
3.7
 • 14 Interviews
Emtec Interview Questions
4.3
 • 14 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
View all
IVTL Infoview Technologies Engineer Trainee Salary
based on 102 salaries
₹4 L/yr - ₹10.1 L/yr
94% more than the average Engineer Trainee Salary in India
View more details

IVTL Infoview Technologies Engineer Trainee Reviews and Ratings

based on 20 reviews

3.2/5

Rating in categories

3.2

Skill development

2.3

Work-life balance

3.1

Salary

1.8

Job security

2.9

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 20 Reviews and Ratings
Junior Engineer
440 salaries
unlock blur

₹7 L/yr - ₹12.9 L/yr

Software Developer
228 salaries
unlock blur

₹4.5 L/yr - ₹14.5 L/yr

Engineer Trainee
102 salaries
unlock blur

₹4 L/yr - ₹10.1 L/yr

Junior Software Engineer
83 salaries
unlock blur

₹6 L/yr - ₹13.1 L/yr

Software Engineer
76 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Explore more salaries
Compare IVTL Infoview Technologies with

Accel Frontline

4.0
Compare

Pitney Bowes

3.7
Compare

DynPro

3.8
Compare

Apex CoVantage

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