Fellowship

Fellowship Interview Questions and Answers

Updated 12 Jul 2025
search-icon
2d ago

Q. Describe situations where you demonstrated leadership skills.

Ans.

Demonstrating leadership involves guiding teams, making decisions, and inspiring others towards a common goal.

  • Leading a team project: I coordinated a group of colleagues to successfully launch a new product, ensuring clear communication and delegation.

  • Crisis management: During a critical situation, I took charge to resolve conflicts and maintain team morale, resulting in a swift recovery.

  • Mentoring others: I have guided junior team members, helping them develop their skills an...read more

Asked in Trellix

1d ago

Q. Given a singly linked list, find the middle element.

Ans.

To find the middle element of a LinkedList, use two pointers - one moving at double the speed of the other.

  • Initialize two pointers, slow and fast, at the head of the LinkedList.

  • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the LinkedList.

  • The element pointed to by the slow pointer at this point will be the middle element.

Fellowship Interview Questions and Answers for Freshers

illustration image

Asked in DE Shaw

4d ago

Q. Implementation of stack and queue

Ans.

Stack and queue can be implemented using arrays or linked lists. Stack follows LIFO while queue follows FIFO.

  • Stack can be implemented using arrays with push and pop operations.

  • Queue can be implemented using arrays with enqueue and dequeue operations.

  • Both stack and queue can also be implemented using linked lists for dynamic size.

  • Example: Implementing a stack using an array in C++

  • Example: Implementing a queue using a linked list in Java

Asked in DE Shaw

6d ago

Q. Implementation of BST

Ans.

BST (Binary Search Tree) is a data structure where each node has at most two children, with left child being less than parent and right child being greater.

  • BST is used for efficient searching, insertion, and deletion of elements.

  • In-order traversal of BST gives elements in sorted order.

  • Example: Inserting elements 5, 3, 8, 1, 4 into a BST would result in a tree with root 5, left child 3, right child 8, and left child of 3 having children 1 and 4.

Are these interview questions helpful?
3d ago

Q. Write an insertion sort algorithm.

Ans.

Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.

  • Start with the second element and compare it with the first element, swap if necessary

  • Move to the third element and compare it with the first and second elements, swap if necessary

  • Continue this process until the entire array is sorted

  • Time complexity is O(n^2)

Asked in DE Shaw

2d ago

Q. recursion on array

Ans.

Recursively iterate through an array of strings

  • Use a base case to stop the recursion

  • Pass a smaller portion of the array in each recursive call

  • Concatenate or manipulate the strings as needed

Fellowship Jobs

Artemis Medicare logo
Fellowship - Minimal Invasive Robotic Urologic & Kidney Transplant 1-6 years
Artemis Medicare
4.2
Gurgaon / Gurugram
Medanta logo
Fellowship in Neurology 0-3 years
Medanta
3.9
Gurgaon / Gurugram
Max Healthcare logo
Fellowship - Max Institute of Robotic Joint Replacement 0-5 years
Max Healthcare
4.0
New Delhi

Interview Experiences of Popular Companies

DE Shaw Logo
3.8
 • 124 Interviews
IPAC Logo
3.4
 • 12 Interviews
Tata Trusts Logo
4.4
 • 9 Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Fellowship Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

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

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits