Filter interviews by
I was interviewed before Dec 2019.
Hash table and hash map are two names for the same data structure that stores key-value pairs.
Both use a hash function to map keys to indices in an array
Hash table is an older term, while hash map is more commonly used in modern programming languages
Java uses the term HashMap, while Python uses the term dict
Hash maps/tables have O(1) average case time complexity for insertion, deletion, and retrieval
A collection is a group of objects of the same type while collections are classes that implement data structures.
Collections are used to store, retrieve, manipulate, and communicate aggregate data.
Java.util package provides various classes for implementing collections like ArrayList, LinkedList, HashSet, etc.
Collections can be generic or non-generic, ordered or unordered, and allow duplicates or not.
Collections can be ...
collection is an interface in Java that represents a group of objects while collections is a class that provides utility methods for collections.
Collection is an interface while Collections is a class
Collection is a part of Java Collections Framework while Collections is a utility class
Collection is used to represent a group of objects while Collections is used to provide utility methods for collections
Example of Colle...
Set is an unordered collection of unique elements while vector is an ordered collection of elements.
Set does not allow duplicates while vector can have duplicates.
Set is implemented using hash table while vector is implemented using dynamic array.
Set has faster lookup time while vector has faster iteration time.
Set is useful when uniqueness is important while vector is useful when order is important.
A program to take user name and print 'Hello, username'
Create a variable to store the user input
Use printf or cout to print the greeting with the user input
Database program can be connected using various methods such as JDBC, ODBC, ORM, etc.
JDBC is a Java API for connecting to databases
ODBC is a standard API for connecting to databases
ORM frameworks like Hibernate can be used to connect to databases
Connection string is used to specify the database connection details
I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.
40 questions of tick mark
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Logical reasoning, grammar, and coding: two basic level questions.
I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.
Collaborative team environment fosters creativity and productivity
Innovative projects challenge me to learn and grow
Excited about the opportunities for growth and learning at your organization
Aptitude and 2 coding problems- easy to medium
I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 5 Aug 2024
It is very impressive work on Josh technology assessment because we learn many new skills.
API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.
APIs define the methods and data formats that applications can use to request and exchange information.
APIs can be used to access services provided by other software applications, such as retrieving data from a database or sending notifications.
Examples of APIs ...
Software development life cycle (SDLC) is a process used by software developers to design, develop, and test software.
1. Planning: Define the project scope, requirements, and objectives.
2. Analysis: Gather and analyze user requirements.
3. Design: Create a detailed design of the software.
4. Implementation: Develop the software based on the design.
5. Testing: Test the software for bugs and issues.
6. Deployment: Release t...
posted on 16 Nov 2024
I applied via AngelList and was interviewed in May 2024. There were 2 interview rounds.
Asked related to python
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.
String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.
String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.
StringBuilder is more efficient for concatenating mul...
Async and await are keywords in JavaScript used to work with asynchronous code.
Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.
Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.
Async/await is a more readable and cleaner way to write asynchronous code compare...
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
We will run Dijkstra Algorithm for all vertices in this approach and store the minimum distance in an array. Then we can answer the queries using this distance array.
Dijkstra Algorithm is one of the most popular algorithms in graph theory. A single-source shortest path algorithm gives the shortest path length to all vertices from a given vertex known as the source vertex. It is a greedy algorith...
Merge Sort Algorithm -
Merge so...
The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.
We implement this approach with a divide and conquer strategy.
Here is the algorithm :
Initialize, all the cells of the solution matrix used to print the path matrix to 0. First, you cannot make use of the existing maze to print the solution maze as you have to distinguish b/w 1 of maze or 1 of ‘SOLUTION matrix.
Form a recursive function, which will follow a path and check if the path reaches the destination or not. If the path does not reach the destination then backtrack and t...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
based on 1 review
Rating in categories
Database Engineer
13
salaries
| ₹2 L/yr - ₹4.7 L/yr |
Software Developer
12
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Database Developer
7
salaries
| ₹1.5 L/yr - ₹5.4 L/yr |
Java Developer
5
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Implementation Manager
5
salaries
| ₹5.8 L/yr - ₹9.7 L/yr |
Reliance Communications
GAO Tek
Tata Teleservices
Henry Harvin Education