Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Amla Commerce Team. If you also belong to the team, you can get access from here

Amla Commerce Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Amla Commerce Softwaretest Engineer Interview Questions and Answers

Updated 13 Dec 2024

Amla Commerce Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Assignment 

Questions related to the work performed at a previous company.

Round 2 - Coding Test 

Provide a comprehensive set of coding logic questions.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic OOP questions for python programming language

Round 2 - HR 

(2 Questions)

  • Q1. What's abstraction
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.

    • Abstraction allows users to focus on what an object does instead of how it does it

    • It helps in reducing complexity and improving efficiency in software development

    • Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction

  • Answered by AI
  • Q2. What's the difference between SQL and NoSQL database
  • Ans. 

    SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.

    • SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.

    • SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.

    • SQL d...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. Implement binary search algorithm
  • Ans. 

    Binary search algorithm efficiently finds the target value in a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index and compare the target value with the value at mid.

    • If target is less than mid value, update high to mid-1; if greater, update low to mid+1.

    • Repeat until target is found or low is greater than high.

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

(2 Questions)

  • Q1. Brief Introduction and basic questions
  • Q2. Future plans and how am i going to achieve them

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What is oops
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation means hiding the implementation details of an object from the outside world.

    • Inheritance allows creating new classes based on existing ones.

    • Polymorphism allows using a single interface to represent dif...

  • Answered by AI
  • Q2. Real world thing

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions Both are from DP

Round 2 - Technical 

(2 Questions)

  • Q1. 2 Questions , 1 is DSA
  • Q2. Second question is Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise DSA more and give more and more interviews.

I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you measure success at work?
  • Ans. 

    Success at work is measured by achieving goals, delivering high-quality work, and receiving recognition.

    • Achieving goals set by the team or organization

    • Delivering high-quality work that meets or exceeds expectations

    • Receiving recognition from colleagues, managers, or clients

    • Meeting deadlines and completing tasks efficiently

    • Contributing to the overall success of the team or project

  • Answered by AI
  • Q2. How many programming languages do you know?
  • Ans. 

    I know multiple programming languages.

    • I am proficient in Java, Python, and C++.

    • I have experience with web development languages such as HTML, CSS, and JavaScript.

    • I am familiar with scripting languages like Bash and PowerShell.

    • I have worked with database query languages like SQL.

    • I have knowledge of mobile app development languages like Swift and Kotlin.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MapmyIndia Software Engineer interview:
  • Software
  • Software Engineering
  • Technical Skills
Interview preparation tips for other job seekers - Job search like it's your job
Know your and self what you want
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Got a total of 3 questions with duration of 20- 25 mins for each.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were 3 q.s given in each sets. For each q.s time limit was 20 min. They were not mcq and kind of tricky.

Round 2 - Coding Test 

It also had 3 q.s based on arrays matrix and one logic based. Kinda tough fr me

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

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

This was the first round .They had given 3 logical reasoning question they were simple based on our ability to solve problem duration is 20 to 25 min for each question.

Round 2 - HR 

(4 Questions)

  • Q1. HR round started with introduction, behavioural question, situation based question.it was moderate level. It was around 25 min. there is no technical questions asked.
  • Q2. Family background
  • Q3. Why do want to join this company
  • Ans. 

    I admire the company's innovative approach and commitment to professional growth, making it an ideal place for my skills and aspirations.

    • The company's focus on cutting-edge technology aligns with my passion for innovation, as seen in my previous project on AI-driven applications.

    • I appreciate the collaborative culture here, which I experienced during my internship where teamwork led to successful project outcomes.

    • The em...

  • Answered by AI
  • Q4. What are ur future plan
  • Ans. 

    I aim to enhance my skills, contribute to impactful projects, and eventually lead a team in innovative software development.

    • Pursue advanced certifications in cloud computing and machine learning to stay updated with industry trends.

    • Contribute to open-source projects to gain practical experience and collaborate with other developers.

    • Aim for a leadership role within the next 5 years, guiding a team on innovative software...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Final round was departmental round .where they called after HR round within a week.where they had their own own formula and will give questions we have to understand the question and apply formula .it was really hard.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops? .net core features

Amla Commerce Interview FAQs

How many rounds are there in Amla Commerce Softwaretest Engineer interview?
Amla Commerce interview process usually has 2 rounds. The most common rounds in the Amla Commerce interview process are Assignment and Coding Test.

Tell us how to improve this page.

Amla Commerce Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Winman Software Interview Questions
4.0
 • 29 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
MapmyIndia Interview Questions
3.7
 • 25 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
TalentServe Interview Questions
2.1
 • 24 Interviews
View all
Amla Commerce Softwaretest Engineer Salary
based on 5 salaries
₹7 L/yr - ₹8 L/yr
26% more than the average Softwaretest Engineer Salary in India
View more details

Amla Commerce Softwaretest Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
74 salaries
unlock blur

₹4.3 L/yr - ₹12.4 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹7.6 L/yr - ₹25 L/yr

Associate Software Engineer
35 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
19 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Technical Lead
17 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Explore more salaries
Compare Amla Commerce with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Peel-works

3.6
Compare

MapmyIndia

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