#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.
Software Development Test Engineer Interview Questions
5,411 software development test engineer interview questions shared by candidates
4. Design Automation Framework - Explain your consideration, design, and approach
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
You are given a long stream of characters. Write a program to find first non repeating character. Discuss complexity.
how are you is it good or bad
-Few language specific questions on Java -- what are private/public/package, who can access variable and methods given one of these? -What is a hashtable, how would you implement one? -Binary trees/AVL trees, what can you tell me about them. -Given two texts, x and y, where x < y, check if all the characters of x are in y. -Given a string, find the longest repeating substring.
Given a tree, make the left and right pointers such that it acts as a doubly linked list in spiral level order.
Difference between "=", "==" & "===" in JavaScript
1)What framework did you work? 2)Have you worked with selenium and Java in your project? 3)what pattern did you use pattern in your frame work.
about basics of programming and about locations
Viewing 1031 - 1040 interview questions