Upload Button Icon Add office photos

TIBCO Software

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

TIBCO Software Software Engineer Interview Questions, Process, and Tips

Updated 18 Sep 2024

Top TIBCO Software Software Engineer Interview Questions and Answers

  • Q1. Multithreading explanation in depth Odd Even printing in sync using 2 threads. Implementation Linked List & some extra features. Write thread to check if number is pr ...read more
  • Q2. Differance between c and c++
  • Q3. Uses of python

TIBCO Software Software Engineer Interview Experiences

5 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Easy round checks your speed & accuracy.

Round 2 - Technical 

(1 Question)

  • Q1. 1. OOP Concepts. 2. Hashset based coding question & working of generics in general.
Round 3 - Technical 

(1 Question)

  • Q1. Multithreading explanation in depth Odd Even printing in sync using 2 threads. Implementation Linked List & some extra features. Write thread to check if number is prime or not. Fibonacci Numbers
  • Ans. 

    Multithreading concepts, linked list implementation, prime number checking, and Fibonacci numbers in software engineering.

    • Explain multithreading as a way to run multiple threads concurrently for efficient use of CPU.

    • Implement Odd Even printing in sync using 2 threads by using synchronization mechanisms like mutex or semaphore.

    • Implement Linked List with features like insertion, deletion, and traversal.

    • Write a thread to ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About Company & some general HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Core Java Concepts should be crystal clear to crack it. Focus on collections & multithreading part.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, Basic Mathematical questions - 50 questions only 20 minuites. you need to be very quick in answering.

Round 2 - Technical 

(5 Questions)

  • Q1. OOPs concepts - Encapsulation
  • Q2. REST Web Services
  • Q3. Project Details you worked on
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js

    • Utilized MongoDB for database management

  • Answered by AI
  • Q4. Java Programming
  • Q5. Scenario Based Questions
Round 3 - Technical 

(3 Questions)

  • Q1. Pythhon Or Java Programs
  • Q2. Oops concepts questions : Inheritance, Interface in Java
  • Q3. Roles and Responsibilities of your current job
  • Ans. 

    Design, develop, and maintain software applications, troubleshoot issues, collaborate with team members

    • Designing and developing software applications

    • Maintaining and updating existing software

    • Troubleshooting and resolving technical issues

    • Collaborating with team members on projects

    • Participating in code reviews and testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself.
Answer confidently.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 5 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 Resume tips
Round 2 - Assignment 

Analytical/ psychological test

Round 3 - Technical 

(1 Question)

  • Q1. Java basics & low level basic design
Round 4 - Technical 

(1 Question)

  • Q1. DSA and scheduling problem
  • Ans. 

    DSA and scheduling problem involves using data structures and algorithms to optimize scheduling tasks.

    • Use data structures like arrays, linked lists, or trees to store and manipulate scheduling data.

    • Implement algorithms like greedy algorithms or dynamic programming to optimize scheduling decisions.

    • Consider factors like task deadlines, dependencies, and resource constraints when designing scheduling solutions.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation and in general conversation about company/ me

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2022. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Related programming skills.
  • Q2. Uses of python
  • Ans. 

    Python is a versatile programming language used for web development, data analysis, artificial intelligence, and more.

    • Web development with frameworks like Django and Flask

    • Data analysis with libraries like Pandas and NumPy

    • Artificial intelligence and machine learning with libraries like TensorFlow and Keras

    • Scripting and automation tasks

    • Game development with Pygame

    • Desktop GUI applications with Tkinter and PyQt

    • Network prog...

  • Answered by AI
  • Q3. Differance 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 standard library that includes many useful functions.

    • C++ is more complex than C and can be harder to learn.

    • C++ code can be compiled as C code with some modifications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i have crack apttitude test and i was selected in Gd round.and they were gave topic and

Skills evaluated in this interview

TIBCO Software interview questions for designations

 Associate Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (2)

 Mts Software Engineer

 (1)

 QA Engineer

 (1)

 Production Support Engineer

 (1)

 Associate Support Engineer

 (1)

 Associate QA Engineer

 (1)

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. C++ or JAVA type of questions
  • Q2. C++ or JAVA based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company try hard for the interviews

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Adobe user image Devendra Bendkhale

posted on 4 Dec 2015

Interview Questionnaire 

8 Questions

  • Q1. WRITE A GENERIC SWAP FUNCTION
  • Ans. 

    A generic swap function swaps two values of any data type.

    • The function should take two parameters of any data type.

    • Use a temporary variable to store the value of one parameter.

    • Assign the value of the second parameter to the first parameter.

    • Assign the value of the temporary variable to the second parameter.

  • Answered by AI
  • Q2. SEARCH AN ELEMENT IN ROTATED SORTED LINKLIST .
  • Ans. 

    Search for an element in a rotated sorted linked list.

    • Find the pivot point where the list is rotated.

    • Divide the list into two sublists based on the pivot point.

    • Perform binary search on the appropriate sublist.

    • Handle edge cases such as empty list and list with only one element.

  • Answered by AI
  • Q3. SEARCH AN ELEMENT IN ROTATED SORTED ARRAY. WRITED A CODE FOR IT
  • Ans. 

    Search an element in a rotated sorted array

    • Find the pivot point where the array is rotated

    • Divide the array into two sub-arrays based on pivot point

    • Perform binary search on the appropriate sub-array

    • Repeat until element is found or sub-array size is 1

  • Answered by AI
  • Q4. In an Array of size 95 contain numbers in range 1 to 100. each number is at max once in the array. find the 5 missing numbers in array between 1-100
  • Ans. 

    Find 5 missing numbers in an array of size 95 containing numbers in range 1 to 100.

    • Create a boolean array of size 100 and mark the present numbers

    • Iterate through the boolean array and find the missing numbers

    • Alternatively, use a HashSet to store the present numbers and find the missing ones

  • Answered by AI
  • Q5. Given sudoku as id array of size . in a given empty cell find the possible numbers that could be possible. Asked me to write code for it
  • Ans. 

    Given a Sudoku board, find possible numbers for an empty cell.

    • Iterate through empty cells and check possible numbers using row, column, and box constraints.

    • Use a set to keep track of possible numbers for each empty cell.

    • Return the set of possible numbers for the given empty cell.

  • Answered by AI
  • Q6. Given 4 unsigned integers find their integer average (eg. (2,2,2,3) => (2+2+2+3)/4 = 2) consider integer division ) without typecasting
  • Ans. 

    Find integer average of 4 unsigned integers without typecasting

    • Add all the integers and divide by 4

    • Use bit shifting to divide by 4

    • Handle overflow by using long long data type

    • Use unsigned int data type for input

  • Answered by AI
  • Q7. Write a code to identify wheter given processor is of 32 bit architecture or 64 bit architecture
  • Ans. 

    Code to identify 32 bit or 64 bit architecture of a processor

    • Check if the operating system is 32 bit or 64 bit

    • If OS is 32 bit, processor is 32 bit

    • If OS is 64 bit, check if processor supports 64 bit architecture

    • Use CPUID instruction to check if processor supports 64 bit architecture

  • Answered by AI
  • Q8. Convert a binary number into base 64 integer
  • Ans. 

    Convert binary number to base 64 integer

    • Divide the binary number into groups of 6 bits

    • Convert each group of 6 bits to decimal

    • Map the decimal value to the corresponding base 64 character

    • Concatenate the base 64 characters to form the final integer

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: SIMPLE CODING QUESTIONS SPEED MATTERS.
Duration: 60 minutes
Total Questions: 3

Skills: Analytics And Coding
College Name: IIT Guwahati

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Solving puzzles(25 horses,ant and sweets,height of a building..) try as many as possible before appearing for interview
  • Q2. If experienced , then project details of previous companies a must prepare question
  • Q3. Writing test cases for random scenarios
  • Q4. Programming in whatsoever language you r comfortable with, basic coding problems of DS,Algos. eg. Zigzag tree traversal algo,random linked list copy
  • Q5. Some people asked me questions related to the work i will do if hired in the project
  • Q6. Be genuine in ur CV, and be prepared with everything you write there.

Interview Preparation Tips

College Name: Na

I applied via Job Portal and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per the norms of our institute’s placement cell. For Oracle I laid emphasis on my programming skills and projects related to it.

Round: Test
Experience: The first round was the written test that comprised of 5 sections – vocabulary, aptitude, pattern matching, logical reasoning and programming. The questions in the programming section were asked from data structures and C++. The questions in the programming section were mainly from trees (from data structures). Around 400 students appeared for their written test out of which around 100 were shortlisted.

Round: HR Interview
Experience: The next round was the interview round. They gave me some puzzles to solve and a program to write. One of the puzzles that I remember was that if I were to be given an egg then how would I determine its durability, i.e. how would I determine that from which floor do I need to throw the egg from so that the egg does not break if thrown from any floor below it.
For the coding question I was given a mathematical formula and I was asked to devise a code such that the program uses the formula and gives the output.
Tips: Prepare for Data Structures as well as the commonly asked puzzles for Oracle.

College Name: IIT ROORKEE
Motivation: Oracle is a reputed company in the space of software and ITeS. It had come to our campus with five profiles. The best means to know about all of them is to attend the pre-placement talk of the company.

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. You have a Binary tree having numbers>=0 and a numeber N. Print all downwards paths from any node having the sum of elements equal to N
  • Ans. 

    Print all downward paths from any node in a binary tree with sum of elements equal to N.

    • Traverse the binary tree and keep track of the sum of elements in the path from root to current node.

    • If the sum equals N, print the path from root to current node.

    • Recursively traverse the left and right subtrees with updated sum.

    • Use a stack to keep track of the current path being traversed.

    • Example: Binary tree with root 1, left chil...

  • Answered by AI
  • Q2. You have a cuboid (m*n*p) each block of the cuboid is having a metallic ball. Now we are passing X-ray from front face and getting a bool matrix1 of m*p the elements are set if there is a black spot.(as...
  • Ans. 

    Yes, it is possible to get the accurate result from the given data.

    • The coordinates (i,j,k) where metallic balls are present can be determined by finding the set elements in both matrix1 and matrix2.

    • Additional data is not required as the given data is sufficient to determine the coordinates.

    • The coordinates can be obtained by iterating through the elements of matrix1 and matrix2 and checking for set elements.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Output questions
Tips: focus on basics
Duration: 30 minutes
Total Questions: 15

Round: Test
Experience: Two coding problems in one hour,on Cocobues.com

1. Given two arrays of numbers. The numbers are from 0-9 you have two maximize the first array by using the elements from the second array.
the elements can be used only once.
e.g. arr1[]={5,2,3,6,7};
arr2[]={9,2,8,4,5};
You should output the modified arr1 as {9,8,5,6,7}

2.Given a matrix of characters and a word.
you have to count the number of occurences of that word in that matrix. you can move to any of the eight valid directions from current position.
e.g. word="HELLO";
matrix[][5]={ {'H','E','L','L','O'},
{'E','H','E','A','B'},
{'L','L','O','C','D'}};
output should be : 5

Tips: DO AS MUCH AS PRACTICE
Duration: 60 minutes
Total Questions: 2

Round: Test
Experience: One Coding question was given to all the students ,You have to code and explain it.
You are given an string as input which represents a path. You have to normalize that path inplace(NO EXTRA SPACE).
e.g.
input : "\a\b\c\..\..\file.txt"
output: "\a\file.txt"
Hint: Double dot(..) means you have to skip the previous parent.
It was on paper.
Duration: 40 minutes
Total Questions: 1

Round: Technical Interview
Experience: The interviewer was very nice that was an amazing experience.
Tips: Be confident and relaxed.

Round: HR Interview
Experience: Again the interviewer was very nice. Firstly he asked me what i have done in technical till that time.
After the interview was over he looks impressed.
Tips: Don't see what others are doing . Take your time and try to short out the correct solution.

General Tips: Do coding as much as you can
Skills: Algorithm, Coding Skills And Knowledge On Data Structures
Duration: 2
College Name: NIT Bhopal
Motivation: It comes to our institute, and the name Microsoft is sufficient for motivation.
Funny Moments: The journey to Microsoft IDC Hydrabad was very beautiful.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

TIBCO Software Interview FAQs

How many rounds are there in TIBCO Software Software Engineer interview?
TIBCO Software interview process usually has 3-4 rounds. The most common rounds in the TIBCO Software interview process are Technical, Resume Shortlist and HR.
How to prepare for TIBCO Software Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TIBCO Software. The most common topics and skills that interviewers at TIBCO Software expect are Debugging, Computer science, Networking, Python and C++.
What are the top questions asked in TIBCO Software Software Engineer interview?

Some of the top questions asked at the TIBCO Software Software Engineer interview -

  1. Multithreading explanation in depth Odd Even printing in sync using 2 threads. ...read more
  2. Differance between c and ...read more
  3. Uses of pyt...read more

Recently Viewed

INTERVIEWS

DTC Projects

No Interviews

INTERVIEWS

Knorr-Bremse

No Interviews

INTERVIEWS

DTC Projects

No Interviews

INTERVIEWS

N.K. Realtors

No Interviews

INTERVIEWS

DTC Projects

No Interviews

INTERVIEWS

DTC Projects

No Interviews

INTERVIEWS

N.K. Realtors

No Interviews

SALARIES

Affixious

INTERVIEWS

Upland Software

No Interviews

INTERVIEWS

TIBCO Software

No Interviews

Tell us how to improve this page.

TIBCO Software Software Engineer Interview Process

based on 3 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
TIBCO Software Software Engineer Salary
based on 92 salaries
₹4.8 L/yr - ₹19 L/yr
41% more than the average Software Engineer Salary in India
View more details

TIBCO Software Software Engineer Reviews and Ratings

based on 18 reviews

3.7/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.0

Salary

3.0

Job security

3.5

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 18 Reviews and Ratings
Softwaretest Engineer
246 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
175 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
166 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
154 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Quality Analyst
112 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TIBCO Software with

Informatica

3.5
Compare

Mulesoft

4.6
Compare

SAP

4.2
Compare

IBM

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