Filter interviews by
I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.
Ternary operator in JavaScript is a conditional operator that takes three operands.
Ternary operator is denoted by '?' and ':'.
It is used as a shorthand for if-else statements.
Syntax: condition ? expression1 : expression2
Example: var result = (age >= 18) ? 'Adult' : 'Minor';
Composition API is a new feature in Vue 3 that allows for better organization of code by grouping related logic together.
Composition API allows for better reusability and organization of code compared to Options API.
It encourages breaking down logic into composable functions that can be easily reused across components.
Composition API provides better TypeScript support and allows for better separation of concerns.
Exampl...
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope, but not their initializations.
Function declarations are fully hoisted, including their definitions.
Hoisting can lead to unexpected behavior if not understood properly.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.
To get the second to last element from a SQL table, use the OFFSET-FETCH clause.
Use the ORDER BY clause to sort the table in descending order.
Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.
Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;
I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.
Java assesment.
I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
The series starts with 0 and 1, and each subsequent number is the sum of the previous two numbers.
The formula for nth term of Fibonacci series is Fn = Fn-1 + Fn-2
The series goes like this: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196...
I applied via Campus Placement and was interviewed before Mar 2020. There were 3 interview rounds.
based on 1 interview
Interview experience
Devops Engineer
5
salaries
| ₹2.5 L/yr - ₹4 L/yr |
TCS
Accenture
Wipro
Cognizant