Filter interviews by
I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.
Yes, I am willing to work on 24x7 support requirements.
I understand the importance of providing round-the-clock support to ensure system availability and minimize downtime.
I am comfortable with working in shifts and being on-call to address any issues that may arise.
I have experience in incident management and troubleshooting, which are crucial skills for handling support requirements.
I am familiar with tools and techn...
I was interviewed in Jul 2023.
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.
MVVM is a design pattern used in software development to separate the user interface from the business logic.
MVVM stands for Model-View-ViewModel
Model represents the data and business logic
View represents the user interface
ViewModel acts as an intermediary between the Model and View
MVVM helps in achieving separation of concerns and easier unit testing
Popular in frameworks like Angular and Vue.js
Shared viewmodel is a design pattern used in software development to share data between different components.
Shared viewmodel allows multiple components to access and modify the same data
It helps in keeping the data consistent across different parts of the application
Example: Using a shared viewmodel in a shopping cart application to update the total price when items are added or removed
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
A promise is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used in JavaScript to handle asynchronous operations.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained together using .then() to handle success and failure.
Example: Fetching data from an API returns a promise that resolves with the data or rejects with an error.
Async code in JavaScript allows non-blocking execution, improving performance and responsiveness.
Async code uses callbacks, promises, or async/await to handle asynchronous operations.
Callbacks are functions passed as arguments to another function, to be executed once the async operation is complete.
Promises represent the eventual completion or failure of an asynchronous operation, allowing chaining of multiple async op...
Program to find prime numbers in a given range
Iterate through numbers in the given range
Check if each number is divisible by any number other than 1 and itself
If not divisible, then it is a prime number
Store prime numbers in an array
let, const, and var are all used for variable declaration in JavaScript, but they have different scopes and behaviors.
let: block-scoped, can be reassigned, not hoisted
const: block-scoped, cannot be reassigned, not hoisted
var: function-scoped, can be reassigned, hoisted
Raw Engineering interview questions for popular designations
Top trending discussions
posted on 3 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
ACID properties are a set of properties that guarantee reliable and consistent transactions in a database system.
Atomicity ensures that either all operations in a transaction are completed successfully or none at all.
Consistency ensures that the database remains in a valid state before and after the transaction.
Isolation ensures that the concurrent execution of transactions results in a system state that would be obtai...
Idempotent HTTP requests are requests that can be repeated multiple times without changing the result beyond the initial request.
Idempotent requests have the same outcome no matter how many times they are executed.
GET, PUT, and DELETE HTTP methods are typically idempotent.
POST requests are not idempotent as they can create new resources with each execution.
posted on 20 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Expanding the market can be achieved through market research, identifying new target demographics, developing new products or services, and implementing effective marketing strategies.
Conduct market research to identify potential new markets or untapped segments within the current market.
Analyze competitors to understand their strategies and identify opportunities for differentiation.
Develop new products or services th...
posted on 23 Dec 2024
Create a basic React app with dummy data fetched from a JSON API.
Set up a new React project using create-react-app
Create a component to fetch data from a JSON API using fetch or axios
Display the fetched data in the component
Binary heap is used to implement a priority queue.
Binary heap is a complete binary tree where each node has a value greater than or equal to its children.
It can be implemented using arrays, where the parent of node at index i is at index (i-1)/2.
Insertion and deletion operations have time complexity of O(log n) in a binary heap.
A binary tree can have any number of nodes, but the maximum number of trees with n nodes is 2^n.
A binary tree can have 0 nodes, 1 node, 2 nodes, or any number of nodes.
The maximum number of binary trees with n nodes is 2^n.
For example, a binary tree with 3 nodes can have up to 8 different structures.
Use a SQL query to find the second highest marks in a student database.
Use the ORDER BY clause to sort the marks in descending order
Use the LIMIT clause to limit the result to the second row
Program to check if two strings are anagrams
Create a function that takes in two strings as input
Remove any spaces and convert both strings to lowercase for consistency
Sort the characters in both strings and compare if they are equal to determine if they are anagrams
Example: 'listen' and 'silent' are anagrams
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
posted on 17 Sep 2024
Data structure and aptitude
10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity
Reverse a string without using built-in functions or for loops
Use recursion to reverse the string
Pass the substring excluding the first character to the recursive function
Base case: return the character itself if the length of the string is 1
Concatenate the last character of the string with the result of the recursive call
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java and Python programming languages
Skilled in web development technologies like HTML, CSS, and JavaScript
Worked on projects involving database management with SQL
Yes, I am okay with agreement.
I am comfortable with signing agreements related to software development projects.
I understand the importance of agreements in protecting both parties involved in a project.
I am willing to review and negotiate agreements to ensure they are fair and reasonable.
based on 7 interviews
Interview experience
based on 42 reviews
Rating in categories
Applications Engineer
34
salaries
| ₹4.8 L/yr - ₹17.5 L/yr |
QA Engineer
16
salaries
| ₹4.7 L/yr - ₹12 L/yr |
Associate Application Engineer
12
salaries
| ₹7.3 L/yr - ₹9 L/yr |
Associate Software Engineer
11
salaries
| ₹8 L/yr - ₹8.8 L/yr |
Senior Application Engineer
11
salaries
| ₹12 L/yr - ₹28 L/yr |
TCS
Infosys
Wipro
HCLTech