Filter interviews by
I applied via Campus Placement and was interviewed before Mar 2022. There were 3 interview rounds.
Kadane's Algorithm
Reverse of a Linked List
I appeared for an interview before Feb 2024.
I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.
I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.
I studied Computer Science with a focus on software engineering.
Bachelor's degree in Computer Science
Courses in software engineering, algorithms, data structures
Projects involving coding, testing, and debugging
Internships or work experience in software development
Continuing education or certifications in relevant technologies
Pointers are variables that store memory addresses of other variables in programming languages.
Pointers allow direct access to memory locations
They are used for dynamic memory allocation
Pointers can be used to pass variables by reference
Example: int *ptr; ptr = # // ptr now points to the memory address of num
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
I appeared for an interview before Mar 2024, where I was asked the following questions.
String is immutable, while StringBuffer and StringBuilder are mutable classes for handling strings in Java.
String: Immutable, cannot be changed after creation. Example: String str = 'Hello'; str = str + ' World';
StringBuffer: Mutable, synchronized (thread-safe). Example: StringBuffer sb = new StringBuffer('Hello'); sb.append(' World');
StringBuilder: Mutable, not synchronized (faster than StringBuffer). Example: StringB...
== checks reference equality, while equals() checks value equality in Java.
== compares memory addresses (references) of objects.
equals() compares the actual content or state of the objects.
Example: String str1 = new String('test'); String str2 = new String('test'); str1 == str2 returns false, str1.equals(str2) returns true.
For primitive types, == compares values directly.
Custom classes should override equals() to ensur
I applied via Naukri.com
Clustering is grouping similar data points together. Adding partial repository Qm to full repository Qm requires merging the two clusters.
Clustering is used in data mining and machine learning to group similar data points together.
Partial repository Qm can be added to full repository Qm by merging the two clusters.
Examples of clustering algorithms include k-means, hierarchical clustering, and DBSCAN.
Triggering is a mechanism to initiate a process or action based on a specific event or condition.
Triggering is commonly used in software development to automate tasks or processes.
Channel triggering is a type of triggering where a specific channel or communication medium is used to initiate an action.
For example, a chatbot can be triggered to respond to a user's message in a specific channel like Slack or Facebook Mess...
To start a broker, first install the broker software and configure it with necessary settings.
Install the broker software on the server or machine where it will run
Configure the broker with necessary settings such as port number, authentication, and authorization
Start the broker by running the appropriate command or service
Test the broker to ensure it is functioning properly
Basic Aptitude MCQs. Few basic coding MCQs
I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.
Came to our college for internship
Hackerrank test with OS, DBMS, Networking mcqs for 45 mins.
2 DSA questions on arrays, 1 puzzle. Practice geeks for geeks must do and puzzles.
based on 1 interview
Interview experience
based on 7 reviews
Rating in categories
Senior Software Engineer
49
salaries
| ₹9.7 L/yr - ₹23 L/yr |
Devops Engineer
32
salaries
| ₹6.4 L/yr - ₹16 L/yr |
Software Developer
29
salaries
| ₹7 L/yr - ₹14.5 L/yr |
Member Technical Staff
29
salaries
| ₹5.3 L/yr - ₹11 L/yr |
Software Engineer
28
salaries
| ₹7 L/yr - ₹19.2 L/yr |
Ericsson
Nokia
Reliance Communications
BT Group