Filter interviews by
I was interviewed in Jul 2022.
posted on 15 Dec 2021
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
Answers to questions related to software engineering concepts.
Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.
Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.
Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.
ISR stands for Interrupt Service Routi...
A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.
Dangling pointer: a pointer that points to a memory location that has been deallocated or freed
Null pointer: a pointer that does not point to any memory location
Void pointer: a pointer that has no specific data type and can point to any data type
Storage classes in C define the scope and lifetime of variables.
auto: default storage class for local variables
register: stores variables in CPU registers for faster access
static: retains value between function calls
extern: used to access global variables across multiple files
CAN data frame is a message format used in Controller Area Network (CAN) protocol.
CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).
The Arbitration ID field is used to identify the message priority and the source of the message.
The Data Field can contain up to 8 bytes of data.
The CRC field is...
posted on 13 Sep 2024
Asked some medium level SQL questions
posted on 19 Feb 2024
Discussion on experience and current role and responsibilities
A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.
Define the job scheduling requirements such as priority, deadline, resource constraints, etc.
Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.
Maintain a queue of jobs to be executed and allocate resources accordingly.
Monitor job execution and handle...
posted on 8 Aug 2022
SQL joins are used to combine data from two or more tables based on a related column between them.
Inner join returns only the matching rows from both tables
Left join returns all rows from the left table and matching rows from the right table
Right join returns all rows from the right table and matching rows from the left table
Full outer join returns all rows from both tables
Cross join returns the Cartesian product of bo
A stored procedure is a precompiled set of SQL statements that can be called by name, while a function returns a value.
Stored procedures are used to perform a specific task, such as inserting or updating data in a database.
Functions return a value, while stored procedures do not necessarily return a value.
Stored procedures can be called from within other SQL statements, while functions cannot.
Stored procedures can have...
MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.
Model represents the data and business logic of the application
View is responsible for rendering the user interface
Controller handles user input and updates the model and view accordingly
MVC promotes separation of concerns and modularity
MVC is widely used in web development frameworks like Ru
In MVC, we can redirect to a different page using the RedirectToAction method.
Use the RedirectToAction method in the controller action method
Pass the action name and controller name as parameters to the method
Optionally, pass route values as a parameter to the method
Example: return RedirectToAction("Index", "Home");
Index is a pointer to a specific element in an array or database table.
Indexes improve query performance by reducing the number of rows that need to be scanned.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Clustered indexes determine the physical order of data in a table, while non-clustered indexes create a separate structure.
Unique indexes ensure that each value in the index column ...
TempData stores data for a single request while Session stores data for multiple requests.
TempData is used to store data temporarily for a single request.
Session is used to store data for multiple requests.
TempData is cleared after a single request while Session data persists until the session expires or is cleared.
TempData is useful for passing data between actions while Session is useful for maintaining user-specific
I applied via Referral and was interviewed in Jun 2022. There were 5 interview rounds.
posted on 16 Sep 2023
I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.
Aptitude test and coding test
posted on 21 Aug 2021
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
posted on 19 Sep 2021
I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.
posted on 15 Dec 2021
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
Answers to questions related to software engineering concepts.
Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.
Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.
Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.
ISR stands for Interrupt Service Routi...
A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.
Dangling pointer: a pointer that points to a memory location that has been deallocated or freed
Null pointer: a pointer that does not point to any memory location
Void pointer: a pointer that has no specific data type and can point to any data type
Storage classes in C define the scope and lifetime of variables.
auto: default storage class for local variables
register: stores variables in CPU registers for faster access
static: retains value between function calls
extern: used to access global variables across multiple files
CAN data frame is a message format used in Controller Area Network (CAN) protocol.
CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).
The Arbitration ID field is used to identify the message priority and the source of the message.
The Data Field can contain up to 8 bytes of data.
The CRC field is...
based on 2 reviews
Rating in categories
Software Engineer
16
salaries
| ₹3 L/yr - ₹5 L/yr |
Senior Software Engineer
13
salaries
| ₹7 L/yr - ₹18.9 L/yr |
SAP Abap Consultant
13
salaries
| ₹2.4 L/yr - ₹8 L/yr |
Software Developer
7
salaries
| ₹2.5 L/yr - ₹10.5 L/yr |
Senior HR Executive
7
salaries
| ₹4 L/yr - ₹5 L/yr |
Infosys
TCS
Wipro
HCLTech