i
Dilyt
Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2023. There were 4 interview rounds.
Maths, GK, English, Coding, Behaviour Questions.
Top trending discussions
I appeared for an interview before Mar 2024, where I was asked the following questions.
SQL Rank salary calculates employee salaries and ranks them within a dataset using SQL functions.
Use the RANK() function to assign a rank to each salary: RANK() OVER (ORDER BY salary DESC).
Ties in salary will receive the same rank, and the next rank will skip accordingly.
Example: If salaries are 5000, 6000, 6000, 7000, ranks will be 4, 2, 2, 1.
Use PARTITION BY to rank within specific groups, e.g., RANK() OVER (PARTITIO...
Calculate salary ranks using SQL to determine employee standings based on their salaries.
Use the RANK() function to assign ranks based on salary: SELECT name, salary, RANK() OVER (ORDER BY salary DESC) AS rank FROM employees;
Handle ties with DENSE_RANK() to avoid gaps in ranking: SELECT name, salary, DENSE_RANK() OVER (ORDER BY salary DESC) AS rank FROM employees;
Use PARTITION BY to rank within specific groups, e.g., b...
posted on 26 Sep 2024
I applied via Approached by Company and was interviewed before Sep 2023. There were 4 interview rounds.
Online test to check our mathematical ability and logical reasoning
I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.
There will be 3 coding questions. They are of medium and hard level.
Sort an array of 0's, 1's, and 2's without using inbuilt functions.
Use three pointers to keep track of the last index of 0's, 1's, and 2's
Iterate through the array and swap elements based on their value
Continue until all elements are sorted
I appeared for an interview in Mar 2021.
I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.
I appeared for an interview in Feb 2025, where I was asked the following questions.
Java is a versatile, object-oriented programming language designed for portability across platforms.
Object-Oriented: Supports concepts like inheritance, encapsulation, and polymorphism.
Platform-Independent: Write once, run anywhere (WORA) due to Java Virtual Machine (JVM).
Rich API: Offers a wide range of libraries for tasks like networking, I/O, and GUI development.
Strongly Typed: Enforces strict type checking at compi...
Effective thread usage enhances performance and responsiveness in applications by enabling concurrent execution of tasks.
Use thread pools to manage a fixed number of threads, reducing overhead. Example: Java's ExecutorService.
Implement synchronization mechanisms (like mutexes) to prevent race conditions. Example: using 'synchronized' keyword in Java.
Utilize concurrent data structures (like ConcurrentHashMap) to avoid l...
I appeared for an interview in Dec 2022.
String reversal involves reversing the order of characters in a given string.
Use built-in functions: In Python, use slicing: `reversed_string = original_string[::-1]`.
Iterative approach: Loop through the string from the end to the beginning and build a new string.
Using stack: Push each character onto a stack and then pop them to get the reversed string.
Example: For input 'hello', output should be 'olleh'.
I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.
An interface in software development defines a contract for classes to implement, specifying methods and properties.
Interfaces in programming languages like Java and C# allow for multiple inheritance by defining a set of methods that a class must implement.
Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.
Interfaces are used to define common behavior that multiple classes c...
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by preventing direct access from outside the class.
Encapsulation promotes code reusability and makes the code easier to maintain.
Example: In a class representing a car, the variables lik...
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
BI Developer
20
salaries
| ₹2.4 L/yr - ₹4.5 L/yr |
Business Intelligence Developer
8
salaries
| ₹2.4 L/yr - ₹4.1 L/yr |
ETL Developer
7
salaries
| ₹2.4 L/yr - ₹5.2 L/yr |
Software Engineer
5
salaries
| ₹2 L/yr - ₹6.7 L/yr |
Software Developer
5
salaries
| ₹3 L/yr - ₹9 L/yr |
HCL Infosystems
Accel Frontline
Diverse Lynx
Pitney Bowes