Yodlee
20+ A1 BioChem Labs Interview Questions and Answers
Q1. Prime Numbers Identification
Given a positive integer N
, your task is to identify all prime numbers less than or equal to N
.
Explanation:
A prime number is a natural number greater than 1 that has no positive d...read more
Q2. Palindrome Linked List Problem Statement
Determine if a given singly linked list of integers is a palindrome. Return true
if it is a palindrome, otherwise return false
.
Example:
Input:
1 -> 2 -> 3 -> 2 -> 1 -> ...read more
Q3. Valid Parentheses Problem Statement
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
Input:
The first line contains an integer...read more
Q4. Infix to Postfix Conversion
You are provided with a string EXP
which represents a valid infix expression. Your task is to convert this given infix expression into a postfix expression.
Explanation:
An infix exp...read more
Q5. Palindrome String Validation
Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.
Note:
The string 'S' should be evaluated in a case-insensi...read more
Q6. Maximum Sum Rectangle Problem
Given an M x N matrix of integers ARR
, your task is to identify the rectangle within the matrix that has the greatest sum of its elements.
Input:
The first line of input contains a...read more
Q7. to write code to check linked list is palindrome or not, in a single traversal and without using any other data structure
Code to check if linked list is palindrome without using any other data structure and in a single traversal.
Traverse the linked list using two pointers, one slow and one fast
Reverse the first half of the linked list while traversing
Compare the reversed first half with the second half of the linked list
Q14. write a program for snake traversal of binary tree
Program for snake traversal of binary tree
Use a stack to keep track of nodes to be visited
Start with the root node and push it onto the stack
While the stack is not empty, pop a node and print its value
If the level is even, push the left child first and then the right child onto the stack
If the level is odd, push the right child first and then the left child onto the stack
Q16. Puzzle: Measure a time of 45 minutes by burning 2 ropes each of which takes 30 min.
Burn one rope from both ends and the other rope from one end to measure 45 minutes.
Burn one rope from both ends and the other rope from one end simultaneously.
When the first rope burns out (30 minutes), light the other end of the second rope.
When the second rope burns out (15 minutes), 45 minutes have passed.
Total time taken to burn both ropes: 30 + 15 = 45 minutes.
Q19. How to get the roll numbers of same subjects
To get roll numbers of same subjects, filter the data by subject and extract roll numbers.
Filter the data by subject using a loop or filter function
Extract roll numbers of filtered data using map or forEach function
Store the roll numbers in an array of strings
Q21. Puzzles: suppose you have 10 boxes and each boxes contain 100 tablets.
There are 10 boxes, each containing 100 tablets.
Total number of tablets is 1000 (10 boxes x 100 tablets).
The number of boxes and tablets can be changed based on the requirement.
The tablets can be of any type or size.
The boxes can be labeled or numbered for easy identification.
Q23. how to get the average of marks in excel
To get the average of marks in Excel, use the AVERAGE function.
Select the range of cells containing the marks
Type =AVERAGE(
Select the range of cells again
Close the parentheses and press Enter
The average of the marks will be displayed
Q28. Proficiency with excel and excel macros ??
Yes, I am proficient in Excel and Excel macros.
I have extensive experience in using Excel for data analysis and manipulation.
I am skilled in creating and modifying Excel macros to automate repetitive tasks.
I am familiar with advanced Excel functions such as VLOOKUP, PivotTables, and conditional formatting.
I have used Excel to create charts and graphs to visualize data.
I am comfortable working with large datasets in Excel and have experience cleaning and organizing data.
More about working at Yodlee
Interview Process at A1 BioChem Labs
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month