1.Write a program to check if number is prime or not 2.Write a program to reverse a string without reversing letters 3.Some OOPS related questions 4.Some Selenium related questions
Software Development Engineer In Test Interview Questions
6,459 software development engineer in test interview questions shared by candidates
OOPS concepts, string manipulations
1) Add two linked list data.
Design and Implement a music player that has the songs and band Names stored internally in this class using appropriate data structure . with the methods to play a song and find the top played song
I was asked about projects on my resume, DSA questions, Computer Networks and Puzzles.
#3 - Hard Question: Candy Baskets Ramu's family runs a candy shop in the village. On one fine Sunday afternoon, Ramu's father returned from the city with a carton full of candies. He asks Ramu to pack them into small gift baskets containing tiny pouches. Each gift basket should contain N pouches, each containing a unique number of candies from 1 to N, respectively. Ramu decides to adopt the following approach. He will randomly grab a fistful of candies from the carton, which he will count and pack them into a new empty pouch. All pouches are identical, and can hold at most N candies. In event of a draw being larger than N candies, Ramu is allowed to eat the candies that cannot fit in the pouch (his reward for doing the job). He seals the pouch after putting on a label denoting the number of candies inside it. He doesn't want the pouches to pile up, so as soon as he has a set of pouches with label 1 to N, he would pack them into a gift basket and give it to his father. He would continue drawing until all the candies from the carton are exhausted. Once that happens, the pouches that could not be packed into gift baskets are distributed among Ramu's friends. Ramu is your friend and you should help him in his job. Ramu will tell you how many candies he got in every draw, and your task is to tell him immediately if he could pack a new gift basket after packing the current draw in the pouch.
#2 - Medium Question: Sequential Display As an architect, you were given a vacant plot of land with K consecutive sections. Each section has the capacity to display one architectural element. Your goal is to create a design pattern, represented by a string S with a length N > K. However, due to space limitations, you need to display the string in N-K+1 stages. In the i-th stage (1≤i≤N-K+1), you will arrange the architectural elements to showcase the characters s[i], s[i+1], ..., s[i+K-1]. The energy required to transition from stage i to stage i+1 (for 1≤i≤N-K) is directly proportional to the number of architectural elements that need to be rearranged between these stages. You need to determine the total energy required for the entire process of displaying the string, which is the sum of energies required for transitioning between all consecutive pairs of stages.
Zig-zag traversal of an array
Data structures
Questions regarding the basic data structures.. They just needed us to give optimal solution to all the questions that were asked ...Questions regarding trees,linked list , Bst ,Heap were asked ...Just make sure that you give a straight forward answer to all the questions
Viewing 1241 - 1250 interview questions