Upload Button Icon Add office photos
Engaged Employer

i

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

Fusion Informatics Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Fusion Informatics Interview Questions, Process, and Tips

Updated 13 Jul 2024

Top Fusion Informatics Interview Questions and Answers

View all 6 questions

Fusion Informatics Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Room db crud operation
  • Q2. Mvvm architecture and Life cycle of the activity
  • Ans. 

    MVVM architecture separates the UI, business logic, and data layers, while the activity lifecycle manages the state of an Android app.

    • MVVM stands for Model-View-ViewModel, where the View is the UI, ViewModel contains business logic, and Model represents data.

    • Activity lifecycle includes methods like onCreate, onStart, onResume, onPause, onStop, onDestroy, etc.

    • MVVM architecture helps in separating concerns, making code m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is must

Skills evaluated in this interview

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They asked me some technical questions and also they asked me i have any skill in any language
  • Q2. I answer him i am learning react js at my home and i have some knowledge about react js

Interview Preparation Tips

Interview preparation tips for other job seekers - Alway be confident and smile take some pation and answer the questions

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Qa Developer Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2021

Interview Questionnaire 

6 Questions

  • Q1. Basics of Manual Testing, SQL
  • Q2. Write test cases
  • Ans. 

    Test cases ensure software quality. They should be comprehensive, clear, and repeatable.

    • Identify test scenarios and objectives

    • Create test cases with clear steps and expected results

    • Ensure test cases cover all functional and non-functional requirements

    • Execute test cases and report any defects found

    • Update test cases as needed based on changes to the software

  • Answered by AI
  • Q3. Difference between http & https
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80 while HTTPS operates on port 443.

    • HTTP is vulnerable to attacks while HTTPS is secure due to SSL/TLS encryption.

    • HTTPS is used for secure online transactions such as online banking, e-commerce, etc.

  • Answered by AI
  • Q4. Difference between smoke and sanity testing
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the application are working. Sanity testing is a more thorough test to check if the major functionalities of the application are working after changes have been made.

    • Smoke testing is done to check if the application is stable enough for further testing.

    • Sanity testing is done to check if the changes made to the application have not affect...

  • Answered by AI
  • Q5. What is Integration testing, Black box testing, Regression testing?
  • Ans. 

    Integration testing checks if different modules work together, Black box testing checks functionality without knowing code, Regression testing checks if changes affect existing functionality.

    • Integration testing verifies if different modules work together as expected

    • Black box testing checks functionality without knowing the code

    • Regression testing checks if changes affect existing functionality

    • Integration testing is done...

  • Answered by AI
  • Q6. Difference between retesting and regression testing
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects while regression testing is testing the entire system after making changes to ensure that the changes did not affect the existing functionality.

    • Retesting is done to ensure that the defects reported earlier have been fixed.

    • Regression testing is done to ensure that the changes made to the system did not affect the existing functionality.

    • Retesting ...

  • Answered by AI

Skills evaluated in this interview

Qa Developer Interview Questions asked at other Companies

Q1. What is Integration testing, Black box testing, Regression testing?
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 Walk-in and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

45 questions were asked

Round 2 - Coding Test 

3 questions were asked one from SQL and 2 from java

Round 3 - One-on-one 

(1 Question)

  • Q1. Oops concepts and java basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

20 General MCQs were asked

Round 2 - Group Discussion 

Group discussion on any topic

Round 3 - Technical 

(3 Questions)

  • Q1. Self Introduction
  • Q2. How do you see yourself as the right fit in Solartis?
  • Q3. What was your college final project.
Round 4 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Terms and Conditions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

    A constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • Constructors are called when an object of a class is created.

    • Example: public class Car { public Car() { // constructor code } }

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was an automated machine coding round where i had to solve multiple problems as well as answer multiple questions related to Javascript and the development process as a whole.

Round 2 - Technical 

(1 Question)

  • Q1. Explain promises in JS and async/await.
  • Ans. 

    Promises in JS are objects representing the eventual completion or failure of an asynchronous operation. Async/await is a syntactic sugar for working with promises.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Async/await is a modern way to work with asynchronous code in JavaScript, making it easier to read and write.

    • Async functions...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic framework concepts and logic building

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How do you structure your project?
  • Q2. What are the design patterns that you know and why do we use those?
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Creational patterns: Singleton, Factory, Abstract Factory, Builder

    • Structural patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy

    • Behavioral patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor

    • We use design patterns to improve code readability, maint...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good grip on the basics of the technology for which you are getting interviewed.

Skills evaluated in this interview

Fusion Informatics Interview FAQs

How many rounds are there in Fusion Informatics interview?
Fusion Informatics interview process usually has 1 rounds. The most common rounds in the Fusion Informatics interview process are One-on-one Round.
How to prepare for Fusion Informatics 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 Fusion Informatics. The most common topics and skills that interviewers at Fusion Informatics expect are Business Development, CRM, Cold Calling, Lead Generation and Relationship Building.
What are the top questions asked in Fusion Informatics interview?

Some of the top questions asked at the Fusion Informatics interview -

  1. What is Integration testing, Black box testing, Regression testi...read more
  2. Difference between retesting and regression test...read more
  3. Difference between smoke and sanity test...read more

Tell us how to improve this page.

Fusion Informatics Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
View all

Fusion Informatics Reviews and Ratings

based on 17 reviews

2.5/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

2.3

Salary

2.3

Job security

2.4

Company culture

2.6

Promotions

2.3

Work satisfaction

Explore 17 Reviews and Ratings
Desktop Support Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SEO Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Writer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Android Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fusion Informatics with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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