Premium Employer

Tata 1mg

3.6
based on 1.1k Reviews
Filter interviews by

10+ Himachal Road Transport Corporation Interview Questions and Answers

Updated 23 Jul 2024
Popular Designations

Q1. Biggest Number Formation Problem

Your task is to construct the largest number possible by concatenating each of the provided positive integers in the array exactly once.

Input:

Integer T denoting the number of ...read more
Add your answer

Q2. Maximum Subarray Sum Problem Statement

Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

Explanation:

A sub...read more

Add your answer

Q3. Number of Longest Increasing Subsequence Problem Statement

Given an integer array ARR of length N, determine the count of longest increasing subsequences present in the array.

Explanation:

The Longest Increasin...read more

Add your answer

Q4. Cache Operations Problem

You are provided with a cache that can hold a maximum of 'N' elements. Initially, this cache is empty. There are two main operations you can perform on this cache:

Explanation:

  • Operati...read more
Add your answer
Discover Himachal Road Transport Corporation interview dos and don'ts from real experiences

Q5. Longest Palindromic Subsequence Problem Statement

Given a string A consisting of lowercase English letters, determine the length of the longest palindromic subsequence within A.

Explanation:

  • A subsequence is d...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

Add your answer

Q6. Shortest Unique Prefix Problem

You are given an array containing N words. Your task is to derive the shortest prefix for each word that uniquely identifies it amongst the other words. For instance, given the wo...read more

Add your answer
Are these interview questions helpful?

Q7. Rotational Equivalence of Strings Problem Statement

Given two strings 'P' and 'Q' of equal length, determine if string 'P' can be transformed into string 'Q' by cyclically rotating it to the right any number of...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

Add your answer

Q8. Next Greater Element Problem Statement

You are provided with an array or list ARR containing N positive integers. Your task is to determine the Next Greater Element (NGE) for each element in the array.

The Next...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

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. LRU Cache Implementation

Design and implement a data structure for the Least Recently Used (LRU) cache, which supports the following operations:

1. get(key) - Return the value associated with the key if it exis...read more
Add your answer

Q10. Merge Two Sorted Linked Lists Problem Statement

You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.

Input:...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

Add your answer

Q11. Possible Words from a Phone Number: Problem Statement

Given a string S composed of digits ranging from 2 to 9, determine all possible strings that can be created by mapping these digits to their corresponding l...read more

Add your answer

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 to fine-tune the alignment

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Himachal Road Transport Corporation

based on 4 interviews
1 Interview rounds
Coding Test Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

3.9
 • 34 Interview Questions
3.6
 • 17 Interview Questions
4.0
 • 14 Interview Questions
3.8
 • 12 Interview Questions
4.1
 • 11 Interview Questions
3.0
 • 10 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

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