Filter interviews by
I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.
Use a hashmap to store character frequencies in a string.
Iterate through the string and update the hashmap with character frequencies.
Return the hashmap with character frequencies.
Webseries is a series of videos released online, while API is a set of rules and protocols for building and interacting with software applications.
Webseries is a collection of videos released online, often in episodes or seasons.
API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other.
Webseries are typically consumed by viewers fo...
I was interviewed before May 2022.
Ha coding questions
Top trending discussions
posted on 2 Oct 2024
It was pretty easy. Various theoretical questions on technical knowledge and 3 coding questions. Since I was applying for a .net profile, all questions were related to that only.
Functional interfaces provide a single abstract method for functional programming in Java.
Functional interfaces allow for lambda expressions and method references to be used as instances of the interface.
Interfaces with multiple abstract methods cannot be used for lambda expressions.
Example: java.util.function.Function is a functional interface with a single abstract method apply().
Java 8 introduced new features like lambda expressions, streams, functional interfaces, and default methods.
Lambda expressions: Allows writing concise code by enabling functional programming.
Streams: Provides a way to work with sequences of elements efficiently.
Functional interfaces: Interfaces with a single abstract method, used for lambda expressions.
Default methods: Allows adding new methods to interfaces without br
Yes, one functional interface can extend another interface in Java.
Functional interfaces can extend other functional interfaces in Java.
The child interface can have only one abstract method, but can inherit default methods from the parent interface.
Example: interface Parent { void method1(); } interface Child extends Parent { void method2(); }
posted on 12 Jun 2024
I applied via Approached by Company
DSA related questions
I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.
Hello tell me about yourself
posted on 5 Sep 2023
I applied via Naukri.com and was interviewed before Sep 2022. There were 4 interview rounds.
Technical questions with coding test on real time scenarios.
posted on 3 Apr 2023
Commonly used functional interfaces include Predicate, Consumer, Supplier, and Function.
Predicate: used for boolean-valued functions of one argument.
Consumer: used for operations that take in one argument and return no result.
Supplier: used for operations that take no arguments and return a result.
Function: used for operations that take in one argument and return a result.
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
I have 5 years of experience in Python.
5 years of hands-on experience in Python programming
Proficient in developing web applications, data analysis, and automation scripts using Python
Familiar with popular Python libraries and frameworks such as Django, Flask, and NumPy
List is mutable, Tuple is immutable in Python.
List can be modified after creation, Tuple cannot be modified.
List is defined using square brackets [], Tuple is defined using parentheses ().
Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)
A lambda function is a small anonymous function defined using the lambda keyword in Python.
Lambda functions can take any number of arguments, but can only have one expression.
They are commonly used as a way to create small, throwaway functions.
Lambda functions are often used in conjunction with functions like map(), filter(), and reduce().
The data types used in the project include integers, strings, floats, and booleans.
Integers are used for storing whole numbers, such as IDs or quantities.
Strings are used for storing text data, such as names or descriptions.
Floats are used for storing decimal numbers, such as prices or measurements.
Booleans are used for storing true/false values, such as status indicators.
Code to find square of series divisible by 3 using lambda function.
Create a list of numbers in the series
Use filter() function with lambda function to filter numbers divisible by 3
Use map() function with lambda function to find square of each number
based on 5 reviews
Rating in categories
Senior Engineer
888
salaries
| ₹6 L/yr - ₹22.8 L/yr |
Senior Software Engineer
582
salaries
| ₹6.8 L/yr - ₹25.8 L/yr |
Software Engineer
258
salaries
| ₹3.5 L/yr - ₹14 L/yr |
Technical Specialist
209
salaries
| ₹10.9 L/yr - ₹38.5 L/yr |
Software Development Engineer
187
salaries
| ₹4.5 L/yr - ₹12 L/yr |
Accenture
TCS
Infosys
Wipro