Upload Button Icon Add office photos

Filter interviews by

Thoughts2Binary Interview Questions and Answers

Updated 31 Mar 2022

Thoughts2Binary Interview Experiences

Popular Designations

3 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.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

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

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

I applied via LinkedIn and was interviewed before Mar 2021. There were 3 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 - Technical 

(2 Questions)

  • Q1. Difference between primary and foreign key
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key refers to a field in another table.

    • Primary key is used to enforce data integrity and ensure uniqueness of records

    • Foreign key is used to establish a relationship between two tables

    • A table can have only one primary key, but multiple foreign keys

    • Primary key is always indexed, while foreign key may or may not be indexed

    • Primary key cannot have null value

  • Answered by AI
  • Q2. Questions about data structures
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - difficulty level is easy to moderate in all the rounds. prepare data structure , algorithms using python

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Qualification & self introduction
  • Q2. What is work at height? It's hazards and precaution
Round 2 - Technical 

(2 Questions)

  • Q1. What is legal documents
  • Q2. What is tandem lifting
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Basic sales questions
  • Q2. Discussion on software services sales
  • Q3. Final was a whiteboarding round

Interview Preparation Tips

Interview preparation tips for other job seekers - This is actually a good company, the CEO Mr. Anubhav is a great entrepreneur who has proved himself. If you're an MBA I would suggest to approach human resources and ask for a EA (executive assistant) role. It will be a privilege and great learning experience learning from the founder himself and if you have it in your, Mr. Anubhav will be more than happy.

Thank you Anubhav and team at Saviant.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was online test conducted by whee box. Questions were mix from Automation and Manual testing. Questions on OOPS concept like Encapsulation, polymorphism, abstraction. Questions on Database testing, (none from API). Few questions based on English , few logical reasoning

Round 2 - Technical 

(8 Questions)

  • Q1. API questions - Put vs patch , error codes, API tools used
  • Q2. Explain STLC in detail
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a systematic process for testing software applications.

    • STLC consists of various phases such as Requirement Analysis, Test Planning, Test Design, Test Execution, and Test Closure.

    • Each phase has specific objectives and deliverables to ensure the quality of the software.

    • STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them l...

  • Answered by AI
  • Q3. Introduction, current role
  • Q4. Current CTC , Expected CTC
  • Q5. Agile ceremonies
  • Q6. Stored procedure in DB
  • Ans. 

    Stored procedures are precompiled SQL statements stored in the database for reuse and improved performance.

    • Stored procedures are used to encapsulate business logic in the database.

    • They can improve performance by reducing network traffic and optimizing execution plans.

    • Stored procedures can be called from application code to perform complex operations on the database.

    • They can also help with security by controlling access...

  • Answered by AI
  • Q7. Ready for working in night shift for US based client
  • Q8. Requirement traceability matrix
Round 3 - Technical 

(13 Questions)

  • Q1. Quick Introduction and role in current project
  • Ans. 

    I am a Senior QA Engineer with 5 years of experience. Currently, I am leading the testing efforts for a web application project.

    • Leading the testing efforts for a web application project

    • Creating test plans and test cases

    • Executing manual and automated tests

    • Identifying and reporting bugs

    • Collaborating with developers and stakeholders

  • Answered by AI
  • Q2. Questions related to agile ceremonies
  • Q3. API tools used, % of API work done in previous projects
  • Ans. 

    Used Postman for API testing, 60% of work involved API testing in previous projects

    • Utilized Postman for API testing

    • 60% of work in previous projects involved API testing

    • Worked extensively with RESTful APIs

  • Answered by AI
  • Q4. Scenario based questions on QA
  • Q5. Role of QA when the built functionality do not match with requirements
  • Ans. 

    QA plays a crucial role in identifying and communicating the discrepancies between built functionality and requirements.

    • QA should thoroughly review the requirements documentation to understand the expected functionality.

    • QA should conduct thorough testing to identify any discrepancies between the built functionality and the requirements.

    • QA should communicate any discrepancies found to the development team and stakeholde...

  • Answered by AI
  • Q6. Contract testing in API
  • Ans. 

    Contract testing in API involves verifying the interactions between different services based on predefined contracts.

    • Contract testing ensures that each service meets the expectations set by the contract.

    • It helps in detecting issues early in the development cycle.

    • Popular tools for contract testing in APIs include Pact and Spring Cloud Contract.

  • Answered by AI
  • Q7. Overall tools used for database, build deployment, bug tracking, test case/plan track
  • Ans. 

    Various tools used for database, build deployment, bug tracking, and test case/plan tracking in QA engineering.

    • Database: SQL Server, MySQL, Oracle

    • Build Deployment: Jenkins, TeamCity, Bamboo

    • Bug Tracking: Jira, Bugzilla, Redmine

    • Test Case/Plan Tracking: TestRail, HP ALM, Zephyr

  • Answered by AI
  • Q8. New things which you contributed to current project to improve overall quality process
  • Ans. 

    Implemented automated test scripts using Selenium for regression testing, introduced code review process for test scripts, and conducted training sessions on new testing tools.

    • Implemented automated test scripts using Selenium for regression testing

    • Introduced code review process for test scripts

    • Conducted training sessions on new testing tools

  • Answered by AI
  • Q9. How many offer letters you hold? Current CTC, Expected CTC
  • Ans. 

    I currently hold 2 offer letters. My current CTC is $80,000 and my expected CTC is $90,000.

    • I hold 2 offer letters

    • Current CTC is $80,000

    • Expected CTC is $90,000

  • Answered by AI
  • Q10. Comfortable in coming to office regularly although it was hybrid model
  • Ans. 

    Yes, I am comfortable with coming to the office regularly in a hybrid model.

    • I value face-to-face interactions with team members for better collaboration and communication.

    • I am able to manage my time effectively to balance office and remote work.

    • I understand the importance of being present in the office for certain tasks or meetings.

    • I am adaptable and flexible in my work environment.

  • Answered by AI
  • Q11. Any experience in working with US based clients, Ready for shift overlapping
  • Ans. 

    Yes, I have experience working with US based clients and I am ready for shift overlapping.

    • I have worked with US based clients in my previous role as a QA Engineer

    • I am familiar with the time zone differences and have adjusted my schedule accordingly

    • I am comfortable with shift overlapping and have done it before when needed

  • Answered by AI
  • Q12. RCA and backtracking process in current project
  • Ans. 

    RCA and backtracking process involves identifying root causes of issues and revisiting previous steps to find solutions.

    • Root Cause Analysis (RCA) is used to identify the underlying cause of a problem or defect in the project.

    • Backtracking process involves revisiting previous steps or decisions to find a solution or correct an issue.

    • Examples of RCA in current project could include analyzing code changes that led to a bug...

  • Answered by AI
  • Q13. Experience in automation testing, any learning in AI or other
  • Ans. 

    I have extensive experience in automation testing and have also taken courses in AI and machine learning.

    • I have worked on creating automation frameworks using tools like Selenium and Appium.

    • I have taken online courses on AI and machine learning to enhance my skills in these areas.

    • I have implemented AI-based testing techniques like neural networks for test automation.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Milliman Senior QA Engineer interview:
  • API Testing
  • Agile Methodology
  • Database Testing
  • Manual Testing
  • STLC
  • Procedures
  • build deployment
Interview preparation tips for other job seekers - They are more focused on API testing work. Questions related to manual testing are kind of simple. Some scenario based questions on testing, related to experience. Also asking for automation testing experience, although HR said only manual testing is required
Every technical interviewer was interested in knowing the CTC, which generally does not happen.
HR said its a hybrid role, also specified in job description but director said he wants people to come daily especially new joiners.
They have different policies for new joiners who are on probation period as compared to their old employees.
HR does not give apt response, interview process is very messed up. She will mostly avoid your calls of follow-ups. Firstly my profile was rejected within 3-4 days during profile shortlisting, then magically I received online test invite and then eventually interviews occur. But after 3rd round, I was rejected again via mail by HR (with no feedback obv) and that too when I tried to follow up with her after 4 days of giving 2nd technical interview. Hiring process is quite messed up and needs some refinment
Also the online test conducted by wheebox has a lot of technical glitches, not a smooth process.
Seem like their budget was quite less which was not told in earlier stages by HR.

Skills evaluated in this interview

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

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Salary
Round 2 - One-on-one 

(2 Questions)

  • Q1. Two wheeler to work
  • Q2. Experience relevant to field
Round 3 - HR 

(2 Questions)

  • Q1. Document processing
  • Q2. Mail application submit
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Puzzle solving was done which were moderate in difficulty level and you can ask for hints.

Round 2 - Technical 

(3 Questions)

  • Q1. Data modelling techniques in tableau
  • Ans. 

    Data modelling techniques in Tableau involve creating relationships between data sources to analyze and visualize data effectively.

    • Use data blending to combine data from multiple sources

    • Create calculated fields to manipulate and transform data

    • Utilize hierarchies and groups to organize data for analysis

    • Implement filters and parameters to control data display

    • Leverage Tableau's data modeling tools like joins and unions

  • Answered by AI
  • Q2. Explain your projects.
  • Q3. RLS implementation

Gjkkv Interview Questions & Answers

VHS Consulting user image Kavita Sharma

posted on 27 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Vhhjjkhuhhhhjjhhhb
  • Q2. Cvvbbhjjjjjkkkkkm
  • Q3. Fggvghhhhjjcxfhjjjjhggyhjjj
  • Q4. Yyyttuhgguiihhjjjjj
  • Q5. Ftugguhjiikkhhhjj
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(9 Questions)

  • Q1. What is status of company
  • Ans. 

    The company is currently in a stable financial position with ongoing projects and a strong reputation in the industry.

    • Company has a strong financial position

    • Ongoing projects are in progress

    • Company has a good reputation in the industry

  • Answered by AI
  • Q2. What is job responsibilities
  • Q3. What is employee growth
  • Ans. 

    Employee growth refers to the development and advancement of an individual within their career.

    • Employee growth involves acquiring new skills and knowledge

    • It includes taking on more responsibilities and challenges

    • Career progression and promotions are indicators of employee growth

  • Answered by AI
  • Q4. What is action points at site level
  • Ans. 

    Action points at site level refer to specific tasks or activities that need to be completed on the construction site.

    • Action points are typically identified during site inspections or progress meetings.

    • They can include tasks such as resolving design issues, coordinating with subcontractors, or ensuring compliance with regulations.

    • Examples of action points could be revising drawings to address conflicts, obtaining necess...

  • Answered by AI
  • Q5. Talking with politely with client
  • Q6. Very day site round, observation point noted and review with team
  • Q7. Communication with our team, project achievements as per client requirement
  • Q8. Project target as per the P O terms
  • Q9. Internal discussion with project team and vendor

Thoughts2Binary Interview FAQs

How many rounds are there in Thoughts2Binary interview?
Thoughts2Binary interview process usually has 3 rounds. The most common rounds in the Thoughts2Binary interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Thoughts2Binary interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Thoughts2Binary. The most common topics and skills that interviewers at Thoughts2Binary expect are AWS, AWS Infrastructure, Agile Methodology, Asset Management and Benefits.
What are the top questions asked in Thoughts2Binary interview?

Some of the top questions asked at the Thoughts2Binary interview -

  1. What programming language you pref...read more
  2. difference between primary and foreign ...read more
  3. Difference between put and pa...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Milliman Interview Questions
3.8
 • 20 Interviews
View all

Thoughts2Binary Reviews and Ratings

based on 49 reviews

3.7/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

3.4

Salary

3.0

Job security

3.5

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 49 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