Upload Button Icon Add office photos

Filter interviews by

Aisera Interview Questions and Answers

Updated 6 Dec 2024

Aisera Interview Experiences

Popular Designations

5 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your day to day activities
  • Q2. What was the challenging task that you had faced.
Round 2 - One-on-one 

(3 Questions)

  • Q1. What was the mistake that you had done how did you overcome.
  • Ans. 

    I once underestimated the complexity of a project timeline, leading to delays. I overcame it by reevaluating the timeline and adjusting resources.

    • Underestimated project timeline

    • Caused delays in project delivery

    • Reevaluated timeline and adjusted resources to meet deadlines

  • Answered by AI
  • Q2. Tell me when you improved a process and how it impacted the business to improve.
  • Q3. How were you sharing the updates to senior management.

Interview Preparation Tips

Topics to prepare for Aisera Technical Project Manager interview:
  • Project Management
Interview preparation tips for other job seekers - both the rounds were very good Interviewers were very friendly and professional. However experience with HR was not that good. No proper communication, I was told to wait for a week as there were other candidates to be interviewed. But i had to follow up and ask the HR as to what was the update, later was told that they choose the other candidates. No proper feedback as well provided. Very poor professionalism from HR.

Technical Project Manager Interview Questions asked at other Companies

Q1. 1) What are Isolation levels in SQL? 2) What happens if same SP is modified by multiple users at same time, how do u capture the details of each user's changes? 3) What are ACID properties? 4) What are triggers & its types? 5) What is f... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical questions about ai
  • Q2. Past experience

Operations Manager Interview Questions asked at other Companies

Q1. That, if a student, who passed 12th and doesn't want to study further so how would you convince him to study more
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain infrastructure as code ? how do you implement AWS
  • Ans. 

    Infrastructure as code is the practice of managing and provisioning computing infrastructure through machine-readable definition files.

    • Infrastructure as code involves defining infrastructure in code rather than manually configuring it.

    • It allows for automated provisioning, scaling, and management of infrastructure.

    • In AWS, infrastructure as code can be implemented using tools like CloudFormation, Terraform, or AWS CDK.

    • Co...

  • Answered by AI
  • Q2. Kubernetes related questions

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Trees, Data structures

Analyst Intern Interview Questions asked at other Companies

Q1. What is the difference between Bagging and boosting ?
View answer (1)

Aisera interview questions for popular designations

 Devops Engineer

 (1)

 Technical Project Manager

 (1)

 Operations Manager

 (1)

 Analyst Intern

 (1)

 Data Annotator

 (1)

Data Annotator Interview Questions & Answers

user image Rohit Auddy

posted on 29 Sep 2023

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2023. 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 - HR 

(1 Question)

  • Q1. General Questions
Round 3 - Assignment 

Need to create a dataset of 400 utterances with scenarios provided by them.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Past Experiences
  • Q2. Some scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is very unprofessional, they don't even care to let me know the result of the interview even after following up via E-mail & WhatsApp.

Data Annotator Interview Questions asked at other Companies

Q1. What is insurance? Whats is data annotation? Types of data annotation?
View answer (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

Aisera Interview FAQs

How many rounds are there in Aisera interview?
Aisera interview process usually has 1-2 rounds. The most common rounds in the Aisera interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Aisera 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 Aisera. The most common topics and skills that interviewers at Aisera expect are Customer Service, Salesforce, Automation, Service management and Python.
What are the top questions asked in Aisera interview?

Some of the top questions asked at the Aisera interview -

  1. Explain infrastructure as code ? how do you implement ...read more
  2. Some scenario based questi...read more
  3. Technical questions about...read more

Tell us how to improve this page.

Aisera Interview Process

based on 5 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Aisera Reviews and Ratings

based on 2 reviews

2.2/5

Rating in categories

5.0

Skill development

1.8

Work-life balance

1.8

Salary

1.8

Job security

1.8

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 2 Reviews and Ratings
Strategic Partner Manager

Remote

8-12 Yrs

Not Disclosed

Technical Support Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Sustaining Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Escalation Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Aisera with

Freshworks

3.5
Compare

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

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