Filter interviews by
I was interviewed before Oct 2023.
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
Iterators are used to traverse through elements in a collection. In Java, you can use iterators with lists and maps.
For lists, you can use the iterator() method to get an iterator and then use hasNext() and next() methods to iterate through the elements.
For maps, you can use the entrySet() method to get a set of key-value pairs, then get an iterator from the set and use hasNext() and next() methods to iterate through t
BDD framework is used for behavior-driven development to write test cases in plain language
BDD framework helps in collaboration between developers, testers, and business stakeholders
It focuses on the behavior of the system rather than implementation details
Common BDD frameworks include Cucumber, SpecFlow, and JBehave
Test scenarios are written in a human-readable format using Given-When-Then syntax
Status codes of REST Assured API responses are used to indicate the outcome of the request.
Status code 200 - OK: Indicates that the request was successful.
Status code 201 - Created: Indicates that a new resource was successfully created.
Status code 400 - Bad Request: Indicates that the request was malformed or invalid.
Status code 401 - Unauthorized: Indicates that authentication is required.
Status code 404 - Not Found:...
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
Top trending discussions
posted on 14 Feb 2025
I was interviewed in Jan 2025.
I was interviewed in Jan 2025.
Semantic tags in HTML are specific tags that provide meaning to the content they enclose.
Semantic tags help search engines and screen readers understand the structure of a webpage.
Examples of semantic tags include <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>.
Using semantic tags improves SEO and accessibility of a website.
Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.
Currying helps in creating reusable functions and partial application.
It allows you to create new functions by fixing some parameters of an existing function.
Example: const add = (a) => (b) => a + b; add(2)(3) will return 5.
Map is used to transform each element of an array, while Filter is used to select elements based on a condition.
Map returns a new array with the same length as the original array, but with each element transformed based on a provided function.
Filter returns a new array with only the elements that pass a provided condition function.
Example for Map: [1, 2, 3].map(num => num * 2) will result in [2, 4, 6].
Example for Fi...
Map creates a new array with the results of calling a provided function on every element, while forEach executes a provided function once for each array element.
Map returns a new array with the same length as the original array, while forEach does not return anything.
Map does not mutate the original array, while forEach can mutate the original array.
Map is more suitable for transforming data and creating a new array, w...
Authentication verifies the identity of a user, while authorization determines the user's access rights.
Authentication confirms the user's identity through credentials like username and password.
Authorization determines what actions the authenticated user is allowed to perform.
Authentication precedes authorization in the security process.
Example: Logging into a website (authentication) and then accessing specific pages
Local storage persists even after the browser is closed, while session storage is cleared when the browser is closed.
Local storage has no expiration date, while session storage expires when the browser is closed.
Local storage stores data with no limit, while session storage has a limit of around 5MB.
Local storage data is available across all windows/tabs for that domain, while session storage data is only available wit...
posted on 25 Jan 2025
I was interviewed in Dec 2024.
posted on 17 Feb 2025
As discussed please check and confirm
I was interviewed in Jan 2025.
based on 3 interviews
Interview experience
based on 18 reviews
Rating in categories
Software Engineer
35
salaries
| ₹7.4 L/yr - ₹13.8 L/yr |
Software Engineer III
12
salaries
| ₹15 L/yr - ₹30 L/yr |
Senior Software Engineer
11
salaries
| ₹12.7 L/yr - ₹25 L/yr |
Automation Test Engineer
9
salaries
| ₹4.1 L/yr - ₹12.9 L/yr |
Softwaretest Engineer
8
salaries
| ₹3 L/yr - ₹6.1 L/yr |
Manhattan Associates
Blue Yonder
SAP
Oracle