Upload Button Icon Add office photos

Filter interviews by

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

I applied via campus placement at Dr Babasaheb Ambedkar Technological University, Lonere 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

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

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 DuplicateYou have been given an integer array/list(ARR) of s ... 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
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.
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 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

TIBCO Software interview questions for designations

 Associate Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (2)

 Mts Software Engineer

 (1)

 QA Engineer

 (1)

 Associate Support Engineer

 (1)

 Associate QA Engineer

 (1)

 Production Support Engineer

 (1)

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all 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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on the concept of classes and objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for diffe...

  • Answered by AI
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Ans. 

    Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.

    • Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.

    • Comparator interface is used to define custom ordering of objects. Example:...

  • Answered by AI
  • Q3. Given a string. Find the number of occurrences of each character
  • Ans. 

    Count occurrences of each character in a given string

    • Create an array to store the count of each character

    • Iterate through the string and increment the count of each character in the array

    • Return the array with counts for each character

  • Answered by AI
  • Q4. Given an array. Remove the number of duplicates
  • Ans. 

    Remove duplicates from an array of strings

    • Iterate through the array and store each element in a set to keep track of unique values

    • Create a new array with the unique values from the set

  • Answered by AI
  • Q5. Given a student object having name and grade data variables. Sort the object on the basis of highest grade.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sliding window based question
Round 2 - Technical 

(1 Question)

  • Q1. Java, JS, SQL based questions
Round 3 - HR 

(1 Question)

  • Q1. Reasons to switch , motivation , salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding test consists of multiple-choice questions and one medium-hard level coding question.

Round 2 - Technical 

(5 Questions)

  • Q1. Given three jugs with different capacities and no measuring tools, how can you measure out a specific amount of water using the jugs you have?
  • Q2. What is the angle between the minute and hour hand of a clock at 3:45?
  • Q3. What is indexing in Database Management Systems (DBMS)?
  • Q4. What is the lifecycle of a React component?
  • Q5. How you delete entry in mongodb database

Software Engineer Interview Questions & Answers

Globant user image Priyanka Vitthal chakkar

posted on 5 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. What are the types of joins in mysql
  • Ans. 

    Types of joins in MySQL include inner join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both 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 the tables.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to handle multiple api's
  • Ans. 

    Use a centralized API gateway to manage and route requests to multiple APIs efficiently.

    • Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.

    • Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.

    • Consider implementing a caching layer to improve performance and reduce the number of requests to external

  • Answered by AI
  • Q2. What does strstr function do?
  • Ans. 

    strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.

    • Used in C programming language

    • Syntax: char *strstr(const char *haystack, const char *needle)

    • Example: char *str = strstr("hello world", "world")

  • Answered by AI

Skills evaluated in this interview

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

Tell us how to improve this page.

People are getting interviews through

based on 3 TIBCO Software interviews
Referral
Campus Placement
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
TIBCO Software Software Engineer Salary
based on 92 salaries
₹4.8 L/yr - ₹18 L/yr
40% 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.5

Skill development

4.2

Work-Life balance

3.0

Salary & Benefits

3.0

Job Security

3.5

Company culture

3.0

Promotions/Appraisal

3.3

Work Satisfaction

Explore 18 Reviews and Ratings
Sr. Software Engineer

Pune

5-8 Yrs

Not Disclosed

Explore more jobs
Softwaretest Engineer
252 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Associate Consultant
187 salaries
unlock blur

₹5.6 L/yr - ₹14.3 L/yr

Consultant
166 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Member Technical Staff
154 salaries
unlock blur

₹6 L/yr - ₹17.4 L/yr

Software Quality Analyst
111 salaries
unlock blur

₹3.6 L/yr - ₹5.8 L/yr

Explore more salaries
Compare TIBCO Software with

Informatica

3.5
Compare

Mulesoft

4.6
Compare

SAP

4.2
Compare

IBM

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview