Filter interviews by
I applied via campus placement at University of Hyderabad, Hyderabad and was interviewed before Sep 2021. There were 3 interview rounds.
Aptitude + Coding Test. 27 basic Aptitude problems and 3 problem solving questions.
Top trending discussions
posted on 14 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Find the maximum number of non-repeating consecutive characters in a given string.
Iterate through the string and keep track of the current substring of non-repeating characters
Update the maximum length of non-repeating characters as you iterate
Return the maximum length found
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
2 DSA Questions and questions from springboot for java
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
Basic java questions
Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.
Linked list implementation involves creating nodes with data and a pointer to the next node.
Stack implementation involves pushing elements onto the stack and popping them off in reverse order.
Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
posted on 30 Sep 2024
I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.
Pen Paper test aptitude test with 2 long answer questions
Polymorphism is the ability of a single function or method to operate on different types of data.
Types of polymorphism: compile-time (method overloading) and runtime (method overriding)
Compile-time polymorphism is achieved through function overloading, where multiple functions have the same name but different parameters
Runtime polymorphism is achieved through function overriding, where a subclass provides a specific im...
Find the first occurring letter in a string
Iterate through the string and store the count of each letter in a hashmap
Return the first letter with count 1
I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.
Indexed arrays: default type where each element is assigned a numeric index starting from 0.
Associative arrays: elements are assigned a specific key instead of numeric index.
Multidimensional arrays: arrays within arrays, creating a matrix-like structure.
Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...
posted on 14 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Find the maximum number of non-repeating consecutive characters in a given string.
Iterate through the string and keep track of the current substring of non-repeating characters
Update the maximum length of non-repeating characters as you iterate
Return the maximum length found
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
Given a text need to understand and solve
Some Java based and system design api was allowed to made
based on 3 reviews
Rating in categories
Software Development Engineer
31
salaries
| ₹4 L/yr - ₹13 L/yr |
Software Developer
24
salaries
| ₹4.4 L/yr - ₹14.5 L/yr |
Business Analyst
16
salaries
| ₹4.5 L/yr - ₹6.5 L/yr |
Data Analyst
15
salaries
| ₹4.2 L/yr - ₹8 L/yr |
Technical Lead
13
salaries
| ₹19.4 L/yr - ₹30.8 L/yr |
Finvasia
Orbgen Technologies
Quantiphi Analytics Solutions Private Limited
Fractal Analytics