
Metacube Software Pvt. Ltd. Software Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 85 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at Metacube Software Pvt. Ltd..
Software Engineer
The interview was focused on the basics of programming. The interviewer checked my Projects in the ongoing interview and asked the purpose and functionalities of them and also asked how the OOP was applied there. The questions were normal and the difficulty level was Average. I cleared the Aptitude, Logical Reasoning and Coding Objective Paper (Round 1) and Coding Test (Round 2). The next round was an Online Technical Round where they asked questions.
- Tell me about yourself.
- Can you explain your projects?
- Can you explain your internships?
Software Engineer Trainee
So, there were like 4 rounds in total, I've done three and am still waiting for the last one. The first round was an MCQ with 25 questions covering C, C++, Java, and DSA. Then the second round was a coding challenge with 5 medium to high-level questions on an online editor, you could use C/C++ or Java. Round three was a one-on-one technical interview, where I had to write code for some problems and answer fundamental questions on C, C++, Java, and SQL. The fourth round is the HR round, but honestly, the HR questions are often covered in the third round too, so it's a bit of luck. I'm still waiting for this last round since I interviewed on Jan 13, 2022, and my status is pending. I emailed them for an update, and they replied saying they're selecting me for a Salesforce Admin role and want to discuss it further, promising to share a schedule soon.
- In the MCQ round, questions mainly asked for the output of code, so make sure your C/C++ basics and operator associativity are solid.
- For the second round, one question was to generate the n-th term of a modified Fibonacci series where the next term is the sum of the last three terms, like 1 2 3 6 11 20..
- Another question in the second round was: Given a number n (as a string) and a digit k, add k to each digit of n. Example: n=234, k=3, result 589.
Software Engineer
We kicked things off with intros and then dove into my projects. After discussing my projects, they asked me Java questions since that's my preferred language. The questions covered OOPS concepts, abstract class, interface, exceptions and exception handling, and constructors. Then, they showed me some code snippets and asked questions about them. Following that, I was given problem statements, like checking for a palindrome string, and asked to write the driver code. The main focus was on creating optimized code for large datasets, even for problems that are generally simple.
- Can you explain OOPS concepts, maybe with real-life examples?
- What are abstract classes and interfaces?
- Explain exceptions and how exception handling works.
Metacube Software Pvt. Ltd. Software Engineer Interview Questions
Quoted word for word from Metacube Software Pvt. Ltd. interview reports.
“Write code for the left circular inplace rotation of a 1D array by 'count' positions.”
Read reports →“Create a program to calculate the sum of the nth odd number in a given array.”
Read reports →“What is the largest prime number that can be found within a specified range?”
Read reports →“Write a program to check if a number is both prime and a palindrome.”
Read reports →“Write code to count the sum of natural numbers from 1 to n that are multiples of 6 or 9.”
Read report →“Write a program to reverse the words in a given string. For example, input: MY NAME IS ABC, output: YM EMAN SI CBA.”
Read report →“Can you find the element that appears second most frequently in an array?”
Read report →“Write a program to find the minimum distance between two specific numbers in an array. For instance, in the array A[]={1,2,3,4,5,8,7,1,5}, find the minimum distance between 1 and 8.”
Read report →“How would you find the kth largest element in an unsorted array?”
Read report →Formats, difficulty and experience
Across all 85 Metacube Software Pvt. Ltd. interview reports.