Filter interviews by
I was interviewed before Sep 2023.
A function in C to check if a number is prime or not
Create a function that takes an integer as input
Check if the input number is divisible by any number from 2 to its square root
If it is not divisible by any number, return true (prime), else return false (not prime)
Basic codes for array manipulation including sorting, searching, and filtering.
Use built-in functions like sort() for sorting arrays.
Implement algorithms like binary search for searching in arrays.
Utilize filter() method for filtering arrays based on specific criteria.
Top trending discussions
posted on 2 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
DSA modrate and java question was asked
Dsa and java related questions were asked
A linked list is a data structure where each element points to the next element in the sequence.
Nodes contain data and a reference to the next node
Insertion and deletion can be done efficiently
Traversal starts from the head node
Example: Singly linked list, Doubly linked list
Around 1 hour with 2 coding and few aptitude questions.
posted on 1 Mar 2024
I applied via campus placement at Siddaganga Institute of Technology (SIT) and was interviewed before May 2020. There were 5 interview rounds.
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
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 was interviewed in Aug 2024.
Medium level leetcode question
Developed a web application for managing inventory and sales for a retail store.
Used React.js for front-end development
Implemented RESTful APIs using Node.js and Express for back-end
Utilized MongoDB for database management
Incorporated authentication and authorization features for secure access
Functionalities in software development refer to the specific tasks or actions that a software program can perform.
Functionalities are the specific features or capabilities of a software program.
They define what the software can do and how it can be used.
Examples of functionalities include user authentication, data encryption, and file management.
Functionalities can be implemented through code modules or libraries.
Test...
I was interviewed in Jul 2024.
Create an API using Notepad to check if a string is a palindrome or not.
based on 3 interviews
Interview experience
based on 8 reviews
Rating in categories
Senior Software Engineer
537
salaries
| ₹3.6 L/yr - ₹13.4 L/yr |
Software Engineer
213
salaries
| ₹2.4 L/yr - ₹9 L/yr |
Module Lead
147
salaries
| ₹7 L/yr - ₹20 L/yr |
Software Developer
43
salaries
| ₹2.5 L/yr - ₹10.3 L/yr |
Associate Software Engineer
39
salaries
| ₹3.1 L/yr - ₹4.5 L/yr |
TCS
Infosys
Wipro
HCLTech