Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Think Future Technologies Team. If you also belong to the team, you can get access from here

Think Future Technologies Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 107 Reviews

Filter interviews by

Think Future Technologies Software Developer 1 Interview Questions and Answers

Updated 10 Aug 2023

Think Future Technologies Software Developer 1 Interview Experiences

1 interview found

Software Developer 1 Interview Questions & Answers

user image Ramsmujh Kumar

posted on 10 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Basic Aptitude questions English , aptitude math , reasoning,

Round 3 - Coding Test 

Difficult level Easy and middle level

Round 4 - Technical 

(1 Question)

  • Q1. Asking about the internship project, DSA basic level questions, stack implementation, queue implementation using linked list , OS question, regards to threads and memory management, OOps question,
Round 5 - One-on-one 

(1 Question)

  • Q1. Oops , DSA , c , Java related questions
Round 6 - HR 

(1 Question)

  • Q1. Basic information and salary discussion

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Acropolis Institute of Technology and Research, Bhopal and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions medium to hard level

Round 2 - Technical 

(3 Questions)

  • Q1. Doubly Linkeded List
  • Q2. How to find if the Singly Linked List is cyclic or not in optimal way
  • Ans. 

    Use Floyd's cycle detection algorithm to find if a Singly Linked List is cyclic or not.

    • Use two pointers, slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a cycle, the two pointers will eventually meet at some point.

    • If the fast pointer reaches the end of the list (null), then there is no cycle.

  • Answered by AI
  • Q3. DBMS Normalisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Theoretical as well as practical knowledge can help to crack interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question asked from javascript and Angular.
Round 2 - Behavioral 

(1 Question)

  • Q1. Asking how will you handle pressure and whats your strength and weekness.
Round 3 - HR 

(1 Question)

  • Q1. Discussion on Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given my interview for the role of Software Developer, the recruiter schedule an interview:-
1. Techincal Round - clear
2. Managerial Round- clear
The recruiter(Talent Acquisition Team) told me that they will give hike on current salary but in HR round they lied and said company will hire you on current salary after disscussing with HR on salary negotiation i agreed with the same package because at that time I was unemployed.
He said will give you an update regarding offer letter, From that date he never came back and does not release offer letter i followup with recruiter, I called several times but she doesn't pick my call even not replying on msg/whatsapp.

My advice for jobseekers to stay away from this company it will waste your time and energy.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core concepts on for the language you are giving interview
  • Q2. Detailed questions from resume
Round 2 - Technical 

(2 Questions)

  • Q1. Basic to medium complexity coding question
  • Q2. Check culture fit
Round 3 - HR 

(1 Question)

  • Q1. General questions like about family, native place & salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be good at your concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was easy but difficult

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions linked list
  • Q2. Array binary search Dp
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Closures, hostings, react js, redux, hooks basic
  • Q2. Html5, css3, basic javascript stuff

Think Future Technologies Interview FAQs

How many rounds are there in Think Future Technologies Software Developer 1 interview?
Think Future Technologies interview process usually has 6 rounds. The most common rounds in the Think Future Technologies interview process are Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
View all
Think Future Technologies Software Developer 1 Salary
based on 7 salaries
₹4 L/yr - ₹17.5 L/yr
17% more than the average Software Developer 1 Salary in India
View more details

Think Future Technologies Software Developer 1 Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.5

Skill development

4.5

Work-Life balance

4.0

Salary & Benefits

2.5

Job Security

4.5

Company culture

4.0

Promotions/Appraisal

4.5

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
122 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Test Engineer
53 salaries
unlock blur

₹4.1 L/yr - ₹12.5 L/yr

Senior Test Engineer
49 salaries
unlock blur

₹6.6 L/yr - ₹24 L/yr

Senior Software Engineer
47 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Software Developer
40 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Explore more salaries
Compare Think Future Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview