Output the random permutation for a given string
Software Engineer Ux Interview Questions
419,605 software engineer ux interview questions shared by candidates
There is a company, modelled as a tree of employees and the people reporting to them. Every employee has a fun value. At a party, every employee only has fun if his direct boss is not at the party, otherwise he adds fun corresponding to his fun value to the party. Write code to find the maximum total fun that can be had at the party.
sql Queries and Unix commands . They will give you a sheet to write the queries.
Coding in each round, Firewall, networking questions
Las Vegas Method, Anonymous Interclassing
java
Pros/cons of merge sort and quick sort
Name the three principles of object oriented design
Given a few strings that have essentially the same alphabetic characters but differing case, punctuation, etc, return the least common denominator output that defaults to the first string given.
If V is a vector with n items and subroutine Exchange swaps its arguments, then the following code fragment sorts V in descending order. for( j = 0; j < n - 1; j++ ) for( k = 0; k < n - j - 1; k++ ) if( V[k] < V[k+1] ) Exchange( V[k], V[k+1] ); How many calls to Exchange are made if initially, V[i]=i, for i = 0, 1, 2, ..., n - 1 ? a. n-1 b. n c. n(n-1)/2 d. (n-1)(n-2) e. n(n-1)
Viewing 1841 - 1850 interview questions