Add office photos
Engaged Employer

UBS

4.0
based on 2.7k Reviews
Filter interviews by

10+ Delict Technology Services Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations
Q1. Convert Min Heap To Max Heap

You are given an array of size ‘n’ which is an array representation of min-heap. You need to convert this min-heap array representation to a max-heap array representation.

For Exampl...read more

Add your answer

Q2. What is a dangling pointer? What if we try to dereference it?

Ans.

A dangling pointer is a pointer that points to a memory location that has been deallocated or freed. Dereferencing it can cause a program to crash.

  • Dangling pointers occur when memory is freed or deallocated, but the pointer still points to that memory location.

  • Dereferencing a dangling pointer can cause a segmentation fault or access violation.

  • Dangling pointers can be avoided by setting the pointer to NULL after freeing the memory it points to.

Add your answer

Q3. How is runtime polymorphism implemented?How does the compiler understand this?

Ans.

Runtime polymorphism is implemented through virtual functions and dynamic binding.

  • Virtual functions are declared in base class and overridden in derived class

  • Dynamic binding is used to determine which function to call at runtime

  • Compiler uses virtual function table to understand runtime polymorphism

Add your answer
Q4. OOPS Question

What are the types of polymprphism?

Add your answer
Discover Delict Technology Services interview dos and don'ts from real experiences
Q5. OOPS Question

What is a dangling pointer in C?

Add your answer

Q6. difference between function overloading and overriding

Ans.

Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in the base class.

  • Function overloading is a compile-time polymorphism concept.

  • Function overriding is a run-time polymorphism concept.

  • Function overloading is used to provide different ways of calling the same function.

  • Function overriding is used to provide a specific impleme...read more

Add your answer
Are these interview questions helpful?
Q7. OOPS Question

What is a Null Pointer?

Add your answer
Q8. OOPS Question

What is function overloading?

Add your answer
Share interview questions and help millions of jobseekers 🌟
Q9. OOPS Question

What is a virtual function?

Add your answer
Q10. OOPS Question

What are templates in C++?

Add your answer
Q11. OOPS Question

What is a V-table?

Add your answer

Q12. What is a NULL pointer

Ans.

A NULL pointer is a pointer that does not point to any memory location.

  • It is represented by the value 0 or NULL.

  • Dereferencing a NULL pointer results in a segmentation fault.

  • It is commonly used to indicate the end of a linked list or array.

Add your answer

Q13. What is virtual function

Ans.

A virtual function is a function in a base class that is overridden in a derived class.

  • Virtual functions allow polymorphism in C++

  • They are declared using the virtual keyword

  • The function is resolved at runtime based on the object type

  • Virtual functions can be pure virtual, meaning they have no implementation in the base class

  • Example: virtual void print() = 0; // pure virtual function

Add your answer

Q14. how function overloading works

Ans.

Function overloading allows multiple functions with the same name but different parameters.

  • Functions with the same name but different parameters can be defined in the same scope

  • The compiler determines which function to call based on the number and types of arguments passed

  • Overloading can improve code readability and reduce the need for multiple function names

  • Example: void print(int x), void print(float x), void print(char x)

  • Example: int sum(int a, int b), float sum(float a, f...read more

Add your answer

Q15. What is equity,derivative etc

Ans.

Equity refers to ownership in a company, while derivatives are financial contracts based on the value of an underlying asset.

  • Equity represents ownership in a company and can be in the form of stocks or shares.

  • Derivatives are financial contracts that derive their value from an underlying asset such as stocks, bonds, or commodities.

  • Examples of derivatives include futures, options, and swaps.

  • Derivatives are often used for hedging or speculation purposes.

  • Both equity and derivativ...read more

Add your answer

Q16. Scenarios for a manager to handle

Ans.

Managers may face various scenarios in their work. Here are some pointers to handle them.

  • Identify the problem and its root cause

  • Develop a plan of action

  • Communicate effectively with team members

  • Delegate tasks appropriately

  • Monitor progress and adjust plan as needed

  • Provide feedback and recognition

  • Handle conflicts and difficult conversations

  • Stay organized and prioritize tasks

Add your answer

Q17. What is a V-table?

Ans.

A V-table is a virtual table used in programming languages to implement polymorphism.

  • It is used in object-oriented programming languages like C++ and Java.

  • It contains pointers to functions that can be overridden by derived classes.

  • It allows objects of different classes to be treated as if they are of the same class.

  • It is used to implement dynamic binding or late binding.

  • It is also known as a virtual function table or dispatch table.

Add your answer

Q18. What is polymrphism

Ans.

Polymorphism is the ability of an object to take on many forms.

  • Polymorphism allows objects of different classes to be treated as if they are of the same class.

  • It is achieved through method overriding and method overloading.

  • Examples include method overriding in inheritance and implementing interfaces in Java.

  • Polymorphism helps in achieving loose coupling and flexibility in code design.

Add your answer

Q19. What are templates

Ans.

Templates are pre-designed documents or files that serve as a starting point for creating new documents or files.

  • Templates can be used for various purposes such as creating resumes, business cards, invoices, and presentations.

  • They save time and effort by providing a pre-designed layout and structure.

  • Templates can be customized to fit specific needs and preferences.

  • They are commonly used in software applications like Microsoft Word, PowerPoint, and Excel.

  • Templates can also be ...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Business Technology Analyst Interview Questions from Similar Companies

3.8
 • 19 Interview Questions
3.4
 • 11 Interview Questions
View all
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