Filter interviews by
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
I applied via campus placement at S J B Institute of Technology, Bangalore and was interviewed in Sep 2022. There were 3 interview rounds.
2 coding question
1. based on array
2.on dp
Abstraction using interface is a way to achieve abstraction in Java programming.
Interface defines a set of methods without implementation
Classes implementing the interface must provide implementation for all methods
Allows for loose coupling and flexibility in code design
Example: interface Shape with methods draw() and resize()
Classes like Circle and Square can implement Shape interface with their own implementation of
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.
Kafka is designed to handle high-throughput, fault-tolerant, and scalable real-time data streams.
It uses topics to categorize data streams, producers publish messages to topics, and consumers subscribe to topics to process messages.
Kafka can be implemented using Kafka APIs in Java, Scala, or other programming...
OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.
OAuth allows users to grant access to their information on one site to another site without sharing their credentials.
It is commonly used for authentication and authorization in APIs.
OAuth uses tokens to access re...
I applied via Naukri.com
Aptitude ,reasoning ,small programs .it was easy.
I applied via Naukri.com
Program to return random number from array and count repetitive words.
Use Math.random() method to generate random index for array.
Use HashMap to count the frequency of each word in the array.
Iterate through the array and check if the word is already in the HashMap, if yes then increment its count.
To return random number from array, use the generated random index to access the element from array.
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 4 interview rounds.
Reasoning and aptitude questions are given
Overloading is a concept in programming where multiple functions can have the same name but different parameters.
Functions with the same name but different parameters can be defined in a class
Overloading allows for flexibility in function usage
Example: void print(int num) and void print(string text) are overloaded functions
Inheritance in software development allows a class to inherit properties and behaviors from another class.
Inheritance allows a subclass to reuse code from a superclass
Subclass can also add new functionalities or override existing ones
Example: Animal class can be a superclass with properties like name and age, while Dog class can inherit from Animal and add a method bark()
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
based on 2 reviews
Rating in categories
Developer
26
salaries
| ₹11 L/yr - ₹20 L/yr |
Software Developer
23
salaries
| ₹12 L/yr - ₹27.2 L/yr |
Java Developer
22
salaries
| ₹9 L/yr - ₹27.8 L/yr |
Qa Developer
19
salaries
| ₹10 L/yr - ₹22.1 L/yr |
Senior Developer
18
salaries
| ₹18 L/yr - ₹33 L/yr |
TCS
Infosys
Wipro
HCLTech