Big Basket Software Engineer-2 F2F Interview Questions
Summary
Interviewed for Software Engineer position at Big Basket. Faced 3 interview questions, including a custom problem and two LeetCode problems. The interview focused on algorithmic problem solving and da...
Interview Experience
Q1. You are given an array of non-negative integers arr[] of size n, and a non-negative integer B. Your task is to find and return any one pair of distinct elements (a, b) from the array such that: arr[i] * arr[j] = B. If such a pair exists, return the pair. If no such pair exists, return an empty r...


