Senior Technical Staff Member 1

Senior Technical Staff Member 1 Interview Questions and Answers

Updated 12 Jul 2025
search-icon

Asked in Broadcom

2d ago

Q. Describe the LLD of a system you have designed.

Ans.

Design a scalable system for managing user profiles with efficient data retrieval and storage.

  • Use a microservices architecture to separate user profile management from other services.

  • Implement a NoSQL database like MongoDB for flexible schema and scalability.

  • Utilize caching mechanisms like Redis to speed up frequent data retrieval.

  • Incorporate RESTful APIs for easy integration with front-end applications.

  • Consider using GraphQL for more efficient data querying.

Asked in Salesforce

4d ago

Q. How do you handle dynamic web elements?

Ans.

Handle dynamic web elements by using techniques like waiting, locating by attributes, and using explicit waits.

  • Use implicit waits to wait for elements to load before interacting with them

  • Locate elements by attributes like ID, class name, xpath, etc.

  • Use explicit waits to wait for specific conditions before proceeding

  • Handle dynamic elements by using dynamic locators or regular expressions

  • Use frameworks like Selenium for handling dynamic web elements

Asked in Infosys

2d ago

Q. Explain the internal workings of a hashmap.

Ans.

HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

  • HashMap internally uses an array of linked lists to store key-value pairs.

  • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

  • If multiple keys hash to the same index, a linked list is used to handle collisions.

  • To retrieve a value, the key is hashed again to find the corresponding index and then the link...read more

3d ago

Q. Given a binary tree, print the top view of it. The top view of a binary tree is the set of nodes visible when the tree is viewed from the top. Assume that the left and right child of a node make a 45-degree ang...

read more
Ans.

A top view of a binary tree shows the nodes visible when looking at the tree from the top.

  • The top view of a binary tree is the set of nodes visible when looking at the tree from the top.

  • Nodes at the same horizontal distance from the root are considered at the same level.

  • Use a map to store the horizontal distance of each node and only keep the first node encountered at each horizontal distance.

Are these interview questions helpful?
2d ago

Q. Given an array of strings, return all groups of strings that are anagrams.

Ans.

Find anagrams from a string array

  • Iterate through each string in the array

  • Sort the characters of each string to create a key for comparison

  • Use a hashmap to group anagrams together

  • Return the grouped anagrams as arrays

1d ago

Q. Given a binary tree, find its maximum depth (or height).

Ans.

Height of a binary tree is the maximum number of edges on the longest path from the root node to a leaf node.

  • Height of an empty tree is -1

  • Height of a tree with only one node is 0

  • Height of a binary tree can be calculated recursively by finding the height of left and right subtrees and adding 1 to the maximum of the two heights

Senior Technical Staff Member 1 Jobs

Model N India Software Pvt. Ltd. logo
Senior Member Technical Staff 1 - L3 Product Support 4-8 years
Model N India Software Pvt. Ltd.
4.3
Hyderabad / Secunderabad

Interview Experiences of Popular Companies

Oracle Logo
3.7
 • 895 Interviews
Salesforce Logo
4.0
 • 234 Interviews
Oracle Cerner Logo
3.6
 • 162 Interviews
Broadcom Logo
3.4
 • 43 Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Senior Technical Staff Member 1 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