i
Filter interviews by
I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.
It consisted of 90 questions from various sections like C++, Java, DBMS, Aptitude, Reasoning and web technology.
Check if a string is a palindrome or not.
Iterate through the string from both ends and compare characters.
Ignore spaces and punctuation while checking for palindrome.
Examples: 'racecar' is a palindrome, 'hello' is not a palindrome.
Find the element with minimum difference between adjacent elements in a sorted array.
Iterate through the array and calculate the difference between each pair of adjacent elements.
Keep track of the minimum difference found so far.
Return the element corresponding to the minimum difference.
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity. SQL queries are used to retrieve and manipulate data in a database management system.
Normalization involves breaking down data into smaller, more manageable tables to reduce redundancy.
SQL queries are used to retrieve specific data from a database using SELECT, INSERT, UPDATE, and DELETE statements.
Normalizati...
Top trending discussions
posted on 12 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Soo easy aptitude exam asked questions
OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.
OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.
Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).
Sorting involves arranging el...
Yes, main can be overloaded but not overridden in C++.
Main can be overloaded by defining multiple functions with different parameters.
Example: int main() and int main(int argc, char* argv[])
Main cannot be overridden as it is a static function of the program.
posted on 28 Dec 2024
I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.
Java coding questions, basic Java questions.
posted on 14 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
Min and max value from an array of integers, reverse of a string
It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques
Print natural numbers in spiral form using a 2D array.
Create a 2D array with dimensions n x n.
Initialize variables for row and column boundaries.
Iterate through the array in a spiral pattern, filling in natural numbers.
I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.
Technical sql questions
Oops concept and sql db questions
posted on 21 Feb 2024
A for loop is a control flow statement for specifying iteration, which allows code to be executed repeatedly.
Used to iterate over a sequence of elements
Consists of initialization, condition, and increment/decrement expressions
Example: for(int i=0; i<5; i++) { // code block }
Jobs and queues are concepts used in computer science to manage tasks and data flow in a systematic manner.
Jobs refer to individual tasks or processes that need to be executed.
Queues are data structures that store jobs in a specific order for processing.
Jobs are added to the queue and processed in a first-in, first-out (FIFO) manner.
Queues help in managing the order of execution and prioritizing tasks based on their im...
Containers in Laravel are lightweight and portable units that package up code and all its dependencies, allowing for easy deployment and scaling.
Containers in Laravel are created using Docker, a popular containerization platform.
They provide a consistent environment for running applications, regardless of the underlying infrastructure.
Containers help in isolating applications and their dependencies, making it easier to...
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Associate Software Engineer
115
salaries
| ₹4.6 L/yr - ₹9.5 L/yr |
Software Engineer
72
salaries
| ₹4.8 L/yr - ₹14.5 L/yr |
Senior Software Engineer
25
salaries
| ₹6.5 L/yr - ₹17.7 L/yr |
Associate Software Engineer 2
14
salaries
| ₹7.2 L/yr - ₹9.4 L/yr |
Software Developer
11
salaries
| ₹5 L/yr - ₹11 L/yr |
IBM
Accenture
TCS
Wipro