Upload Button Icon Add office photos

Filter interviews by

CollabNet Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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 Jul 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Explain about yourself
  • Q2. Explain something
  • Ans. 

    Explaining something involves breaking down a concept or process into simpler terms for better understanding.

    • Start by providing an overview of the topic

    • Break down the key components or steps involved

    • Use examples or analogies to clarify complex ideas

    • Conclude by summarizing the main points

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexible and good management

I applied via Naukri.com and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What Are JOINS in SQL and difference between Inner JOIN and equi JOIN? Illustrate with an example.
  • Ans. 

    JOINS are used in SQL to combine data from two or more tables based on a related column.

    • Inner JOIN returns only the matching rows from both tables

    • Equi JOIN is a type of Inner JOIN where the join condition is based on equality between two columns

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Divide the array in two Halves and keep each half in ascending order without using new Array?
  • Ans. 

    Divide array in two halves and keep each half in ascending order without using new Array.

    • Use Array.sort() method to sort the original array

    • Use Array.slice() method to divide the array into two halves

    • Use Array.reverse() method to reverse the second half of the array

  • Answered by AI
  • Q3. What are Interfaces and Why do we need interfaces?
  • Ans. 

    Interfaces are contracts that define a set of methods and properties that a class must implement.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

    • They allow for loose coupling between classes and promote code reusability.

    • Interfaces can be used to define common behavior across multiple classes.

    • Example: IDisposable interface in C# ensures that an object can be properly dispo...

  • Answered by AI
  • Q4. What is inheritance and Examples in inheritance.
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class is based on another class.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • The subclass can also add its own properties and methods.

    • Examples include a Car class inheriting from a Vehicle class, or a Dog class inheriting from an Animal class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep The Basics clear and Be confident about what you know.
Be truthful and well prepared (Interviewer will catch your lies).

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.If an URL is not reachable then what are all the possible reasons?
  • Ans. 

    Possible reasons for an unreachable URL

    • Server is down

    • Incorrect URL

    • DNS resolution failure

    • Firewall or security settings

    • Network connectivity issues

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I faced shockingly unprofessional and fraudulent behaviour by UST Global HR.Position was permenent with UST Global but I would work in Amadeus Software labs office in Prestige Techno Park office in Kadubeesanhalli in Bangalore.There were 2 rounds,first one was telephonic which I cleared.The second was face 2 face,I went to Amadeus office in PrestegeTech Park.That interview went off well ,I answered all the questions.But shockingly I was told two days later the feedback was not positive.
I was shocked as all the time and effort that I had invested in attending this interview had got wasted.The actual reason was that UST Global was not competent enough to pay my expected CTC so they shamelessly gave an excuse that the interview feedback was not positive.Such fraudulent practices must be checked.As this is Bangalore and UST Global is not the only company that is there, if my interview had not gone well I would have concentrated on other interviews rather than writing this review.The only intention behind writing this review is to expose what this company has done.Fraud should always be called out,ignoring it only serves as further encouragement. Hence ,I would urge people to exercise due caution while attending this company's interview.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

17 Questions

  • Q1. Explain booting process?
  • Ans. 

    Booting process is the sequence of events that occur when a computer system is turned on.

    • BIOS/UEFI firmware initializes hardware components

    • Bootloader loads the kernel into memory

    • Kernel initializes system processes and drivers

    • Init system starts user space processes and services

    • Graphical user interface (GUI) is loaded for user interaction

  • Answered by AI
  • Q2. What version of redhat have you worked on?
  • Ans. 

    I have worked on Red Hat Enterprise Linux versions 6, 7, and 8.

    • I have experience with installation, configuration, and maintenance of Red Hat Enterprise Linux servers.

    • I have worked with Red Hat Enterprise Linux 6, 7, and 8 in both physical and virtual environments.

    • I have experience with package management, user management, and security hardening on Red Hat Enterprise Linux.

    • I have also worked with Red Hat Satellite for ...

  • Answered by AI
  • Q3. If disk is full what will u do?
  • Ans. 

    Free up disk space by identifying and removing unnecessary files.

    • Identify large files and delete them

    • Remove old log files

    • Clear cache and temporary files

    • Compress large files

    • Move files to another disk or server

  • Answered by AI
  • Q4. What is sticky bit and sgid?
  • Ans. 

    Sticky bit and SGID are special permissions in Linux file system.

    • Sticky bit is denoted by 't' in file permission and restricts deletion of files in a directory by non-owners.

    • SGID is denoted by 's' in file permission and sets the group ID of newly created files to the group of the parent directory.

    • SGID can also be used on executable files to allow users to run them with the permissions of the group that owns the file.

    • SG...

  • Answered by AI
  • Q5. Explain me what will u do if the server is not coming up?
  • Q6. Based on resume few questions they will ask like how will u delete user along with home directory?
  • Q7. What is the difference between zombie and orphan?
  • Ans. 

    Zombie is a terminated process that still has an entry in the process table, while orphan is a child process whose parent has terminated.

    • Zombie process is waiting for its parent to read its exit status

    • Orphan process is adopted by init process (PID 1)

    • Zombie process can be removed by killing its parent process

    • Orphan process can continue running even after its parent has terminated

  • Answered by AI
  • Q8. Explain me Raid? how many raid are there? which raid is best to use?
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. It is a data storage technology that combines multiple physical disks into a single logical unit.

    • There are several types of RAID, including RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, and more.

    • RAID 0 offers no redundancy but provides improved performance by striping data across multiple disks.

    • RAID 1 provides mirroring of data across two disks, offering redundancy but n...

  • Answered by AI
  • Q9. Explain me what is network bonding?
  • Ans. 

    Network bonding is the process of combining multiple network interfaces into a single logical interface.

    • Network bonding provides redundancy and increased bandwidth.

    • There are different bonding modes such as active-backup, balance-rr, and LACP.

    • Bonding can be configured using the ifenslave utility or through network configuration files.

    • Examples of network interfaces that can be bonded include Ethernet, Wi-Fi, and InfiniBa...

  • Answered by AI
  • Q10. Difference between systemd and services?
  • Ans. 

    systemd is a system and service manager while services are individual programs that run in the background.

    • systemd is responsible for managing the system's startup and shutdown processes

    • services are individual programs that run in the background and can be managed by systemd

    • systemd can start, stop, restart, enable, and disable services

    • services can be configured to start automatically at boot time using systemd

    • systemd pr...

  • Answered by AI
  • Q11. Why are you looking for job change? since this is senior position role are u willing to accept the challenges and take it with you?
  • Q12. Tell me about ur roles and resposibility in previous company?
  • Ans. 

    Managed Linux servers, performed system administration tasks, implemented security measures, and provided technical support.

    • Managed and maintained Linux servers to ensure optimal performance

    • Performed system administration tasks such as installing, configuring, and troubleshooting software

    • Implemented security measures to protect servers from cyber threats

    • Provided technical support to end users and resolved issues in a t

  • Answered by AI
  • Q13. Do u have knowledge on scripting? since we need people having scripting knowledge? did u have clustering knowledge?
  • Q14. NExt round technical manager round . explain me booting process in brief ? what is hard and soft link? How much salary are you expecting ? Is is negotiable? 10hrs duty , no wfh , rotational shift are you...
  • Q15. 3rd round was project executive round they will take on skype and see ur expressions and will ask what is the challenge u have faced? what are values that you think should be followed in company? Please i...
  • Q16. 4th round for salary discussion hr round and doc verification . there are no variable only fixed salary
  • Q17. Note make sure u take offer letter and in that if hr mention any bonus on call take it in your offer letter in written that this much bonus hr is giving.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was tough . they asked many questions back to back. Please study hard to your ass before going for an interview . I was like before going prepared cried and was like do or die situation for hon since in previous company due to multiple clients I was overloaded and was getting night shifts most of time no proper mgmt was there and no much hike. I don't want to tell this but most of the girls dont work properly and due to excuses do wfh much pressure on boys. So decided to switch and so I study hard.

4 rounds
1st round was technical
2nd round was technical manager round
3rd round was Project executive round on skype
4th round was Hr round for salary discussion

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Tell us how this role aligns with your career plans.
  • Q2. 2. How do you plan new logo acquisition/your experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your answers more specific to the function you are applying to.
Own experiences should be well presented in story form and with clear message out.

I applied via Campus Placement and was interviewed before Jul 2016. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell about your self
  • Ans. 

    I am a customer-oriented professional with excellent communication skills and a passion for providing exceptional service.

    • Strong interpersonal skills

    • Ability to empathize with customers

    • Effective problem-solving abilities

    • Experience in handling customer complaints and inquiries

    • Proficient in using customer support software

    • Proven track record of meeting customer satisfaction goals

  • Answered by AI
  • Q2. Why you choosing our company
  • Ans. 

    I am choosing your company because of your excellent reputation and commitment to customer satisfaction.

    • Your company has a proven track record of providing exceptional customer care.

    • I have heard positive feedback from friends and colleagues about their experiences with your company.

    • Your company's values align with my own, particularly in regards to prioritizing customer satisfaction.

    • I am impressed by the range of servi...

  • Answered by AI
  • Q3. What will you do if you were given 1 millions in amount in your hand. How will you spend it?
  • Ans. 

    I would invest a portion of the money, donate to charity, and use the rest for personal expenses.

    • Invest a portion of the money to secure future financial stability

    • Donate a portion to charity to help those in need

    • Use the remaining amount for personal expenses such as travel, home improvements, and savings

  • Answered by AI
  • Q4. If you want to be an animal like any animal in the world? Which animal you would like to be?
  • Ans. 

    I would like to be a dolphin because of their intelligence, agility, and ability to swim freely in the ocean.

    • Dolphins are known for their high level of intelligence and problem-solving abilities.

    • They are incredibly agile and can swim at high speeds, performing acrobatic jumps and flips.

    • Being a dolphin would allow me to explore the vastness of the ocean and interact with other marine creatures.

    • Dolphins are highly social...

  • Answered by AI

Interview Preparation Tips

Round: Campus drive -GD,HR,HR Interview
Experience: I reached the office at morning 9. Why because they mentioned the interview time was 9 in the offer letter. I was the only one who went there first I was waiting till 10:30, one by one people who got selected in campus drive came After certain number of people came one HR came and escort all the participants in a place like an auditorium. Then they explain about their company and all the stuffs and it got noon. I went to eat with the people who came for the interview and I met so many peoples they became friends to me. After that I started to have interview in calls. Then waited for the results it became evening But unfortunately I didn't got selected,its because that was my first interview I was really nervous and may be my answers were not that much satisfier. After that I left from there. But now I'm ready to face anything.
Tips: You just have to think like we are taking to a customer,our main aim has to make them feel satisfied. Talk with Courage and confidence.

Skills: Communication
College Name: Dhanalakshmi srinivasan college of arts and science for women

Interview Questionnaire 

5 Questions

  • Q1. Oops,program on oops concepts,collection related examples. Hibernate and spring related questions
  • Q2. Logical programs String related
  • Q3. Managerial round Most of the questions asked on java, jQuery, java script and hibernate
  • Q4. Spring annotations Discussion on previous project
  • Q5. Introduction Skills related Salary discussion

I applied via Approached by Company and was interviewed in Dec 2018. There were 6 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Basic core java questions. OOPS questions. Some design patterns
  • Q2. Immutable class
  • Q3. Spring and restful questions. Project related questions.
  • Q4. Can you write code for printing a star in java
  • Ans. 

    Yes, I can write code for printing a star in Java.

    • Create an array of strings to represent the star

    • Use a loop to iterate through each row of the array

    • Use another loop to iterate through each column of the array

    • Print the value at each row and column position

    • Example: String[] star = {" * ", " *** ", "*****", " *** ", " * "};

    • Example: for (String row : star) { System.out.println(row); }

  • Answered by AI
  • Q5. HR asked about my home, family and expected salary.
  • Q6. Most of the question asked about my previous projects. Easy to crack

Interview Preparation Tips

Round: Test
Experience: I faced core java, spring, hibernate, rest, junit questions.

General Tips: Just keep doing the same thing again and again if you are failing in interview. One day you will get only those questions that you know. Note down previous interview questions and work on them. One day you will definitely get a good job.
Skills: Core java, Rest, How Much You Are Interested In The Company?, Hibernate, Spring
Duration: <1 week

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a Programmer Analyst with expertise in developing and maintaining software applications.

    • Proficient in programming languages such as Java, C++, and Python

    • Experience in analyzing user requirements and designing software solutions

    • Skilled in troubleshooting and debugging software issues

    • Strong knowledge of database management systems like MySQL and Oracle

    • Familiarity with software development methodologies like Agile an...

  • Answered by AI
  • Q2. Tell me about your family
  • Ans. 

    I come from a close-knit family with diverse backgrounds and interests.

    • My parents are both educators, and they instilled in me a love for learning and problem-solving.

    • I have two siblings, an older brother who works in finance and a younger sister who is studying medicine.

    • We often gather for family dinners and enjoy discussing various topics, from technology to current events.

    • My family has been a great support system th...

  • Answered by AI
  • Q3. How flexibility can help, what are its advantages and disadvantages
  • Ans. 

    Flexibility can bring advantages like adaptability and creativity, but can also lead to indecisiveness and lack of focus.

    • Flexibility allows for adaptability to changing situations and creativity in problem-solving.

    • It can also lead to indecisiveness and lack of focus if not balanced with structure and clear goals.

    • Advantages include increased resilience, better teamwork, and improved communication.

    • Disadvantages include p...

  • Answered by AI
  • Q4. Why is your english score bad
  • Ans. 

    My English score is bad due to lack of practice and exposure.

    • Lack of practice and exposure to English language

    • Difficulty in understanding complex grammar rules

    • Limited vocabulary and poor pronunciation

    • Lack of confidence in speaking and writing English

    • Possible language barrier if English is not my first language

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Basic aptitude questions with some application based questions which do not require any calculation. Second section tests the verbal ability of the student with few grammar based questions and few word analogy related.
Tips: Good practice of basic aptitude questions covering most of the topics and critical reasoning questions without using pen and paper will help a lot.If you are a voracious reader you need not worry for verbal section but if you hardly read then start reading from now and develop a habit.
Duration: 40 minutes
Total Questions: 40

Round: Interview
Experience: Be honest and answer the questions confidently. For all the questions I supported myself with good answers and some examples. For the question regarding my verbal ability in which I scored less marks I answered that I recognise that weakness and started reading newspapers and word power book.
Tips: Only confidence is the mantra for hr interview. Support your answer and stick to your answer. If possible give examples and be expressive.

Skill Tips: Showcase your strengths and make the interviewer ask what you want him to ask take him in your direction.
Skills: Communication skills, Body language, Verbal ability, Critical thinking
College Name: IIT Madras

Interview Questionnaire 

7 Questions

  • Q1. Should “Social Media” technique be used for educational purposes
  • Ans. 

    Yes, social media can be used for educational purposes.

    • Social media provides a platform for sharing educational content and resources.

    • It allows for collaboration and communication among students and teachers.

    • Social media can enhance learning through interactive discussions and real-time feedback.

    • It can also help in reaching a wider audience and promoting educational initiatives.

    • Examples include educational YouTube chan...

  • Answered by AI
  • Q2. Tell me something about youself
  • Ans. 

    I am a highly motivated and experienced project engineer with a strong background in managing complex engineering projects.

    • I have a Bachelor's degree in Engineering and have been working as a project engineer for the past 5 years.

    • I have successfully managed multiple projects from conception to completion, ensuring they are delivered on time and within budget.

    • I have a proven track record of effectively coordinating with...

  • Answered by AI
  • Q3. About the company
  • Q4. Who is the present CEO
  • Ans. 

    The present CEO is John Smith.

    • John Smith is the current CEO of the company.

    • He has been in this position since 2015.

    • Under his leadership, the company has experienced significant growth and expansion.

    • John Smith has a strong background in engineering and project management.

    • He is known for his strategic vision and ability to drive innovation.

  • Answered by AI
  • Q5. Extra-acads related questions
  • Q6. Coding related questions(only if your CV shows you are a coding studd)
  • Q7. Situation based questions

Interview Preparation Tips

Round: Interview
Experience: Its not an elimination round, you can go with your informal clothes on. Any one who has prepared for day 1 and day2 companies will get through this round. Just read news papers and learn to shoot graphs here and there even if it has got absolutely no facts and definitely practice to write a lot.
Tips: Be prepared with both for and against the topic coz the interviewer keeps changing the topic in between the GD.The topic was same as that of the case study Don’t write bullet-ed points, this makes your cases look small. Try applying your vocabulary spectrum. Try to give exhibits even if you don’t know any facts.

Round: Group Discussion
Experience: 12 students on the table, one interviewer.
Tips: Play old school .But don’t wait for your chance, just break into it, but with a gentlemanly attitude. Try giving examples. Throw arbitrary facts to prove your points, if you don’t remember the real figures.

Round: Interview
Tips: Don’t start with your brilliancein your core subject. Tell them you hate your department. Convince them that you won’t ditch them for a Ph.D or an MBA. Tell them you have a friend at Wipro who keeps giving you intel about how great the company is. Look confident and if at times you can be funny, they will appreciate it!!

Skill Tips: 8 and above CGPA is required. Later it was lowered to 7.9, mine was 7.98. They mainly ask HR questions, so being involved in Extra-academic activities gives you more that you can talk of. I had an eye for coding in C++. Helped me on this, but my extra-academics list was enough. Coding was just a bonus. If they are non core its better. But my both the internships were core based. You just have to convince them why you are dropping from core.
College Name: IIT KHARAGPUR

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 808 Interviews
Nagarro Interview Questions
4.0
 • 777 Interviews
Publicis Sapient Interview Questions
3.5
 • 610 Interviews
View all

CollabNet Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

3.1

Skill development

4.4

Work-life balance

4.4

Salary

4.4

Job security

4.4

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
5 salaries
unlock blur

₹5.5 L/yr - ₹9 L/yr

Test Lead
5 salaries
unlock blur

₹14 L/yr - ₹14 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹9.2 L/yr - ₹18 L/yr

Senior Web Developer
4 salaries
unlock blur

₹14 L/yr - ₹28 L/yr

Explore more salaries
Compare CollabNet with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Capgemini

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