Filter interviews by
Array list implementation involves creating a dynamic list that can grow or shrink in size.
Use ArrayList class in Java to create an array list of strings.
ArrayList<String> list = new ArrayList<>();
Add elements to the list using list.add() method.
list.add("Apple");
Access elements using list.get() method.
String fruit = list.get(0);
Remove elements using list.remove() method.
list.remove(0);
Object-oriented programming concepts from class to multi-threading in Android development.
Class: blueprint for creating objects, encapsulates data and behavior (methods)
Inheritance: allows a class to inherit properties and methods from another class
Polymorphism: ability for objects to take on multiple forms
Abstraction: hiding implementation details and showing only necessary features
Encapsulation: bundling data and met...
They give 25 applitude and 24 java mcq and one program from collection
I appeared for an interview in Jan 2021.
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
Interview for backend developer with experience in django
Django's request response flow involves the request being handled by URL dispatcher, views, middleware, and templates before generating a response.
Request is received by URL dispatcher which maps the URL to a view function
View function processes the request, interacts with models if needed, and returns a response
Middleware can intercept the request and response for additional processing
Templates are used to generate HT
I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.
I appeared for an interview in Feb 2025, where I was asked the following questions.
Medium to hard questions based on arrays, dp
Quick sort is a popular sorting algorithm that uses divide and conquer strategy.
Divides array into smaller sub-arrays based on a pivot element
Recursively sorts sub-arrays
Combines sorted sub-arrays to get final sorted array
Time complexity: O(n log n) on average, O(n^2) worst case
Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]
Rotate a matrix by 90 degrees in place
Transpose the matrix
Reverse each row of the transposed matrix
I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.
Data extraction, solid questions, oops
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
112
salaries
| ₹2 L/yr - ₹7.2 L/yr |
Senior Software Engineer
95
salaries
| ₹4 L/yr - ₹11.9 L/yr |
Linux Support Engineer
94
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Softwaretest Engineer
34
salaries
| ₹3 L/yr - ₹8.2 L/yr |
Linux Engineer
30
salaries
| ₹2 L/yr - ₹5.9 L/yr |
Ascent HR Technologies Private Limited
Vyapar
Entrata
CodeClouds