Metacube Interview Experience: Last week I applied on a MetaCube on-campus hiring program for Graduate Engineering Trainee and the process that held it has been discussed below.
The recruitment process comprises started as the eligibility criteria was 60% in Graduation and 60% in X and XII with 2 backlogs. So I was eligible for that and rest process I’m discussing below.
Round 1 ( Technical MCQ ):
- In this round, they asked me about some aptitude ques some pseudo codes were there and Basic DSA questions were asked there. (Easy-Medium).
- one funny thing like they had 2 cameras in the exam one is you have the webcam of your laptop and there will be one more camera required for you so that they can see your sitting posture of yours and the basic idea is you can not cheat.
Metacube Interview Experience Round 1 Questions :
#include<stdio.h> int main() { int x = 5, p = 10; printf("%*d", x, p); getchar(); return 0; }
int main() { char arr[] = "motivationtree"; char *ptr = arr; while(*ptr != '\0') ++*ptr++; printf("%s %s", arr, ptr); getchar(); return 0; }
#include <stdio.h> void fun(const char **p) { } int main(int argc, char **argv) { fun(argv); getchar(); return 0; }
Round 2 ( Technical/ Coding):
- In this round, there were 5 coding questions and we had to solve all five questions.
- Those were easy to moderate level
- if you know about the basics of coding you can easily solve them, one thing more they were having only 3 coding languages there C, C++, and Java.
- There was no option for Python
- I am proficient in C++ and also know about C, So I have solved 3 questions fully and 1 partially, fortunately I got mail from Meta cube that you are selected for the Next round which will be a video interview round.
Round 3 ( Interview Round ):
Metacube Interview Experience
In this round they majorly asked about:
- Introduce yourself
Good morning, sir/madam. First of all, thank you for giving this opportunity to introduce myself. My name is Bathula Raghunath Reddy. I am from Guntur in AP. I am pursuing my bachelor's degree in Kalasalingam Academy of Research and Education in the stream of CSE department by holding 7.43 CGPA. Now coming to my schooling, I have done my 12th class in Sri Chaitanya Junior college in Vijayawada, AP from state board with 85.9% and 10th class in Dr. KKR Gowtham High school in Guntur, AP from state board with 8.3GPA.
- Project (future scope, technologies, your role)
- some basic DSA ques
1)Pointer: It is a variable which stores the address of another variable. 2) Constructor: The name of the constructor is the same as the name of the object but it has no return type. 3) Destructor: It is a special member function that is executed automatically when an object is destroyed that has been created by the constructor. 4) Recursion: Recursion is the process which comes into existence when a function calls a copy of itself to work on a smaller problem. Any function which calls itself is called recursive function. 5) Array: It is a collection of similar type of data items stored at contiguous memory locations. 6) Function: It is a block of code that performs a specific task. 7) For loop: It is a control structure which allows us to write a loop that is executed a specific number of times.
- OOPS basic ques
**Main features of OOPS**: 1)Abstraction 2)Encapsulation. 3)Polymorphism. 4)Inheritance 1)Object: It is a real -world entity which is having the property and tasks performed. 2) Class: Collection of objects is called Class. It is a blueprint that object follows. 3) Abstraction: Display only essential information and hiding the details.
- Strength and weakness
- where do you see yourself in the next 5 years
Metacube Interview Experience
So this was the total complete experience of my Metacube Interview experience. Hope you liked it and got an idea about rounds and difficulty.
Share your interview Experience with us: Click Here