Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.
IT was on tpohub platform appitude test was set on easy- moderate level and we are required to join google meet from our phone and put it on side angle
test started at 11am and lasted till 12:30.
After shortlisting in round one second round was codding round where we had 5 questions
2easy
2 moderate
1 based on OOPS
I was able to solve 4 questions the last OOPS questions had too long statement to handle and we needed to write 4 class functions
time given for this round was 2hrs(3-5) and it was on same day.
A recursive function to reverse a string
Create a function that takes a string as input
If the length of the string is 0 or 1, return the string
Otherwise, return the last character of the string concatenated with the result of calling the function on the substring from the first character to the second-to-last character
Example: reverseString('hello') returns 'olleh'
Find the second maximum value in an array without using a second loop or sorting.
Iterate through the array once, keeping track of the maximum and second maximum values.
Initialize the maximum and second maximum variables with the first and second elements of the array.
Compare each element with the maximum and second maximum variables, updating them if necessary.
At the end of the iteration, the second maximum variable wi
An array is a collection of elements of the same data type, while a set is a collection of unique elements.
Arrays have a fixed size, while sets can dynamically grow or shrink.
Arrays can have duplicate elements, while sets only contain unique elements.
Arrays are accessed using an index, while sets are accessed using an iterator.
Arrays are commonly used for storing and manipulating data, while sets are used for mathemati
Polymorphism is the ability of an object to take on many forms. Function overloading is having multiple functions with the same name but different parameters.
Polymorphism allows objects to be treated as if they are of different types, while function overloading allows multiple functions to have the same name but different parameters.
Polymorphism is achieved through inheritance and virtual functions, while function over...
To import user defined class from another file, use the import statement followed by the file path.
Use the import statement followed by the file path to import the user defined class
Make sure the file containing the class is in the same directory or specify the correct path
Use the class name to access the class in the importing file
I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.
Basic aptitude test, in which some basic coding question of loop were mixed .
It have 4 typical coding question on which i feeling difficulty to solve but i solved based on oops concept.
Top trending discussions
I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.
I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Start from the first element and compare it with the next element
If the next element is smaller, swap them
Repeat this process for all elements in the array
Continue this process until no more swaps are needed
A program to print all prime numbers
Take input from user for range of numbers
Loop through the range and check if each number is prime
Print the prime numbers
Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Examples of hashmap implementations include Java's HashMap class and Python's dict type.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add new properties and methods.
For...
I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.
The duration of Metacube Software interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 1 interview
Interview experience
based on 206 reviews
Rating in categories
3-5 Yrs
Not Disclosed
3-6 Yrs
Not Disclosed
Software Engineer
241
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
145
salaries
| ₹0 L/yr - ₹0 L/yr |
Salesforce Developer
119
salaries
| ₹0 L/yr - ₹0 L/yr |
QA Engineer
78
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior QA Engineer
69
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech