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

Software Developer Interview Questions & Answers

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Hard

  • Q1. Cycle Detection in a Singly Linked List

    You have given a Singly Linked List of integers, determine if it forms a cycle or not.

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

  • Ans. Outer And Inner Loop

    We are going to have two loops outer-loop and inner-loop 

    1. Maintain a count of the number of nodes visited in outer-loop.
    2. For every node of the outer-loop, start the inner loop from head.
    3. If the inner-loop visits the node next to the outer-loop node, then return true, else repeat the process for the next iteration of outer-loop.
    4. If outer-loop reaches the end of list or null, then return false.
    Space ...
  • Answered by CodingNinjas
Round 2 - Face to Face 

(2 Questions)

Round duration - 35 minutes
Round difficulty - Medium

This was face to face interview round.

  • Q1. Check Integer Overflow

    You have given two 32 bit signed integers, and you have to check if their multiplication will overflow 32 bit signed integer or not.

    An integer overflow occurs when you attempt to ...

  • Ans. Typecasting
    1. Typecast either of the operands to a type that can hold a really large number(exceeding the limits of integer).
    2. Take a product of the operands now
    3. Check the result of the operation:
      1. If it is not in the range of integers, there is an overflow.
      2. It is, then no overflow.
    Space Complexity: O(1)Explanation:

    O(1).

     

    Constant space is used.

    Time Complexity: O(1)Explanation:

    O(1).

     

    Since multiplying two numbers take

  • Answered by CodingNinjas
  • Q2. Aptitude Question

    Degree between an hour hand and a minute hand
    Find the degree between an hour hand and a minute hand? Gave me a pen and paper to come up with the answer (it was an equation).

Round 3 - HR 

(1 Question)

Round duration - 20 minutes
Round difficulty - Easy

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

  • Q1. Basic HR Questions

    Tell me about yourself.

    What motivates you?

  • Ans. 

    Tip 1 : Be confident 
    Tip 2 : Have fluently in your English

  • Answered by CodingNinjas

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Just basics in java
  • Q2. Advance oops concepts
Round 2 - HR 

(2 Questions)

  • Q1. What do u know about our company
  • Ans. 

    Company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

  • Answered by AI
  • Q2. Strengths and waekness
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept related work
  • Q2. Technology used in prj
  • Ans. 

    Various technologies used in the project include Java, Spring Boot, Angular, MySQL, and Docker.

    • Java

    • Spring Boot

    • Angular

    • MySQL

    • Docker

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - lage raho
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Moderate coding question

Round 2 - Assignment 

Assignment based on a app

Round 3 - Technical 

(2 Questions)

  • Q1. What is inheritance in java?
  • Ans. 

    Inheritance in Java allows a class to inherit properties and behavior from another class.

    • Inheritance allows for code reusability and promotes a hierarchical relationship between classes.

    • Subclasses can access the methods and fields of their superclass.

    • Example: class Dog extends Animal {} - Dog inherits properties and behavior from Animal class.

  • Answered by AI
  • Q2. Difference between OOP and POP
  • Ans. 

    OOP focuses on objects and classes, while POP focuses on procedures and functions.

    • OOP emphasizes data encapsulation and inheritance

    • POP emphasizes sequential execution of procedures

    • Example of OOP: Java, C++

    • Example of POP: C, Pascal

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Where do you see in next 5 years?
  • Q2. What is preferred job location

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Altered the skills and question's from Resume
Round 2 - Technical 

(1 Question)

  • Q1. Multithreading and Method Overriding
Round 3 - Technical 

(1 Question)

  • Q1. Asynchronous JavaScript
Round 4 - HR 

(1 Question)

  • Q1. It's all about figures
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Comprehensive questions

Round 2 - Coding Test 

Java strings programs

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Nov 2023. 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 - One-on-one 

(3 Questions)

  • Q1. I am freshers soo please one chance for your company
  • Q2. Yes I am fresher soo for your company work
  • Q3. Talk about a range of elements, including customer service.
  • Ans. 

    Customer service is an essential element in software development.

    • Customer service involves providing support and assistance to users of software applications.

    • It includes addressing user queries, resolving issues, and ensuring customer satisfaction.

    • Software developers may interact with customers through various channels like email, phone, or live chat.

    • Good customer service can lead to positive user experiences and incre...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - job roles that align with your interests and skills. Networking is also a great way to learn about potential career opportunities.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test regarding the tools and technologies

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about the connections
  • Q2. Questions on coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It's some what Moderate question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Good number of questions on permutations, english etc

Round 2 - HR 

(1 Question)

  • Q1. What do you know about this company?
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of experienced developers

    • Focuses on staying up-to-date with the latest technologies

  • Answered by AI

I applied via Company Website

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 - Technical 

(2 Questions)

  • Q1. What is the work in office
  • Q2. What is timings in day
  • Ans. 

    Timings in a day refer to the different periods of time that make up a 24-hour day.

    • A day is typically divided into morning, afternoon, evening, and night

    • Different cultures may have different ways of dividing a day

    • Timings can also refer to specific times for events or activities

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. How much salary per month
  • Q2. What is timing in the day
  • Ans. 

    Timing in the day refers to the different periods or divisions of time within a 24-hour cycle.

    • Timing in the day includes morning, afternoon, evening, and night.

    • It helps in organizing daily activities and scheduling tasks.

    • Different cultures may have different names or divisions for timing in the day, such as siesta or tea time.

    • Timing in the day can also be represented using the 12-hour or 24-hour clock system.

  • Answered by AI
  • Q3. How to procesa I share my details
  • Q4. Please tell me the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers are known all knowledge and seek easy way to apply for job

Tell us how to improve this page.

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

Thoughts2Binary Consulting & Solutions Software Developer Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

3.9

Skill development

3.8

Work-Life balance

3.7

Salary & Benefits

3.4

Job Security

3.9

Company culture

3.6

Promotions/Appraisal

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 - ₹11 L/yr

Business Analyst
8 salaries
unlock blur

₹6.6 L/yr - ₹9.2 L/yr

HR Executive
7 salaries
unlock blur

₹4.3 L/yr - ₹6.5 L/yr

Associate Software Engineer
5 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Explore more salaries
Compare Thoughts2Binary Consulting & Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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