Upload Button Icon Add office photos

Filter interviews by

Amphora Software Interview Questions, Process, and Tips

Updated 6 Oct 2024

Top Amphora Software Interview Questions and Answers

View all 9 questions

Amphora Software Interview Experiences

Popular Designations

4 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is Testing and explain the concept of testing in Industry
  • Ans. 

    Testing is the process of evaluating a system or application to identify any defects or errors.

    • Testing involves executing a system or application to ensure it meets specified requirements.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Testing helps identify bugs, defects, and issues in software before it is released to users.

    • Automated testing tools like Selenium, JUni...

  • Answered by AI
  • Q2. Testing Types and explain
  • Ans. 

    Testing types include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or functions in isolation.

    • Integration testing verifies that different components work together correctly.

    • System testing tests the entire system as a whole.

    • Acceptance testing ensures that the system meets the requirements and is ready for deployment.

  • Answered by AI
  • Q3. What is RTM and explain it?
  • Ans. 

    RTM stands for Requirements Traceability Matrix, a document that links requirements to test cases to ensure all requirements are covered.

    • RTM is a document used in software development to track and ensure that all requirements are met through test cases.

    • It helps in identifying which requirements have been covered by which test cases.

    • RTM is useful for ensuring that all requirements are tested and validated before the sof...

  • Answered by AI
  • Q4. Bug defect tools and what you use in current company?
  • Ans. 

    We use Jira for bug tracking and defect management in my current company.

    • Jira is a popular bug tracking tool used for issue tracking and project management.

    • It allows teams to prioritize, assign, track, and report on issues.

    • Jira integrates with other tools like Confluence for better collaboration.

    • Other bug defect tools include Bugzilla, Mantis, and Trello.

  • Answered by AI
  • Q5. Explain any project and what is your role ?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Led a team of 5 developers in designing and implementing the front-end using React

    • Integrated with backend APIs built in Node.js for real-time updates

    • Implemented user authentication and authorization using JWT tokens

    • Utilized PostgreSQL database for storing project data

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. When defect found before one day to GO-LIVE (Prod). How you justify and how we deal with Client?
  • Ans. 

    Address the defect professionally, provide a plan to fix it, and communicate transparently with the client.

    • Acknowledge the defect and take ownership of the issue.

    • Provide a detailed analysis of the defect, its impact, and the plan to fix it.

    • Communicate transparently with the client about the situation and the steps being taken to resolve it.

    • Discuss any potential risks or delays in the GO-LIVE schedule and propose mitiga...

  • Answered by AI
  • Q2. How you deal with clients and how do you manage them?
  • Ans. 

    I communicate regularly with clients to understand their needs and expectations, provide updates on progress, and address any concerns.

    • Establish clear communication channels with clients

    • Regularly update clients on project progress

    • Listen to client feedback and address any concerns promptly

    • Set realistic expectations with clients regarding timelines and deliverables

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Join the Company.
More Politics in Company compared to Outside.
Mostly People are Older and Experienced with bad ego and attitude.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

I applied via Referral and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

I was given a Google docs aptitude test in which they were around 25 questions

Round 3 - Technical 

(1 Question)

  • Q1. Question related to Java and DSA were asked
Round 4 - Technical 

(1 Question)

  • Q1. Written coding interview on eclipse -- reverese a string

Interview Preparation Tips

Interview preparation tips for other job seekers - They'll check your technical skills deeply and are not concerned about the syntax memorization mainly the focus would be on logic and concepts

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2022

Round 1 - Technical 

(1 Question)

  • Q1. Just be aware of agile process
Round 2 - Technical 

(1 Question)

  • Q1. Be aware of bug life cycle in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer with ease you can get the job for a manual tester but the load and pressure is much while working seniors arent much helpful either

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. What is Regression Testing
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • It is performed after making changes to the software to ensure that the changes do not introduce new bugs or issues.

    • It helps in identifying any unintended side effects of the changes made.

    • Regression test cases are typically derived from the existing test cases.

    • It ensures that the software remain...

  • Answered by AI
  • Q2. What is Smoke Testing
  • Ans. 

    Smoke testing is a preliminary testing technique to quickly evaluate the basic functionality of a software application.

    • Smoke testing is performed to ensure that the critical functionalities of the software are working as expected.

    • It is a subset of regression testing and focuses on testing the major features of the application.

    • Smoke tests are usually executed after a build is deployed to check if it is stable enough for...

  • Answered by AI
  • Q3. Difference between Priority and Severity
  • Ans. 

    Priority is the order in which defects should be fixed, while severity is the impact of a defect on the system.

    • Priority determines the order in which defects should be fixed, based on business needs and requirements.

    • Severity measures the impact of a defect on the system, ranging from critical to low.

    • Priority is subjective and can vary based on project goals and timelines.

    • Severity is objective and can be measured based ...

  • Answered by AI
  • Q4. Bug life cycle and Test Life Cycle
  • Q5. Explain and difference between Delete,Truncate and drop in SQL
  • Ans. 

    Delete, Truncate, and Drop are SQL commands used to remove data or objects from a database.

    • DELETE command is used to remove specific rows from a table based on a condition.

    • TRUNCATE command is used to remove all rows from a table, but the table structure remains.

    • DROP command is used to remove an entire table or other database objects.

    • DELETE is a DML (Data Manipulation Language) command, while TRUNCATE and DROP are DDL (...

  • Answered by AI
  • Q6. DB related Questions and Previous Company Project details , my role
Round 3 - Behavioral 

(1 Question)

  • Q1. Previous Company details, Reason for changing projects involved and role
Round 4 - HR 

(1 Question)

  • Q1. Package and joining date confirmation and some rules about company,

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing.
I worked here for some months and here we can see Politics. SO be careful

Skills evaluated in this interview

Senior QA Engineer -Software Testing Interview Questions asked at other Companies

Q1. 1. What is difference in DDL and DML? 2. Tell the total links present in the page via xpath
View answer (1)

Amphora Software interview questions for popular designations

 Senior Software Engineer

 (1)

 Senior QA Engineer -Software Testing

 (1)

 QA Engineer

 (1)

 Qa Automation Testing Engineer

 (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.interviewer asked about my mini Project, some questions from my project on Machine Learning and some basic HR questions 2.If you have mentioned some projects in resume the interviewer will surely ask fr...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer confidently
Be good on basics whatever domain you're from.
Good to know basics of one programming



Amphora Software Interview FAQs

How many rounds are there in Amphora Software interview?
Amphora Software interview process usually has 3 rounds. The most common rounds in the Amphora Software interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Amphora Software interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amphora Software. The most common topics and skills that interviewers at Amphora Software expect are Javascript, Backend, J2Ee, Leadership and MS SQL.
What are the top questions asked in Amphora Software interview?

Some of the top questions asked at the Amphora Software interview -

  1. How you deal with clients and how do you manage th...read more
  2. What is Testing and explain the concept of testing in Indus...read more
  3. Bug defect tools and what you use in current compa...read more

Tell us how to improve this page.

Amphora Software Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

Amphora Software Reviews and Ratings

based on 16 reviews

3.7/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

3.5

Salary

3.3

Job security

3.3

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amphora Software with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview