i
Bounteous x Accolite
Filter interviews by
I applied via campus placement at National Institute of Technology (NIT), Silchar and was interviewed before Jun 2023. There were 4 interview rounds.
First part was to get aptitude on computer subjects, and coding question.
Top trending discussions
20 aptitude,20 comunication,4 program questions
General topics . topics about online class vs office line class
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.
A working day for a software developer typically involves coding, debugging, attending meetings, collaborating with team members, and researching new technologies.
Coding: Writing and testing code to develop software applications.
Debugging: Identifying and fixing errors or bugs in the code.
Meetings: Participating in team meetings to discuss project progress and updates.
Collaboration: Working with team members to solve p...
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
Sonarqube is a static code analysis tool used to detect code smells and bugs in code. It is integrated into CI/CD pipelines for continuous code quality checks.
Sonarqube is a static code analysis tool that identifies code smells, bugs, and security vulnerabilities in code.
Code smells are common programming issues that may indicate a deeper problem in the code. Examples include duplicated code, long methods, and complex ...
Program to find numbers divisible by 3 in a string and reverse their indexes.
Iterate through the string and check if each character is a number divisible by 3.
Store the divisible numbers in an array and reverse their indexes.
Join the array back into a string and return the result.
DSA questions and programming concepts
Reverse array of strings efficiently
Use two pointers approach to swap characters from start and end of each string
Optimize by using in-place reversal instead of creating new strings
Consider edge cases like empty strings or strings with only one character
In Spring Boot, we use Spring Data JPA to connect to the database.
Use @EnableJpaRepositories annotation in the main application class to enable JPA repositories
Define datasource properties in application.properties or application.yml file
Use @Entity annotation to define JPA entities
Use JpaRepository interface to perform CRUD operations on entities
Component Scan is a feature in Spring framework that automatically scans and registers Spring components in the application context.
Component Scan is used to automatically detect and register Spring components like @Component, @Service, @Repository, and @Controller.
It eliminates the need for manual configuration of bean definitions in the Spring configuration file.
Component Scan can be configured with base package(s) t...
throw is used to explicitly throw an exception in a method, while throws is used in method signature to declare the exceptions that can be thrown by the method.
throw is used within a method to throw an exception, while throws is used in the method signature to declare the exceptions that can be thrown by the method
throw is followed by an exception object, while throws is followed by the exception class names separated ...
Hackerrank coding round.
Functional interfaces provide a single abstract method for functional programming in Java.
Functional interfaces allow for lambda expressions and method references to be used as instances of the interface.
Interfaces with multiple abstract methods cannot be used for lambda expressions.
Example: java.util.function.Function is a functional interface with a single abstract method apply().
Java 8 introduced new features like lambda expressions, streams, functional interfaces, and default methods.
Lambda expressions: Allows writing concise code by enabling functional programming.
Streams: Provides a way to work with sequences of elements efficiently.
Functional interfaces: Interfaces with a single abstract method, used for lambda expressions.
Default methods: Allows adding new methods to interfaces without br
Yes, one functional interface can extend another interface in Java.
Functional interfaces can extend other functional interfaces in Java.
The child interface can have only one abstract method, but can inherit default methods from the parent interface.
Example: interface Parent { void method1(); } interface Child extends Parent { void method2(); }
Interview experience
Senior Software Engineer
1.4k
salaries
| ₹6.8 L/yr - ₹27 L/yr |
Software Engineer
560
salaries
| ₹4.4 L/yr - ₹15 L/yr |
Associate Technical Delivery Manager
406
salaries
| ₹12 L/yr - ₹39 L/yr |
Senior Test Engineer
202
salaries
| ₹4.7 L/yr - ₹18.2 L/yr |
Technical Delivery Manager
153
salaries
| ₹18 L/yr - ₹60.4 L/yr |
TCS
Infosys
Wipro
HCLTech