↳
Golden Gate Bridge
↳
you couldn't have said it better! I worked there for a year, and everything you said is on point!! Now, I'm back to work for a REAL company with a clear vision and I'll never look back. In addition to your comments, I'll add that the product is far from workable, has very obvious glitches (which they ask you to try to cover up to clients), and they make YOU the face of their horrible product (it's OLD windows code, not even web based)! You should be GLAD you didn't get an offer. They probably hired an intern instead. Moins
↳
If you think I'm overqualified, don't waste both our time by calling me for an interview. Moins
↳
it shows that company like you, try to answer in a positive way: “I know it’s important to follow direction at times and just run with it at times. I have developed the judgment through my experience to know which action is appropriate at which times.” Moins
↳
Truncate is faster and there is no logging.
↳
Writing reports on an Oracle database that had generic naming conventions like Column1, Column2, Column3. There were no column or relationships definitions. Moins
↳
I answered briefly about my project and about the technical field
↳
You can optimise the crystal report in different ways:- 1. Do not add multiple sub reports with complex data. 2. If you are using complex SQL queries in your crystal report, check how much time that query consume while running in database. If it takes long then your report will also take time to refresh. 3. Generally, we can check timing by running individual queries that are used in report to determine how much time the report will take to run Moins
↳
I used Java programming language and stored all words with their occurrences in HashMap. Then I used a custom comparator to sort it in required order and used that comparator in Collections.sort method passing List and comparator instance as arguments. Moins
↳
I gave them all the possibilities of what can possibly be wrong, although i could make out that the interviewer who was a senior management was not an expert on the technical topic, he must have been given possible answers to look for, and i saw his face lit up Moins
↳
Review nodes in execution plans on high cost. Review IO and Time statistics to get an idea of how many times a table is getting hit. Moins