I was asked 5 coding questions To find Factorial of a number To sort an array without using any sorting techniques One more array with positive and negative numbers and to print the ratio Palindrome program To find the reverse of a string
Software Engineer Trainee Interview Questions
6,021 software engineer trainee interview questions shared by candidates
<3> on given a string "horse" as a function parameter it must return the string "rose" or convert that string to this. he specified that u can use add , remove, replace methods. similarly if we give the string "Take" it must return "Tap". ❓ Problem restated Input: a string (e.g. "horse"). Expected output: another string (e.g. "rose", "Tap"). Constraint: You can use operations like add, remove, replace.
<2> Can you try question 1 using an extra array
<4> lets say there are five kids, each kid would have scored some marks lets say [2,5,7,9,4]. now we have to give cookies to every kid. each kid must receive atleast one cookie. the kid with higher and higher marks must recieve more and more cookies compared to the other kids. the function must return the lowest (minimum) possible total number of cookies required to satisfy the condition. ❓ Problem restated Kids’ scores: [2, 5, 7, 9, 4]. Rules: Each kid must get at least 1 cookie. If one kid has higher marks than an adjacent kid, that kid must get more cookies. Goal: Minimize total cookies distributed.
what is meant by inheritance?? in java how u achieve inheritance?? wat do u know about infoview?? tell about eighth sem project??
Triggers concept of SQL
logic based programing question
find out latest record according to date from order detail table.
Explain your project ?
Wap to swipe 2 no without using 3rd variable.
Viewing 4051 - 4060 interview questions