i have done b.sc computers,i want to go to tech support interviews,i have basic hardware knowledge,what type of questions they are asking inthis interviews,pls send me interview questions
1 8425Given that a,b,c,d,e each represent one of the digits between 1-9 and that the following multiplication holds a b c d e 4 ---------- e d c b a What digit does e represent a) 4 b) 6 c) 7 d) 8 e) none
8 29940Post New Sutherland Interview Questions
What are orabulk and bcp stages?
What is the significance of “having” clause in sql statement?
Have you ever managed writing the test cases without having any documents?
Find the Factorial of a number using a program.
What is an asset store?
Tell me how many alternate indexes you can have on a dataset?
Explain Different kinds of methods?
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
What is TDR/ STDR?
What is sedimentologists?
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); }
What is parallelize in spark?
Define what is space charge width?
Explain the biological term for programmed cell death?
How can I make a template?