Filter interviews by
Decorate is a design pattern that allows behavior to be added to individual objects, either statically or dynamically.
Decorate pattern involves adding new functionality to an object without altering its structure
It is often used to extend the functionality of objects at runtime
Example: Adding additional features to a car object like GPS, sunroof, etc.
List comprehension is a concise way to create lists in Python by applying an expression to each item in an iterable.
Syntax: [expression for item in iterable]
Can include conditions: [expression for item in iterable if condition]
Example: squares = [x**2 for x in range(10)]
Static method is a method that belongs to the class itself, while class method is a method that belongs to the class and can access and modify class state.
Static methods are called on the class itself, not on instances of the class.
Class methods are also called on the class itself, but can access and modify class state.
Static methods are defined using the @staticmethod decorator in Python.
Class methods are defined usin
I was interviewed in Jul 2024.
Actually I am doing good coding and i have to more effort in coding so I have a good knowledge of this in coding thanks
List comprehension is a concise way to create lists in Python. Lambda is an anonymous function. Find the second largest in a list.
List comprehension is a compact way to create lists in Python, using a single line of code.
Lambda functions are small, anonymous functions defined with the lambda keyword.
To find the second largest in a list, you can sort the list and then access the second last element.
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
Simple data manipulation. Then building classification model
General questions about why you want to work there
I applied via Walk-in and was interviewed in Jul 2022. There was 1 interview round.
Aviva Global Services interview questions for popular designations
Top trending discussions
I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.
Aptitude test on CS subjects like C programming, DBMS, CN, and OS.
There were 2 input-output based questions of easy to moderate level
Every candidate was given an individual topic and was asked to speak on it
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.
Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.
OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.
OOPs stands for Object-Oriented Programming System
Java is a class-based OOPs language
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs
Objects have state and behavior
Java supports interfaces, which allow for multiple inheritance
Example: A car can be represented as an object wit...
Java solves machine dependency by using bytecode and virtual machine.
Java code is compiled into bytecode which is platform-independent
The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific
JVM translates bytecode into machine code for the specific platform
This allows Java code to run on any platform with a JVM installed
Example: A Java program compiled on Windows can run on Linux or Mac as
I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.
Aptitude, reasoning, English, cloud sections
2 questions in which , one has to complete within an 50 minutes
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Numerical ability and logical reasoning followed by some coding mcqs
Printing 1 to 100 without for loop
Use recursion to print numbers from 1 to 99
Print 100 outside the recursion
Use a base case to stop recursion at 100
based on 4 interviews
Interview experience
based on 14 reviews
Rating in categories
Assistant Manager
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
5
salaries
| ₹0 L/yr - ₹0 L/yr |
HR Manager
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Management Trainee
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Accenture
IBM
TCS
Infosys