Premium Employer

Cubic Transportation Systems

3.7
based on 106 Reviews
Filter interviews by

Dibber Interview Questions and Answers

Updated 17 Jul 2024

Q1. Project flow? and how do you handle the Exceptions in current project?

Ans.

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

Add your answer

Q2. What is the difference between Factory and Singleton design Pattern

Ans.

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

Add your answer

Q3. write program to reverse string ?with out using pre defined methods

Ans.

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

Add your answer

Q4. What are the different joins used in SQL

Ans.

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

Add your answer
Discover Dibber interview dos and don'ts from real experiences

Q5. Difference between Functions and stored procedure

Ans.

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

Add your answer

Q6. What is Synonyms in SQL Server

Ans.

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.

Add your answer

Q7. How to manage employees during difficult situation

Ans.

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

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

Interview Process at Dibber

based on 3 interviews in the last 1 year
Interview experience
4.3
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 686 Interview Questions
3.1
 • 682 Interview Questions
3.9
 • 522 Interview Questions
4.2
 • 268 Interview Questions
3.8
 • 210 Interview Questions
3.6
 • 182 Interview Questions
View all
Top Cubic Transportation Systems Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter