i
The Ksquare
Group
Work with us
Filter interviews by
I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.
Some math and reasoning question
The Android activity and fragment lifecycle manage their states during user interactions and system events.
onCreate(): Initializes the activity/fragment. Example: Set up UI components.
onStart(): Makes the activity/fragment visible to the user.
onResume(): Activity/fragment is in the foreground and interactive.
onPause(): Activity/fragment is partially obscured; save data if needed.
onStop(): Activity/fragment is no longer...
Jetpack Compose is a modern Android UI toolkit for building native UIs using a declarative approach.
Jetpack Compose allows developers to build UI components using a composable function approach.
It simplifies UI development by providing a reactive programming model.
Jetpack Compose is fully integrated with existing Android APIs and can be used alongside traditional XML-based layouts.
It offers a more efficient way to crea...
Top trending discussions
posted on 24 Jan 2024
What is performance testing?
I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.
An interface in software development defines a contract for classes to implement, specifying methods and properties.
Interfaces in programming languages like Java and C# allow for multiple inheritance by defining a set of methods that a class must implement.
Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.
Interfaces are used to define common behavior that multiple classes c...
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by preventing direct access from outside the class.
Encapsulation promotes code reusability and makes the code easier to maintain.
Example: In a class representing a car, the variables lik...
10 apti questions and 10 technical mcq on cpp
posted on 1 Oct 2024
Oops topic and aptitude
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.
Logical reasoning and Aptitude
Functions with Pointers and strings concepts
I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.
Very easy roundand is it a program to implement Parallel Merge Sort and can measure the performance
Coding and decoding reasoning for the shield season is over now I am not sure
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Detecting a cycle in a linked list using Floyd's Tortoise and Hare algorithm.
Use two pointers: slow and fast. Slow moves one step, fast moves two steps.
If there's a cycle, slow and fast will eventually meet.
If fast reaches the end (null), there's no cycle.
Example: In a list 1 -> 2 -> 3 -> 4 -> 2 (cycle), slow and fast meet at 2.
I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.
Map, reduce, and filter are higher-order functions in JavaScript used to manipulate arrays.
Map: Transforms each element in an array and returns a new array with the transformed elements.
Reduce: Reduces an array to a single value by applying a function to each element.
Filter: Creates a new array with elements that pass a certain condition.
I appeared for an interview in Nov 2022.
Strong appitude knowledge is required.
based on 1 interview experience
Difficulty level
Duration
Primus Global Technologies
Pitney Bowes
Ricoh
Dataflow Group