Filter interviews by
Debugging, String manipulation, Array
I applied via Job Fair and was interviewed before Nov 2023. There was 1 interview round.
Debugging, string manipulation, array
I applied via Job Fair and was interviewed before Nov 2023. There was 1 interview round.
Debugging,array, string manipulation
Easy test. Very basic aptitude questions
Basic python questions
Sony PlayStation interview questions for popular designations
I applied via Internshala and was interviewed before Oct 2023. There were 3 interview rounds.
Basic aptitude questions along with 2 coding questions
Fibonacci series program generates a sequence where each number is the sum of the two preceding ones.
Start with two initial numbers, usually 0 and 1.
Add the two previous numbers to get the next number in the sequence.
Repeat this process to generate the Fibonacci series.
posted on 28 Apr 2024
I applied via LinkedIn
Using a copy constructor in C++ creates a new object by copying the values of another object.
Copy constructor is a special member function that creates a new object as a copy of an existing object.
It is invoked when a new object is created from an existing object.
Example: MyClass obj1; MyClass obj2 = obj1; // Copy constructor is called to create obj2 as a copy of obj1.
Pointers/references are used to pass memory addresses instead of values, for efficiency and to modify data directly.
Use pointers when you need to modify the original data passed to a function
Use references when you want to avoid copying large data structures
Pointers are commonly used in dynamic memory allocation
References are used in function parameters to avoid unnecessary copying
Example: int x = 10; int *ptr = &x; *p
Some basic aptitude and quants questions were asked with 2 coding questions.
I applied via Company Website and was interviewed in Dec 2019. There were 4 interview rounds.
Explanation of row number, rank, dense rank, partition by, indexing joins, and query optimization techniques.
Row number is a function that assigns a unique number to each row in a result set.
Rank is a function that assigns a rank to each row based on the values in a specified column.
Dense rank is a function that assigns a rank to each row based on the values in a specified column, but with no gaps in the ranking.
Partit...
Real-time examples of data analytics
Predictive maintenance in manufacturing
Real-time fraud detection in banking
Personalized recommendations in e-commerce
Real-time traffic analysis for smart cities
Real-time health monitoring in medical devices
posted on 7 Mar 2022
I applied via Walk-in and was interviewed before Mar 2021. There were 2 interview rounds.
Link list program, few objective based on cpp
based on 4 interviews
Interview experience
based on 1 review
Rating in categories
Nintendo
STEAM
Ubisoft Entertainment
Tencent