Sunday, February 28, 2010

Bora Bora - worth visiting at least once in life

Under a one hour flight from the island of Tahiti or Moorea, the island of Bora Bora, with a lagoon resembling an artist's palette of blues and greens, is love at first sight.

Romantics from around the world have laid claim to this island where the castle-like Mount Otemanu pierces the sky. Lush tropical slopes and valleys blossom with hibiscus, while palm-covered motu circle the illuminated lagoon like a delicate necklace. Perfect white-sand beaches give way to emerald waters where colored fish animate the coral gardens as they greet the giant manta rays. This could be easily be described as the center of the romantic universe, where luxury resorts and spas dot the island with overwater bungalows, thatchedroof villas, and fabled ambience.






http://www.borabora.com/

http://www.boraboralagoon.com/

Wednesday, February 24, 2010

Job Interview Questions About You

Source: http://jobsearch.about.com
  • What is your greatest weakness?
  • R: When I'm working on a project, I don't want just to meet deadlines. Rather, I prefer to complete the project well ahead of schedule.
  • What is your greatest strength?
  • R: My time management skills are excellent and I'm organized, efficient, and take pride in excelling at my work.
  • Describe a typical work week.
  • R: Keep your answers focused on work and show the interviewer that you're organized.
  • Do you take work home with you?
  • R: Unless you're sure about the company culture and expectations, the safest answer is not to mention a certain number of hours. Rather, mention that you work as much as necessary to get the job done.
  • How many hours do you normally work?
  • R: Working a lot of hours isn't necessarily a good thing - it could mean you're not productive enough to get the job done in a reasonable amount of time.
  • How would you describe the pace at which you work?
  • R: Options for answering this question include saying that you work at a steady pace, but usually complete work in advance of the deadline.
  • How do you handle stress and pressure?
  • R: I react to situations, rather than to stress. That way, the situation is handled and doesn't become stressful.
  • What motivates you?
  • R: I've always been motivated by the desire to do a good job at whatever position I'm in. I want to excel and to be successful in my job, both for my own personal satisfaction and for my employer.
  • What are your salary expectations?
  • R: Once you know what you should be earning, how do you go about getting it? Start by being very patient. When interviewing for a new position, do your best not to bring up compensation until the employer makes you an offer. If you're asked what your salary requirements are, say that they are open based upon the position and the overall compensation package.
  • What do you find are the most difficult decisions to make?
  • R: Give concrete examples of difficult situations that actually happened at work. Then discuss what you did to solve the problem. Keep your answers positive.
  • Tell me about yourself.
  • R: Your interviewer is not looking for a 10-minute dissertation here. Instead, offer a razor sharp sentence or two that sets the stage for further discussion and sets you apart from your competitors.
  • What has been the greatest disappointment in your life?
  • R: If possible, tell about a personal disappointment i.e. the early death of a parent, child, or school friend. Believe it or not, it is okay to have not had a "greatest" disappointment.
  • What are you passionate about?
  • R: Your response doesn't need to be work focused, but do be sure that what you share isn't something that could potential cut in to your working hours.
  • What are your pet peeves?
  • R: I do not have a pet peeve.
  • What do people most often criticize about you?
  • R: There's no on-going criticism. I'm open to personal and professional growth and welcome the opportunity to improve.
  • When was the last time you were angry? What happened?
  • R: Anger to me means loss of control. I do not lose control. When I get stressed, I step back, take a deep breath, thoughtfully think through the situation and then begin to formulate a plan of action.
  • If you could relive the last 10 years of your life, what would you do differently?
  • R: Really, nothing. I've learned from each experience I've had.
  • If the people who know you were asked why you should be hired, what would they say?
  • R: I'm sure if you asked my friends that question they would say you should hire me because I have the skills outlined in the job description and I bring 10+ years of expertise to this position. Words they've used to describe me are: hard working, professional, trusted and a team player.
  • Do you prefer to work independently or on a team?
  • R: I am equally comfortable working as a member of a team and independently.
  • Give some examples of teamwork.
  • R: In high school, I enjoyed playing soccer and performing with the marching band. Each required a different kind of team play, but the overall goal of learning to be a member of a group was invaluable. I continued to grow as team member while on my sorority's debate team and through my advanced marketing class where we had numerous team assignments.
  • What type of work environment do you prefer?
  • R: I can be flexible when it comes to my work environment.
  • How do you evaluate success?
  • R: I evaluate success in different ways. At work, it is meeting the goals set by my supervisors and my fellow workers.
  • If you know your boss is 100% wrong about something how would you handle it?
  • R: An answer that works well is: "It depends on the situation and the personality of the supervisor.
  • Describe a difficult work situation / project and how you overcame it.
  • R: The best way to prepare for questions where you will need to recall events and actions, is to refresh your memory and consider some special situations you have dealt with or projects you have worked on.
  • Describe a time when your workload was heavy and how you handled it.
  • R: When I was working on a software implementation team at ABC Company, we took over another company and had to transition many clients to a new product in a short amount of time. It took a lot of planning, time, hard work, and effort, but we were able to complete the project in a timely manner.

Friday, February 19, 2010

Veliko Tarnovo, Bulgary

Veliko Turnovo, the medieval capital of Bulgaria, is brought to you with more than 7000 years of history. The houses, stacked one above the other, situated on the slopy hills of the town show a remarkable, unique architectural style. The bridges, unexpectedly flying over the river, palaces and towers, spectacular museums, ancient columns with writings left by our proud rulers, monasteries with unique murals and the Arbanassi fortress-houses.

The nights are filled with the constant voice of the river, the glitters and dazed lights, playing on the fairy face of the town and the noise of the energy-filled stormy student's life.

From its rich historical value, to its thriving modern nightlife and lush natural surroundings that provide many excellent opportunities for outdoor recreational activities, Veliko Turnovo offers you everything you could ever want for the perfect holiday.



http://www.veliko.co.uk/
http://www.travel-bulgaria.com/content/veliko_turnovo.shtml
http://www.vtbulgaria.com/

Tuesday, February 16, 2010

Embedded systems interview questions

  1. Can structures be passed to the functions by value?
  2. Why cannot arrays be passed by values to functions?
  3. Advantages and disadvantages of using macro and inline functions?
  4. What happens when recursion functions are declared inline?
  5. Scope of static variables?
  6. Difference between object oriented and object based languages?
  7. Multiple inheritance - objects contain howmany multiply inherited ancestor?
  8. What are the 4 different types of inheritance relationship?
  9. How would you find out the no of instance of a class?
  10. Is java a pure object oriented language? Why?
  11. Order of constructor and destructor call in case of multiple inheritance?
  12. Can u have inline virtual functions in a class?
  13. When you inherit a class using private keyword which members of base class are visible to the derived class?
  14. What is the output of printf("\nab\bcd\ref"); -> ef
  15. #define cat(x,y) x##y concatenates x to y. But cat(cat(1,2),3) does not expand but gives preprocessor warning. Why?
  16. Can you have constant volatile variable? Yes, you can have a volatile pointer?
  17. ++*ip increments what? it increments what ip points to
  18. Operations involving unsigned and signed — unsigned will be converted to signed
  19. a+++b -> (a++)+b
  20. malloc(sizeof(0)) will return — valid pointer
  21. main() {fork();fork();fork();printf("hello world"); } — will print 8 times.
  22. Array of pts to functions — void (*fptr[10])()
  23. Which way of writing infinite loops is more efficient than others? there are 3ways.
  24. # error — what it does?
  25. How is function itoa() written?
  26. Who to know wether systemuses big endian or little endian format and how to convert among them?
  27. What is interrupt latency?
  28. What is forward reference w.r.t. pointers in c?
  29. How is generic list manipulation function written which accepts elements of any kind?
  30. What is the difference between hard real-time and soft real-time OS?
  31. What is interrupt latency? How can you recuce it?
  32. What is the differnce between embedded systems and the system in which rtos is running?
  33. How can you define a structure with bit field members?
  34. What are the features different in pSOS and vxWorks?
  35. How do you write a function which takes 2 arguments - a byte and a field in the byte and returns the value of the field in that byte?
  36. What are the different storage classes in C?
  37. What are the different qualifiers in C?
  38. What are the different BSD and SVR4 communication mechanisms?

Wednesday, February 3, 2010

3 Days on Nessebar, Bulgary

Location: Nessebar, one of the oldest towns in Europe.
Hotel: Sol Nessebar Palace 5*

The town of Nesebar is one of the oldest towns in Europe. It is the successor of the ancient Thracian settlement called Mesambria founded in the Second century AD. Its name means town of Melsa. Since 510 AD it was turned into Greek colony town by Dorian settlers. They called it Mesambria and turned it a rival to the town of Apollo for the Black Sea trade. There was a theatre and a temple of the Greek God Apollo in it. Brass and silver money were coined there, and in the third century AD - golden ones. It was occupied in 72 AD by a Roman garrison. The town was of secondary importance during the Roman era. It started to play important role again in III-IV century. Around the year 680 the town was an Episcopal centre, and in VII-VIII century - an important, and strong and protected Byzantine naval base. In the year 812 Khan Krum conquered the town. In 864 Boris I yielded the possession of the town to Byzantine, but king Simeon captured it again. Since XI century the Slav name Messebar or Nessebar has been used together with the original name Mesambria.