Symphony Talent
10+ DSI and Co. Interview Questions and Answers
You have given a Singly Linked List of integers, determine if it forms a cycle or not.
A cycle occurs when a node's next points back to a previous node in the list. The li...read more
Write a program to count and print the total number of characters (lowercase english alphabets only), digits (0 to 9) and white spaces (single space, tab i.e. '\t' and newline i.e. '\n') entered...read more
You are given a square matrix, return true if the matrix is symmetric otherwise return false.
A symmetric matrix is that matrix whose transpose is equal to the matrix itself.
Example of symme...read more
You are given a N x M matrix of integers, return the spiral path of the matrix
Example Of Spiral Path
Input Format:
The first line contains an integer 'T' which denotes the number of test cases or...read more
You are given a Singly Linked List of integers. Sort the Linked List using merge sort.
Merge Sort is a Divide and Conquer algorithm. It divides the input into two halves, calls itself for ...read more
You have been given the Inorder Traversal and Level Order Traversal of a Binary Tree of integers. Your task is to calculate the height of the Binary tree without constructing it.
The he...read more
how many stacks are needed to implement a queue
Which of the following is NOT a valid deadlock prevention scheme?
(a) Release all resources before requesting a new resource
(b) Number the resources un...read more
A program using most of the OOPs Concepts.
find the second highest salary in sql.
Write an SQL query to fetch all the Employees who are also managers from the EmployeeDetails table.
Write an SQL...read more
Q9. what do you mean by responsive website?
A responsive website is one that adapts to different screen sizes and devices.
Uses flexible layouts and images
Uses media queries to adjust styles based on screen size
Provides optimal user experience on all devices
Examples: Amazon, Netflix, and Google
Q10. Prepare a design for the given problem statement.
Design a system for real-time monitoring of temperature and humidity in a warehouse.
Utilize IoT sensors to collect temperature and humidity data
Implement a centralized database to store the data
Develop a web-based dashboard for real-time monitoring
Set up alerts for abnormal temperature or humidity levels
Q11. what does mean by DocType?
DocType is an HTML declaration that defines the version of HTML used in a web page.
DocType is placed at the beginning of an HTML document.
It informs the browser about the version of HTML used in the document.
It helps the browser to render the web page correctly.
There are different types of DocTypes available such as HTML5, XHTML, HTML 4.01, etc.
Interview Process at DSI and Co.
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month