Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data.
Focuses on the evaluation of functions
Avoids changing state and mutable data
Emphasizes immutability and pure functions
Supports higher-order functions and recursion
Examples: Haskell, Scala, Clojure
The 3 major pillars of OOP are encapsulation, inheritance, and polymorphism.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java.
Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass.
Polymorphism: Ability to present the same interface for different data types. Example: Method overloading in
Apache Spark is a fast and general-purpose cluster computing system for big data processing.
Apache Spark is designed for speed and ease of use in processing large datasets.
It provides APIs in Java, Scala, Python, and R for building parallel applications.
Spark can run on Hadoop, standalone, or in the cloud, and includes libraries for SQL, streaming, machine learning, and graph processing.
It uses in-memory computing to i...
A cross join in SQL is a join operation that produces the Cartesian product of two tables.
It combines each row from the first table with every row from the second table.
It does not require any matching condition like other types of joins.
It can result in a large number of rows if the tables being joined have many rows.
Top trending discussions
posted on 14 Mar 2015
Finding smallest of 4 numbers without using >.< and min function in Java.
Initialize a variable with the first number
Compare it with the remaining numbers using if-else statements
If a smaller number is found, update the variable
Repeat until all numbers are compared
The final value of the variable will be the smallest number
Code for palindrome checking
Convert the input to lowercase to ignore case sensitivity
Use two pointers, one at the start and one at the end of the string
Compare the characters at both pointers and move them towards each other
If all characters match, it's a palindrome
Javascript code to display 'Hello World!' on the webpage
Create a new HTML file
Add a script tag with 'type' attribute set to 'text/javascript'
Inside the script tag, use document.write() to display 'Hello World!'
Swap two numbers without using a temporary variable.
Use addition and subtraction to swap the values
Use XOR operator to swap the values
Use multiplication and division to swap the values
To add 2 tables, we need to use a join operation on a common column.
Identify the common column between the tables
Choose the appropriate join type (inner, outer, left, right)
Write the SQL query to join the tables
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Union combines and removes duplicates, Union All combines all rows including duplicates.
Union is used to combine the result sets of two or more SELECT statements and remove duplicates.
Union All is used to combine the result sets of two or more SELECT statements and includes all rows, including duplicates.
Union is slower than Union All as it has to remove duplicates.
Union requires the same number of columns in all SELEC...
Being assigned a project with unrealistic deadlines and minimal guidance
Received a project with tight deadlines and unclear requirements
Struggled to meet the deadlines due to lack of guidance and support
Had to work long hours and weekends to try to complete the project
Learned the importance of clear communication and setting realistic expectations
I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
3 coding questions, (1 easy and 2 medium level)
I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.
It wise MCQ based on your current technology.
I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.
There were 6 sections 3 coding and one aptitude, one related to cs subjects and other is oops
based on 1 interview
Interview experience
HDFC Bank
ICICI Bank
Axis Bank
Kotak Mahindra Bank