Upload Button Icon Add office photos
Engaged Employer

i

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

Amvotech Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Amvotech Solutions Operations Executive Interview Questions and Answers

Updated 27 Sep 2023

Amvotech Solutions Operations Executive Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Sep 2022. There were 4 interview rounds.

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 - HR 

(1 Question)

  • Q1. Self Introduction
Round 3 - Technical 

(1 Question)

  • Q1. For freshers need to speak on a topic for 2 minutes. For experienced they will go through your roles and responsibilities
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Only good for particular community people.

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. Very Basic questions about your last work exp. and if you are comfortable with night and rotational shift.
  • Q2. Why you are choosing Us?
  • Ans. 

    We are choosing you because of your excellent reputation and commitment to customer satisfaction.

    • Your company has a strong track record of providing exceptional customer service.

    • We have heard positive feedback from other customers about their experiences with your company.

    • Your company's values align with our own, particularly in terms of prioritizing customer satisfaction.

    • We believe that working for your company will p...

  • Answered by AI
  • Q3. First round was easy, it was a written test. It had 2 unseen passages and then 5-6 simple English fill in the blanks sentences.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing specific just be yourself and confident don't worry if you don't know anything about gaming.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2022. 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 - Aptitude Test 

Their are 30 questions which one has to done in 30 mins

Round 3 - Technical 

(2 Questions)

  • Q1. Q1) About the project you have done
  • Q2. Q2) some technical questions related to core Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects well enough so that you are answerable to each question asked

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on Sql
  • Q2. Few queries on CTE, JOINS, WINDOW functions
Round 2 - Technical 

(1 Question)

  • Q1. Similar as first row but some critical questions on sql
Round 3 - HR 

(1 Question)

  • Q1. General questions about shifts and role

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
Interview preparation tips for other job seekers - Prepare basics well and your projects

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

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. About academic project
  • Q2. About language used in my project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for interview and practice your coading well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic 10-15btheorotical question
  • Q2. Join + window funct question

Interview Preparation Tips

Interview preparation tips for other job seekers - prep your advance sql very well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference Between Union and Union All
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates

    • Union combines result sets and removes duplicates

    • Union All combines result sets without removing duplicates

    • Union is slower than Union All as it involves removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;

  • Answered by AI
  • Q2. SQL Execution order
  • Q3. Coalesce function in SQL
  • Ans. 

    Coalesce function in SQL is used to return the first non-null value in a list of expressions.

    • Coalesce function takes multiple parameters and returns the first non-null value.

    • It is commonly used to handle null values in SQL queries.

    • Example: SELECT COALESCE(column_name, 'N/A') FROM table_name;

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Dp, trees and basic time complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Topics to prepare for Junglee Games Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Learn DSA

Amvotech Solutions Interview FAQs

How many rounds are there in Amvotech Solutions Operations Executive interview?
Amvotech Solutions interview process usually has 4 rounds. The most common rounds in the Amvotech Solutions interview process are HR, Resume Shortlist and Technical.

Tell us how to improve this page.

Amvotech Solutions Operations Executive Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Junglee Games Interview Questions
3.1
 • 32 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
NexTurn Interview Questions
4.1
 • 28 Interviews
Ganit Inc Interview Questions
3.7
 • 20 Interviews
View all
Amvotech Solutions Operations Executive Salary
based on 11 salaries
₹3 L/yr - ₹7.3 L/yr
57% more than the average Operations Executive Salary in India
View more details

Amvotech Solutions Operations Executive Reviews and Ratings

based on 8 reviews

3.0/5

Rating in categories

3.8

Skill development

3.1

Work-life balance

3.4

Salary

2.9

Job security

3.2

Company culture

3.6

Promotions

3.3

Work satisfaction

Explore 8 Reviews and Ratings
Developer Associate
50 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Bench Sales Recruiter
22 salaries
unlock blur

₹1 L/yr - ₹4.8 L/yr

Salesforce Developer
21 salaries
unlock blur

₹4.4 L/yr - ₹9.1 L/yr

Devops Engineer
17 salaries
unlock blur

₹2.4 L/yr - ₹11.5 L/yr

Operations Executive
11 salaries
unlock blur

₹3 L/yr - ₹7.3 L/yr

Explore more salaries
Compare Amvotech Solutions with

JoulestoWatts Business Solutions

2.9
Compare

Black Knight

3.6
Compare

Polestar Solutions & Services India

4.1
Compare

Thoughtsol Infotech

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