Filter interviews by
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
To create a custom exception in Java, you need to extend the Exception class.
Create a new class that extends the Exception class
Override the constructor to accept a message parameter
Throw the custom exception when needed in your code
SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable...
I applied via Referral and was interviewed in Dec 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
Explaining a yocto recipe line by line
Start with the metadata section, which includes the recipe name, version, license, and maintainer
Next, define the dependencies required for the recipe to build successfully
Followed by the source URL or file path for the source code
Then specify any patches that need to be applied
Configure the build options and settings
Finally, define the install and package sections to specify how t
I have worked on Linux kernel versions 3.x, 4.x, and 5.x.
Worked on Linux kernel versions 3.x, 4.x, and 5.x
Experience with kernel development and debugging
Familiar with kernel modules and drivers
The path for the bin directory in Linux is typically /bin.
The bin directory in Linux contains essential binary executables.
The path for the bin directory is usually /bin.
Some common commands found in the bin directory include ls, cp, and mv.
The path for sysconfig directory in Linux is /etc/sysconfig.
The sysconfig directory in Linux is typically located at /etc/sysconfig.
This directory contains configuration files for various system services and applications.
Users can modify these configuration files to customize the behavior of their system.
Executable files are present in bindir and configuration files are present in sysconfigdir in Linux.
bindir typically contains executable files such as binaries and scripts
sysconfigdir typically contains configuration files for system-wide settings
Examples: /usr/bin/ contains executable files, /etc/sysconfig/ contains configuration files
Explaining a yocto recipe line by line
Start with the recipe name and version
Define the license and maintainer
Specify the dependencies and build configuration
Include the source URI and checksum
Set up the build environment and compile the code
Yes, I have experience in testing. Types of testing include unit testing, integration testing, system testing, and acceptance testing.
Unit testing involves testing individual components or functions of the software.
Integration testing checks if different modules work together correctly.
System testing ensures the entire system functions as expected.
Acceptance testing involves testing the software with end-users to ensur
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Cluster index physically orders the data rows in the table, while non-cluster index does not.
Cluster index determines the physical order of data rows in the table.
Non-cluster index does not affect the physical order of data rows.
Cluster index is faster for retrieval of data in the order specified by the index.
Non-cluster index is faster for retrieval of data based on specific columns.
Example: Cluster index on a primary...
DELETE removes specific rows from a table, while TRUNCATE removes all rows from a table.
DELETE is a DML command, while TRUNCATE is a DDL command.
DELETE can be rolled back, while TRUNCATE cannot be rolled back.
DELETE triggers delete triggers on each row, while TRUNCATE does not trigger any delete triggers.
DELETE is slower as it maintains logs, while TRUNCATE is faster as it does not maintain logs.
posted on 24 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
Use a hash set to remove duplicates in an array of strings
Create a hash set to store unique elements
Iterate through the array and add each element to the hash set
Convert the hash set back to an array to get the unique elements
React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.
Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.
React uses virtual DOM to efficiently update and render components without directly manipulating the actual DOM.
When changes are made to the virtual DOM, React calculates the most efficient way to update the act...
React hooks are functions that let you use state and other React features without writing a class.
React hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.
useState() is a hook that allows you to add state to functional components.
useEffect() is a hook that allows you to perform side effects in functional components.
useContext() is a hook that allows you to use the con...
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.
Regression testing is performed after code changes to verify that the existing features still work correctly.
It helps in identifying any defects introduced by new code changes.
Automated testing tools are often used for regression testing to save time and effort.
Regress...
Sanity in software testing refers to a quick round of testing to ensure that the code changes have not adversely affected the existing functionality.
Sanity testing is a subset of regression testing and is usually performed after a small code change or bug fix.
It focuses on testing the most critical functionalities of the application to ensure they still work as expected.
Sanity testing is not exhaustive and is meant to ...
posted on 22 Nov 2024
Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.
Smoke testing is done to check if the critical functionalities of the software are working properly.
Sanity testing is done to ensure that the software is stable and ready for further testing.
Smoke testing is usually done be...
Round robin base in os schedule
based on 1 interview
Interview experience
Senior Software Engineer
2.7k
salaries
| ₹11 L/yr - ₹42 L/yr |
Software Engineer
1.7k
salaries
| ₹5.5 L/yr - ₹24 L/yr |
Lead Software Engineer
857
salaries
| ₹18 L/yr - ₹52 L/yr |
Senior Systems Engineer
303
salaries
| ₹12 L/yr - ₹38.8 L/yr |
Software Test Automation Engineer
259
salaries
| ₹7 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech