Premium Employer

Siemens

4.1
based on 4.7k Reviews
Filter interviews by

Yotta Infrastructure Solutions Interview Questions and Answers

Updated 26 Oct 2024
Popular Designations

Q1. Change the odd bits in the binary form of a given number and convert the new binary into decimal form

Ans.

To change the odd bits in a binary number, flip the bits at odd positions and convert the new binary number to decimal form.

  • Start by converting the given number into binary form.

  • Identify the odd bits in the binary number (counting from right to left, starting at 1).

  • Flip the odd bits by changing 1s to 0s and 0s to 1s.

  • Convert the new binary number into decimal form.

  • For example, if the given number is 13 (binary 1101), the odd bits are at positions 1 and 3. Flipping them gives 1...read more

Add your answer

Q2. Find out the second largest integer in an array

Ans.

Find the second largest integer in an array of strings

  • Convert the strings in the array to integers

  • Sort the integers in descending order

  • Return the second element in the sorted array as the second largest integer

Add your answer

Q3. Level order traversal of binary tree

Ans.

Level order traversal of binary tree visits nodes level by level, from left to right.

  • Use a queue to keep track of nodes at each level

  • Start by pushing the root node into the queue

  • While the queue is not empty, dequeue a node, visit it, and enqueue its children

Add your answer

Q4. What are your Strenghts

Ans.

My strengths include strong communication skills, ability to work well in a team, and problem-solving abilities.

  • Strong communication skills - able to effectively convey ideas and information

  • Ability to work well in a team - collaborate with others to achieve common goals

  • Problem-solving abilities - able to analyze situations and come up with effective solutions

Add your answer
Discover Yotta Infrastructure Solutions interview dos and don'ts from real experiences

Q5. Primary vs secondary memory

Ans.

Primary memory is volatile and directly accessible by the CPU, while secondary memory is non-volatile and used for long-term storage.

  • Primary memory is faster but has limited capacity, while secondary memory is slower but has larger capacity.

  • Examples of primary memory include RAM and cache memory, while examples of secondary memory include hard drives and SSDs.

  • Primary memory stores data that is currently being used by the CPU, while secondary memory stores data that is not cur...read more

Add your answer

Q6. Reverse a string

Ans.

Reverse a string by iterating through the characters and swapping them

  • Create a function that takes a string as input

  • Initialize two pointers, one at the beginning and one at the end of the string

  • Swap the characters at the two pointers and move them towards the center until they meet

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Yotta Infrastructure Solutions

based on 4 interviews
Interview experience
4.8
Excellent
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Graduate Trainee Interview Questions from Similar Companies

3.8
 • 36 Interview Questions
3.7
 • 34 Interview Questions
3.8
 • 12 Interview Questions
3.5
 • 11 Interview Questions
4.0
 • 11 Interview Questions
View all
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
70 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