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 Android App Developer Interview Questions, Process, and Tips for Experienced

Updated 12 Jan 2023

Fusioni Technologies Android App Developer Interview Experiences for Experienced

1 interview found

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

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 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 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 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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP allows for organizing code into reusable components called classes.

    • In Python, classes are defined using the 'class' keyword.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objec...

  • Answered by AI
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql
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 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are Joins in SQL? Briefly explain difference between all types of joins
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables, with NULL values for non-matching rows

    • Cross join retur

  • Answered by AI
  • Q2. Find a sub array with a given sum
  • Ans. 

    Given an array of integers, find a contiguous subarray with a given sum.

    • Use a sliding window approach to iterate through the array and keep track of the current sum.

    • If the current sum exceeds the given sum, move the window's left endpoint forward.

    • If the current sum is less than the given sum, move the window's right endpoint forward.

    • If the current sum equals the given sum, return the subarray.

    • Time complexity: O(n), Spa

  • Answered by AI
  • Q3. Questions related to Projects mentioned in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview advice would be to remain honest throughout the interview. The interviewer checks the problem solving abilities by your approach of solving it. Ask if there are any doubts.

Skills evaluated in this interview

Fusioni Technologies Interview FAQs

How many rounds are there in Fusioni Technologies Android App Developer interview for experienced candidates?
Fusioni Technologies interview process for experienced candidates usually has 3 rounds. The most common rounds in the Fusioni Technologies interview process for experienced candidates are Resume Shortlist, Technical and Coding Test.
What are the top questions asked in Fusioni Technologies Android App Developer interview for experienced candidates?

Some of the top questions asked at the Fusioni Technologies Android App Developer interview for experienced candidates -

  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 Android App Developer Interview Process for Experienced

based on 1 interview

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
 • 30 Interviews
NexTurn Interview Questions
4.1
 • 26 Interviews
View all
Fusioni Technologies Android App Developer Salary
based on 6 salaries
₹3.6 L/yr - ₹6.5 L/yr
13% less than the average Android App Developer Salary in India
View more details

Fusioni Technologies Android App Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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