Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IBM Team. If you also belong to the team, you can get access from here

IBM Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IBM Oracle Application Technical Consultant Interview Questions and Answers

Updated 14 Apr 2023

IBM Oracle Application Technical Consultant Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What is cursor and its types
  • Ans. 

    A cursor is a database object used to manipulate data in a result set.

    • A cursor is used to retrieve data from a database one row at a time.

    • There are two types of cursors: implicit and explicit.

    • Implicit cursors are used for single-row queries, while explicit cursors are used for multi-row queries.

    • Examples of explicit cursors include FOR LOOP and OPEN-FOR-FETCH-CLOSE.

    • Cursors can be used to update, delete, or insert data i

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is the reason for job change

Interview questions from similar companies

I applied via Company Website and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. PROJECT

Interview Preparation Tips

Interview preparation tips for other job seekers - ALWAYS HAVE A FULL KNOWLEDGE ABOUT YOUR PROJECT

I applied via Company Website and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Mainly questions was related to core java ,collections,strings and data structures ,they might ask u to right code
  • Q2. Asked for pagination ,data structures, spring boot ,spring , hibernate,ve

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not try to rotate things ,if u are nkt suare directly say I don't have idea,give sharp and concise answer

I applied via Referral and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. React lifecycle, what is react, jsx, tdd etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Just see the most asked questions in interview and u r good to go

I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to compare two files in Cobol program with millions of records ? It should be fast and optimised.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share practical experience.

Interview Questionnaire 

3 Questions

  • Q1. Write a code for arranging numbers in sorted order
  • Ans. 

    Code for arranging numbers in sorted order

    • Use a sorting algorithm like bubble sort, insertion sort, or quicksort

    • Determine if the numbers are integers or floating point numbers

    • Consider the size of the input array and the time complexity of the algorithm

    • Check for edge cases like empty array or array with only one element

  • Answered by AI
  • Q2. What is Data Mining
  • Ans. 

    Data mining is the process of discovering patterns and insights from large datasets.

    • It involves using statistical and machine learning techniques to analyze data

    • The goal is to extract useful information and knowledge from the data

    • Examples include identifying customer buying patterns or predicting stock prices

    • Data mining can also be used in fields such as healthcare to identify disease risk factors

  • Answered by AI
  • Q3. What is a need of compiler
  • Ans. 

    Compiler is needed to translate high-level programming language code into machine code.

    • Compilers are used to convert human-readable code into machine-readable code.

    • They help in detecting errors and bugs in the code before execution.

    • Compilers optimize the code for better performance and efficiency.

    • Examples of compilers include GCC, Clang, and Visual C++.

  • Answered by AI

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. What is the difference between window os and ubuntu
  • Ans. 

    Windows OS is a proprietary operating system developed by Microsoft while Ubuntu is a free and open-source operating system based on Linux.

    • Windows OS is more widely used in desktops and laptops while Ubuntu is popular among developers and servers.

    • Windows OS has a graphical user interface (GUI) while Ubuntu can be used with or without a GUI.

    • Windows OS has a larger selection of software and games available while Ubuntu h...

  • Answered by AI
  • Q2. What are the  advantages and disadvantages of open source software
  • Q3.  The use of 64 bit architecture
  • Ans. 

    64-bit architecture allows for larger memory addressing and faster processing speeds.

    • 64-bit architecture can address more memory than 32-bit architecture

    • 64-bit architecture can perform more calculations per clock cycle

    • 64-bit architecture is required for certain software applications, such as video editing or scientific simulations

  • Answered by AI
  • Q4. Different questions were asked on the basis of resume

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1.  What is sorting
  • Ans. 

    Sorting is the process of arranging data in a particular order.

    • Sorting is used to organize data for easier access and retrieval.

    • There are various sorting algorithms such as bubble sort, insertion sort, quicksort, etc.

    • Sorting can be done in ascending or descending order.

    • Examples of sorting include sorting a list of names alphabetically or sorting a list of numbers in numerical order.

  • Answered by AI
  • Q2. What is the difference between heap sorting and insertion sorting
  • Ans. 

    Heap sorting is a comparison-based sorting algorithm that divides the input into a sorted and an unsorted region, while insertion sorting builds the final sorted array one item at a time.

    • Heap sorting has a worst-case time complexity of O(n log n), while insertion sorting has a worst-case time complexity of O(n^2)

    • Heap sorting is not an in-place sorting algorithm, while insertion sorting is

    • Heap sorting is more efficient ...

  • Answered by AI
  • Q3.  What is type casting
  • Ans. 

    Type casting is the process of converting a variable from one data type to another.

    • It is also known as type conversion.

    • It can be done implicitly or explicitly.

    • Explicit type casting involves the use of casting operators.

    • Examples include converting an integer to a string or a float to an integer.

    • Type casting can lead to loss of data or precision.

  • Answered by AI
  • Q4. Describe types of inheritance
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • Single Inheritance: A derived class inherits from a single base class.

    • Multiple Inheritance: A derived class inherits from multiple base classes.

    • Multilevel Inheritance: A derived class is created from another derived class.

    • Hierarchical Inheritance: Multiple derived classes inherit from a single base class.

    • Hybrid Inheritance: Combinatio

  • Answered by AI
  • Q5. What is the  source code for doubly linked list
  • Ans. 

    The source code for doubly linked list is a data structure that contains nodes with pointers to the previous and next nodes.

    • Declare a node struct with data, prev, and next pointers

    • Create a head and tail pointer to the first and last nodes

    • Implement functions to add, remove, and traverse nodes

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience:  

General Tips: One should be well prepared with their final year project, and the extra curricular activities in which one was/ is involved in.
Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Give a detail description of final year project
  • Q2. What is software devlopement life cycle and why testing is done?
  • Ans. 

    Software development life cycle (SDLC) is a process followed to develop software. Testing is done to ensure quality and functionality.

    • SDLC is a process that includes planning, designing, coding, testing, and maintenance.

    • Testing is done to identify and fix defects, ensure functionality, and improve quality.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Testing can be m...

  • Answered by AI
  • Q3. Difference between windows and linux and  which OS you prefer and why?
  • Ans. 

    Windows and Linux are two different operating systems. I prefer Linux because of its open-source nature and flexibility.

    • Windows is a proprietary operating system developed by Microsoft, while Linux is an open-source operating system.

    • Linux is more flexible and customizable than Windows.

    • Linux is known for its stability and security.

    • Windows is more user-friendly and has better compatibility with software.

    • Examples of Linux...

  • Answered by AI
  • Q4. Give a introduction about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in marketing and sales.

    • I have over 10 years of experience in the marketing industry, working for both small startups and large corporations.

    • I have a proven track record of successfully implementing marketing strategies that have resulted in significant revenue growth.

    • I am skilled in market research, competitor analysis, and customer segmentat...

  • Answered by AI
  • Q5. Why your CGPA is low when compared to your school percentage
  • Ans. 

    My CGPA is lower than my school percentage due to various factors.

    • Different grading systems: CGPA is based on a different scale than school percentage.

    • Difficulty level: The subjects in college may be more challenging than in school.

    • Personal circumstances: I may have faced personal challenges that affected my academic performance.

    • Learning style: College may require different study techniques that I am still adapting to.

    • ...

  • Answered by AI
  • Q6. Can you work in the company for two years at a stretch

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Questions based on final year projects
  • Q2. What is the difference between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for function overloading and templates.

    • C++ has a more complex syntax compared to C.

    • C++ has a standard library that includes many useful functions.

    • C++ is generally considered to be a more powerful language than C.

  • Answered by AI
  • Q3. Explain Java Virtual Machine
  • Ans. 

    Java Virtual Machine (JVM) is an abstract machine that enables a computer to run Java programs.

    • JVM is responsible for interpreting the compiled Java code and executing it on the computer.

    • It provides a platform-independent environment for Java programs to run on different operating systems.

    • JVM has several components such as class loader, bytecode verifier, and execution engine.

    • JVM memory is divided into different region...

  • Answered by AI
  • Q4.  What is inheritance and polymorphism explain with real time examples
  • Ans. 

    Inheritance is a way to create new classes based on existing classes. Polymorphism allows objects of different classes to be treated as if they were of the same class.

    • Inheritance allows a child class to inherit properties and methods from a parent class.

    • Polymorphism allows a method to be used with objects of different classes that share a common interface.

    • Example of inheritance: A car class can be inherited by a sports...

  • Answered by AI
  • Q5.  What is your strength and weakness with incident
  • Ans. 

    My strength is my ability to remain calm and focused during incidents. My weakness is that I can sometimes overanalyze situations.

    • Strength: Ability to remain calm and focused during incidents

    • Weakness: Tendency to overanalyze situations

    • Strength: Quick decision-making skills

    • Weakness: Difficulty in delegating tasks

    • Strength: Effective communication with team members

    • Weakness: Struggle with time management

  • Answered by AI
  • Q6. What extra curriculum you have been doing
  • Ans. 

    I have been actively involved in volunteering and participating in various clubs and organizations.

    • Volunteering at local animal shelter

    • Member of debate club and Model UN

    • Participated in community service projects with National Honor Society

    • Organized fundraising events for charity organizations

  • Answered by AI

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

IBM Interview FAQs

How many rounds are there in IBM Oracle Application Technical Consultant interview?
IBM interview process usually has 3 rounds. The most common rounds in the IBM interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

IBM Oracle Application Technical Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all
IBM Oracle Application Technical Consultant Salary
based on 50 salaries
₹3.9 L/yr - ₹16 L/yr
5% more than the average Oracle Application Technical Consultant Salary in India
View more details

IBM Oracle Application Technical Consultant Reviews and Ratings

based on 8 reviews

4.8/5

Rating in categories

4.5

Skill development

4.9

Work-life balance

4.3

Salary

4.3

Job security

4.8

Company culture

3.1

Promotions

4.5

Work satisfaction

Explore 8 Reviews and Ratings
Application Developer
11.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
4.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview