Upload Button Icon Add office photos
Engaged Employer

i

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

Blancco Diagnostics India Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 16 Reviews

Filter interviews by

Blancco Diagnostics India Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is ipconf.pl?
  • Q2. What is the difference between scan vip & node vip?
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is quarantile in Exadata?
  • Q2. How to identify the master switch in Exadata?
  • Q3. What is spine switch & leaf switch in exadata?
Round 3 - Case Study 

One of the node of a 3 node cluster is down. Explain the step by step process to troubleshoot the issue.

Round 4 - Coding Test 

Shell script & terraform code output was asked.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between rank and dense rank?
  • Q2. What is RLS in Power Bi?
Round 2 - Behavioral 

(1 Question)

  • Q1. How would you identify time for any project?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic Python, SQL, and Bash questions

Round 2 - One-on-one 

(4 Questions)

  • Q1. SQL questions with operations that include changing from string to array. Tip: stick to RDBMS-specific dialects only (like Postgres), I used Spark SQL
  • Q2. Simple Python questions with a follow-up to optimise it
  • Q3. Bash script-based questions, are pretty basic.
  • Q4. Data pipeline design and best practices.
  • Ans. 

    Data pipeline design involves creating a system to efficiently collect, process, and analyze data.

    • Understand the data sources and requirements before designing the pipeline.

    • Use tools like Apache Kafka, Apache NiFi, or AWS Glue for data ingestion and processing.

    • Implement data validation and error handling mechanisms to ensure data quality.

    • Consider scalability and performance optimization while designing the pipeline.

    • Doc...

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Easy to medium Leetcode-based question. With moderate difficulty.
  • Q2. Simple Python-based question with optimisation.
  • Q3. Design specific questions based on Data pipelines.
Round 4 - Behavioral 

(3 Questions)

  • Q1. SQL-based question with moderate difficulty.
  • Q2. Python-based questions, follow questions with some optimisations.
  • Q3. Bash-script based round.

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 in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Machine Learning-related stuff: Confusion Matrix, R2 score, etc.. Also, Python & Statistics.
  • Q2. Explain any one project.
  • Q3. Difference between Data Analyst and Data Scientist.
  • Ans. 

    Data Analyst focuses on analyzing data to provide insights, while Data Scientist focuses on using advanced algorithms and machine learning to predict future trends.

    • Data Analyst focuses on analyzing data to provide insights for decision-making.

    • Data Scientist focuses on using advanced algorithms and machine learning to predict future trends.

    • Data Analyst typically works with structured data, while Data Scientist works wit...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MapmyIndia Data Analyst interview:
  • Machine Learning
  • Statistics
  • Python
Interview preparation tips for other job seekers - The ML & Python basics should be strong. Add relevant projects to the resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hash...

  • Answered by AI
  • Q2. Find Anagram from string array
  • Ans. 

    Find anagrams from a string array

    • Iterate through each string in the array

    • Sort the characters of each string to create a key for comparison

    • Use a hashmap to group anagrams together

    • Return the grouped anagrams as arrays

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Top view of binary Tree
  • Ans. 

    A top view of a binary tree shows the nodes visible when looking at the tree from the top.

    • The top view of a binary tree is the set of nodes visible when looking at the tree from the top.

    • Nodes at the same horizontal distance from the root are considered at the same level.

    • Use a map to store the horizontal distance of each node and only keep the first node encountered at each horizontal distance.

  • Answered by AI
  • Q2. Java based questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Hight of binary tree
  • Ans. 

    Height of a binary tree is the maximum number of edges on the longest path from the root node to a leaf node.

    • Height of an empty tree is -1

    • Height of a tree with only one node is 0

    • Height of a binary tree can be calculated recursively by finding the height of left and right subtrees and adding 1 to the maximum of the two heights

  • Answered by AI
  • Q2. Garbage Collector
Round 4 - One-on-one 

(1 Question)

  • Q1. Library Management System

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why you want to change?
Round 2 - Technical 

(1 Question)

  • Q1. Troubleshooting questions
Round 3 - Behavioral 

(1 Question)

  • Q1. How to handle angry customers
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Had basic aptitude questions

Round 2 - Technical 

(3 Questions)

  • Q1. General resume questions
  • Q2. What is bank reconciliation
  • Q3. Tell me about GST
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A link was provided for the 15-minute online aptitude test.

Round 2 - Coding Test 

90 minutes coding round. There were three problems. One for JavaScript and two for ReactJS

Round 3 - Technical 

(1 Question)

  • Q1. Mostly ReactJS questions were asked and a few Javascript questions were asked.
Round 4 - One-on-one 

(1 Question)

  • Q1. Again a few react based questions then it was mostly discussion on the past experiences.
Round 5 - HR 

(1 Question)

  • Q1. A general discussion about the notice period, compensation, and information about the company's culture was provided.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introducing your self and project
  • Q2. Severity and priority
  • Q3. Smoke and sanity testing
  • Q4. Scenario base question if find bug before release

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all manual testing type question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. Java 8 features
  • Q2. Functional interfaces with custom functional interface coding question
  • Q3. Stream apis and one coding question
  • Q4. Spring framework,IOC container, bean scopes.
  • Q5. Different between monolithic and micro services architecture. Pros and cons.
  • Q6. REST apis
  • Q7. Few SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on core java fundamentals and java 8 features.
Able to write code based on logic.
Able to write SQL queries.

Blancco Diagnostics India Interview FAQs

How to prepare for Blancco Diagnostics India 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 Blancco Diagnostics India. The most common topics and skills that interviewers at Blancco Diagnostics India expect are Auditing, Linux, Technical Support, Python and HTML.

Tell us how to improve this page.

Interview Questions from Similar Companies

Abbott Interview Questions
4.1
 • 145 Interviews
PerkinElmer Interview Questions
4.2
 • 8 Interviews
Sysmex Interview Questions
3.7
 • 7 Interviews
View all

Blancco Diagnostics India Reviews and Ratings

based on 16 reviews

4.2/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.7

Salary

4.4

Job security

4.2

Company culture

3.4

Promotions

4.1

Work satisfaction

Explore 16 Reviews and Ratings
Test Engineer

Pune

1-3 Yrs

Not Disclosed

Full-Stack AWS Cloud Developer

Pune

2-4 Yrs

Not Disclosed

UI/UX Designer

Pune

1-3 Yrs

Not Disclosed

Explore more jobs
Software Developer
23 salaries
unlock blur

₹4.1 L/yr - ₹10 L/yr

Quality Analyst
7 salaries
unlock blur

₹5 L/yr - ₹9.9 L/yr

Senior Software Developer
7 salaries
unlock blur

₹7.1 L/yr - ₹12.3 L/yr

Technical Support Engineer
6 salaries
unlock blur

₹4.3 L/yr - ₹6.5 L/yr

Associate Software Developer
5 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Blancco Diagnostics India with

Siemens Healthcare

4.3
Compare

Roche Diagnostics

3.8
Compare

Abbott

4.1
Compare

Thermo Fisher Scientific

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