TCS iON interview experience Real time questions & tips from candidates to crack your interview

Java Developer

TCS iON
upvote
share-icon
1 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Data Structures, Algorithms, Java, Aptitude, OOPS
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Prepare Basic java questions and questions important for java.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Video Call
Duration60 minutes
Interview date24 Dec 2021
Coding problem4

Technical Interview round with questions on Core Java concepts.

1. Java Question

What are the primitive data types in Java?

Problem approach

byte: The byte data type is an 8-bit signed two's complement integer. It has a minimum value of -128 and a maximum value of 127 (inclusive). The byte data type can be useful for saving memory in large arrays, where the memory savings actually matters.

short: The short data type is a 16-bit signed two's complement integer. It has a minimum value of -32,768 and a maximum value of 32,767 (inclusive). 

int: By default, the int data type is a 32-bit signed two's complement integer, which has a minimum value of -231 and a maximum value of 231-1. 

long: The long data type is a 64-bit two's complement integer. The signed long has a minimum value of -263 and a maximum value of 263-1. 

float: The float data type is a single-precision 32-bit IEEE 754 floating point.

double: The double data type is a double-precision 64-bit IEEE 754 floating point. 

boolean: The boolean data type has only two possible values: true and false. Use this data type for simple flags that track true/false conditions. 

char: The char data type is a single 16-bit Unicode character. It has a minimum value of '\u0000' (or 0) and a maximum value of '\uffff' (or 65,535 inclusive).

2. Java Question

What is JVM?

Problem approach

It is :
A specification where working of Java Virtual Machine is specified. But implementation provider is independent to choose the algorithm. Its implementation has been provided by Oracle and other companies.
An implementation Its implementation is known as JRE (Java Runtime Environment).
Runtime Instance Whenever you write java command on the command prompt to run the java class, an instance of JVM is created.

3. Java Question

Why is Java an Object Oriented Language?

Problem approach

Java is object oriented programming language because without class and object it is impossible to write any Java program.
Java is not pure object oriented programming language because java has predefined primitive data types (which are not objects) and you can access the members of a static class without creating an object of it.

4. Java Question

What is JIT?

Problem approach

Just-in-time, or JIT, is an inventory management method in which goods are received from suppliers only as they are needed. The main objective of this method is to reduce inventory holding costs and increase inventory turnover. Just in time requires carefully planning the entire supply chain and usage of superior software in order to carry out the entire process till delivery, which increases efficiency and eliminates the scope for error as each process is monitored.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which keyword is used for inheritance?

Choose another skill to practice
Similar interview experiences
SDE - 1
2 rounds | 6 problems
Interviewed by TCS iON
1272 views
0 comments
0 upvotes
Assistant System Engineer
2 rounds | 7 problems
Interviewed by TCS iON
1108 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3097 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
2658 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Java Developer
3 rounds | 20 problems
Interviewed by Ernst & Young (EY)
8394 views
2 comments
0 upvotes
company logo
Java Developer
3 rounds | 16 problems
Interviewed by Infosys
42396 views
2 comments
0 upvotes
company logo
Java Developer
3 rounds | 15 problems
Interviewed by Infosys
83706 views
6 comments
0 upvotes