i
Fusioni Technologies
Filter interviews by
I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.
Closures are self-contained blocks of functionality that can be passed around and used in your code.
Closures capture and store references to any constants and variables from the context in which they are defined.
There are three types of closures: Global functions, Nested functions, and Closure expressions.
Closure expressions are unnamed closures written in a lightweight syntax that can capture values from their surroun
I follow the MVC (Model-View-Controller) design pattern in my iOS development.
Separates data (Model), user interface (View), and control logic (Controller)
Improves code organization and maintainability
Promotes reusability and scalability
Examples: UIKit framework in iOS uses MVC pattern
I applied via Naukri.com and was interviewed before Jan 2022. There were 3 interview rounds.
Yes, I have worked on MVVM architecture pattern.
MVVM stands for Model-View-ViewModel.
It separates the UI logic from the business logic.
ViewModel acts as a mediator between Model and View.
Data binding is a key feature of MVVM.
I have implemented MVVM in my previous Android projects using Android Architecture Components such as LiveData and ViewModel.
Broadcast Receiver is a component of Android system that listens to system-wide broadcast announcements.
It is used to respond to system-wide broadcast announcements.
It is implemented as a subclass of BroadcastReceiver class.
It can be registered either statically in AndroidManifest.xml or dynamically in code.
Examples of system-wide broadcasts are battery low, network connectivity changes, etc.
Val is immutable and var is mutable in Kotlin programming language.
Val is used to declare a variable whose value cannot be changed once assigned.
Var is used to declare a variable whose value can be changed.
Val is similar to final variable in Java.
Var is similar to non-final variable in Java.
Val is preferred over var as it ensures immutability and reduces the chances of bugs.
Example: val name = "John" // value cannot be...
RxJava is a library for composing asynchronous and event-based programs using observable sequences.
RxJava is a Java implementation of ReactiveX, a library for composing asynchronous and event-based programs using observable sequences.
It provides a set of operators to transform, filter, and combine these sequences.
RxJava can be used for network calls, database operations, UI events, and more.
It simplifies concurrency an...
Then ask me to parse a json api in a recycler view
Top trending discussions
posted on 9 May 2017
I was interviewed before May 2016.
posted on 13 Jan 2021
I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.
We are using a variety of technologies, including some of the latest ones.
We are using React for our front-end development.
We are also using Node.js for our back-end development.
We are using Docker for containerization.
We are using Kubernetes for orchestration.
We are using AWS for cloud hosting.
We are constantly evaluating new technologies to see if they can improve our development process.
It depends on the specific requirements and constraints of the project.
Consider the project's goals and objectives
Evaluate the available technologies and their capabilities
Assess the project's budget and timeline
Consult with stakeholders and experts in the field
Examples: React vs Angular, MySQL vs MongoDB, Java vs Python
posted on 4 May 2019
I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 24 Apr 2024
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
It was online 60min test.
It was offline 30 min test.
posted on 24 Apr 2024
I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.
Basic java questions along with aptitude questions.
posted on 26 Apr 2024
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
The 4 principles of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation restricts access to certain components within a class, protecting the data.
Abstraction hides complex implementation details and only shows the necessary features.
Polymorphism allows objects to be treated as instances of their parent class.
String buffer is synchronized and thread-safe, while string builder is not synchronized and faster.
String buffer is synchronized, making it thread-safe for use in multi-threaded environments.
String builder is not synchronized, providing better performance in single-threaded applications.
String builder is faster than string buffer due to lack of synchronization overhead.
Example: StringBuffer sb = new StringBuffer(); Str
Strings are immutable in order to ensure data integrity and security.
Immutable strings prevent accidental data modification, ensuring data integrity.
Immutable strings enhance security by preventing unauthorized access or tampering.
Immutable strings allow for more efficient memory management and optimization.
Example: 'Hello' cannot be changed to 'Hella' directly, a new string must be created.
There are two types of exceptions in Java: checked exceptions and unchecked exceptions.
Checked exceptions are checked at compile time and must be handled using try-catch or throws keyword.
Unchecked exceptions are not checked at compile time and include RuntimeException and its subclasses.
Examples of checked exceptions include IOException, SQLException, and ClassNotFoundException.
Examples of unchecked exceptions include...
Linear search is a simple searching algorithm that sequentially checks each element in a list until a match is found.
Iterate through each element in the list
Compare the current element with the target value
Return the index if a match is found, otherwise return -1
JDK includes JRE and development tools, while JRE includes only the Java Runtime Environment.
JDK stands for Java Development Kit, which includes JRE and development tools like compilers and debuggers.
JRE stands for Java Runtime Environment, which includes JVM and libraries necessary to run Java applications.
JVM stands for Java Virtual Machine, which is responsible for executing Java bytecode.
JDK is used for developing ...
posted on 24 Dec 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
based on 2 interviews
Interview experience
based on 11 reviews
Rating in categories
IOS Developer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Web Developer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Android Developer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Android App Developer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
IOS Application Developer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Accel Frontline
Northcorp Software
Elentec Power India (EPI) Pvt. Ltd.
HyScaler