Upload Button Icon Add office photos

Filter interviews by

Thoughts2Binary Consulting & Solutions Software Developer Interview Questions and Answers

Updated 16 Sep 2021

Thoughts2Binary Consulting & Solutions Software Developer Interview Experiences

1 interview found

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Hard

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Tortoise and Hare algorithm to detect a cycle in O(N) time complexity and O(1) space complexity.

    • Initialize two pointers, slow and fast, and move them at different speeds through the list.

    • If there is a cycle, the fast pointer will eventually meet the slow pointer within the cycle.

    • If the fast pointer reach...

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 35 minutes
Round difficulty - Medium

This was face to face interview round.

  • Q1. 

    Check Integer Overflow Problem Statement

    You are provided with two 32-bit signed integers. Your task is to check whether their multiplication will overflow a 32-bit signed integer limit or not.

    An integer...

  • Ans. 

    Check if the multiplication of two 32-bit signed integers will cause an overflow.

    • Check if the product of A and B exceeds the maximum or minimum value of a 32-bit signed integer.

    • Consider the range of 32-bit signed integers (-2^31 to 2^31 - 1) for overflow check.

    • Avoid typecasting to other data types while solving the problem.

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

This was last round and I was interacting with the interviewer without getting nervous.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAThoughts2Binary Consulting & Solutions interview preparation:Topics to prepare for the interview - Greedy Algorithms, Dynamic Programming, Segment Tree, Tree, and other data structures. I covered main topics such as arrays, strings, trees, linked lists, hashmaps, and recursion. Algorithms such as sorting, searching, Breadth First Search, Depth First Search, and greedy were also covered by me.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on data structures and algorithms part more.
Tip 2 : Try to do as much deep study of logic as you can’t memorize each question so the only thing you will remember is the logic part which you have applied.
Tip 3 : Also, try to do lot of practice for Data Structures and Algorithms related problems. I personally used Codezen and Geeks For Geeks. You may refer to any portal but I suggest you to use Codezen of Coding Ninjas as you can get a variety of interview problems there.
Tip 4 : DO projects properly

Application resume tips for other job seekers

Tip 1 : Write what you know and know what you write
Tip 2 : it’s better not to exaggerate and getting into your own trap.
Tip 3 : To be honest, the problem-solving ability is the only thing that most companies care about. So you can manipulate your resume according to that.
Tip 4 : Mention your competitive programming handles in your resume and also other coding ranks or achievements which you have achieved.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Thoughts2Binary Consulting & Solutions ?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. 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 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
  • Ans. 

    Fibonacci series can be easily implemented using loops in C++ or C.

    • Declare variables for first two numbers of the series

    • Use a loop to calculate and print the next number in the series

    • Repeat the loop until desired number of terms are printed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

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 Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview Questionnaire 

1 Question

  • Q1. Tell me about software system

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is abstract class, what is list, SQL,ADO.net
  • Ans. 

    Abstract class is a class that cannot be instantiated, List is a collection of objects, SQL is a language used to manage databases, ADO.net is a framework for accessing databases.

    • Abstract class is used as a base class for other classes

    • List is a generic collection of objects

    • SQL is used to create, modify, and query databases

    • ADO.net provides a set of classes for accessing databases

    • Example: abstract class Animal { public a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to test both my knowledge and communication skills. most of asked to me Dot net quetions.

Skills evaluated in this interview

I applied via Referral and was interviewed before Jun 2021. There were 2 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 - Coding Test 

Java, program logic, software engineering

Interview Preparation Tips

Topics to prepare for Infosys Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Be sharp and alert, focus on topics that you know. Work your way up

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. .NET basics

I applied via Walk-in and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Assignment 
Round 2 - HR 

(7 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your salary expectations?
  • Q4. What is your family background?
  • Ans. 

    I come from a close-knit family that values education, creativity, and support, shaping my personal and professional growth.

    • Supportive Parents: My parents encouraged my interests in technology from a young age, providing resources for learning programming.

    • Siblings: I have a younger sister who is passionate about art, and we often collaborate on projects that blend technology and creativity.

    • Family Traditions: We have a ...

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
  • Q7. This opportunity is really excited for me
Round 3 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Ans. 

    I come from a close-knit family that values education, creativity, and support, which has greatly influenced my career path.

    • Supportive Parents: My parents encouraged my interest in technology from a young age, providing me with resources like books and courses.

    • Siblings: I have a younger sister who is also in the tech field, and we often collaborate on projects, sharing ideas and learning from each other.

    • Family Values: ...

  • Answered by AI
  • Q3. Share details of your previous job.
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
  • Q6. Describe any difficult work situation or project that you have handled
  • Ans. 

    Handled a difficult project involving complex data migration and integration

    • Had to understand the existing data structure and map it to the new system

    • Dealt with multiple data sources and formats

    • Ensured data integrity and accuracy throughout the migration process

    • Collaborated with cross-functional teams to ensure successful integration

    • Implemented automated testing to validate data migration and integration

    • Managed project...

  • Answered by AI
  • Q7. Hard work and smart work
  • Ans. Reaching the building through steps is hard work ,smart work life is smart 6 the uses steps definitely .. reach the destination
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Wipro Software Developer interview:
  • Software developer
  • Flash Animation
  • 3D Character Animation
  • Photography
  • Photoshop
  • Basic
  • Logo Design
Interview preparation tips for other job seekers - In my opinion,both are the key of success hardwork give experiences and smart work come from experience so both are important to achieve success
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java and spring based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java questions, spring and Data structure.

Interview Questionnaire 

1 Question

  • Q1. Based on programming

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

The interviewer was quite friendly. There were two questions one from arrays and other one from strings.

  • Q1. 

    String Compression Problem Statement

    Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...

  • Ans. 

    Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Replace consecutive duplicates with the count of repetitions.

    • Ensure the count of repetitions is ≤ 9.

    • Return the compressed string.

  • Answered by AI
  • Q2. 

    Maximum Subarray Sum Problem Statement

    Given an array ARR consisting of N integers, your goal is to determine the maximum possible sum of a non-empty contiguous subarray within this array.

    Example of Sub...

  • Ans. 

    Find the maximum sum of a contiguous subarray in an array of integers.

    • Use Kadane's algorithm to find the maximum subarray sum in linear time.

    • Initialize two variables: maxEndingHere and maxSoFar to keep track of the current subarray sum and the maximum subarray sum seen so far.

    • Iterate through the array and update the variables accordingly.

    • Return the maxSoFar as the result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi University. I applied for the job as SDE - 1 in ChandigarhEligibility criteriaAbove 7 CGPAInfosys interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating Systems, Aptitude, PuzzleTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice at-least 200-250 questions from different topics.
Tip 2 : Prepare aptitude well.

Application resume tips for other job seekers

Tip 1 : Resume should be always one pager.
Tip 2 : Mention all your projects and if you have a good score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Thoughts2Binary Consulting & Solutions Software Developer Salary
based on 16 salaries
₹5.4 L/yr - ₹15 L/yr
5% less than the average Software Developer Salary in India
View more details

Thoughts2Binary Consulting & Solutions Software Developer Reviews and Ratings

based on 11 reviews

3.8/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.6

Salary

3.4

Job security

3.9

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 11 Reviews and Ratings
Associate Software Developer
27 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Software Developer
16 salaries
unlock blur

₹5.4 L/yr - ₹15 L/yr

Business Analyst
8 salaries
unlock blur

₹6.6 L/yr - ₹12.2 L/yr

Software Engineer
6 salaries
unlock blur

₹1 L/yr - ₹9.6 L/yr

HR Executive
6 salaries
unlock blur

₹4.1 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Thoughts2Binary Consulting & Solutions with

Wipro

3.7
Compare

Cognizant

3.7
Compare

Infosys

3.6
Compare

Tech Mahindra

3.5
Compare
write
Share an Interview