Upload Button Icon Add office photos

Filter interviews by

TIBCO Software Associate Member Technical Staff Interview Questions and Answers

Updated 19 Sep 2024

TIBCO Software Associate Member Technical Staff Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain OOPS concepts
  • Ans. 

    OOPS concepts are the foundation of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

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

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

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

(1 Question)

  • Q1. What is database sharding
  • Ans. 

    Database sharding is a method of splitting and distributing data across multiple servers to improve performance and scalability.

    • Database sharding involves dividing a database into smaller, more manageable parts called shards.

    • Each shard contains a subset of the data, allowing for parallel processing and improved performance.

    • Sharding helps distribute the workload across multiple servers, enabling horizontal scaling.

    • Examp...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 6 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 - Aptitude Test 

It was basic aptitude test.

Round 3 - Technical 

(1 Question)

  • Q1. It was coding based interview and some technical questions in Java
Round 4 - Technical 

(1 Question)

  • Q1. This was also coding round with some db , tech related questions ,
Round 5 - One-on-one 

(1 Question)

  • Q1. This was one on one with manager based on resume they were asked about , and previous offer letter , our work , technical aspectation and all .
Round 6 - HR 

(1 Question)

  • Q1. It was resume based , salary expectations and working culture of there company.

Associate Member Technical Staff Interview Questions Asked at Other Companies

asked in Oracle
Q1. How can you create a 3-tier architecture? What are the alternativ ... read more
asked in HCLTech
Q2. How to start the Automation Framework with Open Source Selenium S ... read more
asked in HCLTech
Q3. Is Manual Testing Report and Automation Testing Report Varies?
asked in HCLTech
Q4. How to add fitness to process and product?
asked in HCLTech
Q5. How to report the Bug with Needed Information?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the first 50 prime numbers
  • Ans. 

    Generate the first 50 prime numbers

    • Start with the first prime number, 2

    • Use a loop to check for prime numbers by dividing each number by all numbers less than it

    • Keep track of the prime numbers found until you have 50

  • Answered by AI

Team Member Interview Questions & Answers

Chetu user image GAURAV KUMAR

posted on 30 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple aptitude question

Round 2 - Coding Test 

Loops, basic binary search programme

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to Software Testing Process Coding questions Puzzle
  • Q2. How to get individual character from string
  • Ans. 

    Use indexing to access individual characters from a string.

    • Use square brackets and the index number to access a specific character in the string.

    • Remember that indexing starts at 0 in most programming languages.

    • Example: str = 'hello', to get the first character 'h', use str[0].

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

(1 Question)

  • Q1. Coding Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Number of islands in a matrix

Round 2 - Case Study 

Design data recovery system

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DS Algo
They ask multiple variation of same question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

50questions in 50 minutes 10 questions from Maths and Reagioning

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concept Mvc questions mostly focus on C#
  • Q2. English spoken is important
Round 4 - HR 

(1 Question)

  • Q1. Discussion about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics its too easy to crack
Round 1 - One-on-one 

(1 Question)

  • Q1. Data Structures, Core Java
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring boot, Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic programs. Basic unit tests. Basic Rest API
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How does PKI work
  • Q2. What happens when you search google
  • Ans. 

    When you search Google, it retrieves relevant information from its index and displays results based on the search query.

    • Google retrieves information from its index of web pages

    • Results are displayed based on relevance to the search query

    • Search results may include websites, images, videos, news articles, and more

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They delayed a lot and finally got no reply

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. Php relevant qnss, queries
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion , perks and allowances

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to work here, good environment

TIBCO Software Interview FAQs

How many rounds are there in TIBCO Software Associate Member Technical Staff interview?
TIBCO Software interview process usually has 4 rounds. The most common rounds in the TIBCO Software interview process are One-on-one Round, Technical and Resume Shortlist.
What are the top questions asked in TIBCO Software Associate Member Technical Staff interview?

Some of the top questions asked at the TIBCO Software Associate Member Technical Staff interview -

  1. What is database shard...read more
  2. Explain OOPS conce...read more
  3. It was coding based interview and some technical questions in J...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TIBCO Software interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 883 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
Adobe Interview Questions
4.0
 • 248 Interviews
Globant Interview Questions
3.9
 • 167 Interviews
Chetu Interview Questions
3.3
 • 163 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.0
 • 136 Interviews
View all
TIBCO Software Associate Member Technical Staff Salary
based on 52 salaries
₹5.6 L/yr - ₹10 L/yr
At par with the average Associate Member Technical Staff Salary in India
View more details

TIBCO Software Associate Member Technical Staff Reviews and Ratings

based on 6 reviews

2.6/5

Rating in categories

4.2

Skill development

4.0

Work-Life balance

3.0

Salary & Benefits

2.9

Job Security

4.5

Company culture

2.3

Promotions/Appraisal

4.2

Work Satisfaction

Explore 6 Reviews and Ratings
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