Filter interviews by
I applied via Company Website and was interviewed in Sep 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 commonly used for authentication and information exchange in web applications.
It consists of three parts: header, payload, and signature.
JWTs are typically sent in the Authorization header of HTTP requests.
Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwi...
CORS stands for Cross-Origin Resource Sharing, a security feature that allows servers to specify who can access their resources.
CORS is a security feature implemented by browsers to prevent unauthorized access to resources on a different origin.
It allows servers to specify which origins are allowed to access their resources through HTTP headers.
CORS is commonly used to enable cross-origin requests in web applications, ...
Local Storage, cookies, and session storage are all ways to store data on the client side, but they have different purposes and limitations.
Local Storage: stores data with no expiration date, and it remains after the browser is closed. Can store larger amounts of data compared to cookies. Example: localStorage.setItem('key', 'value')
Cookies: stores data that has an expiration date and is sent to the server with every r...
Webpack is a module bundler for JavaScript applications.
Webpack takes modules with dependencies and generates static assets representing those modules.
It can handle various types of assets like JavaScript, CSS, and images.
Webpack allows for code splitting, lazy loading, and hot module replacement.
Common configuration file for webpack is webpack.config.js.
Images in React can be handled using the tag, importing images in components, or using CSS background images.
Use the tag to display images in React components
Import images in components by using import statement and referencing the image file
Use CSS background images by setting the background-image property in stylesheets
Top trending discussions
I applied via Approached by Company and was interviewed in Mar 2022. There were 3 interview rounds.
Aptitude test is easy.
Really tuff
I am open to discussing salary based on the responsibilities and opportunities offered by the position.
I am flexible and willing to negotiate based on the overall compensation package.
I am more interested in the growth potential and learning opportunities than a specific salary number.
I would like to be compensated fairly for my skills and experience in the industry.
I am open to discussing salary range during the inter
My family background is diverse and includes individuals from various professions and cultural backgrounds.
My father is a doctor and my mother is a teacher.
I have two siblings, one is an engineer and the other is a lawyer.
We have relatives who are artists, entrepreneurs, and scientists.
Our family gatherings are always filled with interesting conversations and different perspectives.
In 5 years, I see myself as a senior software developer leading a team and working on complex projects.
Leading a team of developers
Working on complex projects
Continuously learning and improving my skills
Contributing to the growth and success of the company
I have a strong technical background and a passion for software development.
I have a solid understanding of programming languages and software development principles.
I have experience working on various software projects, including [example project].
I am a quick learner and adapt easily to new technologies and frameworks.
I am a team player and have excellent communication skills, which are essential for collaborating w...
I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.
I applied via Job Fair and was interviewed before Nov 2023. There were 3 interview rounds.
3 coding question around prime number arrays and strings
I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.
Basic coding like prime number,palindrome ,patterns
I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.
Question were very basic from array and stacks
I applied via LinkedIn and was interviewed in Feb 2023. There were 6 interview rounds.
I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.
Android lifecycle refers to the series of states that an activity or fragment goes through from creation to destruction.
Android lifecycle includes states like onCreate, onStart, onResume, onPause, onStop, onDestroy, etc.
Activities and fragments transition between these states based on user interactions and system events.
Understanding Android lifecycle is crucial for managing resources, saving state, and handling config...
Fragment lifecycle refers to the series of events that occur in the lifespan of a fragment in an Android app.
Fragments go through various states like created, started, resumed, paused, stopped, and destroyed.
Fragment lifecycle methods include onCreate(), onCreateView(), onResume(), onPause(), onStop(), onDestroy(), etc.
Fragment lifecycle is closely tied to the hosting activity's lifecycle.
Understanding fragment lifecyc...
Asking the dp and tree and other
I was interviewed in Aug 2022.
2 hrs duration with 2 easy level dsa questions and 15 around mcqs based on core cs concepts.
Implementing stack using linked list
Create a Node class with data and next pointer
Create a Stack class with top pointer
Implement push() method to add element to top of stack
Implement pop() method to remove element from top of stack
Implement peek() method to return top element without removing it
Find the first duplicate value in an array of strings.
Create a hash table to store the frequency of each string.
Iterate through the array and check if the string already exists in the hash table.
If it does, return the string. If not, add it to the hash table.
If no duplicates are found, return null or an appropriate message.
based on 1 interview
Interview experience
Product Manager
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Full Stack Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
QA Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Coursera
upGrad
Simplilearn
BYJU'S