Filter interviews by
Be the first one to contribute and help others!
I applied via Naukri.com and was interviewed before Jul 2022. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed before Oct 2023. There was 1 interview round.
posted on 28 Nov 2024
Tell me about yourself and 1 coding exercise was asked
I appeared for an interview in Feb 2025, where I was asked the following questions.
An array is a data structure that stores a fixed-size sequence of elements of the same type, accessible by index.
Arrays can hold multiple values in a single variable, e.g., ['apple', 'banana', 'cherry'].
They are zero-indexed, meaning the first element is accessed with index 0.
Arrays can be of different types, e.g., ['John', 'Doe', 'Smith'] for strings.
They have a fixed size once declared, e.g., int[] numbers = new int[...
Constructors are special methods in object-oriented programming used to initialize objects.
Constructors have the same name as the class they belong to.
They can take parameters to set initial values for object attributes.
Example: In Java, 'public ClassName()' is a default constructor.
If no constructor is defined, a default constructor is provided by the compiler.
Constructors can be overloaded to create objects in differ
Mathematics of school level, puzzles
Sorting algorithm, shortest distance,
I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.
I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
Easy interview and friendly questions etc etc
I appeared for an interview in Sep 2024, where I was asked the following questions.
A map is a higher-order function that applies a given function to each element in a collection, returning a new collection.
Transforms each element: For example, using map on [1, 2, 3] with x => x * 2 results in [2, 4, 6].
Immutable: The original array remains unchanged after applying map.
Common in functional programming: Used in languages like JavaScript, Python, and Ruby.
Can be used with complex data: For instance, ...
A linked list is a linear data structure where elements are stored in nodes, each pointing to the next, allowing dynamic memory allocation.
Consists of nodes, each containing data and a reference (or pointer) to the next node.
Types include singly linked lists, doubly linked lists, and circular linked lists.
Singly linked list example: 1 -> 2 -> 3 -> NULL.
Doubly linked list example: NULL <- 1 <-> 2 <-...
It's was MCQ based test
Some OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation details and showing only the necessary features
A Guid Id is a globally unique identifier used in software development to uniquely identify objects or entities.
Guid Ids are 128-bit integers represented as a hexadecimal string.
They are typically used in databases, APIs, and various software systems to ensure uniqueness.
Example: 6B29FC40-CA47-1067-B31D-00DD010662DA
Randstad
Team Lease
Innovsource Services
ManpowerGroup