Cubic Transportation Systems
Dibber Interview Questions and Answers
Q1. Project flow? and how do you handle the Exceptions in current project?
Project flow involves understanding the sequence of tasks in a project. Exceptions are handled using try-catch blocks.
Project flow involves defining the sequence of tasks from start to finish.
Exceptions are handled using try-catch blocks to catch and handle errors gracefully.
Logging and alerting mechanisms are implemented to track and notify about exceptions.
Unit tests are written to cover different scenarios and ensure proper exception handling.
Regular code reviews and debug...read more
Q2. What is the difference between Factory and Singleton design Pattern
Factory pattern is used to create objects without exposing the instantiation logic to the client, while Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Factory pattern is used to create objects based on a common interface, without specifying the exact class of the object being created.
Singleton pattern restricts the instantiation of a class to one object, ensuring that all requests for the object return the same instance.
Fac...read more
Q3. write program to reverse string ?with out using pre defined methods
Program to reverse a string without using predefined methods
Create an empty string to store the reversed string
Iterate through the input string from end to start and append each character to the new string
Return the reversed string as the output
Q4. What are the different joins used in SQL
Different types of joins in SQL include inner join, outer join, left join, right join, and full join.
Inner join: Returns rows when there is at least one match in both tables
Outer join: Returns all rows when there is a match in one of the tables
Left join: Returns all rows from the left table and the matched rows from the right table
Right join: Returns all rows from the right table and the matched rows from the left table
Full join: Returns rows when there is a match in one of t...read more
Q5. Difference between Functions and stored procedure
Functions are used to perform specific tasks and return a value, while stored procedures are used to perform a series of actions.
Functions return a single value, while stored procedures can return multiple values or none at all.
Functions are called in SQL statements, while stored procedures are called using their name.
Functions cannot modify the database state, while stored procedures can.
Functions are easier to test and debug, while stored procedures are more flexible and ca...read more
Q6. What is Synonyms in SQL Server
Synonyms in SQL Server are alternate names for database objects like tables, views, stored procedures, etc.
Synonyms provide a way to simplify queries by providing a single name for an object that may have a long or complex name.
They can be used to reference objects in a different schema or database without changing the code.
Synonyms can be created using the CREATE SYNONYM statement and dropped using the DROP SYNONYM statement.
Q7. How to manage employees during difficult situation
Managing employees during difficult situations requires empathy, communication, and flexibility.
Acknowledge the difficulty of the situation and offer support
Communicate regularly and transparently
Be flexible with work arrangements and deadlines
Encourage self-care and provide resources for mental health support
Lead by example and maintain a positive attitude
More about working at Cubic Transportation Systems
Interview Process at Dibber
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month