LimeRoad
Bharti Airtel Interview Questions and Answers
You are given two strings BEGIN and END and an array of strings DICT. Your task is to find the length of the shortest transformation sequence from BEGIN to END such that in every transformation you c...read more
Given an array "prices". In "prices" the ith element is the price of the stock on the ith day. Your task is to find maximum profit at the end of the ith day. You may complete at max 2 tr...read more
You're given string ‘STR’ consisting solely of “{“, “}”, “(“, “)”, “[“ and “]” . Determine whether the parentheses are balanced.
Input Format:
The first line contains an Integer 'T' which denot...read more
Ninja has a robot that can move in an infinite number line. The robot starts at position 0, with speed = +1. The robot moves automatically according to the sequence of instructions “A” (Accelerate...read more
You have been given an array/list of strings 'inputStr'. You are supposed to return the strings as groups of anagrams such that strings belonging to a particular group are anagrams of one another....read more
Q6. check the garment made tax report
The garment tax report needs to be checked.
Review the garment tax report for accuracy and completeness.
Ensure that all tax calculations are correct.
Verify that the report includes all necessary information, such as tax rates and applicable exemptions.
Cross-check the report with relevant documentation, such as invoices and receipts.
Identify any discrepancies or errors and take appropriate actions to rectify them.
Q7. Subset sum to k
Given an array of integers, determine if there is a subset that sums up to a given target value.
Use a recursive approach to explore all possible subsets
At each step, either include the current element or exclude it
If the target value is reached, return true
If all elements are exhausted and the target value is not reached, return false
Interview Process at Bharti Airtel
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month