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

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

Interview questions from similar companies

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.
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. General fit to profile filtration
Round 2 - Technical 

(3 Questions)

  • Q1. To the profile applied for
  • Q2. Explain an actual component
  • Ans. 

    An actual component is a reusable and modular piece of software that performs a specific function within a larger system.

    • Components are often designed to be independent and can be easily integrated into different systems.

    • Examples of components include buttons, input fields, and dropdown menus in a user interface.

    • Components can have their own logic, styling, and functionality, making them versatile building blocks for s

  • Answered by AI
  • Q3. Design the architecture
  • Ans. 

    Designing the architecture for a software system involves planning the structure and components of the system.

    • Identify the key components of the system and their interactions

    • Choose appropriate technologies and frameworks for each component

    • Consider scalability, performance, security, and maintainability

    • Create a detailed diagram or documentation of the architecture

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Attitude towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not bluff they will catch you immediately as even their management are hardcore coders

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC

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
 • 140 Interviews
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

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