Add office photos
Employer?
Claim Account for FREE

Oracle Financial Services Software

3.6
based on 1.2k Reviews
Filter interviews by

Tamimi Global Interview Questions and Answers

Updated 1 Sep 2024
Popular Designations

Q1. write a code to implement factory pattern.

Ans.

Factory pattern creates objects without exposing the instantiation logic to the client.

  • Create an interface or abstract class for the product

  • Create concrete classes implementing the same interface/abstract class

  • Create a factory class that returns the product

  • Client uses the factory to create the object

Add your answer

Q2. Difference between C++ and JAVA OOPs concept.

Ans.

C++ supports multiple inheritance, Java supports single inheritance. C++ has pointers, Java has references.

  • C++ supports multiple inheritance, Java supports single inheritance

  • C++ has pointers, Java has references

  • C++ does not have built-in garbage collection, Java has automatic garbage collection

Add your answer

Q3. How does a Hashmap work

Ans.

A Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

  • Hashmap uses a hash function to map keys to indices in an array.

  • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

  • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

  • Example: HashMap map = new HashMap<>(); map.put("key1", 1); int value = map...read more

Add your answer

Q4. Explain Collection framework in Java

Ans.

Collection framework in Java is a set of classes and interfaces that provide a standard way to store and manipulate groups of objects.

  • Collection framework includes interfaces like List, Set, and Map, along with their respective implementations like ArrayList, HashSet, and HashMap.

  • It provides methods to add, remove, and access elements in a collection, as well as perform operations like sorting and searching.

  • Collections class provides utility methods like sorting, searching, a...read more

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

Q5. What is otbi report

Ans.

OTBI report stands for Oracle Transactional Business Intelligence report, used for analyzing and reporting on data in Oracle Cloud applications.

  • OTBI reports provide real-time insights into business operations

  • Users can create custom reports using OTBI subject areas

  • OTBI reports can be scheduled for automated delivery

  • OTBI reports can be accessed through Oracle Cloud applications such as ERP Cloud, HCM Cloud, and CX Cloud

Add your answer

Q6. What is bi report

Ans.

BI report stands for Business Intelligence report, which is a document that presents data analysis and insights to help make informed business decisions.

  • BI report is a document that provides insights and analysis on business data.

  • It helps in making informed decisions by presenting key metrics and trends.

  • BI reports often include visualizations such as charts and graphs to make data easier to understand.

  • Examples of BI reports include sales performance reports, marketing campaig...read more

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

Interview Process at Tamimi Global

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

Top Senior Consultant Interview Questions from Similar Companies

3.8
 • 70 Interview Questions
3.4
 • 45 Interview Questions
3.8
 • 14 Interview Questions
3.4
 • 11 Interview Questions
3.7
 • 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

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