Filter interviews by
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
Basic aptitude and c,c++ and basic electronics related mcq test
Top trending discussions
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
A bloom filter in HBase is a data structure used to test whether a given element is a member of a set.
Bloom filters are used to reduce the number of disk reads in HBase by quickly determining if a row may exist in a table.
They are implemented as a compact array of bits, with multiple hash functions used to map elements to bits.
Bloom filters can produce false positives but not false negatives, making them useful for pre...
Use dropDuplicates() function in pyspark to remove duplicate rows based on primary key.
Use dropDuplicates() function on the DataFrame with the primary key column specified.
Specify the subset parameter in dropDuplicates() to specify the primary key column.
Example: df.dropDuplicates(['primary_key_column'])
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
The reason for what?
Need more context to provide a specific reason
Could be related to a specific action, decision, outcome, etc.
Can you provide more details or clarify the question?
A drawback is a disadvantage or limitation of a particular situation or course of action.
Drawbacks can hinder progress or success in a project or task.
They can be caused by limitations in resources, technology, or skills.
Examples include lack of funding, outdated software, or inadequate training.
Identifying drawbacks early on can help mitigate their impact on a project.
Fast forward is a feature that allows users to skip ahead in a video or audio file to a specific point.
Fast forward allows users to quickly move forward in a video or audio file.
Users can skip scenes or sections they are not interested in by using the fast forward feature.
Commonly seen in media players, streaming services, and DVRs.
Example: Pressing the fast forward button on a remote control to skip ahead in a movie.
I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.
SQL is a domain-specific language used for managing and manipulating relational databases.
SQL stands for Structured Query Language
It is used to communicate with databases to perform tasks such as querying data, updating data, and creating databases
Performance tuning in SQL involves optimizing queries, indexes, and database design to improve speed and efficiency
Examples of performance tuning techniques include using ind...
I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.
I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.
Round one was an online coding test where there were 5 sections :
1 - dsa - medium
2 - Java - Easy
3 - OOP - Easy
4 - Git - Easy
Bean annotation is used in Spring Boot on class or method to indicate that a method produces a bean to be managed by the Spring container.
Bean annotation is used on methods within a class to indicate that the method produces a bean to be managed by the Spring container.
It can also be used at the class level to indicate that the class itself is a Spring bean.
For example, @Bean annotation can be used on a method that cre...
Protected access modifier restricts interface method access to only derived or implemented classes.
Use 'protected' access modifier to restrict access to only derived or implemented classes
Protected members are accessible within the same package or by subclasses
Example: 'protected void methodName() {}' in an interface
Microservices interact with each other through APIs, messaging, or events.
Microservices communicate with each other through APIs, which can be synchronous or asynchronous.
Messaging systems like RabbitMQ or Kafka can be used for communication between microservices.
Events can be used for loosely coupled communication between microservices.
Service discovery mechanisms like Eureka or Consul help microservices locate and co...
To detect the best day to buy and sell stock in an integer array representing stock prices and days in O(N).
Iterate through the array and keep track of the minimum price seen so far.
Calculate the profit by subtracting the current price from the minimum price.
Update the maximum profit and best buy/sell days accordingly.
Return the best buy and sell days to maximize profit.
Find the next greatest number for each integer in an array in O(N) time complexity.
Iterate through the array from right to left
Use a stack to keep track of potential next greatest numbers
Pop elements from the stack that are less than the current element and update their next greatest number to the current element
Push the current element onto the stack
Repeat until all elements have a next greatest number
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Functions return a single value, while stored procedures can perform multiple operations and return multiple values.
Functions return a single value, while stored procedures can return multiple values.
Functions are called in SQL statements, while stored procedures are called using EXECUTE statement.
Functions cannot have output parameters, while stored procedures can have output parameters.
Functions cannot modify server ...
Custom exceptions can be implemented in MVC by creating a new class that inherits from Exception class.
Create a new class that inherits from Exception class
Override the constructor to pass a custom message to the base Exception class
Throw the custom exception in the MVC controller or service layer
FIFO stands for First In, First Out. LIFO stands for Last In, First Out.
FIFO is a method for organizing and manipulating a data buffer, where the first element added is the first to be removed.
LIFO is a method where the last element added is the first to be removed.
FIFO is like a queue, while LIFO is like a stack.
Example: In a FIFO queue, if elements A, B, and C are added in that order, they will be removed in the same...
First round was on Hacker Earth
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
Model classes in UIKit are used to represent data in an application's user interface.
Model classes in UIKit typically subclass NSObject and are used to store and manage data for views.
They can include properties to represent different data fields, methods to manipulate the data, and sometimes protocols for delegation.
For example, a model class for a user profile in a social media app might have properties like username...
Project related questions
based on 1 review
Rating in categories
Software Engineer
30
salaries
| ₹3 L/yr - ₹10 L/yr |
Senior Software Engineer
10
salaries
| ₹6 L/yr - ₹15 L/yr |
Fpga Design Engineer
7
salaries
| ₹4.3 L/yr - ₹13.1 L/yr |
Firmware Engineer
7
salaries
| ₹4 L/yr - ₹7.7 L/yr |
Hardware Engineer
5
salaries
| ₹4.3 L/yr - ₹5.2 L/yr |
Sasken
TCS
Wipro
HCLTech