Filter interviews by
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPS focuses on creating reusable code and organizing it into objects.
Key concepts include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Inheri...
Binding data in GridView involves setting the data source and calling DataBind method.
Set the DataSource property of the GridView to the data source (e.g. DataTable, List)
Call the DataBind method of the GridView to bind the data to the GridView
Handle events like RowDataBound to customize the appearance of data in the GridView
Microservice architecture is an architectural style that structures an application as a collection of loosely coupled services.
Each service is self-contained and can be independently deployed, scaled, and maintained
Services communicate with each other over lightweight protocols like HTTP or messaging queues
Allows for flexibility, scalability, and resilience in software development
Examples include Netflix, Amazon, and U
Top trending discussions
posted on 24 Nov 2024
I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.
First Round was assessment test round, Which includes English + Cognitive questions
I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in May 2024. There were 3 interview rounds.
Hackerrank medium - hard lavel questions
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
posted on 25 Nov 2024
I applied via Indeed and was interviewed in Oct 2024. There was 1 interview round.
I want to work with Teleperformance because of their reputation for providing excellent technical support services and opportunities for career growth.
Teleperformance has a strong reputation for providing top-notch technical support services to a wide range of clients.
I am impressed by Teleperformance's commitment to employee development and growth opportunities.
I believe that working at Teleperformance will allow me t...
I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.
Mathematical Logical And counication test
Oops concepts refer to Object-Oriented Programming concepts that help in organizing and managing code efficiently.
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 of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the complex implementation...
A program in Java to print 'Hello, World!'
Create a class with a main method
Use System.out.println() to print the message
Object-oriented programming concepts focus on classes, objects, inheritance, encapsulation, and polymorphism.
Classes: Blueprint for creating objects with attributes and methods.
Objects: Instances of classes that contain data and behavior.
Inheritance: Allows a class to inherit attributes and methods from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Abil...
JavaScript is a programming language used to add interactivity and dynamic features to websites.
JavaScript is a client-side scripting language.
It is primarily used for web development.
JavaScript can be embedded directly into HTML pages.
It allows for the manipulation of webpage elements and handling of events.
Common uses include form validation, creating interactive content, and AJAX requests.
Closure is a programming concept that allows a function to access variables from its parent scope even after the parent function has finished executing.
Closure is created when a nested function references a variable from its outer function.
The inner function can access and modify the variables from the outer function.
Closure helps in encapsulating data and creating private variables in JavaScript.
It allows functions to...
The map method is used to create a new array by applying a function to each element of an existing array.
The map method takes a callback function as an argument.
The callback function is executed on each element of the array.
The result of the callback function is added to the new array.
The map method does not modify the original array.
Example: ['apple', 'banana', 'cherry'].map(fruit => fruit.toUpperCase()) returns ['APP
React.js is a JavaScript library for building user interfaces.
React.js is used for creating reusable UI components.
It follows a component-based architecture.
React.js uses a virtual DOM for efficient rendering.
It allows for declarative and efficient updates to the UI.
React.js is widely used in web development for building interactive and dynamic user interfaces.
A promise in JavaScript is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations such as fetching data from a server or reading a file.
They provide a cleaner and more readable way to write asynchronous code compared to using callbacks.
Promises have three states: pending, fulfilled, or rejected.
They can be chained using the then() metho...
Software Developer
8
salaries
| ₹1 L/yr - ₹4 L/yr |
Software Engineer
6
salaries
| ₹1.7 L/yr - ₹2.2 L/yr |
Project Coordinator
4
salaries
| ₹1.8 L/yr - ₹2 L/yr |
Java Developer
3
salaries
| ₹1.2 L/yr - ₹3 L/yr |
Desktop Support Engineer
3
salaries
| ₹1.9 L/yr - ₹4.8 L/yr |
TCS
Wipro
Cognizant
Capgemini