Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Fusioni Technologies Team. If you also belong to the team, you can get access from here

Fusioni Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Fusioni Technologies Interview Questions, Process, and Tips

Updated 23 May 2024

Top Fusioni Technologies Interview Questions and Answers

View all 6 questions

Fusioni Technologies Interview Experiences

Popular Designations

2 interviews found

IOS Developer Interview Questions & Answers

user image Manoj Singh

posted on 23 May 2024

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

I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Tableview data source and delegate Closure Protocol Class and structure Arc Data pass
  • Q2. Closure and its types
  • Ans. 

    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

  • Answered by AI
  • Q3. Protocol and delegate
  • Q4. ARC and strong and weak
  • Q5. Design patternwhich followed
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic question

Skills evaluated in this interview

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Have you worked on MVVM?
  • Ans. 

    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.

  • Answered by AI
  • Q2. What is Broadcast Reciever?
  • Ans. 

    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.

  • Answered by AI
  • Q3. What is difference in Val and var?
  • Ans. 

    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...

  • Answered by AI
  • Q4. What is Rx Java .?
  • Ans. 

    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...

  • Answered by AI
Round 3 - Coding Test 

Then ask me to parse a json api in a recycler view

Interview Preparation Tips

Interview preparation tips for other job seekers - This is one of the best organization in noida

Smooth and polite work environment.

No office politics and toxicity at all

Skills evaluated in this interview

Android App Developer Interview Questions asked at other Companies

Q1. Activity launch modes Activity lifecycle Program to find second largest number in an array Singleton implementation
View answer (1)

Interview questions from similar companies

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    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.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was online 60min test.

Round 2 - Aptitude Test 

It was offline 30 min test.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,dbms,css,html,dsa,java.
  • Q2. It was very friendly .

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Software Developer interview:
  • Java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic java questions along with aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops concept, java functionalities, spring framework.
Round 3 - HR 

(1 Question)

  • Q1. Basic Hr questions, when you can join, expected ctc...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What are the 4 principles of oops?
  • Ans. 

    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.

  • Answered by AI
  • Q2. What is the difference between string buffer and string builder?
  • Ans. 

    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

  • Answered by AI
  • Q3. Why strings are immutable?
  • Ans. 

    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.

  • Answered by AI
  • Q4. What are the different types of exception in java?
  • Ans. 

    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...

  • Answered by AI
  • Q5. Explain linear search algorithm.
  • Ans. 

    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

  • Answered by AI
  • Q6. Difference between JDK jvm and jre
  • Ans. 

    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 ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare all the skills which you are mentioned in your cv.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Java mcq
  • Q2. Questions on Oops
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume
Round 3 - HR 

(1 Question)

  • Q1. Questions on direction, physics

Fusioni Technologies Interview FAQs

How many rounds are there in Fusioni Technologies interview?
Fusioni Technologies interview process usually has 2 rounds. The most common rounds in the Fusioni Technologies interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Fusioni Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Fusioni Technologies. The most common topics and skills that interviewers at Fusioni Technologies expect are JSON, XML, RSS, Javascript and JQuery.
What are the top questions asked in Fusioni Technologies interview?

Some of the top questions asked at the Fusioni Technologies interview -

  1. What is difference in Val and v...read more
  2. Have you worked on MV...read more
  3. What is Broadcast Reciev...read more

Tell us how to improve this page.

Fusioni Technologies Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Quantsapp Interview Questions
2.8
 • 34 Interviews
Appsierra Interview Questions
4.4
 • 28 Interviews
View all

Fusioni Technologies Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.8

Salary

3.7

Job security

3.8

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 11 Reviews and Ratings
IOS Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android App Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IOS Application Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fusioni Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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