Add office photos
Employer?
Claim Account for FREE

Tismo Technology Solutions

2.6
based on 38 Reviews
Filter interviews by

Collaboration People Technologies Interview Questions and Answers

Updated 30 Oct 2024

Q1. Array of 5 elements is given. It should contain numbers 1 to 6. Hence one number has to be missing. Write a program to didn't this number.

Add your answer

Q2. Given a 32-bit integer, write a program to return 1 if the first and last nibble are the same.

Add your answer

Q3. Find 2nd smallest element in an array C programming.

Ans.

To find the 2nd smallest element in an array in C programming, we can sort the array and then access the element at index 1.

  • Sort the array in ascending order using a sorting algorithm like bubble sort or quicksort.

  • Access the element at index 1 to get the 2nd smallest element.

  • Example: int arr[] = {5, 2, 8, 1, 3}; After sorting: {1, 2, 3, 5, 8}. 2nd smallest element is arr[1] = 2.

Add your answer

Q4. Program to check if number is a power of 7

Ans.

A program to check if a given number is a power of 7.

  • Use a loop to continuously divide the number by 7 until it becomes 1 or not divisible anymore.

  • If the final result is 1, then the number is a power of 7.

  • If the final result is not 1, then the number is not a power of 7.

Add your answer
Discover Collaboration People Technologies interview dos and don'ts from real experiences
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Collaboration People Technologies

based on 10 interviews
Interview experience
3.1
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 255 Interview Questions
4.0
 • 242 Interview Questions
3.9
 • 177 Interview Questions
4.6
 • 159 Interview Questions
4.1
 • 146 Interview Questions
4.2
 • 141 Interview Questions
View all
Top Tismo Technology Solutions Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter