Upload Button Icon Add office photos

Filter interviews by

Amphora Software Senior Software Engineer Interview Questions, Process, and Tips

Updated 6 Oct 2024

Amphora Software Senior Software Engineer Interview Experiences

1 interview 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

Interview questions from similar companies

I applied via Monster and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About MVC and .NET framework
  • Q2. Questions on Rest API, Core services and WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be strong in basic .NET framework

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical questions related to angular CSS HTML js

Interview Preparation Tips

Interview preparation tips for other job seekers - If are good at your technical it's easy to clear

I applied via Company Website and was interviewed before Mar 2021. There were 3 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 - Coding Test 

Java assesment.

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to start your career. Even if project managers or people wont support you, you will have teams and they will surely assist you with learning and progressing further.

Great to be part of Wipro!!

I applied via Walk-in and was interviewed in Jul 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Main focous on java and selenium.if you have devops knowledge then good to have..
  • Q2. Framework design,oops concept, challange you face,roles and responsibilities,agile concept etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, focous on core Java,do good practice to identify elements, analyse the things before you respond,be more practical,raise the concern once you stuck,try to find the solution from your end before you ask for Help,...

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked me to build a shopping cart web application using vanilla js and gave two days time , that was the only round they had!

Interview Preparation Tips

Interview preparation tips for other job seekers - I built the app according to wireframe and they evaluated it and selected me directly!

Interview Questionnaire 

2 Questions

  • Q1. What is the difference between arraylist and linked list What are different types of annotations used in spring boot What is lambda expression?
  • Ans. 

    ArrayList and LinkedList are both data structures used to store and manipulate collections of objects in Java.

    • ArrayList is implemented as a resizable array, while LinkedList is implemented as a doubly linked list.

    • ArrayList provides constant time access to elements using their index, while LinkedList provides constant time insertion and deletion of elements.

    • Spring Boot annotations include @Controller, @Service, @Reposit...

  • Answered by AI
  • Q2. What is the difference between truncate and delete in mySQL How to truncate a table in MySQL Methodology used in your project like agile etc
  • Ans. 

    Truncate removes all data from a table while delete removes specific rows.

    • Truncate is faster than delete as it doesn't log individual row deletions

    • Truncate resets auto-increment values while delete doesn't

    • To truncate a table in MySQL, use the TRUNCATE TABLE statement

    • Methodology used in my project was Agile

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics. That part should be strong. You should have knowledge about the methodologies and tools used in your company.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hosting in javascript? Difference between let and var?
  • Ans. 

    let vs var in JavaScript and hosting

    • let has block scope while var has function scope

    • let cannot be redeclared in the same scope while var can

    • Hosting is the process of moving a website or application to a server

    • JavaScript can be hosted on various platforms such as AWS, Heroku, and Firebase

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong on basics of what ever technology you work.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions are generally related to Integration server, flow services, UM, deployment related questions, end to end project flow and related queries.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Mostly questions asked from core Java, rest API and Spring boot
  • Q2. Asked from projects
  • Q3. They want to know that you ever been involved in deployment or not, if yes then what's the process.
  • Q4. H.R normally asked the salary related questions and try to negotiate in CTC.

Interview Preparation Tips

General Tips: If you are not well prepared for interview then don't give interview in Wipro, because they take very tough rounds.
Skills: Hibernate, Jsp, Spring MVC, JDBC, Solace Queue, Restful Webservices, Angular JS, Core java, Spring boot
Duration: <1 week

Amphora Software Interview FAQs

How many rounds are there in Amphora Software Senior Software Engineer interview?
Amphora Software interview process usually has 2 rounds. The most common rounds in the Amphora Software interview process are One-on-one Round and Technical.
What are the top questions asked in Amphora Software Senior Software Engineer interview?

Some of the top questions asked at the Amphora Software Senior Software Engineer 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 Senior Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Amphora Software Senior Software Engineer Salary
based on 14 salaries
₹12 L/yr - ₹24 L/yr
33% more than the average Senior Software Engineer Salary in India
View more details

Amphora Software Senior Software Engineer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 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