Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.
In apri basic question logicial quesion
The test was easy basic questins they asked
Top trending discussions
I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.
Exam to test reasoning and aptitude, and speed to answer them
Dsa question easy to medium level
Print pyramid from Fibonacci sequence
Generate Fibonacci sequence up to a certain number
Use the Fibonacci numbers to create the pyramid structure
Print each row of the pyramid with appropriate spacing
Design SQL tables for library management system
Create tables for books, authors, members, transactions, etc.
Use primary and foreign keys to establish relationships between tables
Include columns like book title, author name, member ID, due date, etc.
posted on 28 Jul 2024
Java multithreading is a feature that allows concurrent execution of multiple threads within a single process.
Multithreading in Java allows multiple threads to run concurrently within a single process.
Each thread has its own stack and executes independently, but shares the same memory space.
Java provides built-in support for multithreading through the java.lang.Thread class and java.lang.Runnable interface.
Multithreadi...
Exception hierarchy is a way to organize and categorize different types of exceptions in a software system.
Exceptions are organized in a tree-like structure with a base class at the top and more specific exception classes below.
Base class usually is 'Exception' or 'Throwable', with more specific classes like 'IOException', 'NullPointerException', etc.
Subclasses can provide more specific information about the cause of t...
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Concurrency is the ability of a system to execute multiple tasks simultaneously.
Concurrency allows multiple tasks to run concurrently, improving performance and efficiency.
Concurrency can be achieved through multithreading or multiprocessing.
Example: A web server handling multiple requests simultaneously using multithreading.
ACID principles are a set of properties that guarantee database transactions are processed reliably.
Atomicity: Transactions are all or nothing. If one part of the transaction fails, the entire transaction is rolled back.
Consistency: Transactions bring the database from one valid state to another. All constraints are satisfied.
Isolation: Transactions are isolated from each other until they are completed.
Durability: Once...
posted on 16 Apr 2024
I applied via Campus Placement
The coding test was based on quants and coding
I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Aug 2022. There were 4 interview rounds.
Keep your problem solving skills upto the mark
Dsa is important like arrays linkedlist stack queue and tree
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Start from the first element and compare it with the next element
If the next element is smaller, swap them
Repeat this process until the end of the list is reached
Repeat the above steps for each element in the list
The list is now sorted in ascending order
What is the recursive function to print the factorial of a given number?
Define a function that takes an integer as input
Check if the input is 0 or 1, return 1 if true
Otherwise, call the function recursively with n-1 as input and multiply it with n
Print the result
based on 1 review
Rating in categories
Assistant Manager
195
salaries
| ₹4.6 L/yr - ₹15.8 L/yr |
Software Engineer
184
salaries
| ₹13 L/yr - ₹33 L/yr |
Senior Software Engineer
178
salaries
| ₹13.7 L/yr - ₹41 L/yr |
Senior Manager
131
salaries
| ₹10.5 L/yr - ₹44 L/yr |
Manager
101
salaries
| ₹7.2 L/yr - ₹27.4 L/yr |
Razorpay
Paytm
Mobikwik
PhonePe