PHP Warning: include_once(/api/lib/core/user.php): failed to open stream: No such file or directory in /home/geekint/public_html/static/content.php on line 82

PHP Warning: include_once(): Failed opening '/api/lib/core/user.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/geekint/public_html/static/content.php on line 82
Ananda_Nayek Answers - GeekInterview.com
  • Ask Question
  • Propose Category
  • Interview eBook
  • Geek Forums
  • Online Learning
  • Online Quiz
  • Site Updates
  • User Login
    • Login



      Lost Password
      Click here to get activation email.

  • 01-22-2021
GeekInterview.com
  • Interview Questions
    • Fundamentals
      • Concepts
      • General
      • Management
      • Accounting
    • Operating System
      • Operating System
      • Android
      • iOS
      • Microsoft
    • Coding
      • Programming
      • J2EE
      • Languages
    • Database
      • Database
      • Data Warehousing
      • Oracle
    • Applications
      • Applications
      • Clarify CRM
      • Oracle Apps
      • Peoplesoft
      • Siebel
    • Software Testing
      • Testing
      • Testing Tools
    • Miscelleanous
      • Helpdesk
      • Mainframe
      • Networking
      • SAP R/3
      • Web
  • Interview Coaching
    • Career Counseling
    • Job Interview
  • Interview eBooks
    • Accounting eBook
    • C eBook
    • Citrix eBook
    • Job Interview eBook
  • Career Advice
    • Career Change
    • Jobs Help
    • Projects
    • Requests
    • Resume Help
    • Training Advice
  • Engineering
    • Chemical Engineering
    • Civil Engineering
    • Electrical Engineering
    • Electronics Engineering
    • Micro Processor
    • Mechanical Engineering
  • By Company
  • Google Play
  • Ask Question
  • Home
  • Ananda_Nayek Answers

Subscribe To RSS Feed

Random Questions

  • Uninterested peer

    1) If you are a Supervisor and you have your peer with you who is not interested to work with you, how would you handle that situation?2) What would be...

      Asked by: banuudaykumar
  • How to write a test case for bottle with a lid.

    No BRD or details were given. Just write a test case for bottle.

      Asked by: Suresh
  • When user are complaining of network delays. What would you do?

      Asked by: maheshsorout
  • EleVATor test cases

    What are the different scenarios that should be considered while writing test cases for an elevator(Lift).

      Asked by: cnune
  • How to use the object spy in QTP 8.0 version?

      Asked by: Interview Candidate

Tags Cloud

Company Interviews
  • Accenture (52)
    • Aptitude Interview Questions
    • Group Discussions Topics
    • Placement Assistance
  • Adobe (7)
    • Placement Assistance
  • AMD (1)
    • Placement Assistance
  • AMDOC (2)
    • Placement Assistance
  • Axes-Technologies (25)
    • Computer Awareness Questions
  • Aztec-Systems (15)
    • Aptitude Interview Questions
    • C Interview Questions
  • BirlaSoft (26)
    • Languages Interview Questions
  • Cisco (35)
    • Micro Processor Interview Questions
  • Cognizant (1)
    • Placement Assistance
  • Dell (22)
    • Aptitude Interview Questions
  • GE (2)
    • Placement Assistance
  • HAL (1)
    • Placement Assistance
  • Infosys (212)
    • Challenging Puzzles
  • ISRO (6)
    • Placement Assistance
  • Mphasis (1)
    • Placement Assistance
  • Oracle (206)
    • Aptitude Interview Questions
    • Java Interview Questions
    • SQL Interview Questions
  • Sonata (65)
    • Analytical Ability Interview Questions
    • C Interview Questions
  • TCS (396)
    • Aptitude Interview Questions
    • C FAQs
    • COBOL Interview Questions
    • Critical Reasoning Questions
    • Quantitative Aptitude Questions
  • Wipro (217)
    • Analytical Ability Interview Questions
    • Languages Interview Questions
    • Verbal Ability Questions

Interview Questions PDF Files

Accounting Interview Questions PDF
Citrix Interview Questions PDF
Best Questions and Answers From C PDF
Job Interview Questions and Answers PDF
Oracle Apps Technical Interview Questions and Answers PDF
Siebel Interview Questions PDF

Sponsored Links

Social Networks

  • Like
    Fans
  • Follow
    Followers
  • Subscribe
    Subscribe To RSS Feed
  • Follow
    Followers

GeekInterview Mobile App

GeekInterview Android Apps now available at Google Play Store, Get it now! and access GeekInterview anytime... anywhere...
 


 

Sponsored Links

  • Open Questions
  • Answered

Open Questions

    • What is the tradeoff using a linked list

      What is the tradeoff using a linked list!!

        Asked by: Joe
    • Selection sort

      The number of swapping needed to sort numbers 22,7,9,31,19 in ascending order using selection sort is ? A. 4 B. 3 C. 5 D.6

        Asked by: BUSHRA
    • Highest input data transfer rate

      which of the following devices requires the highest input data transfer rate? a. mouse b. keyboard c. floppy disk d. CD

        Asked by: Sunita Yadav
    • How to find job after 2.5 year gap in testing career?

      Hi, I am an QA analyst with 5.8 years of experience in Manual and Automation testing.i have 2.5 years of gap from YR18 and now I am looking for job but...

        Asked by: vaish
    • Error: objm_54538 with Informatica powercerter

      Could not execute action... The Service Name_repository could not be enabled due to the following error: OBJM_54538 - Unable to connect to the repository...

        Asked by: antoine_mc1
    • Ab initio query

      i/p col1||val1||col1||val2||col3||val3 o/p col1 col2 col3 val1 val2 val3 how to achieve this in AB initio

        Asked by: Suman
    • Over vs runs -- same sequence number for each group

      I am having input column as runs with values 3 2 4 6 0 1 0 3 2 6 0 0 4 1 1 2 3 In output I want over number on Over column and corresponding runs on Runs...

        Asked by: RK
    • Writing test cases

      Do we need to write test cases for the entire page everytime we insert new features to it, else we can write only for the added features. For eg. the...

        Asked by: R SARASWATHI
    • Cpu burst

      What are the similar meanings for cpu burst

        Asked by: Bhanuka
    • How to determine carriageway width ?

      What are the deciding factors of carriageway width, specially low volume rural roads ? Is there any formula ? When to keep 3.75 m or 5.50 m carriageway...

        Asked by: ANUJ SHARMA

Just Answered

    • Find out the number of wrong answers given by candidate

      In an exam each correct answers score 5 marks and each wrong answers reduces 2 marks. A candidate got 24 marks by answering 12 questions correctly. If...

        Asked by: rahul
    • Java - how to convert string to chararray ?

      String str="Welcome To GeekInterview.com" How can convert the above string to charArray without using any buit-in function in java? Anyone to know the...

        Asked by: KALIDOSS T
    • Select appropriate answers for the incomplete declaration listed below?

      class A ______ B ______ C { } // line 4 a) The 1st blank should be extends and the 2nd blank should be implements. b) The 1st blank should be implements...

        Asked by: lalithakasiraj
    • SAP hr tickets...

      Hi All, I want to know about SAP HR Tickets and Answers, Specially on OM and PA. I want to know some major issues on that also. How do we process...

        Asked by: Geeta Chaudhary
    • Implement and extend keywords

      What is the implement, what is the extend keyword, what is the difference, give me answers in briefly ?

        Asked by: vanju.ravi
    • Do you have any questions that you want to ask?

      In any form of interview such as that of a job interview procedure, it is normal process for an interviewer to ask the applicant to ask questions, if...

        Asked by: Chandra Vennapoosa
    • Qa testing questions

      I want to answer for below question. while searching on net im getting different different answers.. im not getting which is correct one.Plz send answers...

        Asked by: Shashipal Reddy
    • Fact table size calculation

      How to calculate fact table size.........and how to find fact granularity? Please tell me answers to these 2 questions..

        Asked by: harikadsc
    • Data inconsistency / critical section

      Consider the following program segments for two different processes (P1, P2) executing concurrently, where a and b are not shared variables, but x starts...

        Asked by: fatema sawan
    • Why we need a function like fetch_object and what is the purpose of using it?

      we have fetch_array to fetch a row from a result set... in what way the fetch_object function is useful... at which situation it is used? every question...

        Asked by: jachmullan

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.

Latest News

Tags

AccentureWiproAMDAMDOCAxes-TechnologiesAztec-SystemsBirlaSoftCiscoCognizantDellGEHALInfosysISROTCSSonataAdobeOracleMphasis

Random Question

  • What is Materialised View?
  • Record to Column
  • How many key flex fields in HRMS?
  • Explain how you organize or prioritize your workload.
  • What is difference between require_once(), require(), include().Becouse above three function usely use to call a file in another file.

GeekInterview Mobile Apps

GeekInterview Android Apps now available at Google Play Store, Get it now! and access GeekInterview anytime... anywhere...
 


 

Contact Us

Geekinterview.com
248 Millington Road
Cortlandt Manor
New York 10567

  • About US
  • Privacy Policy
  • Terms & Conditions
  • DMCA
  • Contact Us

© Copyright 2014-2021 GeekInterview.com | All Rights Reserved


 

It looks like you are using an AD Blocker!

 

 

Please Turn OFF your ad blocker

- OR -

LOGIN to continue using GeekInterview website.

 

 

 

Disable
Ad Blocker

 

Learn More

Login
GeekInterview

 

Login

Create your
GeekInterview account

 

Signup

Continue Reading after Disabling

 

Refresh