Add office photos
Incedo logo
Employer?
Claim Account for FREE

Incedo

3.2
based on 948 Reviews
Filter interviews by

10+ Incedo Interview Questions and Answers

Updated 13 May 2024
Popular Designations

Q1. DSA - Nth Fibonacci no with memoization, Find duplicate node in Linked list, Binary tree DSA questions, Project based tech questions, OOPS, Puzzle

Ans.

Interview questions for Software Engineer position covering DSA, project-based tech questions, OOPS, and puzzle.

  • Be prepared to answer DSA questions such as finding the Nth Fibonacci number with memoization, finding duplicate nodes in a linked list, and binary tree DSA questions.

  • Expect project-based tech questions that may require you to explain your approach to solving a particular problem.

  • Brush up on OOPS concepts and be ready to apply them to real-world scenarios.

  • Be prepare...read more

View 3 more answers
right arrow

Q2. Write a query to find out the 2nd largest salary from Employees

Ans.

Query to find 2nd largest salary from Employees

  • Use ORDER BY and LIMIT

  • Exclude the highest salary using subquery

  • Handle cases where there are ties

View 1 answer
right arrow

Q3. what is shadow DOM? what are synthetic Events? What is UNIT testing?

Ans.

Shadow DOM is a way to encapsulate the styling and structure of a web component, synthetic events are events created by the browser to mimic real events, and unit testing is a method to test individual units or components of a software.

  • Shadow DOM allows for scoped styles and markup within a web component.

  • Synthetic events are events like 'click' or 'change' that are created by the browser to simulate user interactions.

  • Unit testing involves testing individual units or component...read more

Add your answer
right arrow

Q4. Difference between hashmap and concurrent hashmap?

Ans.

Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

  • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

  • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

  • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

  • Concurrent Hashmap is slower than Hashmap due to the overhead of maintaining thread-safety.

  • Use Has...read more

Add your answer
right arrow
Discover Incedo interview dos and don'ts from real experiences

Q5. Difference between Hashtable and hashmap?

Ans.

Hashtable is synchronized while hashmap is not.

  • Hashtable is thread-safe while hashmap is not.

  • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

  • Hashtable is slower than hashmap due to synchronization.

  • Hashtable is a legacy class while hashmap is a newer implementation.

Add your answer
right arrow

Q6. What is Event Loop? and how it works?

Ans.

Event Loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.

  • Event Loop is responsible for handling asynchronous operations in JavaScript.

  • It continuously checks the call stack for any functions that need to be executed.

  • If the call stack is empty, it checks the callback queue for any pending tasks.

  • It moves tasks from the callback queue to the call stack for execution.

  • Event Loop ensures that the JavaScript engine is not bl...read more

Add your answer
right arrow
Are these interview questions helpful?

Q7. Tell me about different opps concepts

Ans.

Object-oriented programming concepts like inheritance, polymorphism, encapsulation, and abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Polymorphism: Ability for objects to be treated as instances of their parent class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features.

Add your answer
right arrow

Q8. Find the second largest number in an array

Ans.

Find the second largest number in an array of strings

  • Convert the array of strings to an array of integers

  • Sort the array in descending order

  • Return the second element in the sorted array

Add your answer
right arrow
Share interview questions and help millions of jobseekers 🌟
man with laptop

Q9. What is Primary Key in sql

Ans.

Primary key is a unique identifier for a record in a database table.

  • Primary key ensures data integrity and helps in faster data retrieval.

  • It cannot have null values and must be unique for each record.

  • It can be a single column or a combination of columns.

  • Examples: employee_id, order_number, customer_id

Add your answer
right arrow

Q10. Explain oops concept with example

Ans.

OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

  • OOPs stands for Object-Oriented Programming

  • Key concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction

  • Example: Inheritance allows a class to inherit properties and behavior from another class

Add your answer
right arrow

Q11. MIDDLE OF LINKED LIST

Ans.

To find the middle element of a linked list

  • Traverse the linked list using two pointers - one moving one node at a time and the other moving two nodes at a time

  • When the faster pointer reaches the end of the list, the slower pointer will be at the middle element

  • If the list has even number of elements, there are two middle elements

Add your answer
right arrow

Q12. REVERSE THE ARRAY

Ans.

Reverse the array of strings

  • Create a new array and iterate through the original array in reverse order

  • Use a for loop or array.reverse() method to reverse the array

  • Ensure the original array remains unchanged

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Incedo

based on 17 interviews
3 Interview rounds
Technical Round - 1
Technical Round - 2
Technical Round - 3
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

Persistent Systems Logo
3.5
 • 75 Interview Questions
Housing.com Logo
3.7
 • 34 Interview Questions
UnitedHealth Logo
4.1
 • 25 Interview Questions
Ittiam Systems Logo
3.7
 • 16 Interview Questions
Indus Net Technologies Logo
3.5
 • 10 Interview Questions
AVASOFT Logo
2.9
 • 10 Interview Questions
View all
Share an Interview
Profile Image
Hello, Guest
Awards 2025
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits
Stay ahead in your career with AmbitionBox app