Add office photos
Premium Employer

Tata 1mg

3.7
based on 1.1k Reviews
Filter interviews by

10+ Balwom Textiles Interview Questions and Answers

Updated 23 Jul 2024
Popular Designations
Q1. Form the Biggest Number

Given an array “A” of positive integers. Your task is to make the largest number possible formed by concatenating each of the array elements exactly once.

Example:
Let's say the given arr...read more
View 4 more answers
Q2. Maximum Subarray Sum

You are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.

A subarray is a ...read more

View 6 more answers
Q3. Number of Longest Increasing Subsequence

Given an integer array ‘ARR’ of length ‘N’, return the number of longest increasing subsequences in it.

The longest increasing subsequence(LIS) is the longest subsequence...read more

View 4 more answers
Q4. Find the elements value if present in the cache.

There is a cache that can hold up to ‘N’ elements. Initially, it is empty. There are two types of operations:-

Operation 1: [ 1 ‘U_ID’ ‘VAL’ ] - where 1 represent...read more

View 2 more answers
Discover Balwom Textiles interview dos and don'ts from real experiences
Q5. Longest Palindromic Subsequence

You have been given a string ‘A’ consisting of lower case English letters. Your task is to find the length of the longest palindromic subsequence in ‘A’.

A subsequence is a sequen...read more

Ans.

The task is to find the length of the longest palindromic subsequence in a given string.

  • A subsequence is a sequence generated from a string after deleting some or no characters of the string without changing the order of the remaining string characters.

  • A string is said to be palindrome if the reverse of the string is the same as the actual string.

  • Find the longest palindromic subsequence by considering all possible subsequences of the given string.

  • Use dynamic programming to ef...read more

View 3 more answers
Q6. Shortest Unique Prefix

You are given an array containing ‘N’ words. For each word, you need to find its shortest prefix which can uniquely identify it. For example “abcd” and “abdc” both have the prefix “ab” in ...read more

View 4 more answers
Are these interview questions helpful?
Q7. Check If One String Is A Rotation Of Another String

You are given two Strings 'P' and 'Q' of equal length. Your task is to check whether String 'P' can be converted into String 'Q' by cyclically rotating it to t...read more

Ans.

The task is to check if one string can be converted into another string by cyclically rotating it to the right any number of times.

  • Iterate through each character of the first string and check if it matches the corresponding character in the second string after a certain number of cyclic rotations.

  • If all characters match for any number of cyclic rotations, then the first string can be converted into the second string.

  • Use modulo arithmetic to handle cyclic rotations efficiently...read more

View 3 more answers
Q8. Next Greater Element

You have been given an array/list ‘ARR’ consisting of ‘N’ positive integers. Your task is to return the Next Greater Element(NGE) for every element.

The Next Greater Element for an element ‘...read more

Ans.

The task is to find the next greater element for each element in an array.

  • Iterate through the array from right to left

  • Use a stack to keep track of the elements

  • For each element, pop elements from the stack until a greater element is found or the stack is empty

  • If a greater element is found, it is the next greater element for the current element

  • If the stack becomes empty, there is no greater element to the right

  • Store the next greater element for each element in a result array

View 2 more answers
Share interview questions and help millions of jobseekers 🌟
Q9. LRU Cache Implementation

Design and implement a data structure for Least Recently Used (LRU) cache to support the following operations:

1. get(key) - Return the value of the key if the key exists in the cache, o...read more
View 3 more answers
Q10. Merge Two Sorted Linked Lists

You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the head of the final linked list.

Note:

The given linked ...read more
Ans.

The task is to merge two sorted linked lists into a single sorted linked list.

  • Create a new linked list to store the merged list

  • Compare the values of the nodes from both lists and add the smaller value to the new list

  • Move the pointer of the list with the smaller value to the next node

  • Repeat the comparison and addition until one of the lists is empty

  • Add the remaining nodes from the non-empty list to the new list

  • Return the head of the new list

View 3 more answers
Q11. Possible Words From A Phone Number

After years of research, Ninja is finally able to invent the time machine, and now he is back to the good old days when T9 keypads were being used in mobile phones.

Being a cur...read more

View 2 more answers

Q12. Align two images in a page with same width and same height

Ans.

Use CSS to align two images with same width and height on a page

  • Set both images to have the same width and height using CSS

  • Use flexbox or grid layout to align the images horizontally or vertically

  • Adjust margins or padding as needed for spacing

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

3.8
 • 40 Interview Questions
3.9
 • 32 Interview Questions
4.2
 • 25 Interview Questions
4.0
 • 20 Interview Questions
3.6
 • 14 Interview Questions
3.5
 • 12 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter