Filter interviews by
I applied via Referral and was interviewed in Jan 2023. There were 3 interview rounds.
Wrapper classes in Java are classes that allow primitive data types to be accessed as objects.
Wrapper classes provide a way to convert primitive data types into objects.
They are used when an object is required, such as in collections or generics.
Examples include Integer for int, Double for double, Boolean for boolean, etc.
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by preventing external code from directly modifying it.
Example: A class 'Car' with private variables like 'model', 'year', and public methods like 'getYear()' and 'setModel()'.
HashMap is a key-value pair collection while HashSet is a collection of unique elements.
HashMap stores key-value pairs while HashSet stores unique elements.
HashMap allows duplicate values but keys must be unique, while HashSet does not allow duplicates.
HashMap uses keys to retrieve values, while HashSet does not have keys and values are the same.
Example: HashMap
Optional class is used to handle null values in Java, preventing NullPointerExceptions.
Optional class was introduced in Java 8 to provide a more elegant way of handling null values.
It encourages developers to explicitly handle the presence or absence of a value, rather than relying on null checks.
Optional class has methods like isPresent(), get(), orElse(), etc. to work with optional values.
Using Optional class can mak...
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
Duration is 1 hr and topic is core java
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
Stream API is a set of classes in Java that allow processing collections of objects in a functional style. Lambda expressions are used to write concise code for functional interfaces.
Stream API provides a way to perform operations on collections like filter, map, reduce, etc.
Lambda expressions are used to define anonymous functions in a concise way.
Example: List
Salary expectations are based on experience, skills, location, and company size.
Consider factors like years of experience, specialized skills, industry demand, and cost of living in the area.
Research average salaries for Java Developers in your location and industry.
Be prepared to negotiate based on the job responsibilities and benefits offered.
Provide a salary range rather than a specific number to allow for negotiati
I applied via Company Website and was interviewed in May 2023. There were 4 interview rounds.
Quants,logical,verbal questions were asked in this round
Gd was held within 10 participants with a abstract topic
TCS iON interview questions for designations
English verbal, maths, logical questions
String,array,core java , oops
Get interview-ready with Top TCS iON Interview Questions
Reasoning and quants
Coding test questions
Group discussion practice
Case study practice
I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.
Mathematical and logical questions
Based on coding and programming
Oops concept in java
Object-oriented programming paradigm
Encapsulation, Inheritance, Polymorphism, Abstraction
Classes and Objects
Access Modifiers
Interfaces and Abstract Classes
OOPs concepts in C++ include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects to take on multiple forms.
Encapsulation hides the implementation details of a class from other objects.
Abstraction focuses on the essential features of an object and hides the unnecessary details.
Example: A car class can inheri...
I applied via Company Website and was interviewed in Nov 2022. There were 2 interview rounds.
I was interviewed in Dec 2021.
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round with questions on Core Java concepts.
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, ...
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.
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.
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 ...
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.
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.
I applied via Campus Placement and was interviewed in Dec 2021. There was 1 interview round.
Primitive data types are basic data types provided by Java, such as int, double, boolean, char, etc.
Primitive data types are predefined by the language and not objects
They are used to store simple values directly in memory
They have a fixed size and do not have any methods
Examples include int for integers, double for floating-point numbers, boolean for true/false values, char for characters
JVM stands for Java Virtual Machine. It is a virtual machine that executes Java bytecode.
JVM is responsible for running Java programs by interpreting bytecode.
It provides platform independence by executing bytecode on different operating systems.
JVM manages memory, performs garbage collection, and optimizes code execution.
It consists of various components like class loader, bytecode verifier, interpreter, and just-in-t...
Java is object-oriented to promote code reusability, modularity, and maintainability.
Java's object-oriented approach allows for the creation of reusable code components called objects.
Objects encapsulate data and behavior, making it easier to manage and maintain code.
Inheritance enables the creation of hierarchies and promotes code reuse.
Polymorphism allows objects of different classes to be treated as objects of a com...
JIT stands for Just-In-Time compiler. It is a part of the Java Virtual Machine (JVM) that compiles bytecode into machine code at runtime.
JIT is responsible for improving the performance of Java applications by compiling frequently executed code into native machine code.
It analyzes the code at runtime and identifies the hotspots, i.e., the code that is executed frequently.
JIT compiles the hotspots into machine code and ...
Just-in-time (JIT) is a feature in Java that compiles bytecode into native machine code at runtime.
JIT improves the performance of Java programs by reducing the time needed for compilation.
JIT is enabled by default in most Java virtual machines.
JIT can be disabled using the -Xint option.
JIT can also be configured using various options such as -XX:CompileThreshold and -XX:MaxInlineLevel.
Top trending discussions
based on 10 interviews
2 Interview rounds
based on 13 reviews
Rating in categories
Operations Executive
249
salaries
| ₹1.2 L/yr - ₹4.5 L/yr |
Software Developer
151
salaries
| ₹2.8 L/yr - ₹12 L/yr |
System Engineer
126
salaries
| ₹2 L/yr - ₹9.2 L/yr |
Software Engineer
118
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Manager
57
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Wipro
Amazon
TCS
Infosys