Filter interviews by
Verification process
I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.
RTOS tasks mapping involves assigning tasks to specific priorities and resources in a real-time operating system.
RTOS tasks are mapped to specific priorities based on their importance and deadlines.
Tasks are assigned to specific resources such as CPU time, memory, and I/O devices.
Mapping ensures that critical tasks are executed on time and resources are efficiently utilized.
Example: A task that requires frequent commun...
A scheduler is a software component responsible for managing the execution of tasks in a computer system.
Schedulers determine the order in which tasks are executed based on priority, deadlines, or other criteria.
They allocate resources such as CPU time and memory to tasks.
Schedulers can be preemptive (switch tasks before they complete) or non-preemptive (tasks run to completion).
Examples of schedulers include the Linux...
Memory leak is a situation where a program fails to release memory it has allocated, leading to a gradual loss of available memory.
Memory leaks occur when a program allocates memory but does not free it after use.
This can lead to a gradual increase in memory usage over time, potentially causing the program to crash or slow down.
Common causes of memory leaks include programming errors, such as forgetting to free memory ...
I was interviewed before Jan 2023.
Terraform state in file system can be managed using remote backends or local state files.
Use remote backends like S3, Azure Blob Storage, or Google Cloud Storage for better collaboration and security.
If using local state files, store them in a version-controlled directory to track changes and prevent conflicts.
Consider using Terraform Cloud for centralized state management and collaboration among team members.
StatefulSet in Kubernetes manages stateful applications by providing stable, unique network identifiers and persistent storage.
StatefulSet ensures that each pod in the set has a unique identity and stable network hostname
StatefulSet pods are created and managed in a predictable order, with each pod having a persistent identifier
StatefulSet is useful for stateful applications like databases where data persistence and un
CICD process in a cloud environment involves automating the build, test, and deployment of applications in the cloud.
Automate the process of building, testing, and deploying code changes
Integrate code changes into a shared repository
Automatically trigger builds and tests upon code changes
Deploy applications to cloud environments using automation tools like Jenkins, GitLab CI/CD, or AWS CodePipeline
Handling issues in the working environment involves effective communication, problem-solving skills, and conflict resolution.
Effective communication is key to addressing and resolving issues in the working environment.
Develop problem-solving skills to tackle challenges that arise in the workplace.
Practice conflict resolution techniques to manage disagreements and maintain a positive work environment.
Top trending discussions
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
UDP is preferred over TCP in this project due to its low latency and lightweight nature.
UDP is a connectionless protocol, which means it does not establish a direct connection between the sender and receiver.
UDP is faster than TCP as it does not have the overhead of establishing and maintaining a connection.
UDP is suitable for applications where real-time data transmission is crucial, such as video streaming or online ...
To clear the 7th bit in a 32-bit register, perform a bitwise AND operation with a mask that has all bits set to 1 except the 7th bit.
Create a mask with the 7th bit set to 0 and all other bits set to 1
Perform a bitwise AND operation between the register and the mask
Store the result back in the register
posted on 23 Sep 2017
I was interviewed in Sep 2017.
An SR flip-flop can be implemented using NAND gates.
Use two NAND gates to create the SR flip-flop.
Connect the output of one NAND gate to the input of the other NAND gate.
Connect the Set (S) and Reset (R) inputs to the inputs of the NAND gates.
The output of the first NAND gate is the Q output, and the output of the second NAND gate is the Q̅ output.
The answer describes the steps to find and display the temperature of N rooms.
Create an array to store the temperature of each room
Iterate through each room and prompt the user to enter the temperature
Store the temperature in the corresponding array index
Display the temperature of each room
I was interviewed before May 2016.
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
Design logical circuits for arithmetic circuits in a blackbox.
Understand the functionality of the arithmetic circuits in the blackbox.
Identify the inputs and outputs of the blackbox.
Design logical circuits using logic gates to replicate the arithmetic operations.
Test the logical circuits to ensure they produce the same outputs as the arithmetic circuits.
Recursion in embedded C-code allows a function to call itself, useful for repetitive tasks or complex algorithms.
Ensure proper base case to avoid infinite recursion
Use stack space efficiently as embedded systems have limited resources
Avoid recursive functions with deep call stacks to prevent stack overflow
Example: Recursive function to calculate factorial of a number
I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
I am a passionate software engineer with experience in developing web applications using various technologies.
Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in backend development with Node.js and databases like MongoDB and MySQL
Familiar with version control systems like Git and project management tools like Jira
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
Semaphore is a synchronization tool used to control access to a shared resource.
Semaphore maintains a count of available resources.
A process can request access to a resource by decrementing the semaphore count.
If the count is zero, the process is blocked until a resource becomes available.
When a process is done with a resource, it increments the semaphore count.
If there are blocked processes waiting for a resource, one
based on 6 interviews
Interview experience
based on 13 reviews
Rating in categories
Member Technical Staff
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Cloud Engineer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Solution Architect
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Intel
Texas Instruments
NXP Semiconductors
STMicroelectronics