ATYETI
Infodart Technologies Interview Questions and Answers
Q1. Behaviour of of code snippets
Code snippets can have different behaviors based on the programming language, syntax, and logic implemented.
Code snippets can produce different outputs based on the input provided.
The behavior of code snippets can be affected by the environment in which they are executed.
Errors in code snippets can lead to unexpected behaviors or crashes.
Code snippets can have different time and space complexities based on the algorithms used.
The behavior of code snippets can be influenced by...read more
Q2. What is overriding and overloading?
Overriding is when a subclass provides a different implementation of a method inherited from its superclass. Overloading is when multiple methods with the same name but different parameters are defined in a class.
Overriding is used to achieve runtime polymorphism.
Overriding methods must have the same name, return type, and parameters as the method in the superclass.
Overloading is used to achieve compile-time polymorphism.
Overloaded methods must have the same name but differen...read more
Q3. What is local storage?
Local storage is a web browser feature that allows websites to store data locally on a user's device.
Local storage is a key-value storage mechanism.
It is a part of the web storage API.
Data stored in local storage persists even after the browser is closed.
It is limited to storing data in string format.
Local storage can be accessed and modified using JavaScript methods like localStorage.setItem() and localStorage.getItem().
Q4. What is wrapper class?
Wrapper class is a class that wraps or encapsulates the primitive data types in Java.
Wrapper classes provide a way to use primitive data types as objects.
They have methods to convert between primitive types and objects.
Wrapper classes are immutable.
Examples of wrapper classes include Integer, Double, Boolean, etc.
Q5. What is package?
A package is a way to organize related classes and interfaces in Java.
Packages help in avoiding naming conflicts and provide a hierarchical structure.
Packages can be imported to access classes and interfaces from other packages.
Packages are used to create modular and reusable code.
Packages are declared using the 'package' keyword at the beginning of a Java file.
Example: 'package com.example.myapp;'
Q6. Features of java?
Java is a versatile programming language known for its platform independence, object-oriented nature, and robustness.
Platform independence: Java programs can run on any operating system or platform that has a Java Virtual Machine (JVM).
Object-oriented: Java supports the principles of encapsulation, inheritance, and polymorphism.
Robustness: Java has built-in memory management, exception handling, and strong type checking.
Rich API: Java provides a vast collection of pre-built c...read more
Q7. What are derivatives, types of derivatives
Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.
Types of derivatives include futures, options, swaps, and forwards
Derivatives are used for hedging, speculation, and arbitrage
Examples of derivatives include stock options, commodity futures, interest rate swaps
Top HR Questions asked in Infodart Technologies
Interview Process at Infodart Technologies
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month