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 Associate Software Engineer Interview Questions, Process, and Tips

Updated 7 Jul 2021

Amla Commerce Associate Software Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Write a code to swap to number without third variable
  • Ans. 

    Swapping two numbers without using a third variable

    • Use addition and subtraction to swap the values

    • Use XOR operator to swap the values

    • Use multiplication and division to swap the values

  • Answered by AI
  • Q2. What is joins in SQL
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables in a single query.

    • There are different types of joins such as inner join, left join, right join, and full outer join.

    • The join condition is specified using the ON keyword and the related columns.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q3. What is OOPS?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS is a way of organizing and designing code around objects

    • It emphasizes encapsulation, inheritance, and polymorphism

    • Examples of OOPS languages include Java, C++, and Python

  • Answered by AI
  • Q4. What is data science
  • Ans. 

    Data science is the study of extracting insights and knowledge from data using various statistical and computational methods.

    • Data science involves collecting, cleaning, and analyzing large datasets

    • It uses statistical and machine learning techniques to extract insights and make predictions

    • Data visualization is an important aspect of data science to communicate findings

    • Examples of data science applications include fraud ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you put in your resume, just prepare that. Be confident.

Skills evaluated in this interview

Interview questions from similar companies

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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Angular pipes, customization in angular
  • Q2. CDN, SSR, SSG questions
Round 2 - Coding Test 

Find duplicates in an array

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox

Round 1 - Coding Test 

Java, spring,springboot

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain basics of c#
  • Ans. 

    C# is a programming language developed by Microsoft for building a wide range of applications on the .NET framework.

    • C# is an object-oriented language with features like classes, inheritance, and polymorphism.

    • It is strongly typed, meaning variables must be declared with a specific data type.

    • C# supports modern programming concepts like async/await for asynchronous programming.

    • It is commonly used for developing desktop, w...

  • Answered by AI
  • Q2. C# basics oops sql server

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a Basic Aptitude Test

Round 2 - Coding Test 

We were asked to do Sorting, SQL queries (join)

Round 3 - HR 

(1 Question)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies such as Java, JavaScript, and SQL

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were few aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Had to install a software
  • Q2. Had to write few basic SQL codes
Round 3 - HR 

(2 Questions)

  • Q1. Personal questions
  • Q2. Behavioural questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning, problem solving

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice is more important

Amla Commerce Interview FAQs

What are the top questions asked in Amla Commerce Associate Software Engineer interview?

Some of the top questions asked at the Amla Commerce Associate Software Engineer interview -

  1. Write a code to swap to number without third varia...read more
  2. What is OO...read more
  3. What is joins in ...read more

Tell us how to improve this page.

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
 • 27 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 Associate Software Engineer Salary
based on 33 salaries
₹3 L/yr - ₹7 L/yr
19% less than the average Associate Software Engineer Salary in India
View more details

Amla Commerce Associate Software Engineer Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

2.2

Salary

2.2

Job security

3.9

Company culture

2.9

Promotions

3.9

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
76 salaries
unlock blur

₹4.3 L/yr - ₹13 L/yr

Senior Software Engineer
43 salaries
unlock blur

₹7.6 L/yr - ₹25 L/yr

Associate Software Engineer
33 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Software Developer
20 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.7
Compare

MapmyIndia

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