Truminds

Details

Job Status

Full Time (Employment + Internship Mandatory)

Criteria

StudyCutoff
X80%
XII80%
UG8 GPA
  • 45 People with 9+ were shortlisted

Bonus

Joining Bonus - 1,00,000
Retention Bonus - 4,00,000

Round 1 - Coding Round

10/09/23

18 MCQs and 1 coding. Questions were different for everyone.

Coding Questions

  1. String selection: Given N strings where each string is given in the form of an array int of size 26, where the h’th element in the string array denotes the count of #h character of lowercase English alphabets in the string. You have to select exactly 4 strings and insert the strings into a Trie. You are allowed to shuffle the characters in each string. Find the minimum number of nodes present in Trie if the strings are selected optimally.

Round 2 - Technical Interview

Completely based on Resume. Was asked to explain projects and asked basic questions on core subjects. Interview was easy.

  1. Gave 2 approaches for solving anagrams problem and asked which has less time complexity. One approach used 2 for loops (n^2) and other was based on sorting (nlogn).

Round 3 - Interview with CEO

I was asked questions on various topics in computer science. Questions were not hard. Some people were only asked hr questions.