Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.
JWT is composed of three parts: header, payload, and signature.
The header typically consists of the type of token and the signing algorithm being used.
The payload contains the claims, which are statements about an entity (typically the user) and additional data.
The signature is used to ...
Stream is a sequence of data elements made available over time. Middleware is software that acts as a bridge between different applications or services.
Stream is a continuous flow of data that can be processed in real-time.
Middleware is software that connects different systems or components together.
Examples: Express.js for middleware in Node.js, Kafka for stream processing.
Top trending discussions
posted on 25 Sep 2024
They given one assignment in 5hrs,happens in Google meet.I.had done this and selected for next round
Callbacks are functions passed as arguments to other functions, to be executed later.
Callbacks are commonly used in asynchronous programming to handle events or responses.
They allow for functions to be executed after another function has finished.
Callbacks can be used to achieve better modularity and reusability in code.
Example: setTimeout function in JavaScript takes a callback function as an argument to be executed a
I applied via Campus Placement
Primary key is a unique identifier for each record in a database table.
Primary key ensures data integrity and helps in faster data retrieval.
It cannot have null values and must be unique for each record.
It can be a single column or a combination of columns.
Examples of primary keys are social security number, email address, etc.
Memory management concepts in OS
Virtual memory
Page replacement algorithms
Memory allocation
Memory protection
Swapping
Fragmentation
posted on 27 Dec 2021
I was interviewed in Aug 2021.
Round duration - 50 Minutes
Round difficulty - Medium
Round 2 was a technical interview conducted on Google meet. The interviewer was so much friendly.
Introduce yourself.
Explain your project (as it was mentioned in my resume).
Asked a few questions about my projects, I answered all of them, and he appreciated that.
Questions on os cn dbms and oops followed by 2 data structures problem
Also questions about javascript, typescript, css and html.
Given an integer array arr
of size N
, your task is to determine all indices of local minima and local maxima within the array. Return these indices in a 2-D list, ...
The task is to find and return the indices of local minima and local maxima in the given array.
Iterate through the array and compare each element with its neighbors to determine if it is a local minima or maxima.
Consider corner elements separately by comparing them with only one neighbor.
Store the indices of local minima and maxima in separate lists.
If there are no local minima or maxima, return -1 as the only row elem
Given two strings 'P' and 'Q' of equal length, determine if string 'P' can be transformed into string 'Q' by cyclically rotating it to the right any num...
The task is to check if one string can be converted into another string by cyclically rotating it to the right any number of times.
Check if the lengths of the two strings are equal. If not, return 0.
Concatenate the first string with itself and check if the second string is a substring of the concatenated string.
If the second string is a substring, return 1. Otherwise, return 0.
Round duration - 50 Minutes
Round difficulty - Medium
I was asked to explain my project and the difficulties I faced while implementing it followed by 2 coding questions.
Interviewer was very senior this time but helped me a lot during the process. Asked some sql queries like to find count of the books by their category had to use group by.
Bob and his wife are in the famous 'Arcade' mall in the city of Berland. This mall has a unique way of moving between shops using trampolines. Each shop is laid out in a st...
This question asks for the minimum number of trampoline jumps a person needs to make in order to reach the last shop in a mall.
The shops in the mall are laid out in a straight line and each shop has a constant value representing the maximum distance it can be jumped to.
The person starts at shop 0 and wants to reach the last shop, shop N-1.
If it is impossible to reach the last shop, the function should return -1.
The fun...
Round duration - 20 Minutes
Round difficulty - Easy
Asked me Tell me something about myself. She also described the way ZopSmart does business.
Tip 1 : practice previous questions
Tip 2 : attend mock interviews
Tip 3 : make your resume with good projects
Tip 1 : make it short and attractive
Tip 2 : mention only your top 2 or 3 projects
posted on 6 Dec 2024
I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.
Basic Logical programs
posted on 29 Nov 2024
I applied via AmbitionBox
Java, spring,springboot
2 Query question and 3 coding questions
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.
Example: Java, C++, Python are popular languages that support object oriented programming.
Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.
Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)
Event listeners are used to listen for and respond to events
Common events include click, mouseover, keydown, submit, etc.
Project , coding question, DBMS
2 DSA questions Both are from DP
based on 1 interview
Interview experience
Software Engineer
5
salaries
| ₹4.2 L/yr - ₹16.6 L/yr |
Project Engineer
4
salaries
| ₹3.9 L/yr - ₹6.6 L/yr |
Senior Project Engineer
4
salaries
| ₹6 L/yr - ₹7 L/yr |
Test Engineer
3
salaries
| ₹5 L/yr - ₹5.5 L/yr |
TCS
Wipro
Infosys
HCLTech