Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 4 interview rounds.
I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.
Social Media- Is it a boon or a bane?
SDLC, looping question
I applied via Walk-in and was interviewed in Feb 2022. There were 3 interview rounds.
It was based on relevance of social media. Where they look ok upon your communication skills
It was an aptitude interwiew were the interviewer ask you. Aptitude based questions and you have to answer them
Find the error in the code
Need to specify the error or provide the code
Without context, it's impossible to find the error
I applied via Job Portal and was interviewed before Oct 2022. There were 4 interview rounds.
Component lifecycle in React is a series of methods that are invoked at different stages of a component's existence.
Mounting: constructor, render, componentDidMount
Updating: render, componentDidUpdate
Unmounting: componentWillUnmount
Error Handling: componentDidCatch
Clean code is essential for maintainability, readability, and scalability of software.
Clean code follows consistent naming conventions.
Clean code is well-organized and easy to understand.
Clean code minimizes duplication and follows the DRY (Don't Repeat Yourself) principle.
People10 Technosoft interview questions for designations
Top trending discussions
posted on 9 May 2017
I appeared for an interview before May 2016.
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
I use print statements, logging, and debugging tools to identify and fix issues in my code.
I start by reviewing the code and understanding the logic behind it.
I use print statements to check the values of variables at different points in the code.
I utilize logging to track the flow of the program and identify any errors.
I use debugging tools like breakpoints and step-through debugging to pinpoint the exact location of ...
Identify bottlenecks, analyze code, optimize algorithms, utilize caching, and consider hardware upgrades.
Identify bottlenecks in the application by profiling and monitoring performance.
Analyze the code to find inefficient algorithms or database queries.
Optimize algorithms and data structures to improve efficiency.
Utilize caching mechanisms to reduce redundant computations.
Consider hardware upgrades such as increasing m
Functional programming focuses on functions and immutability, while object-oriented programming focuses on objects and encapsulation.
Functional programming uses pure functions that do not have side effects.
Object-oriented programming uses objects that encapsulate data and behavior.
In functional programming, data is immutable and functions are first-class citizens.
In object-oriented programming, objects can have state a...
I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.
Function to find the first non-repeating character in a string
Create a hashmap to store character frequencies
Iterate through the string to populate the hashmap
Iterate through the string again to find the first non-repeating character
A stack is a data structure that follows the Last In First Out (LIFO) principle, while a queue follows the First In First Out (FIFO) principle.
Stack: Last In First Out (LIFO), used for function calls, undo operations.
Queue: First In First Out (FIFO), used for printing tasks, message queues.
I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 6 interview rounds.
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.
It is easy to solve the Aptitude question and some identifying outputs of program.
A class is a blueprint for creating objects in object-oriented programming.
A class defines the properties and behaviors of objects.
An object is an instance of a class.
Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.
Swap two numbers without using temp variable and reverse a string without using built-in functions.
To swap two numbers without using temp variable, use bitwise XOR operation.
To reverse a string without using built-in functions, use two pointers approach.
Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;
Example for reversing a string: use two pointers to swap characters from start and end of the string.
Now, I am preparing for the third round.
So, I don't know the Coding Question.
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
Give 10 questions from node js backend
package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.
It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.
It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.
It allows developers to define scripts for tasks like building, testing, and running the project.
Example: {...
Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.
Components in Angular are reusable, self-contained units of code that define a part of the user interface.
Data can be shared to a component using input properties, where data is passed from the parent component to the child component.
Data can also be shared from a child component t...
=== is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.
=== is a strict equality operator that checks both value and type of operands
== is a loose equality operator that only checks the value of operands
=== is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues
Arrow function syntax in JavaScript
Arrow functions are concise syntax for writing function expressions in JavaScript
They have a shorter syntax compared to traditional function expressions
They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords
Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.
Arrow functions have a shorter syntax compared to anonymous functions.
Arrow functions do not have their own 'this' keyword, while anonymous functions do.
Arrow functions do not have 'arguments' object, while anonymous functions do.
Arrow functions are not hoisted, while anonymous functions are hoisted.
based on 3 interviews
1 Interview rounds
based on 5 reviews
Rating in categories
Senior Software Engineer
54
salaries
| ₹6 L/yr - ₹19.9 L/yr |
Development Leader
37
salaries
| ₹6.7 L/yr - ₹22 L/yr |
Software Engineer
30
salaries
| ₹4 L/yr - ₹11 L/yr |
Technical Lead
16
salaries
| ₹19.5 L/yr - ₹39 L/yr |
QA Lead
12
salaries
| ₹10.2 L/yr - ₹31 L/yr |
Accel Frontline
Pitney Bowes
Apmosys Technologies
DynPro