i
Etech Technology Solutions
Filter interviews by
Be the first one to contribute and help others!
posted on 2 Mar 2025
I was interviewed in Feb 2025.
posted on 31 Jan 2025
I was interviewed in Dec 2024.
Platform: Coderbyte Test. The process is similar to the technical round, except that in the last bash script question, instead of printing the last character, print the third last character of each line.
I was interviewed in Jan 2025.
Difference between online study and offline study
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 27 Feb 2025
I was interviewed in Jan 2025.
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
posted on 7 Feb 2025
I was interviewed in Jan 2025.
I was interviewed in Jan 2025.
Find bug in snippet. Code snippet writing.
I was interviewed in Feb 2025.
Oriented in sql,java logical question and manual testing they asked about that.
Pass by value &pass by reference
About the project &They suggest one topic in based on us
based on 1 interview
Interview experience
based on 10 reviews
Rating in categories
Customer experience Specialist
7
salaries
| ₹3 L/yr - ₹3.7 L/yr |
Customer Service Representative
6
salaries
| ₹2.9 L/yr - ₹4 L/yr |
Developer
5
salaries
| ₹7 L/yr - ₹10 L/yr |
Customer Service Executive
5
salaries
| ₹3.3 L/yr - ₹5 L/yr |
Technical Lead
4
salaries
| ₹10 L/yr - ₹40 L/yr |
Infosys
TCS
Wipro
HCLTech