Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 interview rounds.
Task given to code for a flutter application
String is immutable, while StringBuilder is mutable and more efficient for concatenating multiple strings.
String is immutable, meaning once created, it cannot be changed. StringBuilder is mutable and allows for modifications.
String concatenation creates a new string object each time, while StringBuilder modifies the existing object.
StringBuilder is more efficient for concatenating multiple strings due to its mutable na...
Top trending discussions
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
I was tasked with creating a Spring Boot microservice.
I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.
A basic calculator that can perform addition, subtraction, multiplication, and division.
Create functions for each operation (addition, subtraction, multiplication, division)
Take user input for numbers and operation choice
Display the result of the calculation
I was interviewed before Nov 2023.
I applied via Walk-in and was interviewed before Dec 2023. There were 2 interview rounds.
Regex and aptitude discussion
I applied via Recruitment Consultant and was interviewed in Apr 2021. There was 1 interview round.
Custom priority queue implementation
Define a data structure to hold the elements and their priorities
Implement methods to add, remove and peek elements based on priority
Use a heap or binary tree to maintain the priority order
Consider edge cases like empty queue and duplicate elements
Map, TreeMap and Set are data structures used in Java to store and manipulate collections of objects.
Map is an interface that maps unique keys to values.
TreeMap is a class that implements the Map interface and stores its elements in a sorted order.
Set is an interface that stores unique elements.
TreeSet is a class that implements the Set interface and stores its elements in a sorted order.
All three data structures are p
I applied via Monster and was interviewed in Aug 2021. There was 1 interview round.
Questions on volatile, gdb usage, and singleton pattern.
Volatile is a keyword in C that tells the compiler not to optimize the variable.
GDB is a debugger tool used to analyze and debug code during runtime.
Singleton is a design pattern that restricts the instantiation of a class to one object.
To use GDB, compile the code with the -g flag, run the executable with gdb, set breakpoints, and use commands like 'next' and 'pr...
I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.
Create a Spring Boot controller and required classes for a scenario
Create a controller class with @RestController annotation
Define request mapping for different endpoints using @RequestMapping or @GetMapping/@PostMapping annotations
Implement methods to handle different HTTP requests and return appropriate responses
Use @Autowired annotation to inject dependencies like services or repositories
Create service classes to ha...
based on 11 reviews
Rating in categories
Process Associate
203
salaries
| ₹1.5 L/yr - ₹4.5 L/yr |
Technical Lead
158
salaries
| ₹14 L/yr - ₹38 L/yr |
Process Analyst
115
salaries
| ₹1.8 L/yr - ₹8 L/yr |
Senior Engineer
97
salaries
| ₹7.2 L/yr - ₹25 L/yr |
Lead Engineer
90
salaries
| ₹12 L/yr - ₹35 L/yr |
TCS
Infosys
Wipro
HCLTech