Program in ide: Input - wwwaabbc Output - w3a2b2c1
Software Development Engineer In Test Interview Questions
5,147 software development engineer in test interview questions shared by candidates
delete a node from the singly linklist wihtout access to head pointer
Selenium, SQL query, Java code
They asked me to write some Programs
First round the asked about java basics including lists and asked me to write anagram program Second round they asked about selenium, asked to write locaters Third round they asked about java and 2 program-one was related to list, and was sone string operation Fourt wa mixed of everything
Medium and Hard Programming Questions from LeetCode. System Design and Scalability Questions (Improving overused api's performance) Object-Oriented Design How to test elevator and url?
Online test
Asked question: Using an already implemented method Rand5() that generates a random integer between the ranges 1-5 uniformly. Using this method, implement a a new method that returns a random integer in the range 1-7 uniformly, i.e. Rand7(). Basically this is Rejection Sampling Algorithm. See http://leetcode.com/2010/11/rejection-sampling.html
Tree Data Structure
Write code to reverse a linked list from its mid point. So 1->2->3->4->5->6->7 becomes 1->2->3->7->6->5->4
Viewing 151 - 160 interview questions