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 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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 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 - One-on-one 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

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, Resume Shortlist and Coding Test.
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.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 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

₹2.9 L/yr - ₹9.5 L/yr

Web Developer
8 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Android Developer
7 salaries
unlock blur

₹2.5 L/yr - ₹8.6 L/yr

Android App Developer
6 salaries
unlock blur

₹3.6 L/yr - ₹6.5 L/yr

IOS Application Developer
6 salaries
unlock blur

₹4.2 L/yr - ₹10 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