Upload Button Icon Add office photos

Filter interviews by

Biofourmis Interview Questions and Answers

Updated 15 Dec 2024

Biofourmis Interview Experiences

Popular Designations

13 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Cutshort

Round 1 - Coding Test 

Medium DSA questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. String subsequence based question
  • Q2. Only one question

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Manual testing questions
  • Q2. Real world scenarios eg : test case for attachment uploading etc.

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via cutshort and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They asked me to complete a coding test involving one data structure and algorithm (DSA) problem.

Round 2 - Technical 

(1 Question)

  • Q1. Some kotlin and android related question as well as OOPs consept

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array SortingA binary array is an array consisting of only 0s and 1s. You are given a binary array "arr" of size ‘N’. Your task is to sort the given array and return this array after sorting. Input Format : The first line of input c... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

That would be online Test with 12 questions MCQ and 1 coding question. 12 MCQ questions would be related to technology and bascis, coding question would alos be basic

Round 2 - Technical 

(5 Questions)

  • Q1. All Technical related, mostly related to swift ARC, Queues, Threading, unit test cases
  • Q2. Concepts of memory ARC in Swift
  • Ans. 

    Memory ARC in Swift manages memory by automatically deallocating objects when they are no longer needed.

    • ARC stands for Automatic Reference Counting

    • ARC keeps track of how many references exist to an object

    • When the reference count drops to zero, the object is deallocated

    • Weak references are used to avoid retain cycles

  • Answered by AI
  • Q3. Generics in Swift
  • Ans. 

    Generics in Swift allow you to write flexible, reusable functions and types that can work with any type.

    • Generics enable you to write functions and types that can work with any type, without specifying the actual type until the function or type is used.

    • You can define generic functions, methods, classes, structures, and enumerations in Swift.

    • Example: func swapTwoValues(_ a: inout T, _ b: inout T) { let temp = a; a = b; b...

  • Answered by AI
  • Q4. MVC vs MVVM in swift
  • Ans. 

    MVC focuses on separating data, presentation, and user interaction, while MVVM adds a ViewModel to handle logic and data binding.

    • MVC stands for Model-View-Controller, where the controller handles user input, the model manages data, and the view displays the data. Example: UIKit in iOS development.

    • MVVM stands for Model-View-ViewModel, where the ViewModel acts as an intermediary between the model and view, handling data ...

  • Answered by AI
  • Q5. Optionals, Protocols and Delegates, LifeCycle
Round 3 - Assignment 

An app with Login screen with authentication in MVVM

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Biofourmis interview questions for popular designations

 Software Developer

 (2)

 Associate Software Engineer

 (1)

 Integration Engineer

 (1)

 Principal Software Engineer

 (1)

 Quality Analyst

 (1)

 Sdet

 (1)

 Senior Android Developer

 (1)

 Senior Quality Engineer

 (1)

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode easy medium question

Round 2 - HR 

(1 Question)

  • Q1. Why you want to join biofourmis

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Cutshort and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker rank intermediate questions

Round 2 - Technical 

(4 Questions)

  • Q1. Basic Java concepts
  • Q2. Basics of Manual Testing
  • Q3. Scenario based questions from the previous work exp
  • Q4. Automation framework and selenium commands
Round 3 - Behavioral 

(2 Questions)

  • Q1. Aptitude questions
  • Q2. Behaviourial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up all the basics of OOPS, Manual testing and automation testing

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)

Sdet Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2021

Interview Questionnaire 

4 Questions

  • Q1. 1) 1st Programming round in hackerrank which will test your Programming skills maybe a 2 hour test.
  • Q2. 2) Second round is Technical face to face round , which will test your programming skills , framework development skills , and other DevOps concepts
  • Q3. 3) If performed well in 2nd round no 3rd round , else 3rd round will be an assignment .
  • Q4. 4) 4th / 3rd round will be a HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with Programming , solve hacerank/leet code questions (Atleast till intermediate level) , Be very thorough with your framework , might be asked to develop a part of the framework impromptu in F2F round , be strong in all STLC and testing concepts .

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Test on hackerrank ,
HackerRank test was easy level, core concepts of language was useful.

Round 2 - Assignment 

Multiple assignments, I got for zoom call integration.

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)

Associate Software Engineer Interview Questions & Answers

user image Srishti Sureshkumar

posted on 4 Oct 2023

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

I applied via Referral 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 - HR 

(1 Question)

  • Q1. General questions to understand about you
Round 3 - Assignment 

Had to build a mini web application in html css and angular given some requirements.

Round 4 - Technical 

(1 Question)

  • Q1. Questions regarding assessment
Round 5 - Technical 

(1 Question)

  • Q1. Html Css Basics

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Senior Scientific Officer Interview Questions & Answers

user image kanhaiyalal sonar

posted on 27 Mar 2024

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

I applied via cutshort and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

DSA & ALGO after that technical discussion round.

Senior Scientific Officer Interview Questions asked at other Companies

Q1. How to handle transactions across microservices?
View answer (1)

Biofourmis Interview FAQs

How many rounds are there in Biofourmis interview?
Biofourmis interview process usually has 2-3 rounds. The most common rounds in the Biofourmis interview process are Coding Test, Technical and Assignment.
How to prepare for Biofourmis 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 Biofourmis. The most common topics and skills that interviewers at Biofourmis expect are Healthcare, Python, Android, Debugging and HTML.
What are the top questions asked in Biofourmis interview?

Some of the top questions asked at the Biofourmis interview -

  1. How did you scale the sys...read more
  2. 2) Second round is Technical face to face round , which will test your programm...read more
  3. 1) 1st Programming round in hackerrank which will test your Programming skills ...read more
How long is the Biofourmis interview process?

The duration of Biofourmis interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Biofourmis Interview Process

based on 12 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 144 Interviews
PharmEasy Interview Questions
3.7
 • 79 Interviews
Practo Interview Questions
3.1
 • 73 Interviews
Netmeds.com Interview Questions
3.6
 • 41 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Portea Medical Interview Questions
4.3
 • 26 Interviews
Mfine Interview Questions
3.6
 • 24 Interviews
Medgenome Labs Interview Questions
3.8
 • 17 Interviews
PhableCare Interview Questions
2.7
 • 9 Interviews
Lybrate Interview Questions
3.5
 • 5 Interviews
View all

Biofourmis Reviews and Ratings

based on 57 reviews

3.6/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.8

Salary

2.6

Job security

3.6

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 57 Reviews and Ratings
Software Engineer
50 salaries
unlock blur

₹10 L/yr - ₹21 L/yr

Senior Software Engineer
48 salaries
unlock blur

₹15 L/yr - ₹34 L/yr

Quality Engineer
23 salaries
unlock blur

₹8.4 L/yr - ₹13.4 L/yr

Senior Quality Engineer
9 salaries
unlock blur

₹10.8 L/yr - ₹25 L/yr

Technical Writer
9 salaries
unlock blur

₹6.3 L/yr - ₹11.6 L/yr

Explore more salaries
Compare Biofourmis with

PhableCare

2.7
Compare

Mfine

3.6
Compare

Portea Medical

4.3
Compare

Practo

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