Thursday, January 17, 2008

Do you present yourself?

 

No matter who you are : a student , a teacher , a family person, a employee or an employer ......

There will be atleast once that you will have to present yourself or express yourself.


One of the most powerful things that you can do to your presentation is to add in visual aids.

 

 

Hence images to brighten up your powerpoint presentations plays an important role in communicationg the point accross. I stumbled upon a website which gives the apt things i look for creating a power point presentation. Go through this for more details.

 

References :http://www.presentationhelper.co.uk/

 


Technorati Tags    

Tuesday, January 15, 2008

Zoho introduction

Life is really impossible without internet. k lets not make this line generic but life is really different with internet. Till now i just loved the way Google turned my content online, let it be documents my calender or presentations, recently. It really helped me accessing the information which was either on my PC or on mobile. Both the products were required to be taken wherever I go. Hate to miss on someone's birthday if i was working @ office and the information was at home computer.

Hence the products like Google calender and Google docs caught my attention. It has to catch my attention , me being such an ardent fan of Google. But why should i compromise on something which is much better with some companies. ZOHO just filled all the gaps that i always wanted Google to fill as far as online content was concerned.

I will leave the reader to explore zoho. But there are things like publishing documents through ZOHO writer and a RICH RICH editor which allows me to do what ever i want.



So happy zohoing!!!

Monday, January 07, 2008

Adobe interview questions

Having an experiance of 2 Adobe written test has made me learn one thing - Abobe's written test is always the same (atleast 80%) . Let me shed some light on Adobe's written test (Noida and bangalore). (special thanks to dikhshit bajaj for his fresh inputs). For a java profile generally adobe has two rounds: engineering and JAVA. Engineering round revolves around the computer science fundamentals with emphasis on data structures.

Engineering Part
  • (-5)10 as 2's compliment in 8 bit code
  • 4th smallest node in a BST
  • Ca Cb are terminals having direct, transitive relationship write an algo to calculate if all the PCs are inter-connected
  • write an algo to check if 2 BSTs are equal (COMPARE THE DATA AND NOT POINTERS)
  • Draw an expression tree for the exp :: a*(b+c/d)*d-e
  • Also represent the above in postfix and prefix
  • There are 2 threads. some events are given.1st thread writes meesages into a SHARED queue and the second thread reads from it. Implement threads T1 and T2
  • Write ab* using finite automata
For Java Questions
  1. what is a thin client
  2. in a n-tier application, which tier does the browser lie in ?
  3. why would you design an application with JSP for the front end of data entry and Javabeans to manage the same
  4. Why are java packages used
  5. explain transitive variable
  6. what is synchronization and serialization
hope this helps.