Some Interesting Software Testing Interview Questions

By Vijay

By Vijay

I'm Vijay, and I've been working on this blog for the past 20+ years! I’ve been in the IT industry for more than 20 years now. I completed my graduation in B.E. Computer Science from a reputed Pune university and then started my career in…

Learn about our editorial policies.
Updated June 10, 2024

This Tutorial Answers Some of the Most Frequently Asked Software Testing Interview Questions.

The software testing industry is as huge as an ocean and with a software testing interview, we cannot even imagine how tough and complicated the questions would be.

The interview questions may vary from one company to another and it completely depends upon the mindset of the interviewer to ask any question. Hence, you need to prepare yourself for any situation and be positive to face the interview confidently.

This post includes the answers to some interesting software testing interview questions asked by one of our readers.

Read this entire post to prepare yourself for the Software Testing Interview.

Software Testing Interview Questions.

Most Popular Software Testing Interview Questions

Q #1) In an application currently in production, one module of code is being modified. Is it necessary to re-test the whole application or is it enough to just test the functionality associated with that module?

Answer: Well, the answer is both. You need to test the functionality of that module as well as the other modules. It also depends on the module that you are modifying.

All the modules should be tested because recent changes might affect the other modules as well. You can, therefore, differentiate it by the stress given on the module which is to be tested.

The below scenario will explain the answer to this question in a better way.

If Module A is modified, Module B depends on Module A, and Module C is a general module independent of Module A.

Here, you will first test module A deeply. Your next stress will be on module B. But what about module C? This module will be tested as well but with less stress because module C does not depend on module A for its functioning, rather it depends on module B.

If you are a white box tester, you must know which modules are to be tested and which ones can be affected. But in case you are a black box tester, then you will be required to do Regression Testing as well.

Regression tests should be carried out only on those modules associated with the modified module.

Q #2) Share the most challenging situation that you have ever faced during testing?

Answer: This is an excellent question indeed! A few years back, when I switched my job, I was asked the same question by my interviewer. A perfect answer to this question usually depends on the challenges experienced by an individual.

Software Testing has a lot of challenges both in the Manual and automation.

Discovering a bug that was difficult to be found out could be the answer to this question. It was quite challenging for me. Fixing these unreproducible bugs can be difficult, but it is often possible.

Always keep in mind that whenever you are answering such a question, you need to be realistic and don’t stress yourself. Do not let anyone dull your sparkle. Just be yourself.

Q #3) What are you going to do if there is no Functional Spec, or any documents related to the system and the developer who wrote the code does not work in the company anymore, but you have a system and need to test?

Answer: It is, unfortunately, one of the typical situations in Indian companies because of the high attrition rate.

Here, you need to do Exploratory Testing of the product. It is about exploring, finding out about the software, what it does, what it doesn’t, what works, and what doesn’t work.

In this testing, you will come to know about the system and its basic workflow. In Exploratory Testing, you can also discover ‘blocker’ bugs that are harmful to your system and therefore protect your system from crashing.

If you are a white box tester, the next step is to look for different module codes. By this, you will be able to analyze the test cases for different modules and their relations.

Conclusion

We hope these questions would have helped you to gain confidence in attending any software testing interview. Be positive and stay confident – success will be yours.

Do you have any other interesting questions to be added to the above list? Please share with us in the comments section below and we will get back to you soon.

Was this helpful?

Thanks for your feedback!

Recommended Reading

343 thoughts on “Some Interesting Software Testing Interview Questions”

  1. hi sushma,
    the key challenges in software testing are legacy system, heterogeneity, delivery.
    legacy system:which says about older versions.
    heterogeneity:which says about current version.
    delivery: which says about new release version.

    Reply
    • hello, dear
      I am Mr. Salman from Pakistan. I just want to ask you a question related to the interview on how to build our speaking while we are getting interviewed for the job so please anybody here to help me with this it would be a nice job for me.

      Reply
  2. Hi Vijay,

    what does ‘Test Strategy’ mean? is it
    a set of ‘Test Plan’, ‘Creating Test Cases’ ‘Test Execution’ and ‘Defect Reporting’.

    Please let me know if i am wrong.

    Reply
  3. Hi Vijay,
    I have 2.6 Years of Experience in software testing( Manaual). Please let me know some Interview Questions on this and what and all I need to prepare for an Interview.

    Reply
    • Hi Hussain,
      For some products there will be versions
      The test case which is taken from old version is said be used case…
      The test case which is prepared by ourselfs by knowing the requirements of the product is known as test case

      Reply
  4. Hello All

    It seems like Vijay has disappeared 🙂 or vanished into thin air…..(just pun intended)

    Vijay initially has done an awesome job, but sooner or later he probably got busy in work or forgot about this blog. Anyways many thanks for Vijay.

    I have a request to all people who are posting in blogs like this. First of all this page is solely intended to discuss Software Testing interview questions. Please refrain from posting your resumes and educational background details. It consumes page space and a potential information seeker has to scroll through yards of junk to find what he or she needs here. Many people here are using abbreviations. Agree that you know the term, but there are many beginners and even experienced people who may not be familiar with the abbreviations. For example Hema in her post mentioned terms like DWH and BI…..please elaborate. It helps others.

    Another important thing is language. Though I found so many BTechs and MTechs in this blog posting their resumes and asking questions, most of their language is weak. If you are not able to communicate properly, then you are a failure especially if you are a tester or wanna be tester. Communication is key in testing. If you are not able to elaborate a bug scenario in words, then the whole point is not done. You need to be very strong in communication skills. Many of you lack that. Please do not use U for you, thr for there, wt for what etc. Using such chat language in a professional or technical conversation is considered as negligence and unprofessional. If you dont change your habit now, you are in for larger trouble later.

    To become a good tester, you need to be

    Good at language
    A fast learner
    Very alert
    Good imagination
    Strong writing skills

    Those are primary things.

    Reply
  5. What is the Difference between Project and Product testing? What difference you have observed while testing the Clint/server application and web server application

    Reply
  6. Hi i have got this question in one of my interview.
    can you explain me.
    what type of testing process is going on at your company?

    Reply
  7. I am having interview with BCBS as QA analyst.
    Can anyone help me what kind interview question they can ask me?
    Please…

    Reply
  8. Hey!!! This article is nice. Helping and meaningful information which is simple and easier to understand too. Thanks for the detailed answers and ideas as it helped me alot.

    Reply
  9. @ prasana
    Use cases are the UML diagrams build and used to write the test cases. Using use cases you can write test cases more effectively without duplication, better test coverage and for easy regression testing.

    @Ragul
    You can refer bug life cycle at:
    https://www.softwaretestinghelp.com/bug-life-cycle/
    I will cover STLC in coming posts.

    @Pragya
    Interviewer can ask you to explain what you did in all the mentioned projects?
    What was the project about?
    What was your roll?
    For Which testing type you were responsible?
    Have you wrote test cases?
    If you did automation then How you performed automation testing on those projects?
    Some technical background of the project related terms..
    Information about the challenging bugs you found.
    These are some of the basic questions can be asked.

    @ Durga
    Business requirements are requirements specified by the client while developing the projects. You need to develop project based on these business requirements. E.g what should be the minimum value in $ advertiser can bid for his listing to be shown in search engine results? This is the client business requirement and the UI, functionality to implement this requirement are the General requirements.

    @ yadav and pragati:
    First answer these questions before applying for any position:
    Are you applying for right position like openings having freshers requirements? Or matching your skill set?
    Have you read the opening details correctly before applying?
    Is there any mistake in your resume? Is it reflecting the skills required by the employer?
    So consider these simple but effective points before applying for next testing job opening.
    You will definitely get the call. Don’t get frustrated. Don’t give up.

    @Ravi kumar
    You can refer this article to get actual testing process in company environment:
    https://www.softwaretestinghelp.com/what-is-actual-testing-process-in-practical-or-company-environment/

    Reply
  10. Vijay stated, “A typical situation in Indian companies!”

    Vijay, What right do you have to make fun of Indian companies. They are delivering on their promises and that’s the only reason why they are in existence.

    Also, it absolutely does not make sense to compare (putting them down) Indian companies with western companies. Reason being there is a great difference in resources, culture and work environment.

    Shame on you vijay.

    Reply
  11. Hi,

    These questions are very useful.
    I have one query about Test case formats, do you have updated format for writing the test cases for Black box testing and also for White Box testing. plz. send it to my E-Mail ID: mirzalinks@gmail.com

    Reply
  12. Hi Sir,
    My Name is Neelesh, I have read your all the Answer, its very useful. I learns much more.i want to know that, I have 2.6 Years exp in manual testing and i want to switch, Can you suggest me how can find a good job…thanks in Advance…..

    Reply
  13. Hi vijay,
    This is Aarthy. I worked as aResearch Analyst for a year. Now i Want to change my career to Testing. I have done Manual Testing Course and currently doing selenium and java. I going to show 2+ years of experience in Manual Testing, so can u plz send all the possible question and answers for 2+ years experience.

    Reply
  14. Exploratory Testing: Means you go on exploring each every feature of the product, as you are a new user and you don’t know anything about the product.

    Blocker Bug: Means you can not proceed further unless and untill the bug is resolved.This is typically a application crash bug.

    Reply
  15. Can Any One Explain me….

    What are the real times example for Unit testing,Integration Testion,System testing,Sanity testing,smoke testing,regression testion,retesting by taking any website examples? and how to perform these type of testing orderwise. pls mail to me at mukesh_rinwa@yahoo.com

    Reply
  16. hi,after completion of my BTech(mechanical) i worked in manufacturing sector in quality control dept (nearly 5yrs) then i switched in to SOFTWARE TESTING (FROM LAST 4+YRS).NOW I AM LOOKING FOR GOOD BREAK IN REPUTED COMPANIES. PLEASE SUGGEST ME.

    Reply
  17. @pragati !!! hei, its good to built a career in Testing but h have to decide where u wanna go in manual or Automation , in automation in performance or Functionality …

    Reply
  18. qualification:B.Sc.(computer science),MCM
    i dont have any intrest in programming & i dont have deep knowledge about c&c++. but my husband want that i can do software testing course & i think that i can not do it properly what can i do ?

    Reply
  19. Hi Vijay,

    I am in testing services.Recently i went through an interview and was asked below questions, would you please explain me the answers:

    1. Work distribution methodology. Will it be possible to follow work distibution methodology in a scenario where testing requirement comes haphazardly and we need to complete our job in a very limited time period.

    2. What could be the reason of getting bugs in production when there was not bug in QA,where test pre-setup(like connectivity), test data, test cases and tester all are same?

    3. How we can tackle a situation where a 2 members team is asked to complete a job within next eod and suddenly one of the member could not come for office for some reason.

    Thanks,
    Naina

    Reply
  20. hi vijay n visitors of this site,
    plssss respond to my question, ur answers r very useful to me..
    i’v done b.tech n i hav been looking for a career in manual testing from 2yrs but not getting job(actually worked for 6 months as database developer but it counts for nothing) , my perc is 69.3%.
    i prepared fake resume of 2years exp in manual testing.
    now im getting calls from gud companies but im failing in technical round coz they r asking questions from my 2yrs exp. i dont hav any proper guidance. evry 1 is confusing me lot. i lost my confidence.

    however pls tel me how to face technical round????
    n also give me some tips. i found ur answers r very usefullll. pls readers help me out. send ur answers even to my id renewkah@gmail.com

    Reply
  21. Hello everyone …

    Good to see more questions shared here on testing.

    I am too looking for real time scenario questions (3 + years automation QTP) along with answers if possible as it would be more useful to attend my interview.

    Thanks in advance

    Reply
  22. @ Tamil

    Main criteria will be the total coverage of the ‘feature’ under test.
    ‘How many’ depends on schedule and your exposure on the feature.

    If you still want the number, usually i write 70 to 100 per day.

    Reply
  23. hi,

    i am working in manual testing for the last four years,
    now looking for a jump.my nature of work is,understanding the h/w,s/w testing it completely according to the spec,if bugs found i need to fix it.
    i have knowledge in c also.
    i am not worked with any automation tools and scripting language also.
    how shall i apply,what shall i prepare..
    pls guide me

    Reply
  24. Hi Vijay,
    I am trying in software Testing Field by putting 2+ years of fake experience. I am very much worried about interview questions “what HR will ask in interview . Can you post me or send me interview questions and anwers, So that I can boost my confidence level ….

    Reply
  25. hello, dear
    I am Mr. Salman from Pakistan. I just want to ask you a question related to the interview on how to build our speaking while we are getting interviewed for the job so please anybody here to help me with this it would be a nice job for me.

    Reply
    • Hi,

      I am from commerce background.
      Can I switch my career to software manual and automation testing by taking course.
      I am interested in software testing.

      Reply
      • U can become. As Manual testing is easier and u dnt need to take up course,..u will need to concentrate over automation which may need to take up with courses. So i suggest you to start with learning Automation testing tools like – Seleuim, Tosca, Test Complete. These tools are wide scoped in market.

  26. So, can we say show stopper & bug blocker one and the same thing?

    If yes, then Please provide me a realistic example.

    Thanks!
    Nishant Kumar

    Reply
  27. Hi All,
    The Questions and answers posted here are very helpful.

    Could any one help me in giving questions and answers based on Agile testing ?

    Reply
  28. Hi…..
    Vijay, Most of the time interviewer ask the general question- Why you choose to do career in S/W Testing ?
    At that time most of people focus on how testing is better than development.
    Is it right? and just tell me the specific answer.

    Reply
  29. Hi Guys,

    I am working in testing, i have 3.5 years exp in same, I want to switch in SAP testing.

    Can anybody help in this, I want to know is there any classes for the same or is there any tool available in market.

    If anybody knows about this please let me know, Give me misscall i will call you back on your number

    Thanks,
    Vikram
    09892343887

    Reply
  30. Hi Vijay,

    I am attending interviews for lead position. There are few questions asked by the interviewer. Could you please answer the below questions:

    1. How will you manage a team member who is more experienced than yours and what challenges will you face? ( that guy might be technically sound).
    2. What are the challenges faced with the 1+ years experience team.
    3. How many defects is acceptable for a project. Is there any goal for no. of defects.
    4. How will you ensure that all the requirements have been covered during the test cases review
    I answered as RTM, but interviewer expected more.
    5. When there is a new enhancement, what kind of test cases will you write and how will you ensure that everything is covered during the review
    6. During the test case review, what are the main important things will you check
    7. If there are more number of production defects, how will you tackle the team as a lead (which should not reflect again in the next project)

    It would be very greatful if you provide answers to the above as the interviewer was not happy with my answers

    Reply
  31. My question is if I am going to face the interview for job of storekeeper if his ask me which software is using to make storekeeper job so pls tell me

    Reply
  32. Hello Sir,
    i am an MCA passed out in 2014.I have 1 year experience in software developement field.Now i want to move in to Software Testing.Could you please help me to choose which certification is good for me?And how to get a job in testing?
    Plz can some one help me.

    Reply
  33. Its very useful questions for mainly,those who are preparing fro the interview.
    i have a question for 3 year experience,scenario is when customer buy a product in one mall with scanning the product in barcode reader.
    for this scenario how to test and how to test database cases.
    pls replay the answer!!!!!

    Reply
  34. hi
    i want to change from current company to other.
    so vijay help me out what are the questions mainly i face, as i am working on manual testing from past 1 year till now

    thanks
    regards.
    prem

    Reply
  35. Hi,
    can you tell me what kind of question can be asked regarding a project in interview, as i have done on three projects as a Tester.

    Reply
  36. @ Vijay,

    Just wanted to congratulate on giving some very good simple answers to all.

    @ Other Debaters,

    Please append more info, if you think have more, Instead of debating on an answer. Kindly realize the importance of keeping up the knowledge bank here, in high spirits.

    Reply
  37. hi
    during one interview i faced this question.
    after writing your test cases what will be the next step in testing?.kindly update you u faced the situation.

    Reply
  38. Hi Vijay,

    Can you please upload few more frequently asked questions in an interview. Your work gives me real confidence.
    Can you also write a test case for sending a mail through compose.
    While witing test case is it better to write a use case first.

    Reply
  39. @Vijay,

    Exploratory Testing is a simultaneous learning, test design and test execution – Cem Kaner

    Isn’t that simple? Do you want to further simplify it?

    It might be a good idea to open up than to defend!

    Reply
  40. Hi Mr. Vijay,

    if u are a senior test engineer there are no test leader, and QA project manager and there are 5 high severity bugs and 5 low severity bugs what would you do and how do you face the client?

    Reply
  41. hi swati,
    There are lot of links available on this blog for manual testing interview questions. Just go thru 1 by one and prepare ur own notes for the same. Also prepare for the domain knowledge which u r working on .

    Reply
  42. hi
    vijay i really impressed of u r answers n its very use ful n understanable also n one small question i want to know diff b/w smoke testing n sanity testing iam not getting exact solution for dis plz help me

    Reply
  43. Hi Vinay,
    Can u tel me white box testing and black box testing in simple?as im geting confused between this too….please can u help me to provide good information with example…

    Reply
  44. Hi,
    I have 4+ years of an experience in manual testing. I’, looking for change.Can you please guide me what are the areas i need to brshup.

    Reply
  45. @ pushparaj J Don’t worry much abt interview…..you should be perfect in ur projects….mostly they will ask on ur projects……they wil ask questions like

    how many test cases u have written till now?
    how many bugs u found till now?
    how many test cases u wil write and execute per day?
    how many testcases u have done regression?

    Reply
  46. Hi all,

    Intranet is used in your office permises and inernet is used anywhere in a computer if you have internet connection

    Reply
  47. hi…
    i just want to be a testing engineer(manual) so can u please send me question n answer related to the manual testing

    Reply
  48. Hi, i am working in manual testing and i am planning to switch , please tell me some interview questions for 1+ exp.

    Reply
  49. Hi Vijay,
    I find your answers very useful and understandable..its very important to explain properly to people who are new in testing..keep up the good work dude..

    Reply
  50. Hey Vijay
    For the Q?3. when you don’t have any Spec. and you have to perform testing.
    Well i always face this problem, so according to me first you have to divide the application in modules and step by step test each one then integrate them as whole and test.
    The more you test you will better understand the projects and follow some standard rules while testing a unknown projects.
    In agile development this problem is always occurs.
    The more you test or browse the application you will know more about it and about its requirement, behavior at the same time you will more bugs.
    This is my opinion so let me know is it correct.?

    Thanks
    Kailash

    Reply
  51. Hi, i am a manual tester with 2.5 years of experience.Can you please provide some questions for my next level of interview. Regards mouni

    Reply
  52. Hi vijay,

    I am an BE(CSE) holder. I had been in non-testing field for 3 yrs. Now i would like to switch over my job in testing. I have learnt testing in a centre and cleared the ISTQb EXAM TOO. Could you suggest how can i specify the testing details in my resume in a clear way

    Reply
  53. @Uma: this actually depends on yr experience also. if u r a fresher or at Jr. level u can say that regression testing phase was challenging as it involved many modules to be tested.
    try to say that it was challenging than difficulty as it may show u with confidence to the interviewer

    Reply
  54. i have completed my graduation not in computer background and i m planning to go for niit course in software testing or qa course it is usefull to do can i get job after this kind of courses

    Reply
  55. Hi Vijay,

    I joined in testing recently as a fresher. can u please help me hoew to start learning testing and can u suggest me one Good Institute with real time experience to join in Hyd.

    Reply
  56. hi. iam uday. present iam working on manual testing with just 1year experiance. if i go to any interview on experiance which topics in automation are important for interview? can you give any advice?

    Reply
  57. if today is the delivered date of product and you come to know that there are so many bugs in major functions and u have to deliver the product today in this situation what will you do?

    Reply
    • As a test manger, I would like to modularize my bug concentration on use cases. I will have a proactive communication to understand the criticality of go-live, explain the current severity of observations & define mitigation plans in case users observe those issues. In any case any Level 1, 2 issues is No-Go.

      Reply
  58. “Let’s say you log a bug that you find while executing 1 of your tests cases. But the developer comes back and says that this is not a valid bug. How would you tackle this situation and what would be your next steps?” Provide a thorough and complete answer to this interview question

    Reply
    • Try out the following steps,
      Ensure that the defect is a valid defect that it does not have any logical loopholes.
      After the first level of verification, make sure the defect is actually a deviation from the expected software behavior that should conform to business requirements
      When convinced from your side, communicate with the developer demanding the reason for marking the defect as invalid and validate his explanation to correctnes
      Also look for the possibility to verify whether the defect is reproduceable and capture the test evidence in the form of screenshots
      Produce the evidence to the developer and ask him to rerun the test and if the test is verifiable then it should be fixed
      If not, make sure whether the system is down for deployment or if it there could be a potential technical glitch or technical snag
      It is also worth giving a try on checking the system log files along with the developer to zero in on the issue

      Reply
  59. hi this is gowri shankar i am looking for a job as a manual testing could you please any one give the faq’s with answers it’s who attend the interview’s and real tiem questions with answers if any one help me please or send me the faq’s to my mail id
    gowri.t79@gmail.com

    Reply
  60. i would like to know some examples regarding functional testcases. in interview they are giving some scenario and asking to tell testcases regarding that. pls help me

    Reply
  61. @ Rajesh,
    You did testing course and join n organization, you will be appointed as Software Tester. After 3 to 6 months or a year as per companies policies. when you will be promoted, you will become a Test Lead. and then Test Manager
    Key Responsibilities of tester is to test the application, they work under test leads. but for any help they can approach test manager.
    Test Lead works under Test Managers, they are fully responsible for the project.
    Test Manager manages the whole project set the time line for completion of the project etc.

    Reply
  62. Hi Vijay,
    can you please tell me the steps that needs to be performed as a terster,if there is last minute change in the requirements.

    Reply
  63. how to prepare testcases for given scenario’s & how to face testing interview&what type of Q’s they may ask as a fresher &how to explore my ideas?

    Reply
    • Retesting is done when some defect is fixed. We retest the fixed defect and pass the corresponding test cases.
      Regression Testing is done once the complete new functionality testing is completed. Regression testing is done to ensure that changes have not affected unchanged part of the functionality..

      Reply
  64. Sir,
    Can you brief me about the Trasability matrix with example, that will be more useful i am unable explain it clearly

    Reply
  65. GA..recently one of the interviewer asked me

    1.difference between test script and testcase?
    2.what is brute force attack?

    Reply
  66. @ ANU

    Both function and perform similarly, but still differ in following ways.

    Web application:

    a) We can’t include c# and vb page in single web application.
    b) We can set up dependencies between multiple projects.
    c) Can not edit individual files after deployment without recompiling.
    d) Right choice for enterprise environments where multiple developers work unitedly for creating,testing and deployment.

    Web site:

    a) Can mix vb and c# page in single website.
    b) Can not establish dependencies.
    c) Edit individual files after deployment.
    d) Right choice when one developer will responsible for creating and managing entire website.

    @ Chandni
    Test Scenario is brief description of what need to be done, Based on Test scenario we derive Test cases.

    Reply
  67. i would like to know some examples regarding functional testcases. in interview they are giving some scenario and asking to tell testcases regarding that. pls help me.please give examples of scenarios.

    Reply
  68. I have a few questions-
    1. You have tested a mobile app and it is live now and clients are using it. But then you find there’s a data leakage bug in the app. You notify the management regarding this and developers fix it. But client is still using the old version. So how will you make sure client uses updated version?

    2. What are the challenges faced while testing mobile app as compared to web app (in terms of functionality)?

    Reply
  69. Hi vijay,

    I have 1.5 years experience in manual testing in web and mobile testing and have knowledge in Automation tool.

    At Present I am looking for a job in testing field. I don’t know the testing job openings in mnc. can you give some tips to find job and handle technical round and how much salary i can expect from the companies.

    kindly help me…my email id is venkat_raj22@yahoo.in

    Reply
  70. Hi ,
    I am software developer with 2 years of experience and I am switch to software testing.so my previous experience is count or not in IT.

    Reply
  71. Hi Vijay,
    You r not answering to the questions asked by people? What happened? We feel your answers very interesting. Hope u will soon start replying.:)

    Reply
  72. Sushama….

    Sanity Testing:-Tester conducts the Sanity test to ensure the stability of the application build.Tester finds weather the application build is stable for complete application or not.

    Smoke Testing:-It covers the major functionality of the application without bothering with finer details.

    Reply
  73. hiii..Vijay….your data is very useful…thanks..
    i have a question.,
    if you have found a bug. and developer is not agree, that this is a bug..so what should be the appropriate answer for this..?

    Reply
  74. Hi Vijay,
    Your blog is very useful. Thanks. I have 3+ yrs of experience in ETL & manual testing. I faced some questions pls answer.
    1. How to populate million records in single SQL query?
    2. What was the critical query you wrote?
    3. What is traceability matrix?
    4. Do you aware about ACH? If yes, why it is used in project?
    5. What are the responsibilities of ETL tester? Give with examples/ SQL queries?
    6. Explain your last project..
    7. What is difference between retesting & regression testing?
    8. Why you opt for quality post?

    Specially 6th question, My project is on healthcare insurance application, please suggest how to explain with 1 sample project on this domain.

    You can send me answers to- koribp@gmail.com.

    Reply
  75. hi all, i am Rajesh. i am new to testing. may i know that what is the organizational structure? that means what are the different designations in a company and in testing field, i.e. like project lead, test manager, team lead….etc. plz clarify me.

    Reply
  76. guys… this is really helpful but, Mr.Vijay, you also need to answer to the questions asked by most of the above ppl here… speed up….

    Reply
  77. hai,
    I am attending for a interview as a manual testengineer
    with fake 2.9 years of experience,i am very much worried about what are the questions they are going to ask.pls any one suggest me about the questions to face the interview

    Reply
  78. I am working with stock broker with age of 37 B.Com know i want go for software testing after learn testing can IT inds. absorbe me or not.

    Reply
  79. What is the difference between Business requirements and General requierements? I faced this question in interview.

    Reply
  80. Hi Vijay,
    I find your answers very useful and understandable..its very important to explain properly to people who are new in testing..keep up the good work dude..

    Reply
  81. Hi All,

    I am looking for a QA Lead (Software Testing) for one of our client companies.

    Basic Requirement:
    5+ years of work experience in software testing
    Automation Testing experience is essential
    Team leading experience

    Location: Powai, Mumbai
    CTC: 6-8 Lacs per annum

    People who furnish the above mentioned criteria can only apply.
    Interested candidates can forward their updated CVz @ mohammad.adil@mangoconsulting.net

    Kind Regards,
    Mohammad Adil
    +918410425444

    Reply
  82. Hi Vijay,
    My question is related to Agile testing.
    who will b the responsible for Agile testing? What it includes? And how i co-relate this Agile testing with Testing Life Cycle?
    If you provide me help line that would be greatful. 🙂

    Reply
  83. Hi Vijay,

    Your website is very useful and real time experiences were discussed.

    I want to know the difference between website testing and web application Testing?

    Reply
  84. Hi, friends

    I am trying in software Testing Field by putting 2+ years of fake experience. I am very much worried about interview questions “what HR will ask in interview . Can you post me or send me interview questions and answers,
    please tell me and help

    Thanks,
    regards,
    brahmaiah,
    bramm944@gmail.com

    Reply
  85. Hi. I learned testing 2 years back and now I am willing to do a project on testing. I am planning to build my career in Testing side. But I know that in doing project, I can cop up myself in getting a Job in Testing. Is this a good decession on my side?
    Can anybody please help me in this regard?

    Reply
  86. i want the interview qustions on tesiting i am working on manual plse send me the qustions &ans on testing for 3+……..

    Reply
  87. hi friends
    iam having 3+ years of experience in manual testing can you please provide the manual testing interview questions

    Reply
  88. Hi Vijay,
    Your answers are boosting up the candidates,who are really in job search keep on the same thankssss…………..

    Reply
  89. 1. What exact work you do in your office as a tester?
    2. After 5 years what you want to be? QA Lead? Why not something else?
    3. As a tester how do you use Fiddler tool?
    Please answer these questions

    Reply
  90. Hi,
    I am a BBM student and was working in INFOSYS BPO as process executive later to come out of BPO software testing came into my mind and did my Manual testing course, and sought help from few people and got cheated from them, I have knowledge on manual testing and showing my 2 years of experience after testing a dummy project in one of the organisation, I am striving for job and want to make my career in TESTING, Could you please suggest and help me whether is this right and will i get Job in testing?.
    Please help………….I am badly in need of job. My phone # 9980091979

    Reply
  91. hi vijay n visitors of this site,
    plssss respond to my question, ur answers r very useful to me..
    i’v done b.tech n i hav been looking for a career in manual testing and automation HP-QTP from 2yrs but not getting job(actually worked for 6 months as database developer but it counts for nothing) , my perc is 69.3%.
    i prepared fake resume of 2years exp in manual testing.
    now im getting calls from gud companies but im failing in technical round coz they r asking questions from my 2yrs exp. i dont hav any proper guidance. evry 1 is confusing me lot. i lost my confidence.

    however pls tel me how to face technical round????
    n also give me some tips. i found ur answers r very usefullll. pls readers help me out. send ur answers even to my id poonam.bella@yahoo.com

    Reply
  92. when testers not having proper documents for preparing test scenarios and cases then testers can go for Exploratory testing that means by using screen shots provided by developers testers can go for testing

    Reply
  93. Hi vijay, i am into testing for few months, i am the only tester in my org.., i have assigned moe than 8 projects which are web application (gui) —- now i am into ERP testing—- we dont have tools, documents etc i can say that i am into exploratory testing——- i am not using any technique(BVA,ECP)—– IS THIS KIND OF JOB HELP ME IN FEATURE

    Reply
  94. hi vijay,
    I want to do job in testing field, but how can i get job in this field?
    I have applied so many places but no response from there. I have done MCA and applied as a fresher for testing job. So please tell me how can i get job in this field. Please help me.

    Reply
  95. Hi,
    I have got this question in my recent interview,and i need exact answer for this.my question is.

    write the Scenario for Delivery Charge.
    If 10 kilometer in week days, charge is 100
    if stirs is added in week days, extra 50 will be charged.
    if it is weekend Flat 500RS for any distance.

    Delivery may be anything.Thank you

    Reply
  96. Hi Vijay,

    If a developer includes a new function in the existing module which has being already tested. if you are an tester what type of testing you done? And why should done the test again?

    Reply
  97. @Vijay,

    interviewer asked very frequently

    What was the project about?

    I am working as a manual tester in a web designing company ,and there are many small small variety web designing project where I am working.

    can u please tell me how could how could I explain all project details with few words…need a guidance …

    Reply
  98. Hi Vijay,
    I hv 4 years exp in Manual Testing. I hv not done any automation course. Whether it is must and shud for my job changing to CMM Level. Please let me know ur thoughts. Thanks in Advance.

    Reply
  99. @ Tamil

    Main criteria will be to total coverage of the ‘feature’ under test.
    ‘How many’ depends on schedule and your exposure on the feature.

    If you still want the number, usually i write 70 to 100 per day.

    Reply
  100. hii vijay..
    u didnt reply dude to any query asked above…
    its really help to people dont now any think and specially thanks to srisha for sharing ur experience regarding interview question 🙂
    so plz share ur knowledge… its very useful …
    keep it up 🙂

    Reply
  101. hey,
    i work in small scale software industry,i want to know about how to ptepare for test scenarios n its test cases.
    also about how to start testing.

    Reply
  102. hi vijay n visitors of this site,
    plssss respond to my question, ur answers r very useful to me..
    i’v done b.tech n i hav been looking for a career in manual testing from 2.5yrs but not getting job(actually worked for 6 months as java developer but it counts for nothing) 🙁 , my perc is 62.3%.
    i prepared fake resume of 2years exp in manual testing.
    now im getting calls from gud companies but im failing in technical round coz they r asking questions from my 2yrs exp. i dont hav any proper guidance. evry 1 is confusing me lot. i lost my confidence.

    however pls tel me how to face technical round????
    n also give me some tips. i found ur answers r very usefullll. pls readers help me out. send ur answers even to my id guru.kammy@gmail.com

    Reply
  103. hello
    i have experience of 2 y in manual testing.plz let me know if anyone know abt any vacency..need to switch job

    Reply
  104. Hi, i have done Bsc maths and passed out in 2006. and i have an experiance in Insurance industry as a back office support. Am very interested to move in the Software testing, but due to my family situation i couldnt do the software testing course. after my marriage my husband has encouraged me to go to the software testing. can you anyone tell, if i will do the software testing course shall i get the job in software testing?

    Reply
  105. Hi I am Nithya…i completed my Bsc.Electronics in 2009 and i m good in c and c++…i want to work in testing only…i am completely confused whether i shall wait for some good companies lik cognizant,tcs,ibm etc to attend interviews or shall i start working in any small company..bcoz i still believ recession is over and top mnc s will start recruiting freshers..i also have a doubt whether i shall do any specialization course in due time to improve my profile status…will it help me in any way…or is it enough if i ve in depth knowledg in c and c++

    Reply
  106. Hi,
    I am a BBM student and was working in INFOSYS BPO as process executive later to come out of BPO software testing came into my mind and did my Manual testing course, and sought help from few people and got cheated from them, I have knowledge on manual testing and showing my 2 years of experience after testing a dummy project in one of the organisation, I am striving for job and want to make my career in TESTING, Could you please suggest and help me whether is this right and will i get Job in testing?.
    Please help………….I am badly in need of job.

    Reply
  107. Hi,

    I m working in a MNC, Here we are testing one one application from US client .
    For testing we are using dummy application and data.
    When it goes to production how they are relating this dummy data with the actual one ?

    Reply
  108. @ Amol –
    Test strategy is included in test plan. Test plan is nothing but integration of all test strategies. Test strategy tells what you want to test. How you are going to execute your test cases is also addressed in test strategy. So basically test strategy is a framework and boundaries of your test implementation.

    Test methodologies- You have build test strategy then how you are going to accomplish that? This is test methodology, The methods, procedures some techniques to accomplish particular task in short all operational procedures that need to be implemented are documented in test methodologies.

    Test approach is the strategy you use to address the issues during the execution of test strategy. Testing approach impact more on test plan. Testing approach can be decided from top down, bottom up and isolation.

    @ Pankaj D
    Test scenario is combination of multiple test cases under one business process task. Test scenario defines which test cases should be executed, when should execute these test cases. This set of test cases under one scenario generally created to accomplish particular module testing.
    Use cases are used to capture the functional requirements of any application to be build. Use cases defines the relation between application and each entity that is going to interact with the application. UML language is used to create these use cases.
    Test scenario is part of use cases. You can create multiple test scenarios from single use case. Basically each path of use case can be expanded separately as test scenario.

    @ pradeep, uday kumar and Pragya
    You can find the manual and automation testing interview questions time to time in my post. Still I will write separate post as resource for testing interview questions.

    @ Suvrajit Banerjee
    You can download sample SRS template from link:
    http://www.processimpact.com/process_assets/srs_template.doc

    Reply
  109. Hi,
    My Name is shivangi, I have 2.6 Years exp in manual and automation testing and i want to switch, Can you suggest me how can find a good job as i updated my resume on portals but still not getting calls, plz suggest smthing…thanks in Advance…..

    Reply
  110. I am new tosoftware testing.
    i have studied a lot of theory on testing, where can i get the practical training on testing online (manual)

    Plz suggest some sites

    Reply
  111. Hi Vijay,

    Can you please post a couple of Manual testing projects with their names and the real time processes that go on in them. I am new to testing and I really need to have solid knowledge on some real time projects.

    Thank you in advance.

    Reply
  112. Hi testers,
    I am working in BPO industry for past 3 yrs. now i want to change my profession to testing. I am bachelor of Arts, having diploma in systems management from NIIT. I also did course of software testing includes manual testing and automation testing.

    Please guide me if I can stand in this industry among the qualified testing engineers.

    Appreciate your views..

    Thanks

    Reply
  113. In one interview they asked to me what type of QTP automation frame work u r following in u r company.
    Plz explain it bcoz i am a fresher.

    Reply
  114. hi Vijay,
    many times i faced this question that what is the difference between test strategy, test methodologies and test approaches. though by looking it seems very same, please explain with the example and exact difference between them

    Reply
  115. @Pradeep Soundararajan

    Wo wo wo…… Poundararajan strikes again! This guy has an unbelivable, ultra massive ego.

    What’s more the guy speaks with a fake accent too!! This guy travels around the world imparting lectures.. God save his audience!

    Reply
  116. hi vijay n visitors of this site,
    plssss respond to my question, ur answers r very useful to me..
    i’v done b.tech n i hav been looking for a career in manual testing from 2yrs but not getting job(actually worked for 6 months as database developer but it counts for nothing) 🙁 , my perc is 69.3%.
    i prepared fake resume of 2years exp in manual testing.
    now im getting calls from gud companies but im failing in technical round coz they r asking questions from my 2yrs exp. i dont hav any proper guidance. evry 1 is confusing me lot. i lost my confidence.

    however pls tel me how to face technical round????
    n also give me some tips. i found ur answers r very usefullll. pls readers help me out. send ur answers even to my id renewkah@gmail.com

    Reply
  117. Hi,
    I have 1year exp in manual testing,plz tel me if there is any openings on testing………..
    my email id:swarupa4288@gmail.com

    Reply
  118. I am taking testing coaching.after completing td I HV to keep fake exp.
    So in which way I have to prepare as an experienced
    Place help me out guys…

    My mailbox:b.rojauday@gmail.com

    Reply
  119. @ Bhavana When you get a question to tell or write the test cases on any specified scenario then first do one thing,
    Break the given scenario in some parts like if you have given a simple web page to test then what test cases will you write? In this scenario divide the testing work in some major parts like functional checking, UI checking, DB, Security, Load, stress testing. when you will divide given application in simple testable parts then its very easy to write the test cases for individual parts and you will not miss any important functionality to test.

    @ – Kala I have written a post on how to write effective test cases here
    https://www.softwaretestinghelp.com/how-to-write-effective-test-cases-test-cases-procedures-and-definitions/

    Reply
  120. Hi I have 3.9 years of experince in manual testing. Can u tell me the interview mode , like wat all the phases like technical interview will be available in walkin

    Reply
  121. Hi,
    i am a manual tester with 2.8 years of experience.Can you please provide some questions for my next level of interview.
    Regards
    Simi

    Reply
  122. hello vijay sir;
    i have 1+ exp in manual testing , but my company is small and not registered on Ministry of corporate affairs ,
    is that any problem if i apply in any big company coz if they will inquiry for same , there is chances of my candidature blacklist .
    kindly guide me what i do..!!

    Reply
  123. Hi
    I want to know where can i get the dummy projects on testing on banking domain for the reff. can u suggest me th website wer can i get that

    Reply
  124. hi vijay,
    i completed mca on 2009 i have done testing course i am serching for job for 3+ years experience.pls suggest me tips to face interviews and wht r the frequently ask interview questions for experience candidates.

    Reply
  125. @susanna why you want to show fake experience , Just try to be honest and you will get better opportunity if you get caught later , it will spoil all your career and probably u will get blacklisted

    Reply
  126. Sir I have a doubt. So please go through this situation and share solution –
    suppose I have 1 module A that has bees tested.I get other module B, it has been tested too. Now we need to integrate each one. We will test both module functionality as a whole.
    Sir My doubt is that when we integrate both, so how we test these 2 modules. I mean we will test module A functionality against module B and vice versa.

    Reply
  127. @ Pramod
    I’ve not gone anywhere 🙂 I am here to help everyone and just got little busier to respond to each and every comment. I don’t post any article without a detailed review. We now try to provide 100% value in each of our articles. Rest assured that all of our latest post will have answers to your questions.

    Reply
  128. Hi sir..This s nandhini currently dng b.tech(I.T)3rd year….my interest is to be a software tester…but i dnt hve any guide..so pls guide me to become a tester…tis s a request sir…mail id:nandhumani8892@gmail.com

    Reply
  129. Hi Vijay,

    I have around 3 years of experience in Manual Testing.I want to get a job in the European countries in the testing field only. I use to apply and upload my resume(if possible) directly on the all those testing companies website which are located in Europe but I never get any reply.
    Could you please tell me what all steps I need to follow in order to enhance my carrier.

    Thanks in advance.

    Regards,
    Abhishek

    Reply
  130. Dear all,
    I’m a software tester in VietNam. Some knowledge in software testing i’m still confusing…
    ex: Please explain for me What’s the difference between validation & verification ?
    Thanks

    Reply
  131. hi vijay
    i finished my M.C.A in corrspondance i am finshed testing cource manual and automation in institute and i finshed last year now i am trying job in chennai because i get low in upto graduation below 60%. how can i get job in this field. if any opening chennai pls help me. i want also fresher interview question with answers.

    Reply
  132. @BIPIN, are you serious telling Vijay to speed up answering the questions? Most of these question are poorly asked and many can be looked up on the internet for themselves. How is he supposed to tell you what interview questions will be expected for example, for someone with 1 year experience? This is unpredictable and varies by project or company. I have 12 years QA experience and never seem to know what to expect on an interview, the key is to know software testing and it is variable.

    Reply
  133. Hi,can any one give me some suggestion I am 2008 passed out now I want to be in software field as a tester how can i go ahead to get a job in this field.

    Reply
  134. Hi Vijay

    Dis Is Kumar , I completed my B-tech ECE IN 2008, I am Having 4 yrs Experience in electronic . i resigned my jobs . i want to join in software tesing . i completed testing course both manual and automation in Hyderabad. can i mention my experience in resume or not? please give me suggestion .

    thanks and regards
    Kumar
    kumar_1603@yahoo.in

    Reply
  135. Hi, i am working as a software tester in banking and finance domain, so can you please send me some interview questions for 2Plus exp of manual testing in banking and finance domain

    Reply
  136. Hi Vijay,

    I Read your answers all are given full of confidence.
    I have an question:
    Can you tell me any scenario of High priority and low severity. But example should not be related to any cosmetic error.

    My email id Sucheta.rana123@gmail.com.
    please response.

    Reply
  137. Exploring the application by adding (or) modifying the existing testcases for better testing is called “Exploratory Testing”

    Reply
  138. I am an IT professional for the past 4 years, I’m eager to get into software testing to branch out and grow in my career. I’ve already looked at applying for the ISTQB foundation level course but I wanted to ask you what other courses or self study practises I can do to grow further in this new career turn I want to take.

    I’m tired of being in the same level and want to branch out and since I have a background in quality (ISO 9001) I wish to pursue and grow in quality assurance/testing.

    Reading the comments above, I guess you all must have been here at some point. So waiting for your advice and suggestion as to how I can move from this stagnant point.

    Thanks!

    Reply
  139. hi vijay n visitors of this site,
    plssss respond to my question, ur answers r very useful to me..
    i’v done b.tech n i hav been looking for a career in manual testing from 1.5yrs but not getting job
    i prepared fake resume of 2years exp in manual testing.
    now im getting calls from gud companies but im failing in technical round coz they r asking questions from my 1.5yrs exp. i dont hav any proper guidance. evry 1 is confusing me lot. i lost my confidence.

    however pls tel me how to face technical round????
    n also give me some tips. i found ur answers r very usefullll. pls readers help me out. send ur answers even to my id pravatalok @gmail.com

    Reply
  140. hi..dear all………
    i hv complete Bsc.(Physics) last year..but dont hv any job right now.i hv done testing..plz suggest something fo me…

    Reply
  141. Hi Vijay,

    I am working on Manual Testing and want to switch in Automation Testing.I have 3 Years experience but in companies they are asking for hands on experience in automation Testing.If i learned automation Tool and without any hands on experience,can i switch?Please guide me.

    Thanks,
    Shikha

    Reply
  142. hiiii
    I have completed my b.tech in I.T. branch and also completed 3 months training in software testing.
    Now i m looking a good job in mannual testing.
    plz guys help me and send me information on my email id:

    karansingh1464@gmail.com

    Reply
  143. Hi Vijay,
    U r doing a great job by helping people. Thanks a lott!!!
    Can u tell me what is the difference between PreConditions and PostConditions in a Test Case? Can u please give us an example if possible.

    Reply
  144. Hello Vijay,

    You are doing well,but i have a question for.
    Could you tell me what is Spike Testing exactly ?

    Reply
  145. Hello Sreeja mam. If you don’t mind….. please prepare this type questions on document and send to this mail id …Please please……….

    Reply
  146. Hi,

    One question was asked to me in one of the interviews, I want to share the same. Please suggest the answers.

    Q: Provide some high level test-cases for whatsapp application.
    (Test-cases which a tester will execute and focus on if whatsapp is being released tomorrow for the first time).

    Reply
  147. can u explain about the age of bug some of organizations are asking this question.I think the answer is time taken to fix the bug is the age of bug but we can not tel the age of bug exactly.it is depending up on the developers why because they should fix the bug.
    is this right answer

    Reply
  148. PLS REPLY….. can u brief me the GUI TESTING CONTENT (what are the areas to be tested)—- so no bugs are left — for web application (web page)

    Reply
  149. Hi,
    any body tell me , the real time answers for this question, asked frequently in interviews
    What is the most difficult problem you’ve found during testing

    Reply
  150. hi vijay,
    u are doing a great job. I am a fresher and putting some fake exp since i didnt get any jog offer when i put fresher. can u give me an example ? of show stopper, DB bug and a very complicated bug…. these are sure questions in an interview.
    thanks

    Reply
  151. Hi last week i had faced these interview questions. Pls post answers.

    1) How will you check date function in manual testing
    2) Which testing types need for Web Application testing
    3) Tell me real time manual testing process
    4) What is u r first work while coming to the office
    5) Some bugs which u r faced

    Reply
  152. hi,
    i am basically devloper worked on different platform. I have 3 years of experience. Want to move to testing . i am attending interview also but not able to crack. Please suggest me.

    Reply
  153. i want to know wat questions are asked for 1 year experienced people on automation qtp,based on project online crm which is hybrid framework driven n i want d answers for it, plzz post

    Reply
  154. I am working as a manual tester for a healthcare product company having 2+ years of exp… would like to know some interview questions.

    Reply
  155. Hii Sir,
    I am a fresher and having an interview in QA on monday I dont know what to prepare for this post please help me on this.
    Plz reply

    Reply
  156. What are the common software testing designations, responsibility related to particular designations given in a software company?

    Reply
  157. Hi guys/Girl,

    My self Vamsi having 8+ years of experience in Testing. if any one of u have question plz ask me you can mail me I will respond.

    If you have any question related to testing/testing career plz feel to contact me(vamsiroyal2000@gmail.com)

    Reply
  158. What is Sanity Testing and Smoke Testing?
    explain it with proper examples or some real examples.
    And also tell me about these testings, are they useful in real projects, how could one implement Smoke & Sanity Testing processes for their projects?

    Reply
  159. Exploratory Testing: Means you go on exploring each every feature of the product, as you are a new user and you don’t know anything about the product.

    Blocker Bug: Means you can not proceed further unless and untill the bug is resolved.This is typically a application crash bug.

    Reply
  160. hi..dear all………
    i hv complete dmy B,tech(IT) this year..but dont hv any job right now.i thinking..to join testing..plz suggest something fo me…what should i do..should i join softwae testing or not…or frm where i can learn this…is dere any company which is hiring for testing..n also ll trained them..
    pz provide me some gud solution..

    Reply
  161. HI
    software inspection is verification technique only find defects not correct my Question is where it will be corrected which are found in inspection

    Reply
  162. Hi Vijay,

    I was just going through ur posts, its quite useful. I work as a DWH and BI report tester in a software company with 4 years of experience in the same.

    I wanted to know can we automate BI reports through QTP? Please let me know if not QTP what is best to automate BI reports.

    Please do let me know if doing QTP course would serve my purpose.

    I have always been aware of QTP used to automate some Online transactions like websites and other stuff rather than WEBI reports.

    Thanks, in advance.

    Reply
  163. hello,

    The only question m failing in every interview is

    “your application is in production and there is an issue found in live, what is the next step you do?” (issue is realted to your field)

    it will be glad if you could answer this and help me out.

    please do the needfull, thanks!

    Reply
  164. Hi,
    What is the most challenging situation you had during testing?
    can u plz post some real time answer to this question. Or some scenario through which v can make some sensible reply to it consider the company im working in is a middle level company with 50 employees.
    It would be of great help

    Reply
  165. hi vijay..
    i need to know the simple answer for my question..In manual testing,especially in the STLC phase..at the time of executing testcase..how we are executing the testcase manually..i have a huge doubt regarding this becoz in automation testing we are executing the testcase by using QTP tool…in manual testing???

    Reply
  166. I m having interview with jp morgan chase as qa analyst. can anyone help me what kind interview question they will ask me?
    I never work in It field before

    please

    Reply
  167. pls frnds give me ur valuable suggestions….

    hi vijay n visitors of this site,
    plssss respond to my question, ur answers r very useful to me..
    i’v done b.tech n i hav been looking for a career in manual testing from 2yrs but not getting job(actually worked for 6 months as database developer but it counts for nothing) , my perc is 69.3%.
    i prepared fake resume of 2years exp in manual testing.
    now im getting calls from gud companies but im failing in technical round coz they r asking questions from my 2yrs exp. i dont hav any proper guidance. evry 1 is confusing me lot. i lost my confidence.

    however pls tel me how to face technical round????
    n also give me some tips. i found ur answers r very usefullll. pls readers help me out. send ur answers even to my id renewkah@gmail.com

    Reply
  168. Hi friends…
    i ve completed B.E.. i m 2009 passout..i ve done testing course still searching job… and i ve facing difficulty to find a job bcoz of one and half year gap.. i m not getting any interview calls…
    when i passed out,due to recession there was no openings and as now markets r good openings r there but for 2010 pass out.. i was getting some interview calls but wen i go to attend they use to ask what you were doing till these days..? do u ve any work experience..? what to answer to such questions.. please respond to my prob n show me a way to get job…
    I will b waiting for the response…

    Reply

Leave a Comment