Filter interviews by
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
There are three to four coding questions.
Top trending discussions
I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.
I was interviewed in Aug 2024.
Concurrency is the ability of a system to run multiple tasks simultaneously. Performance of applications can be checked using profiling tools. Concurrency can be handled using synchronization techniques like mutexes and channels.
Concurrency allows multiple tasks to run concurrently, improving performance and responsiveness.
Performance of applications can be checked using profiling tools like Go's built-in 'pprof' packa...
To ensure no vulnerabilities, follow secure coding practices, conduct regular security audits, use encryption, and stay updated on security threats.
Follow secure coding practices such as input validation, output encoding, and parameterized queries.
Conduct regular security audits to identify and address vulnerabilities in the code.
Use encryption to protect sensitive data in transit and at rest.
Stay updated on security t...
posted on 9 Jul 2024
Basic OOP questions for python programming language
Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.
Abstraction allows users to focus on what an object does instead of how it does it
It helps in reducing complexity and improving efficiency in software development
Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction
SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.
SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.
SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.
SQL d...
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, prev, and next
Iterate through the linked list, updating pointers to reverse the direction
Update the head of the linked list to the last node after reversing
Binary search algorithm efficiently finds the target value in a sorted array.
Start by defining the low and high indices of the array.
Calculate the mid index and compare the target value with the value at mid.
If target is less than mid value, update high to mid-1; if greater, update low to mid+1.
Repeat until target is found or low is greater than high.
posted on 7 Sep 2024
I applied via Campus Placement
It is noraml question
Basica questions for the coding
I can join within 2 weeks of receiving an offer.
I can start within 2 weeks of receiving an offer.
My current notice period is 2 weeks.
I am available to start immediately.
posted on 20 Mar 2024
I applied via campus placement at NYSS Datta Meghe College of Engineering, Navi Mumbai and was interviewed in Feb 2024. There were 3 interview rounds.
Simple aptitude held online
It will be a scenario based implementation
posted on 21 Jun 2023
I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 6 interview rounds.
SQL inner join combines rows from two or more tables based on a related column between them.
Inner join retrieves rows from both tables that have matching values in the specified column
Syntax: SELECT column_name(s) FROM table1 INNER JOIN table2 ON table1.column_name = table2.column_name
Example: SELECT Orders.OrderID, Customers.CustomerName FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID
SQL queries for select, create, and delete statements
SELECT statement is used to retrieve data from a database table
CREATE statement is used to create a new table in the database
DELETE statement is used to remove rows from a table based on a condition
posted on 11 Jan 2023
I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.
There was a aptitude Round along with coding questions
I am a software engineer with experience in developing and maintaining software applications.
I have a Bachelor's degree in Computer Science
I have worked on various projects using different programming languages such as Java, C++, and Python
I am skilled in software development methodologies and have experience with Agile and Scrum
I have strong problem-solving and analytical skills
I am a quick learner and adapt easily to
I am passionate about both electronics and IT, and I believe that combining my knowledge in both fields will make me a valuable asset in the IT sector.
I have a strong foundation in electronics, which includes knowledge of circuit design, microcontrollers, and signal processing.
I have always been fascinated by the intersection of electronics and software development, and I have actively pursued projects that involve bot...
Yes, I know SQL.
I have experience writing SQL queries to retrieve and manipulate data from databases.
I am familiar with basic SQL syntax and can write SELECT, INSERT, UPDATE, and DELETE statements.
I have worked with various database management systems like MySQL, Oracle, and SQL Server.
I understand concepts like table relationships, indexes, and normalization.
I can use SQL to perform data analysis and generate reports.
Developed a web-based inventory management system for a retail company
Used HTML, CSS, and JavaScript for the frontend
Implemented a RESTful API using Node.js and Express.js for the backend
Utilized MongoDB as the database to store product information
Implemented features like adding, updating, and deleting products
Implemented user authentication and authorization for secure access
Designed a responsive and user-friendly in
Interview experience
Senior Software Engineer
376
salaries
| ₹5 L/yr - ₹19 L/yr |
Software Engineer
148
salaries
| ₹4 L/yr - ₹13 L/yr |
Senior Software Test Engineer
113
salaries
| ₹4 L/yr - ₹14 L/yr |
Software Developer
49
salaries
| ₹4 L/yr - ₹12 L/yr |
Senior Software Developer
47
salaries
| ₹5.1 L/yr - ₹18.6 L/yr |
TCS
Infosys
Wipro
HCLTech