Filter interviews by
I applied via Referral and was interviewed in Aug 2023. There were 3 interview rounds.
Array, string, and some map questions
A callback is a function passed as an argument to another function, which is then executed after the first function has completed.
Callback functions are commonly used in asynchronous programming to handle responses or events.
Callbacks can be synchronous or asynchronous.
Example: setTimeout(callback, 1000) will execute the callback function after 1 second.
useEffect is a hook in React that allows functional components to perform side effects.
Used to perform side effects in functional components
Executes after render
Can be used to fetch data, subscribe to events, update the DOM, etc.
useEffect is used in React to perform side effects in function components.
useEffect is used to perform side effects in function components, such as data fetching, subscriptions, or manually changing the DOM.
It runs after every render by default, but you can specify dependencies to control when it runs.
Example: useEffect(() => { console.log('Component mounted'); }, []);
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
Return a reverse string from first to last
Microservices in JavaScript are small, independent, and loosely coupled services that work together to form a larger application.
Microservices are designed to be modular and scalable
Each microservice performs a specific task and communicates with other microservices through APIs
They can be written in different programming languages and can run on different servers
Examples of microservices in JavaScript include Netflix,
I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.
Sharpener interview questions for popular designations
Top trending discussions
I am a software engineer with experience in developing and maintaining software applications.
I have a strong background in programming languages such as Java, C++, and Python.
I have worked on various projects, including developing web applications and implementing software solutions.
I am skilled in problem-solving and debugging, ensuring efficient and effective software development.
I have experience in collaborating wi...
I learned valuable teamwork and problem-solving skills during my summer internship.
Developed strong collaboration skills by working with a team of software engineers to complete projects
Gained experience in troubleshooting and debugging software issues
Learned to effectively communicate and present technical concepts to both technical and non-technical stakeholders
Improved problem-solving abilities by identifying and re...
Java is an object-oriented language while C is a procedural language.
Java is platform-independent while C is platform-dependent.
Java has automatic garbage collection while C requires manual memory management.
Java has built-in support for multithreading while C requires external libraries.
Java has a larger standard library compared to C.
Java is more secure than C due to its strong type checking and exception handling.
C ...
Pointers are variables that store memory addresses of other variables in programming languages.
Pointers allow direct access and manipulation of memory locations.
They are commonly used in programming languages like C and C++.
Pointers can be used to pass variables by reference, allowing modifications to the original value.
They can also be used to dynamically allocate memory.
Example: int* ptr; // declares a pointer to an
In 5 years, I see myself as a senior software engineer leading a team of developers.
Leading a team of developers
Working on complex projects
Continuing to learn and grow in my role
Contributing to the success of the company
I am a software engineer with experience in developing web applications and expertise in programming languages such as Java and Python.
Proficient in Java and Python programming languages
Experience in developing web applications using frameworks such as Spring and Django
Familiarity with database technologies such as MySQL and MongoDB
Strong problem-solving and analytical skills
Ability to work in a team and collaborate ef
My strengths include problem-solving skills and attention to detail. My weaknesses are sometimes being too critical of my own work and difficulty saying no.
Strengths: problem-solving skills, attention to detail
Weaknesses: being too critical of my own work, difficulty saying no
In the next 5 years, I see myself as a senior software engineer leading a team of developers.
I plan to continue learning and expanding my skillset
I hope to take on more leadership roles and mentor junior developers
I aim to contribute to the development of innovative software solutions
I plan to stay up-to-date with the latest technologies and industry trends
Yes, I know C language. Here's a program to print numbers from 1 to 10 excluding 5.
Use a loop to iterate from 1 to 10
Inside the loop, check if the current number is equal to 5
If it is not equal to 5, print the number
The question was about finding the average of a set of numbers.
I approached the problem by first summing all the numbers in the set.
Then, I divided the sum by the total number of elements in the set to find the average.
I used a loop to iterate through the set and keep track of the sum and count of elements.
Print the level order traversal of binary tree in spiral form
Perform level order traversal of the binary tree
Alternate the direction of traversal for each level
Use a stack to reverse the order of nodes in each level
Print the nodes in the order of traversal
Find the maximum element in each subarray of size k in a given array.
Iterate through the array from index 0 to n-k.
For each subarray of size k, find the maximum element.
Store the maximum elements in a separate array.
Return the array of maximum elements.
To find the Kth largest element in two sorted arrays, we can use the merge step of merge sort algorithm.
Merge the two arrays into a single sorted array using a modified merge sort algorithm.
Return the Kth element from the merged array.
Merge two sorted arrays into one sorted array with expected time complexity of (m+n).
Use a two-pointer approach to compare elements from both arrays and merge them into the first array.
Start comparing elements from the end of both arrays and place the larger element at the end of the first array.
Continue this process until all elements from the second array are merged into the first array.
based on 3 interviews
Interview experience
based on 15 reviews
Rating in categories
Backend Developer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Backend Developer Intern
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Executive
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Front end Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Frontend Developer Intern
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Pen India
Notebook Quality Education Delivered
BINDER
TCS