GeekInterview.com
Answered Questions

What are the advantages of object oriented modeling?

Asked By: prakshi | Asked On: Apr 20th, 2007

Answered by: sripri on: May 2nd, 2007

The advantage of object-oriented modeling is the fact that objects encapsulate state expressed by attributes and behavior specified methods or operation and they are able to communicate by sending and...

What is the difference between the function pointer and pointer to a function

Asked By: rupunenisuresh | Asked On: Apr 17th, 2007

Answered by: Robert on: May 8th, 2007

Pointers to functions concept is used in C programming language in various instances. One of the common instance in which programmers use pointers to function concept is for passing pointers to a func...

Answered by: sripri on: May 8th, 2007

Function pointers are actually pointers. The address of a function gets pointed to by function pointer.
Example of defining a function pointer is as below:
int (*exforsys)(int,float)= NULL;     

What is imported style sheet?

Asked By: scott | Asked On: Mar 30th, 2007

Answered by: sripri on: Apr 9th, 2007

The Imported Style Sheet in CSS uses the notation @import is used for automatically importing and merge an external style sheet with the current style sheet.

What are the types of CSS rules?

Asked By: joel | Asked On: Mar 30th, 2007

Answered by: kadiri neeraja on: Oct 19th, 2011

There are 3 types of CSS rules:
1>Inline mechanism
2>Internal mechanism
3>External mechanism

Answered by: sanojkumar05 on: Jan 18th, 2011

There are three type of css rules.

1. External Stylesheet

2. Embedded style

3. Inline Style

What are the uses of key value locking in informix?

Asked By: nancyphilips | Asked On: Jan 29th, 2007

Answered by: sripri on: May 2nd, 2007

The database server uses a concept called key-value locking to lock the deleted row. When the database server deletes a row, key values in the indexes for the table are not removed immediately. Instea...

What are the disadvantages of the python programming language?

Asked By: Robert | Asked On: Jan 8th, 2007

Answered by: sripri on: Apr 9th, 2007

One of the disadvantage of the Python programming language is it is not suited for fast and memory intensive tasks.

How is the statistics in postgreSQL updated?

Asked By: SachinDeo | Asked On: Jan 3rd, 2007

Answered by: sripri on: Apr 9th, 2007

To update statistics in PostgreSQL explicit 'vacuum' call is made. Hope you know the method of doing this. If not let us know and we would help you.

Sir I am sttudying bsc computer science now I am in final year. Sir I am weak in numerical and analytical ability plz tell me the rightway way to develop this skill very fast as much as possible .Sir i...

Asked By: afroze khan | Asked On: Dec 19th, 2006

Answered by: vmshenoy on: Jan 12th, 2007

hi

 to improve your numerical ability, you should practice all the variety of questions well!.No altenative to it.


But if you arelooking for call centre jobs, then simply concentrate on your communication.Call centre people only look for your communication skills!NOTHING ELSE


Answered by: sripri on: Dec 20th, 2006

Try all the questions placed in the link
http://www.geekinterview.com/Global-Interview-Questions

This is a very huge collection.Once you are half way through this I am sure you skills would have improved a lot. Also post any queries if you have while solving and I would guide you.

Can u tell any one what is the criteria of infosys in this yr? I want to know abt how much career needed for sit in infi? In previous year it was 65 % through out for freshers in on campus, tell abt this...

Asked By: BHISMADEB | Asked On: Dec 9th, 2006

Answered by: Nibedita Behura on: Jan 27th, 2007

i want to ask year gap students r allowed to give interviews in infosys or not?

Answered by: sripri on: Dec 20th, 2006

The same has to be maintained this year also. Let me know about you in brief.I would guide you based on that.

In which areas a person must be well prepared to pursue his carrer as solaris system admin

Asked By: Pavi | Asked On: Dec 4th, 2006

Answered by: vmshenoy on: Jan 12th, 2007

yes they ask for 65%(through out10,12,b.tech)


But if you have completed your 10 from UP board then  they ask 60% only.Same applies to 12th.
Also there is some relaxation of 2% in either 10,12 or b.tech(Not sure)


bye

Answered by: sripri on: Dec 20th, 2006

Friend can you brief on your question so that I could answer you in detail for the question posed by you.

What is mutating trigger? How do you resolve it?If a trigger body is trying to update dependent tables, will it get a mutating error?

Asked By: be17be | Asked On: Dec 1st, 2006

Answered by: ASHOK on: Aug 31st, 2012

MUTATING : MUTATING TRIGGER IS TRIGGER WHICH IS USED TO PERFORM DML OPERATIONS WE CAN RESOLVE BY REGARDS ASHOK

Code
  1. CREATE OR REPLACE TRIGGER TRG_UPDATE_SAL
  2. BEFORE UPDATE ON EMP
  3. FOR EACH ROW
  4. IF :NEW.SAL<:OLD.SAL THEN
  5. UPDATE EMP SET COMM =2000;
  6. ELSIF :NEW.SAL<:OLD.SAL THEN
  7. UPDATE EMP SET COMM=1000;

Answered by: sabrishandyou on: Jan 26th, 2010

There are cases when we have mutating table error inspite of using an "AFTER TRIGGER at ROW LEVEL".  This happens when you are using an after delete trigger.  For instance a delete...

Sir/madam,thanks for your reply. With respect to your reply datad 20th nov, I am having a certain query,regarding confusion of selection of module for SAP.Should I go for ABAP programming in technical...

Asked By: pankaj | Asked On: Nov 22nd, 2006

Answered by: sripri on: Dec 20th, 2006

Pankaj just recollect a few words about you so that I could guide you properly for all the queries you have placed here.

Sir/madam, I am in t.Y.B.Sc.(i.T.). From the mumbai university.I am not able to complete my graduation since the year 2004.The problem is that I am not able to complete the paper in time. Now I am...

Asked By: Interview Candidate | Asked On: Nov 16th, 2006

Answered by: kabir_khanna on: Dec 6th, 2006

Hi, The problem in my opinion is not the particular course but looks like your lack of self confidence. Probably you need to talk to someone close and sincere to you regarding your problem and solve i...

Answered by: sripri on: Nov 20th, 2006

I would sugegst you to first finish your graduation.Don't have the feeling that you will forget every thing. While reading make a not of points of important concepts and terms in each chapter and just...

Sir/madam, I am currently doing t.Y.B.Sc.(i.T.). But am not able to complete the same since year 2004.The problem is that I am not able complete the exam paper within the stipulated time.I am very...

Asked By: Interview Candidate | Asked On: Nov 15th, 2006

Answered by: Pankaj Shet on: Nov 21st, 2006

SirMadam, Thanks for your reply. With respect to your reply, I am having a certain query,regarding confusion of selection of module for SAP.Should I go for ABAP...

Answered by: sripri on: Nov 20th, 2006

I would sugegst you to first finish your graduation.Don't have the feeling that you will forget every thing. While reading make a not of points of important concepts and terms in each chapter and just...

Hello,i have completed my course in Oracle 11i in following module GL/fa/ap I am working in a mnc as financial expert.Can any body involve me in any projcect in Oracle 11i as functional.

Asked By: aaditya180399 | Asked On: Nov 14th, 2006

Answered by: sripri on: Nov 20th, 2006

There are lot of openings for Oracle 11i as functional. You can search good job search portals and apply for getting the job.Even Oracle company would have vacancy in this are. Try searching their website for career openings. All the Best.

My qualification:b.Sc. In physics(honours) (64.125%)and pursuing post graduate b.Tech in instrumentation engineering from rajabajar science college,c.U.I have worked in wipro ltd. For 09 months as a technical...

Asked By: Sudipto Pal | Asked On: Oct 27th, 2006

Answered by: sripri on: Oct 27th, 2006

Yes you can very well appear for DRDO entrance exam after getting your degree.All the best.

Hi guys,could you please tell me when and where can I write the aptitude tests conducted by top it firms like infosys,accenture,cts,tcs,etc.?Iam in my final year engineering now,with mechanical as my specialization.Iam...

Asked By: moid_omair | Asked On: Oct 25th, 2006

Answered by: sripri on: Oct 27th, 2006

Do you want to know where you could get sample question patterns for aptitude tests conducted by top IT firms like Infosys,Accenture,CTS,TCS,etc. If so you could have a look at the link
http://www.geekinterview.com/Global-Interview-Questions
It has a very good huge collection.

Sir/madam I have not typed my e_mail id properly for jobs application last dated 18 oct 2006.Instead of yohoo.Co.In,i have typed yahoomail.Com.Sir please tell me how do I know that I have got eligibility...

Asked By: Naveen kumar B N | Asked On: Oct 25th, 2006

Answered by: sivanesh.a on: Dec 24th, 2006

Update ur mail id first.

Answered by: sripri on: Oct 27th, 2006

Naveen could you tell me for what job application you sent the resume. If it is for any company mail id you could very well send another mail to taht mail id stating that you have mentioned your maild...

Hello , I hwe recently done Oracle financials module. From non it background. Plz someone give me a thorough advise, as to what all I need to learn to make a full fledged career in Oracle applications....

Asked By: varudhini | Asked On: Oct 22nd, 2006

Answered by: ratnakar on: Jan 24th, 2007

U told u completed finnace module so u have knowledge of oracle 9i(sql,pl/sql)d2k(reports 6i,forms 6i).so u can apply jobs all the best

Answered by: sripri on: Oct 27th, 2006

Having a widened through knowledge of oracle financials module itself would get you very good career. Apply for jobs in this area and try to get a real time experience which would give a exicting career. All the Best.

Hii am new to Informatica. Can some one please tell me what are the job prospects in Informatica in future. Apart from the tool, what else should I know.Thanks in advance.Regardslakshmi

Asked By: lakshmi1 | Asked On: Oct 17th, 2006

Answered by: sripri on: Oct 20th, 2006

The job prospects for Informatica consultant is excellent.To grow more in this related area in-depth knowledge of Informatica and datawarehousing technologies is essential and any knowledge of Ab Initio, Datastage, Datajunction, Oracle Warehouse Builder or SQL Loader would be useful.

Can anybody forward me the questions related to Oracle - crm or forward any link? Thanks in advance.

Asked By: braghvendra11 | Asked On: Oct 16th, 2006

Answered by: Raghavendra on: Oct 23rd, 2006

Thanks alot Sripri for sending these questions.It has lot of worth.Can u please forward some questions regarding AIM methodology.I will be very thankful to u.

my mail id is:braghvendra11@gmail.com.

Answered by: sripri on: Oct 20th, 2006

These are the questions asked in Infosys Interview on Oracle CRM Functional1.Give a brief about yourself2.What are the modules you are exposed to3.Tell me the typical business flow of service contract...

Hii friends, I am a bcom graduate , passed out in 1999 . Would like to shift in it . I hwe done Oracle Apps financial module. Not much knowledge in pl SQL. Is it enough if I learn Oracle financial modules...

Asked By: varudhini | Asked On: Oct 15th, 2006

Answered by: guru prasad reddy on: Aug 14th, 2007

If you want to move into technical side SQL, PL/SQL knowledge is mandatory.
But for functional side that is not required. If you learn that will be added advantage to you.

Answered by: sripri on: Oct 16th, 2006

Having done oracle apps financial module it would be tough for you to learn PL SQL. I would suggest that you take a good book and make a advanced learning in PLSQL also which would add value. Yes oracle financial modules are good to make at the entry level.

Hi , I m jancy. I finished my mca with 71 % and bsc with 59.17%.I have completed first round in tcs.But I hav 59.17 % in bsc.Is there any possible to reject for that reason (bsc-59) in technical and...

Asked By: jancyrani | Asked On: Oct 13th, 2006

Answered by: sripri on: Oct 27th, 2006

Jancy good to hear that my words had given you confidence. Face the interview with the same spirit and let me know the good news of finishing it with success. All the Best.

Answered by: jancyrani on: Oct 17th, 2006

Hi Sripri,

         Thankss for ur reply.now i m preparing for technical with confident.

ur reply is motivating me .now i hope i will do best in technical and hr also.

thanks

jancy

I have completed my bca and right now I am pursuing b level course of doeacc. So I would like to know what can I do after this course.

Asked By: Rohit_sharmasbg | Asked On: Oct 11th, 2006

Answered by: sripri on: Oct 16th, 2006

To help you, kindly specify me exactly what you want to do further. Do you want to continue your higher education or do you want to take up a job. If you put this I would give my suggestion appropriately as per your needs.

Sir,i m a 3rd year student of engineering in information technology & I want to apply my knowledge of this field in aerospace engineering.Are there some job possibilities joining these fields & where?...

Asked By: prince sharma | Asked On: Sep 28th, 2006

Answered by: sripri on: Oct 16th, 2006

You have quite few options for applying your information technology knowledge in aerospace engineering. But for this first you must get a degree in basic level at least in aerospace. After finishing this you can try out this option. It is a rare but interesting combination of job. All the Best.

I want to ask if I eligible for tcs. I have completed my b.E.It 2006. My total aggregate is 58%. And 7&8th sem aggregate is 64%. (they have asked an aggregate of 60% in the graduation but I think it wud...

Asked By: niki | Asked On: Sep 28th, 2006

Answered by: sripri on: Oct 16th, 2006

There are two points to be answered with respect to your question. One is having cleared the first round namely aptitude they would not definitely reject you. But one point here is you have mentioned ...

Answered by: yasaswi on: Oct 10th, 2006

Hi,       Well , basically they look for an aggregate of 60% without backlogs .. You have mentioned that  you have cleared the aptitude.. Thats gud.. Prepare for the...

I studied msc physics. Day after tomorrow I am going to attend infosys. If they ask why you are shifting from physics field to computer field. Then what can I reply

Asked By: ramarao | Asked On: Sep 22nd, 2006

Answered by: sripri on: Oct 16th, 2006

You can specify your interest in computer field and also validate the facts with evidences like any degree or certificate passed in computers, or any competitions attended related to computers and so on which would help them know your interest in computer field. All the Best.

Hi, can u help me out by giving job posting techniques for posting jobs on job portals?

Asked By: Mohamed Rafiulla | Asked On: Sep 21st, 2006

Answered by: sripri on: Oct 27th, 2006

Mohamed Can you put yor query more briefly so that I can guide you exactly on that.

Presently i'm in the 3rd year of b.Tech c.S.E in the 5 sem. I wanted certain advice on how to advance in my preparations towards campus interviews and placements and what are the areas in which I should...

Asked By: ashraf2k | Asked On: Sep 12th, 2006

Answered by: sripri on: Oct 16th, 2006

In general campus interviews and placements you should be strong in aptitude, good English, communication skill Apart from this you make a try on the placement papers placed in this link
http://www.geekinterview.com/Global-Interview-Questions

I'm presently in the 5 semester of b.Tech computer science .I wanted to know how should I advance in my preparations towards campus placements and interviews and what are the areas which I should focus...

Asked By: Interview Candidate | Asked On: Sep 10th, 2006

Answered by: sripri on: Oct 27th, 2006

For campus placements and interviews the important attributes a candidate must possess are aptitude,communication skill,technical knowledge,subject knowledge.You could have a look at the link
http://www.geekinterview.com/Global-Interview-Questions
It has a very good huge collection.All the Best.

I am b.E.(e&tc) passout in 2006 with 65% aggri. Without single atkt. Sound knowledge of 8051(mc)give me carrier advice.

Asked By: gopal patil | Asked On: Aug 22nd, 2006

Answered by: sripri on: Oct 27th, 2006

Gopal let me know what are your interest. In other words what is the area you would like to choose your career as. I could suggest you whether you have bright options in that and what to do further in that line of your interest.

Iam 25 year old. I have done bca and pursuing my career in customer care. I want to change my field, iam more interested in it. Please guide me how I can start my career in it

Asked By: punifeb18 | Asked On: Aug 17th, 2006

Answered by: sripri on: Oct 27th, 2006

IT is a vast field. In other words there are numeros areas like database design,application programming, SAP, testing and so on. Let me know what is the area of your interest and I could suggest you whether you have bright options in that and what to do further in that line of your interest.

Which of the following API is used to hide a window a) showwindow b) enablewindow c) movewindow d) setwindowplacement e) none of the above

Asked By: diwakar | Asked On: Aug 14th, 2006

Answered by: sripri on: Oct 16th, 2006

The answer for this question is
e) None of the above
One of the ways for doing this is by using setBounds

Give the jobs in the field of accounting, taxation, costing & financing in it industry.

Asked By: Laxminarayan Toshniwal | Asked On: Aug 5th, 2006

Answered by: sripri on: Oct 27th, 2006

One of the field which is recently picking  up hot in market in IT field related to costing & financing is SAP - Finance Module.

Hi there,can anyone tell me books on user acceptance testing projectsi am desperately need it pls mail me on give mail id.Warm regards

Asked By: nishikant | Asked On: Jul 30th, 2006

Answered by: sripri on: Oct 27th, 2006

There are numerous books related to user acceptance testing. One of the best book is
User Acceptance Testing - A Practical Approach by James Windle
You could have a reading on that. It has various methodologies discussed in it related to user acceptance testing.

Can anyone working in i-flex help me, by telling more abt this company??

Asked By: remya antony | Asked On: Jul 28th, 2006

Answered by: Time Pass on: Oct 19th, 2006

It is good company...........U can join ...And see.

Answered by: sripri on: Oct 16th, 2006

I could tell you about this company bt you must specify in what area or aspect you want to know about this company so that I will give my points on that.

I just want to introduce my self, if there is advertisemnt,thanksmichael

Asked By: Michael Malual | Asked On: Jul 18th, 2006

Answered by: sripri on: Oct 16th, 2006

Michael Malual glad to know that you want to introduce yourself. But this is not the place for that. This place is for posting queries, requests based on career. You can introduce yourself and participate in forums by creating a userid in
http://www.geekinterview.com/talk/

Hi everyone !!I have an interview on testing very soon...So I need small favour from you guys? I hav an answer for "tell about yourself ?" what my request is to plz make that in proper wayi have overall...

Asked By: jessica | Asked On: Jul 15th, 2006

Answered by: mahider on: Nov 27th, 2007

hi frd!!
 
just talk for two minutes. be logical . start anywhere,

e.g. high school,college,or first position.(about ur last project detais) they look for communication skills ,
linear thinking , and also try to score some points--- describe a major
personal attributes...

Answered by: Abhijit on: Apr 18th, 2007

Hi Guys,

Iam also very much confused when Iam asked this question. Please explain in detail, what all should be mentioned while answering this question? Should we include our educational background also and then come to your professional experience or just to mention our professional experience?

I have done b.E computers and a cdac course. Currently I am employed in pune. I have more than 1.5 years of exp in Java. I am looking for my further studies, but I want to do part time study now. Can you...

Asked By: Nilesh Naik | Asked On: Jul 9th, 2006

Answered by: sripri on: Nov 11th, 2006

You can pursue MBA degree and there are lot of universities offering this as part time.With engineering degree a amsters in management would prove very beneficial for you career.All the Best.

What is the minimum academic qualificatin to attend the test in infosys? Is it possible to attend diploma holder to write the test?

Asked By: Sri Devi.T | Asked On: Jun 27th, 2006

Answered by: sivanesh.a on: Dec 24th, 2006

degree with 60% is must

Answered by: sripri on: Oct 27th, 2006

For any MNC IT company degree is a requriment for taking up the test and so is with Infosys.Infosys in particular insists on good marks in 10th,12th and your degree.

Hello everybody,i am currently working as a systems engineer with a CMMI level 5 company with few hundreds of strength. Now I have plans to move into information security consultant career in big companies...

Asked By: Ajay | Asked On: Jun 19th, 2006

Answered by: Vijayakumar on: Jan 31st, 2007

Hi,I would suggest that complete your degree before you move to any company. The big companies, usually they have minimal standard in education. Most of those companies, will not accept if you don't...

Answered by: sripri on: Nov 11th, 2006

Ajay you have mentioned that you dont have a degree.Don's think fo teh past.I woul suggest you to get a degree first with good marks and with good communication skill and with your exp gained you can easily make the entry.All the Best.

What is the difference between structure and union?

Asked By: pawan aray | Asked On: Feb 8th, 2006

Answered by: sendhil on: Aug 14th, 2011

structure has different memory location but union has the same memory location while using the structure , struct is the keyword and here union is the keyword

Answered by: vikasrulz on: Aug 10th, 2008

Agreed UNION uses just one location (max among all the menbers of the UNION), but then say my UNION has int and float, initially I read a int value, it gets stored in a particular location. Now when I...

How can I debug my servlet?

Asked By: yaduvancy | Asked On: Feb 8th, 2006

Answered by: sripri on: Oct 27th, 2006

You can debug your servlet remotely or locally on WebSphere Application Server, or locally on Apache Tomcat without losing the state of your application.

I am a software developer. I recently got married and will be leaving for us as my hubby works in us. I am a b.Sc grad and have done a diploma course in software technology. I want to know my career prospect....

Asked By: riya | Asked On: Jan 10th, 2006

Answered by: sripri on: Oct 27th, 2006

Yes I would suggest you to go for MS and get a professional Masters degree which would make your career even more successful.

Answered by: Beena on: Jan 22nd, 2006

Hello,  Do you have any experiance ..? Thanks, Beena

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: