Filter interviews by
I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.
Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases.
Elasticsearch is a search engine based on the Lucene library.
It stores data in JSON format and allows for real-time search and analysis.
Elasticsearch can be used for full-text search, structured search, analytics, and more.
It is highly scalable and can be easily integrated with other tools like Logstash
Microservices communicate through lightweight protocols like HTTP or messaging queues.
Microservices communicate using lightweight protocols like HTTP, REST, or messaging queues.
Each microservice is responsible for a specific business function and communicates with other microservices through APIs.
Microservices can be deployed independently, allowing for easier scalability and maintenance.
Communication between microserv...
Developing a real-time collaborative code editor with live chat feature
Implemented WebSocket for real-time communication between users
Utilized Operational Transformation algorithm to handle concurrent edits
Integrated chat functionality using Socket.io
Ensured data consistency and synchronization across all connected clients
Top trending discussions
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
To check if a graph is cyclic, use depth-first search to detect back edges.
Perform a depth-first search on the graph and keep track of visited nodes and parent nodes.
If a visited node is encountered with a parent different from the current node, then the graph contains a cycle.
Example: For a graph with edges (A, B), (B, C), (C, A), the graph is cyclic.
Good morning sir have a you sir my name is hemant Ramchandra narkhede
Java script simple frame
JavaScript has several data types including string, number, boolean, object, function, undefined, and null.
String: 'hello', '123'
Number: 123, 3.14
Boolean: true, false
Object: { key: 'value' }
Function: function() { }
Undefined: undefined
Null: null
var is function-scoped while let is block-scoped in JavaScript.
var keyword is function-scoped, meaning it is accessible throughout the function it is declared in.
let keyword is block-scoped, meaning it is only accessible within the block it is declared in.
Using var can lead to variable hoisting issues, while let provides more predictable behavior.
let allows for better variable scoping and reduces the risk of unintended
Pair programming promotes collaboration, knowledge sharing, and code quality.
Enhances code quality through immediate code review and feedback
Promotes knowledge sharing and learning from each other
Fosters collaboration and teamwork
Reduces the likelihood of bugs and errors
Increases productivity by leveraging two minds on the same problem
Helps in breaking down complex problems into smaller tasks
Improves communication skil
I use a combination of manual testing, unit testing, and debugging tools to identify bugs in my code.
Perform manual testing by running the code and checking for any unexpected behavior or errors.
Write unit tests to verify the functionality of individual components and catch any issues early on.
Utilize debugging tools like breakpoints, logging, and stack traces to track down the root cause of bugs.
Collaborate with team ...
I have been coding primarily in Python for 5 years.
I started learning Python in college and have been using it extensively in my professional career.
I have worked on various projects using Python, including web development, data analysis, and automation.
I am proficient in Python libraries such as NumPy, Pandas, and Django.
HR round full stack developer experience
Best atitude round questions
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Asked me to write code on paper for count inversions
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
Program to return list of .tst files in given directory and subdirectories
Use recursion to traverse through all directories and subdirectories
Check if each file has .tst extension and add to list if true
Use built-in functions like os.listdir() and os.path.splitext() in Python
The '==' operator is used for comparing values of primitive data types, while the 'equals' method is used for comparing objects in Java.
Use '==' to compare primitive data types like int, char, boolean, etc.
Use 'equals' method to compare objects like Strings, Lists, etc.
Example: int a = 5; int b = 5; if(a == b) { // true }
Example: String str1 = 'hello'; String str2 = 'hello'; if(str1.equals(str2)) { // true }
Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract for classes to implement.
Abstract classes can contain both abstract and concrete methods, while interfaces can only have abstract methods.
Abstract classes can have constructors, while interfaces cannot.
Interfaces allow for multiple inheritance, while classes can only inherit from one abstract class.
Abstract class...
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Ensure a private static instance variable in the class.
Provide a public static method to access the instance, creating it if necessary.
Use synchronized keyword or double-checked locking to make it thread-safe.
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half, and then merges the sorted halves.
Divide the array into two halves
Recursively sort each half
Merge the sorted halves back together
I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.
Main command on JAVA script and python
What assignments and projects you had done before share that experience
Your theories on what topics you had done your best
Lack of relevant experience and skills
Limited experience in full stack development
Lack of proficiency in required programming languages and frameworks
Inadequate knowledge of database management systems
Weak problem-solving and analytical skills
Poor communication and collaboration abilities
I applied via Company Website
It was javascript and reactjs. multiple choices and coding test
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
Train,direction,odd or eve nos,
Python dataframe coding
I applied via whatsi app and was interviewed in Jan 2024. There were 2 interview rounds.
Numerical reasoning test
verbal reasoning test
inductive reasoning test
cognitive ability test
Communication skills
ability to listen
ability to think
analysis the topics
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
based on 1 interview
Interview experience
Business Analyst
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Development Engineer
17
salaries
| ₹0 L/yr - ₹0 L/yr |
Java Developer
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Consultant
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Solution Consultant
11
salaries
| ₹0 L/yr - ₹0 L/yr |
SAP
Oracle
Salesforce
Microsoft Corporation