Filter interviews by
Interview was conducted using CCAT where questions are based on logical thinking
OOPs stands for Object-Oriented Programming. There are four main types: Inheritance, Encapsulation, Abstraction, and Polymorphism.
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.
Abstraction: Hiding the complex implementation details and showing only the necessary features of an object.
Polymorphism: All...
AngularJS is a JavaScript framework used for building dynamic web applications.
AngularJS allows for the creation of single-page applications.
It provides data binding and dependency injection to simplify development.
Directives in AngularJS extend HTML with new attributes and elements.
Services in AngularJS are singleton objects that can be used across the application.
Examples of AngularJS applications include Gmail, YouT
I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.
Aptitude, reasoning, Logical
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Basic logical reasoning and verbal understanding with quick witted calculations involved.
The question covers topics like OOPs, boxing vs unboxing, finding the 2nd highest salary, joins, lifecycle hooks, and calling an API with a service in the constructor.
Boxing vs unboxing: Boxing is the process of converting a value type to a reference type, while unboxing is the opposite. Example: int i = 10; object obj = i; // boxing int j = (int)obj; // unboxing
Finding 2nd highest salary: Use SQL query like 'SELECT MA...
I appeared for an interview in Jan 2024.
Even that company have no clue why are they conducting that aptitude round
Greenway Health interview questions for designations
I applied via Campus Placement and was interviewed before Jul 2022. There were 4 interview rounds.
UCAT aptitude test. 50 question in 20 minutes
Hackerrank Coding Test. You will have 19 multiple choice question and 1 coding
Top trending discussions
I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.
Quant, logical reasoning, mathematics
Abstract class is a class with abstract methods, interface is a contract with only abstract methods. Array is fixed size, ArrayList is dynamic. Method overloading is same method with different parameters, overriding is redefining a method. OOP pillars are inheritance, encapsulation, polymorphism, abstraction. Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other...
posted on 9 Oct 2024
Easy applitute question with 1 coding question at the end
String builder is faster but not thread-safe, while string buffer is slower but thread-safe.
String builder is recommended for single-threaded applications for better performance.
String buffer is recommended for multi-threaded applications to ensure thread safety.
Example: StringBuilder sb = new StringBuilder(); StringBuffer sbf = new StringBuffer();
The final keyword in OOP is used to restrict the user from changing the value of a variable, overriding a method, or inheriting from a class.
Final variable: value cannot be changed once assigned
Final method: cannot be overridden in child classes
Final class: cannot be inherited by other classes
BSF graph explanation
BFS (Breadth-First Search) is a graph traversal algorithm that explores all the neighbor nodes at the present depth before moving on to the nodes at the next depth.
It uses a queue data structure to keep track of the nodes to visit next.
BFS is often used to find the shortest path in an unweighted graph.
Example: BFS can be used to find the shortest path in a maze from the starting point to the exit.
posted on 14 Sep 2023
I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.
It contains 60 questions solve in 60 minutes and 1 coding questions simply debug extra 15 minutes are given
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
There was an OA which comprised of Aptitude questions, as well as Technical questions. And, there was a single coding question(Basic level)
posted on 9 Oct 2023
I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.
It was online assessment
The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction. Arrays are fixed-size data structures, while vectors are dynamic arrays. A queue can be implemented using two stacks.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Creating new classes based on existing classes, inheriting their attributes and methods.
Polymorphism: Objects of differe...
The four pillars of object-oriented programming are encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allowing a new class to inherit properties and behavior from an existing class.
Polymorphism: The ability for objects of different classes to respond to the same message.
Abstraction: Hiding the complex implementatio...
DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.
DBMS is a software system that manages databases.
It allows users to define, create, maintain, and control access to databases.
DBMS provides tools for data manipulation, retrieval, and security.
Examples of DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.
based on 6 interviews
2 Interview rounds
based on 11 reviews
Rating in categories
Software Engineer
92
salaries
| ₹5 L/yr - ₹18.3 L/yr |
Associate Software Engineer
42
salaries
| ₹5.9 L/yr - ₹8 L/yr |
Revenue Analyst
32
salaries
| ₹4.5 L/yr - ₹6.2 L/yr |
Senior Analyst
32
salaries
| ₹5.2 L/yr - ₹7.5 L/yr |
Senior Software Engineer
31
salaries
| ₹16 L/yr - ₹27 L/yr |
Medcode
Maxgen Technologies
Cyfuture
Value Point Systems