Filter interviews by
I applied via Campus Placement and was interviewed before Jul 2022. There were 4 interview rounds.
Java questions TO test DSA KNOWLEDGE
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 3 interview rounds.
MCQ questions on Linux Networking and SQL
I applied via Job Fair and was interviewed before Aug 2023. There were 2 interview rounds.
Find two numbers in an array that add up to a specific target value.
Use a hashmap to store the difference between the target value and each element in the array.
Iterate through the array and check if the current element's complement exists in the hashmap.
Return the indices of the two numbers that add up to the target value.
No, a circular loop is not present in a linked list.
A linked list does not have a circular loop by default.
If a linked list has a circular loop, it is considered a circular linked list.
Circular linked lists can be detected using Floyd's Cycle Detection Algorithm.
To identify duplicates in a circular linked list, use a hash set to keep track of visited nodes.
Traverse the circular linked list while adding each node to a hash set.
If a node is already in the hash set, it is a duplicate.
Consider edge cases such as an empty list or a list with only one node.
I applied via Referral and was interviewed in Mar 2022. There were 6 interview rounds.
Time and Speed, Percentages, Averages, Ratio and Proportion, Time and Work etc.
Platform was Mettle Assessment, Topics were Tree and Binary Search
Work from office vs Work from Home
TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are protocols used for data transmission over networks.
TCP is a connection-oriented protocol that guarantees reliable delivery of data.
UDP is a connectionless protocol that does not guarantee reliable delivery of data.
The main difference between TCP and UDP is that TCP provides reliable, ordered, and error-checked delivery of data, while UDP does not.
...
Print the bottom view of a Binary Search Tree.
Use a map to store the horizontal distance and the bottom-most node at that distance.
Traverse the tree in level order and update the map with each node's horizontal distance and level.
Print the nodes in the map in ascending order of their horizontal distance.
I believe working from the office allows for better collaboration and communication with colleagues.
Better collaboration and communication with colleagues
Opportunity for face-to-face interactions
Easier access to resources and equipment
Faster problem-solving through immediate discussions
Building stronger relationships with team members
I have the technical skills, experience, and passion for software engineering that make me a valuable asset to your team.
I have a strong background in computer science and software development
I have experience working on various software projects and have a proven track record of delivering high-quality code
I am a quick learner and can adapt to new technologies and programming languages
I am a team player and can effect...
Yes
When I received a promotion at work but also had to deal with the loss of a loved one
When I achieved a personal goal but also faced criticism from others
When I received positive feedback on a project but also experienced imposter syndrome
posted on 23 Apr 2024
posted on 2 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
The 4 pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Creating new classes from existing classes, inheriting their attributes and methods.
Polymorphism: Objects of different classes can be treated as objects of a common superclass.
Abstraction: Hiding the complex implementation details and showin
posted on 5 Aug 2022
I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.
Program to sort a linked list
Traverse the linked list and compare adjacent nodes
Use a temporary node to swap nodes
Repeat until the list is sorted
posted on 20 Mar 2024
I applied via Company Website and was interviewed in Feb 2024. There were 4 interview rounds.
First Round was Coding Test On Codility Platform . 3 Questions were Asked On Medium to Hard Level Arrays and Strings Topics.
Pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism. Real life example: Vehicles.
Inheritance: Car and Bike classes inheriting from Vehicle class.
Encapsulation: Data hiding in a class to protect it from outside interference.
Abstraction: Using a remote control to operate a TV without knowing its internal workings.
Polymorphism: Overloading a method with different parameters in a class.
No, Function Overloading is not the only example of Compile Time Polymorphism.
Function Templates are another example of Compile Time Polymorphism where a single function can operate on different data types.
Operator Overloading is also an example of Compile Time Polymorphism where operators can be overloaded to work with different data types.
Static Polymorphism achieved through method overloading is another example of C
Arrays store elements in contiguous memory locations, while LinkedLists store elements in nodes with pointers to the next element.
Arrays have constant time access to elements using index, while LinkedLists have O(n) access time as they need to traverse from the beginning.
Arrays have fixed size, while LinkedLists can dynamically grow and shrink in size.
Arrays are better for random access and search operations, while Lin...
Answering questions related to LinkedList operations and Circular LinkedList.
LinkedList Class: Implement a class with nodes containing data and a reference to the next node.
Insertion: Add a new node at the beginning, end, or at a specific position in the LinkedList.
Deletion: Remove a node by updating references to skip over it.
Reversing: Traverse the LinkedList and reverse the links between nodes.
Sorting: Implement a s...
Use recursion to reverse the string without using loops or other data structures.
Create a recursive function that takes the string as input.
In the function, check if the string is empty or has only one character, return the string in that case.
Otherwise, call the function recursively with the substring excluding the first character and concatenate the first character at the end.
Use a hashmap to store frequency of each number in the array for efficient retrieval of maximum occurring number.
Use a hashmap to store the frequency of each number in the array.
Iterate through the array and update the frequency count in the hashmap.
Find the number with the highest frequency in the hashmap to get the maximum occurring number.
Multi-Threading in Java allows multiple threads to execute concurrently. Generics in Java enable type-safe collections and classes.
Multi-Threading in Java allows for concurrent execution of multiple threads.
Generics in Java enable type-safe collections and classes by allowing the use of parameterized types.
Example of Multi-Threading: creating a new thread using the Thread class and implementing the run() method.
Example...
Bentley Systems is a global leader in infrastructure engineering software, providing innovative solutions for sustainable development.
Bentley Systems offers cutting-edge technology and tools for infrastructure engineering projects.
The company has a strong reputation for innovation and sustainability in the industry.
Bentley Systems has a global presence, providing opportunities to work on diverse projects around the wor...
posted on 4 Jan 2025
I applied via Campus Placement and was interviewed before Jan 2024. There were 4 interview rounds.
I received easy to medium LeetCode questions, which focused on basic math and hash maps.
The company is a leading software development firm specializing in creating innovative solutions for various industries.
Specializes in creating innovative software solutions
Works with various industries such as healthcare, finance, and technology
Known for their strong focus on quality and customer satisfaction
I enjoy playing musical instruments, reading books, and hiking in my free time.
Playing musical instruments like guitar and piano
Reading books on various topics such as technology and fiction
Hiking in nature trails and exploring new places
based on 1 interview
Interview experience
based on 65 reviews
Rating in categories
Senior Software Engineer
78
salaries
| ₹9.1 L/yr - ₹33 L/yr |
Software Engineer
60
salaries
| ₹5.2 L/yr - ₹19 L/yr |
Member Technical Staff
34
salaries
| ₹12.1 L/yr - ₹45 L/yr |
Senior Software Development Engineer
20
salaries
| ₹8.5 L/yr - ₹21.5 L/yr |
Software Developer
19
salaries
| ₹4 L/yr - ₹22.7 L/yr |
Duck Creek Technologies
FinThrive
Mobileum
AgreeYa Solutions