Filter interviews by
I applied via Job Portal and was interviewed in Apr 2023. There was 1 interview round.
posted on 10 Feb 2023
Easy to Medium Data Structures Question they will ask
I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.
posted on 29 Feb 2024
I applied via Campus Placement and was interviewed in Mar 2023. There was 1 interview round.
6 questions to be dones in 1 hr 5 mins
posted on 2 Mar 2023
I applied via Campus Placement and was interviewed in Feb 2023. There were 4 interview rounds.
No of Questions : 4 questions
Difficulty : Difficult
Topics : Sieve of eratosthenis, DP, Hashing
Search for an element in a rotated sorted array using binary search with pivot.
Find the pivot element using binary search.
Compare the target element with the first element of the array to determine which half to search.
Perform binary search on the selected half of the array.
Repeat until the target element is found or the array is exhausted.
Sort an array of 0's, 1's, and 2's using two pointer approach.
Initialize two pointers, one at the beginning and one at the end of the array.
Traverse the array and swap 0's to the beginning and 2's to the end using the pointers.
Stop when the pointers meet or cross each other.
ID selector is used to select an element with a specific ID attribute in CSS.
ID selector is denoted by '#' followed by the ID name.
ID should be unique on a page.
ID selector has higher specificity than class selector.
Example: #header { color: blue; }
ShallowCopy copies only the reference of an object while DeepCopy creates a new object with a new reference.
ShallowCopy creates a new reference to the same object, so changes made to the copy will reflect in the original object.
DeepCopy creates a new object with a new reference, so changes made to the copy will not reflect in the original object.
ShallowCopy is faster and less memory-intensive than DeepCopy.
DeepCopy is ...
Copy constructor is a special constructor that creates a new object by copying an existing object.
It is used to create a new object with the same values as an existing object.
It takes an object of the same class as a parameter.
It is automatically called when a new object is created from an existing object.
It creates a deep copy of the object, meaning that all the member variables are copied.
Example: class MyClass { pub...
Operator overloading allows operators to have different meanings based on the context of their usage.
Operator overloading is a feature in object-oriented programming languages.
It allows operators to be redefined for custom classes.
For example, the '+' operator can be overloaded to concatenate strings or add numbers.
It can improve code readability and reduce the amount of code needed for certain operations.
Struct is a value type while class is a reference type in C#.
Structs are stored on the stack while classes are stored on the heap.
Structs cannot be inherited while classes can be inherited.
Structs do not support destructors while classes do.
Structs are used for small data structures while classes are used for larger, more complex objects.
Example of struct: struct Point { public int X; public int Y; }
Example of class: c...
Search an element in an infinite sorted array using binary search.
Initialize low as 0 and high as 1.
Double the high index until arr[high] is greater than the target element.
Perform binary search between low and high indexes.
posted on 14 Mar 2022
3 coding questions of moderate difficult
posted on 11 Aug 2022
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Its was fully coding test using METTL platform in that there is only 1 session we need to attend having 6 questions all are Coding only. We don't need to complete all we can complete any of the question the time given was 1hr 30min in this i try to complete atleast 3 questions
posted on 17 Feb 2023
I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.
It had 2 programming questions and 30 aptitude questions
it
I am familiar with several programming languages including Java, Python, and C++.
Proficient in Java and Python
Familiar with C++ and JavaScript
Experience with SQL and HTML/CSS
Comfortable with object-oriented programming and data structures
Continuously learning and exploring new languages and technologies
posted on 20 May 2023
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 4 interview rounds.
Six coding questions to be solved within an hour. The coding questions were standard aptitude based and did not include any complex topics like Dynamic Programming or trees in my case.
posted on 29 Apr 2024
I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.
Online coding test having basic problems and some aptitude problem.
OOPs stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOPs focuses on creating objects that contain both data and methods to manipulate that data.
Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs.
Examples of OOPs languages include Java, C++, and Python.
A singleton class is a class that can only have one instance created and provides a global point of access to that instance.
Singleton classes are often used for logging, caching, database connections, and thread pools.
They typically have a private constructor to prevent instantiation from other classes.
They provide a static method to access the single instance, which is created if it doesn't exist yet.
based on 3 interviews
Interview experience
Software Developer
9
salaries
| ₹4 L/yr - ₹8 L/yr |
Inside Sales Executive
7
salaries
| ₹2 L/yr - ₹3 L/yr |
Business Development Executive
7
salaries
| ₹3.2 L/yr - ₹3.5 L/yr |
Business Development Manager
7
salaries
| ₹4 L/yr - ₹6.1 L/yr |
Quality Analyst
5
salaries
| ₹3 L/yr - ₹4.2 L/yr |
Yalamanchili Software Exports
ScoreMe Solutions
Xtancia Technosoft
Global Edge Software