Upload Button Icon Add office photos

Filter interviews by

Thoughts2Binary Software Developer Interview Questions and Answers

Updated 17 Nov 2021

Thoughts2Binary Software Developer Interview Experiences

2 interviews found

I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What programming language you prefer?
  • Ans. 

    I prefer working with Python as it is versatile and has a large community support.

    • Python is easy to learn and has a simple syntax.

    • It has a vast collection of libraries and frameworks for various purposes.

    • Python is widely used in data science and machine learning.

    • It is also used for web development, automation, and scripting.

    • Examples: Flask, Django, NumPy, Pandas, TensorFlow, PyTorch.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Before you prepare yourself for the interview, take a minute read thoroughly your resume and then get prepared on the basis of your resume. Because when they ask me that question i replied "I prefer Java" then they started asking questions on CSS and C++. So when I check my resume there was a small mistake in it. So keep that in mind, that's all. Be confident and if you stumble upon a question which is tough and you didn't know the answer just tell them I don't know, Because they know how much knowledge you have, they just want to test you to see how much you know on that topic.

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python generator internal workings
  • Q2. Difference between put and patch
  • Ans. 

    Put replaces the entire resource while Patch updates only the specified fields.

    • Put is idempotent while Patch is not

    • Put requires the entire resource to be sent while Patch only requires the updated fields

    • Put is used to create a new resource while Patch is used to update an existing resource

    • Put is not recommended for partial updates while Patch is designed for partial updates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get yourself well versed in python, rest, SQL queries

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

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 Guru Teg Bahadur Institute of Technology, Delhi and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

This round consist of 40 question 10 were subjective and 30 were from apti and reasoning section

Round 2 - Technical 

(1 Question)

  • Q1. Basics mapping question were asked in dsa and in sql about joins and some queries based on joins
Round 3 - HR 

(1 Question)

  • Q1. Some puzzles were asked only
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 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 

Gk apti and coding questions were there

Round 3 - Technical 

(1 Question)

  • Q1. Collection, exception handling, spring boot annotations
Round 4 - Technical 

(1 Question)

  • Q1. SQL query multi threading, hr question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. List and tuple differences
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • Lists are mutable, meaning their elements can be changed after creation.

    • Tuples are immutable, meaning their elements cannot be changed after creation.

    • Lists are defined using square brackets [], tuples using parentheses ().

    • Lists are typically used for collections of similar items, tuples for fixed collections of dissimilar items.

  • Answered by AI
  • Q2. Generators in python
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators are created using a function with 'yield' instead of 'return'.

    • They are used to generate a sequence of values lazily, one at a time.

    • Generators are memory efficient as they do not store all values in memory at once.

    • Example: def my_generator(): for i in range(5): yield i

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. Basic core java. like what is java, feature of java, overloading and overriding, encapsulation, abstract, interface, how to achieve encapsulation
  • Q2. String , stringbuffer, STRINGBUILDER, immutable mutable, string constant pool
  • Q3. What is collection. Also explain concrete class of collection. Hashmap. All class and interface
  • Ans. 

    A collection is a group of objects that can be stored, manipulated, and retrieved as a single unit.

    • Concrete classes of collection include ArrayList, LinkedList, HashSet, and TreeSet.

    • HashMap is a concrete class of the Map interface, which is a type of collection that stores key-value pairs.

    • Other classes and interfaces in the collection framework include Queue, Stack, Vector, and Collection.

  • Answered by AI
  • Q4. Servlets jsp also asked ur interviewer
  • Q5. And database

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is basically logical reasoning and simple math

Round 2 - One-on-one 

(1 Question)

  • Q1. Basics of javascript
Round 3 - One-on-one 

(1 Question)

  • Q1. React life cycle methods and Redux flow
Round 4 - HR 

(1 Question)

  • Q1. Personality assessment
Round 5 - Behavioral 

(1 Question)

  • Q1. Personality assessment & logical reasoning

I applied via Referral and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

That was 1 hour apti test with subjective questions

Round 3 - Coding Test 

This was coding round with DSA. Good basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to get internship from a good organisation. You get chance to see and work in corporate culture
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. 4 persons need to cross bridge - A take 1 min, B(2), C(7), D(10) - if allowed 2 at a time - time required?
  • Q2. 100m well - if person climbs (from bottom) 4m then fall 3m - days to come out from well?

Thoughts2Binary Interview FAQs

What are the top questions asked in Thoughts2Binary Software Developer interview?

Some of the top questions asked at the Thoughts2Binary Software Developer interview -

  1. What programming language you pref...read more
  2. Difference between put and pa...read more
  3. Python generator internal worki...read more

Tell us how to improve this page.

Thoughts2Binary Software Developer Salary
based on 37 salaries
₹3.7 L/yr - ₹11.5 L/yr
At par with the average Software Developer Salary in India
View more details

Thoughts2Binary Software Developer Reviews and Ratings

based on 8 reviews

3.0/5

Rating in categories

3.1

Skill development

2.7

Work-life balance

3.0

Salary

2.8

Job security

3.0

Company culture

3.1

Promotions

2.9

Work satisfaction

Explore 8 Reviews and Ratings
Software Developer
37 salaries
unlock blur

₹3.7 L/yr - ₹11.5 L/yr

Software Engineer
29 salaries
unlock blur

₹6.2 L/yr - ₹11 L/yr

Associate Software Developer
26 salaries
unlock blur

₹3.6 L/yr - ₹8.4 L/yr

Softwaretest Engineer
17 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Associate Software Engineer
13 salaries
unlock blur

₹3.6 L/yr - ₹6.8 L/yr

Explore more salaries
Compare Thoughts2Binary with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview