Tip 1 : Practice at least 100 Question
Tip 2 : Do at least 1 project
Tip 1 : Mention at least one advance technology project name.
Tip 2 : Mention your core development skill-set
- Morning time
- Environment was good
- No other significant activity
- Interview was good
Compute inventory on July 31, 2016 and cost of goods sold for the month of July using following inventory costing methods:
First in, first out (FIFO) method ?
Tip 1 : Number of units in ending inventory
Tip 2 : Beginning inventory + Purchases made during the month – Units sold during the month
Prepare a comparative income statement using FIFO and LIFO method for the president of Washington Corporation.?
Tip 1 : Notice that the gross profit and net operating income under FIFO is higher than LIFO. When prices of the goods rise, FIFO usually produces higher gross and net income than LIFO.
Tip 2 : Periodic-FIFO: (14,000 units Ă— $60) + (2,000 units Ă— $50)
Tip 3 : Periodic-LIFO: (12,000 units Ă— $40) + (4,000 units Ă— $44)
Explain Deadlock Example.
Tip 1 : Client1 locks and holds the table1 from the database DB.
Client1 wait for table2 from the same database to proceed.
Client2 locks and holds the table2 from the database DB.
Client2 wait for table1 from the same database to proceed.
Tip 2 : Whenever an interviewer asked you deadlock interview questions, always try to explain them by taking an actual scenario.



Step 1 - Get the number from user
Step 2 - Hold the number in temporary variable
Step 3 - Reverse the number
Step 4 - Compare the temporary number with reversed number
Step 5 - If both numbers are same, print palindrome number
Step 6 - Else print not palindrome number
C Program to Write inline assembly language code in C Program.
1 - Initialize variable
2 - All the assembly code must be placed inside asm{} block.
- Morning time
- Environment was good
- No other significant activity
- It was not soo good
Tell me a little about yourself.
Tip 1 : Practice is must
Tip 2 : Tell about your professional skills and family
Why do you want to work for this company?
Tip 1 : Tell about your strength
Tip 2 : Speak slowly and must be fluent

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?