Filter interviews by
I applied via LinkedIn and was interviewed before Sep 2020. There were 3 interview rounds.
Top trending discussions
posted on 12 Sep 2023
I applied via campus placement at Arya College of Engineeringg, Jaipur and was interviewed in Aug 2023. There were 2 interview rounds.
Test contain mix question from computer fundamentals and aptitude
A leaf node in a binary tree is a node that does not have any children.
Traverse the binary tree and check if a node has no left or right child, then it is a leaf node.
Example: In the binary tree 1 -> 2, 3 -> 4, 5, 6 -> 7, 8, the leaf nodes are 4, 5, 7, 8.
Check if a linked list contains a loop by using Floyd's cycle detection algorithm.
Use two pointers, one moving at twice the speed of the other
If there is a loop, the two pointers will eventually meet
Example: 1->2->3->4->5->2 (loop at 2)
Find the first non-repeating element in a string
Create a frequency map of characters in the string
Iterate through the string and check the frequency of each character
Return the first character with frequency 1
I applied via Naukri.com and was interviewed in Feb 2023. There were 5 interview rounds.
Various systems and tools used in previous organization included CRM software, ticketing systems, and data analytics tools.
CRM software for managing customer complaints and feedback
Ticketing systems for tracking and resolving complaints efficiently
Data analytics tools for analyzing complaint trends and identifying areas for improvement
Scenario based case study with an opinion
I applied via Walk-in and was interviewed in Aug 2022. There were 5 interview rounds.
Verbal and written language test.
I applied via Naukri.com and was interviewed before Mar 2020. There were 2 interview rounds.
Assignment to prepare a plan and execution strategy
Around agile and concepts
posted on 2 Mar 2022
I was interviewed in Mar 2022.
An interceptor is a middleware component that intercepts incoming and outgoing HTTP requests in an application.
Interceptors can be used for logging, authentication, error handling, and modifying requests/responses.
In Angular, interceptors can be used to add headers to HTTP requests or handle errors globally.
In Spring framework, interceptors can be used for pre-processing and post-processing of requests.
Interceptors are...
Functional interfaces in Java are interfaces with a single abstract method, used for lambda expressions and method references.
Functional interfaces can be found in the java.util.function package.
Examples of functional interfaces include Consumer, Supplier, Predicate, and Function.
Functional interfaces can be identified by the @FunctionalInterface annotation.
Gateway implementation in Spring Boot allows for routing and filtering of incoming requests to different microservices.
Use Spring Cloud Gateway for implementing gateway in Spring Boot
Define routes and filters in application.properties or application.yml
Example: routes: - id: my_route uri: http://localhost:8080 predicates: - Path=/my_route/**
Example: filters: - AddRequestHeader=X-Request-Foo, Bar
I applied via Walk-in and was interviewed in Dec 2021. There were 3 interview rounds.
Basic Programming questions will be there
Java is most secured due to its strong memory management, bytecode verification, and security manager.
Java's strong memory management prevents buffer overflow and other memory-related vulnerabilities.
Bytecode verification ensures that the code is safe to execute and prevents malicious code from running.
Security manager allows fine-grained control over access to system resources.
Java also has a robust set of security AP...
Java programs are executed by the Java Virtual Machine (JVM) which interprets and executes the bytecode generated by the Java compiler.
Java source code is compiled into bytecode by the Java compiler
The bytecode is platform-independent and can be executed on any device with a JVM
The JVM interprets the bytecode and executes the instructions
The JVM manages memory, handles exceptions, and provides other runtime services
Exa
I applied via Campus Placement and was interviewed in Jan 2022. There were 4 interview rounds.
Test was conducted on basic programming languages that consists of mcqs and coding questions
10-12 people are made into grps and are given a topic everyone has to support or oppose that particular topic within given time
posted on 2 May 2022
I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 interview rounds.
based on 64 reviews
Rating in categories
US IT Recruiter
70
salaries
| ₹1.9 L/yr - ₹7.8 L/yr |
Technical Recruiter
52
salaries
| ₹1.8 L/yr - ₹5.5 L/yr |
Information Technology Recruiter
40
salaries
| ₹1.8 L/yr - ₹6.8 L/yr |
Senior Technical Recruiter
30
salaries
| ₹4.6 L/yr - ₹9 L/yr |
Senior IT Recruiter
29
salaries
| ₹3.8 L/yr - ₹10.2 L/yr |
TCS
Infosys
Wipro
HCLTech