i
Think Future Technologies
Filter interviews by
I was interviewed before Jan 2024.
Aptitude and coding assessment on Mettle, followed by two technical interviews, an HR interview, and a CEO interview.
I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.
Normal aptitude questions
Python basic and some basic coding questions
Advance level coding question
Nothing
Think Future Technologies interview questions for popular designations
I applied via LinkedIn and was interviewed before Feb 2022. There were 4 interview rounds.
I think duration was 30 min, and aptitude was very basic. If someone preparing for campus placement, can easily crack aptitude at TFT.
Get interview-ready with Top Think Future Technologies Interview Questions
I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.
Java and python test was there
I was interviewed in May 2021.
I was interviewed in Jan 2021.
Round duration - 30 minutes
Round difficulty - Medium
It was in the morning around 9:00Am-9:30AM. Platform used for this round was hacerrank. Questions were of moderate to difficult level.
You are given an array of integers ARR
and an integer X
. Your task is to determine the number of subarrays of ARR
whose bitwise XOR is equal to X
.
Count the number of subarrays in an array whose XOR is equal to a given value.
Iterate through the array and keep track of XOR values and their frequencies using a hashmap.
For each element in the array, calculate the XOR value with all previous elements and check if it equals the given XOR value.
Use the concept of XOR to efficiently solve the problem.
Handle edge cases like XOR value being 0 separately.
Time complexity ca...
Given a string STR
, return all possible non-empty subsequences with distinct characters. The order of the strings returned is not important.
STR = ...
Return all possible non-empty subsequences with distinct characters from a given string.
Iterate through all possible subsequences of the input string
Check for distinct characters in each subsequence
Return the distinct character subsequences as an array of strings
Round duration - 15 minutes
Round difficulty - Easy
It was in the night around 8:00PM-8:20PM. Interviewer was very calm in questioning. Platform used for this round was Skype and the questions focused more on personality rather than total.
Tip 1 : Practice aptitude questions a lot.
Tip 2 : Do some projects
Tip 3 : Research about company thoroughly
Tip 1 : It should be in proper format.
Tip 2 : Each skills should be mentioned properly.
I was interviewed in Nov 2020.
Round duration - 40 minutes
Round difficulty - Medium
It was early in the morning around 8:00AM-8:40AM. Platform used was hackerrank and the questions asked were of moderate level.
Given an array 'ARR' of size 'N', determine if there exists a triplet (i, j, k) satisfying the conditions: 0 < i , i + 1 < j , j + 1 < k and k < N...
The problem involves determining if there exists a triplet in an array such that the sums of specific subarrays are equal.
Iterate through all possible triplets (i, j, k) within the array.
Calculate the sums of the subarrays [0, i - 1], [i + 1, j - 1], [j + 1, k - 1], [k + 1, N - 1] for each triplet.
Check if any triplet satisfies the condition of having equal sums for the subarrays.
Return 'True' if such a triplet exists,
Round duration - 15 minutes
Round difficulty - Easy
It was in the evening around 4;00PM-4:20PM. This round was very interesting as it focuses more about your personality rather than your knowledge which has been already checked in previous rounds.
Tip 1 : Practice aptitude as much as possible.
Tip 2 : Practice more and more questions related to your skills.
Tip 3 : Proper revision is must.
Tip 1 : It should not be too long or too short.
Tip 2 : Each skill and project should be reflected properly in your resume.
I was interviewed before Sep 2020.
Round duration - 70 Minutes
Round difficulty - Hard
Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...
The task is to distribute candies to students based on their performance while minimizing the total candies distributed.
Create an array to store the minimum candies required for each student.
Iterate through the students' ratings array to determine the minimum candies needed based on the adjacent ratings.
Consider both left-to-right and right-to-left passes to ensure fair distribution.
Keep track of the total candies dist
You are given a sequence of numbers, ARR
. Your task is to return a sorted sequence of ARR
in non-descending order using the Merge Sort algorithm.
The Merge Sort...
Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.
Use Divide and Conquer approach to recursively divide the input array into two halves.
Merge the sorted halves to produce a completely sorted array.
Ensure the implementation handles the constraints specified in the problem statement.
Example: For input [3, 1, 4, 1, 5], the output should be [1, 1, 3, 4, 5].
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Do not put false things on resume.
Tip 2 : Have some projects on resume.
Top trending discussions
The duration of Think Future Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 34 interviews
Interview experience
based on 163 reviews
Rating in categories
Software Engineer
122
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Engineer
52
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
48
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Test Engineer
41
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
36
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech