Posts

Showing posts with the label Interview

Ten Tough Interview Questions and Ten Great Answers

Ten Tough Interview Questions and Ten Great Answers Mental fear of the unknown is often what produces the physical symptoms of nervousness. In addition to preparing yourself physically, you need to prepare yourself mentally. The best way to prepare mentally is to know what may become. Fear of the unknown can only exist when there is an unknown. Take the time to understand some of the standards when it comes to interviewing questions. The following are some of the most difficult questions you will face in the course of your job interviews. Some questions may seem rather simple on the surface such as Tell me about yourself but these questions can have a variety of answers. The more open-ended the question, the wider the variation in the answers. Once you have become practised in your interviewing skills, you will find that you can use almost any question as a launching pad for a particular topic or compelling story. Others are classic interview questions, such as What is your greatest w...

Interview Experience with Deloitte USI Mumbai for Full Stack Developer

Deloitte USI Mumbai for Full Stack Developer I got a call from the recruitment firm a week before my interview at Deloitte Mumbai(IN) on 29th Feb 2020. The very next day I got an email stating that my profile has been shortlisted and I will receive the test link in the next 24 hours, which I received the same evening. The test was very easy which comprises of 40MCQ in 40mins and 2 basic Java coding question. MCQ: core java, servlet, REST/SOAP,  JSP, request dispatcher. After clearing the test, I got the interview to call a day before. I have to travel to the Deloitte office for a f2f interview. Interview Question/Answers: First Technical Round What is polymorphism? Polymorphism allows you to define one interface and have multiple implementations. ( Link ) What is a static keyword?  Static methods are the methods in Java that can be called without creating an object of the class. They are referenced by the class name itself or reference to the object of tha...