Filter interviews by
Assignment for a creating attandance management system
I applied via Naukri.com
Test Manager interview questions on experience, database concepts, and testing techniques.
Experience summary including roles and responsibilities
Retest vs Regression testing with examples
Severity and Priority explained with examples for all 4 types
Difference between drop and delete in database
Primary, foreign, and unique keys in database
Test plan details including scope, objectives, and test cases
Truncate command in da...
I applied via LinkedIn and was interviewed before Oct 2022. 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
posted on 25 Jul 2023
I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 4 interview rounds.
To find palindrome words in a sentence, split the sentence into words and check if each word is equal to its reverse.
Split the sentence into words using whitespace as a delimiter
Iterate through each word and check if it is equal to its reverse
If a word is a palindrome, add it to the list of palindrome words
Consider case-insensitivity while checking for palindromes
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 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
I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.
based on 5 interviews
Interview experience
based on 88 reviews
Rating in categories
5-8 Yrs
Not Disclosed
3-6 Yrs
Not Disclosed
8-10 Yrs
Not Disclosed
Software Engineer
65
salaries
| ₹2.4 L/yr - ₹10.6 L/yr |
Senior Software Engineer
40
salaries
| ₹6 L/yr - ₹18 L/yr |
Software Developer
18
salaries
| ₹2.8 L/yr - ₹11.8 L/yr |
Front end Developer
16
salaries
| ₹2.1 L/yr - ₹6.5 L/yr |
Business Analyst
12
salaries
| ₹3 L/yr - ₹7.2 L/yr |
TCS
Infosys
Wipro
HCLTech