I have done B.Sc.(H)Zoology.Presently doing MBA(Global Business).Went for an interview.There they asked me "Why did you do MBA after doing B.Sc.?"
20 61229Post New ICICI Interview Questions
How do I change the default program for exe files in windows 10?
Do you think Management plays any role when it comes to selecting the right RPA tool?
Can we invoke one form from another in a multi-forms application?
How to update the dependency using npm?
Difference between Authentication and Authorization ?
Hi, Here is an interview question. What are errors we will face in FI-MM, FI-SD, COPA integration. How u will solve. Sravan
Is html only used for web pages?
What happen Grid EARTH plat got cut.
What is winword exe application error?
Is your objective to sell the company or the product when target marketing a customer directly?
What is an analogy for a smooth endoplasmic reticulum?
What do you mean by 'loss payee'? : insurance sales
can we induce hairy roots in Rauvolfia serpentina? What are the main steps in which we have to care?
Explain in brief about the important file and folder when you create a new app?
How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }