Upload Button Icon Add office photos

TIBCO Software

Compare button icon Compare button icon Compare

Filter interviews by

TIBCO Software Senior System Administrator Interview Questions and Answers

Updated 20 Jul 2020

TIBCO Software Senior System Administrator Interview Experiences

1 interview found

I appeared for an interview in Jan 2020.

Interview Questionnaire 

8 Questions

  • Q1. What about Back servers and which application you using?
  • Ans. 

    We use backup servers to ensure data redundancy and minimize downtime. We use various applications depending on the specific needs of the system.

    • We use backup servers to store copies of data in case of system failure or data loss.

    • The specific application used depends on the needs of the system, such as Veeam, Acronis, or Backup Exec.

    • We ensure that backups are performed regularly and that the data is stored securely.

    • We ...

  • Answered by AI
  • Q2. AD users and Group policies?
  • Ans. 

    AD users and Group policies are essential for managing user access and system configurations in a Windows environment.

    • Active Directory (AD) is a centralized database that stores information about users, computers, and other resources in a Windows domain.

    • Group policies are a set of rules that can be applied to users or computers to control their behavior and settings.

    • AD users can be managed through the Active Directory ...

  • Answered by AI
  • Q3. Idea about MAC OS and Linux
  • Ans. 

    MAC OS and Linux are both Unix-based operating systems with similar command-line interfaces.

    • Both are open-source and free to use.

    • MAC OS is designed for Apple hardware while Linux can run on a variety of hardware.

    • Both have a terminal for command-line operations.

    • Linux has a wider range of software options available.

    • MAC OS has a more user-friendly interface.

    • Both have strong security features.

    • Linux is more customizable and...

  • Answered by AI
  • Q4. Image(Win7,Win 10) Installation through pen-drive and Network(SCCM) Boot?
  • Ans. 

    Installing Windows 7 and 10 via USB and SCCM involves creating bootable media and configuring network deployment.

    • Create a bootable USB drive using tools like Rufus or Windows Media Creation Tool.

    • For USB installation, format the drive to FAT32 and use the Windows ISO to copy files.

    • SCCM (System Center Configuration Manager) allows network-based installations by deploying images over the network.

    • In SCCM, create a task seq...

  • Answered by AI
  • Q5. Which ticketing tools used for Tickets?
  • Ans. 

    We use JIRA and ServiceNow for ticketing.

    • JIRA is used for internal IT tickets and project management.

    • ServiceNow is used for external customer tickets and incident management.

    • Both tools are highly customizable and integrate well with other systems.

    • We also have experience with Zendesk and Freshdesk for smaller teams or projects.

  • Answered by AI
  • Q6. Antivirus Application and how to troubleshoot Infected pc and drive?
  • Ans. 

    Antivirus application is essential for protecting systems from malware. Troubleshooting infected PCs and drives involves several steps.

    • Ensure antivirus software is up-to-date and perform a full system scan

    • Isolate infected PC or drive from the network to prevent further spread of malware

    • Identify and remove any malicious files or programs detected by the antivirus software

    • Restore any damaged or deleted files from backups

    • ...

  • Answered by AI
  • Q7. Hardware troubleshooting's and BSOD issues
  • Q8. How do you contacted user like phone , messenger and mail

Interview Preparation Tips

Interview preparation tips for other job seekers - Shared Real experience with example

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about TIBCO Software?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic javascript questions with practical approach

Senior System Administrator Interview Questions Asked at Other Companies

Q1. How to stop IIS Service? What is CDN? What are the reason 502 bad ... read more
asked in Wipro
Q2. How do you stage a server in a VM and physical environment?
Q3. ANSIBLE OR SHELL SCRIPT. WHICH ONE IS BEST WHEN YOU DO A TASK ON ... read more
Q4. What about Back servers and which application you using?
asked in Musikaar
Q5. How do you set up passwordless authentication between two or more ... read more

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Ans. 

    The sliding window technique efficiently finds Pythagorean triplets in an array using two pointers.

    • Sort the array to facilitate the two-pointer approach. Example: [3, 1, 4, 6, 5] becomes [1, 3, 4, 5, 6].

    • Iterate through the array, fixing one element and using two pointers for the remaining elements.

    • For each fixed element, check if the sum of squares of the two pointers equals the square of the fixed element.

    • If a triplet...

  • Answered by AI
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Oracle Architecture, RAC Setup, Golden Gate Troubleshooting, Data Guard recover, RMAN restoration

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Day to Day activities and Oracle architecture

I applied via Naukri.com and was interviewed in Dec 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tech: Core Java concepts, difference between ArrayList and LinkedList, types of functional testing, CI/CD.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear and crisp with your answers. Have a complete clarity with your aspirations and role based responsibilities.

TIBCO Software HR Interview Questions

5 questions and answers

Q. Tell me about the projects you have worked on.
Q. What are the roles and responsibilities of your current job?
Q. Why are you looking for a change?

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

Interview Questionnaire 

1 Question

  • Q1. Machine Learning, statistics, PowerBI, Python

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic interview questions based on the skills mentioned in your resume.
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A c++ written round. It contains good questions on c++ related to exception handling, virtual table concepts, smart_ptrs , etc ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with your project.
Have decent but not great knowledge knowledge in DS/Algos
Know basics of system design.
Be good in your programming language.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 2 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 

(2 Questions)

  • Q1. Wat is Dependency Injection? Explain with an example.
  • Ans. 

    Dependency Injection is a design pattern used to remove hard-coded dependencies and make code more flexible.

    • It allows objects to be created with their dependencies rather than creating them inside the object.

    • It makes code more testable and maintainable.

    • Example: Instead of creating a database connection inside a class, pass it as a parameter during object creation.

  • Answered by AI
  • Q2. Wat is Dependency Injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics.
You can clear the round.
Some basic coding questions.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Questions were around Java, Spring,Authentication, Authorization, Forgerock tools.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick with the basics and try to explain yourself clearly. It's ok if you don't know any answer just say it directly to them. In all the interviews they would want to know your approach to a specific problem not the exact solution.

TIBCO Software Interview FAQs

What are the top questions asked in TIBCO Software Senior System Administrator interview?

Some of the top questions asked at the TIBCO Software Senior System Administrator interview -

  1. What about Back servers and which application you usi...read more
  2. Antivirus Application and how to troubleshoot Infected pc and drive...read more
  3. Image(Win7,Win 10) Installation through pen-drive and Network(SCCM) Bo...read more

Tell us how to improve this page.

TIBCO Software Senior System Administrator Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Softwaretest Engineer
277 salaries
unlock blur

₹3.1 L/yr - ₹6 L/yr

Associate Consultant
160 salaries
unlock blur

₹8.7 L/yr - ₹14.1 L/yr

Consultant
140 salaries
unlock blur

₹12 L/yr - ₹20.5 L/yr

Member Technical Staff
119 salaries
unlock blur

₹11.2 L/yr - ₹18.5 L/yr

Software Quality Analyst
112 salaries
unlock blur

₹3.6 L/yr - ₹5.8 L/yr

Explore more salaries
Compare TIBCO Software with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Chetu

3.4
Compare

R Systems International

3.3
Compare
write
Share an Interview