Filter interviews by
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
I was interviewed in Dec 2024.
Cloud concepts refer to the delivery of computing services over the internet, including storage, databases, networking, and more.
Cloud computing allows users to access and use resources on-demand over the internet.
It provides scalability, flexibility, and cost-efficiency compared to traditional on-premises solutions.
Examples include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.
Given a project and add a new feature with test cases
I applied via Nextwave and was interviewed in Dec 2023. There were 3 interview rounds.
I got the opportunity through Nextwave. In the coding test I’m supposed to solve few aptitude questions and around 5-6 coding questions. Out of them 2 are of easy level ,2 are medium and 2 are of hard level.
I solved 2 easy, 1 medium and 1 hard problem.
I applied via Campus Placement and was interviewed in Feb 2022. There were 4 interview rounds.
OOP mcq, 3 coding questions on array and string (easy and medium level),pseudo code etc
ThoughtWorks interview questions for designations
I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 6 interview rounds.
OOPS is a programming paradigm that uses objects to represent real-world entities. Modular code is code that is divided into separate, independent parts.
OOPS stands for Object-Oriented Programming System
It focuses on creating reusable code and reducing complexity
Modular code is easier to maintain, test, and debug
It involves breaking down code into smaller, self-contained modules
Each module performs a specific task and ...
It was 2 medium Leetcode questions. I did 1 well and the other one with an okayish approach.
For web development, I'd use MERN stack. For mobile development, I'd use React Native. For data analysis, I'd use Python stack.
MERN stack (MongoDB, Express.js, React.js, Node.js) for web development
React Native for mobile development
Python stack (NumPy, Pandas, Matplotlib) for data analysis
Consider the project requirements and scalability before choosing a tech stack
Affirmative action is a complex issue with both pros and cons.
Affirmative action can help promote diversity and equal opportunities for underrepresented groups.
However, it can also lead to reverse discrimination and undermine merit-based hiring practices.
Ultimately, the effectiveness of affirmative action depends on how it is implemented and monitored.
For example, some companies may set quotas for hiring certain groups...
Get interview-ready with Top ThoughtWorks Interview Questions
I was interviewed before May 2021.
Round duration - 180 Minutes
Round difficulty - Easy
it was an coding round. i was not able to solve questions
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Determine if two strings are anagrams of each other by checking if they contain the same characters.
Create character frequency maps for both strings and compare them.
Sort both strings and compare if they are equal.
Use a hash table to store character counts and check if they are the same for both strings.
Given a string str
and a character 'X', develop a function to eliminate all instances of 'X' from str
and return the resulting string.
The first lin...
Develop a function to remove all instances of a given character from a string.
Iterate through the string and build a new string excluding the specified character.
Use a StringBuilder or similar data structure for efficient string manipulation.
Handle edge cases such as empty string or character not found in the input string.
Given an array of strings A
of size N
, determine the longest complete string. A string is deemed complete if every prefix of the string also appears in the array. If mult...
Find the longest complete string in an array of strings, where every prefix of the string also appears in the array.
Iterate through each string in the array and check if all its prefixes exist in the array.
Keep track of the longest complete string found so far, and return the lexicographically smallest one if multiple exist.
If no complete string is found, return 'None'.
In a wedding ceremony at NinjaLand, attendees are divided into two groups: bride’s side and groom’s side. Attendees from the bride’s side hold odd numbers, while those...
Rearrange attendees from bride's side and groom's side while maintaining original order within each group.
Iterate through the linked list and separate odd and even numbers into two separate lists.
Merge the two lists while maintaining the original order within each group.
Output the rearranged linked list with bride's side attendees followed by groom's side attendees.
Given a Binary Tree with 'N' nodes, compute and return the sum of all its boundary nodes. The boundary nodes include the root node, leftmost external nodes, rightmost extern...
The Boundary Sum Problem involves calculating the sum of boundary nodes in a binary tree.
Traverse the tree in a specific order to identify the boundary nodes (root, leftmost, rightmost, and leaves)
Keep track of the sum of these boundary nodes as you traverse the tree
Handle cases where nodes have no children (-1)
Tip 1 : Stay focused
Tip 2 : Practice coding questions.
Tip 3 : View previous interviews of the companies
Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy
I applied via Walk-in and was interviewed before Jun 2021. There were 3 interview rounds.
Quantitative ability and logical ability
I am proficient in Java and Python.
Strong understanding of object-oriented programming concepts
Experience with Java frameworks such as Spring and Hibernate
Proficient in Python libraries such as NumPy and Pandas
Program to print HCF of numbers as output
Take input of two numbers from user
Find the smaller number between the two
Run a loop from 1 to the smaller number
Check if both numbers are divisible by the current loop variable
If yes, update the HCF variable
Print the HCF as output
Top trending discussions
I was interviewed in Jun 2017.
Precompilation unit is a compiled code that can be reused by multiple source files.
Precompilation unit is created by the compiler from the source code.
It contains the compiled code of header files and other dependencies.
It can be reused by multiple source files, reducing compilation time.
It is also known as precompiled header or PCH.
Example: stdafx.h in Visual Studio is a precompiled header file.
posted on 15 Feb 2016
The first 50 prime numbers are...
Start with 2, the first prime number
Check each odd number greater than 2
Use trial division to check if a number is prime
Stop when you have found 50 prime numbers
Sorting a file within a range
Use a sorting algorithm like quicksort or mergesort
Read the file and store the data in an array or list
Sort the array or list within the given range
Write the sorted data back to the file
I am a passionate software engineer with experience in developing web applications using various technologies.
Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in backend development with Node.js, Express, and MongoDB
Familiar with version control systems like Git and project management tools like Jira
based on 5 interviews
1 Interview rounds
based on 3 reviews
Rating in categories
Senior Consultant
700
salaries
| ₹0 L/yr - ₹0 L/yr |
Application Developer
658
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Consultant
248
salaries
| ₹0 L/yr - ₹0 L/yr |
Consultant
151
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
100
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech