Upload Button Icon Add office photos

Filter interviews by

Aot Technologies Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are some popular digital marketing tools and platforms?
  • Q2. How do you measure the success of a digital marketing campaign?
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. The Knowledge and Skills
Round 2 - Technical 

(1 Question)

  • Q1. The interviewer asked about the process, which differs from company to company. As my current company does not follow the process, the interviewer rejected me.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the companies that see the candidates' knowledge, experience, and skills rather than the bookies' knowledge and processes.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavioural Question
  • Q2. Deep Dive into previous Projects which you have done
Round 2 - Assignment 

The assignment is easy and can be completed with proper user research. I completed the assignment but didn't submit

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer is quite friendly and supportive. Mostly conversation-based interviews.
The interview process is smooth.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions with respect to market research and people management

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was a sham. Probably, it was just for the sake of showing off and they had an internal candidate in mind. Go for interview for this organization only if you do not have a job at the moment. They have 0 respect for anybody's time. I went for the interview, waited or an hour and was then moved to a meeting room. Waited there again and was then asked to move to some other floor (manager could not come downstairs). Manager had 0 interest in asking questions and behaved as if she was doing a favor. She asked very few questions. I took a leave to attend the interview.
Note to Monotype: How you treat candidates actually reflects on your management and work culture. Very sorry to say it is poor in your organization.

QA/TL/TRAINER Interview Questions & Answers

CGS user image Anonymous

posted on 6 Aug 2024

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

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

Round 1 - Group Discussion 

JAM just introduce yourself or speak on sometime topic shared

Round 2 - Aptitude Test 

English knowledge pen n paper

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all very prolonged interview they don’t have proper schedule.
And they literally call out interviewer names aloud and say leave ( unprofessional - at least take them in hall tell them the reason which them better luck next time, may be this boosts them for other take) mostly freshers
. HR -doesn’t share proper feedback or reason
. No decision on salary manager seems talkative juz seems unnecessary
. Every candidate has to go for 2days no matter he will be selected/rejected.
.I wasted my whole day just to give typing test and written test and that to being experienced and later they asked to come tomorrow for another round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

50mins aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. Swap program in c language
  • Ans. 

    A swap program in C language exchanges the values of two variables.

    • Declare two variables to store the values to be swapped

    • Use a temporary variable to hold one of the values

    • Assign the value of one variable to the other, and then assign the temporary variable to the first variable

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction about oursel

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Angles between hour hand and minutes hand or second hand
  • Ans. 

    The angle between the hour hand and minute hand of a clock changes continuously as time passes.

    • The angle between the hour hand and minute hand of a clock can be calculated using the formula: |(30*H - (11/2)*M)|, where H is the hour and M is the minute.

    • The angle between the hour hand and second hand of a clock can be calculated using the formula: |(30*H - (59/2)*S)|, where H is the hour and S is the second.

    • The angle bet...

  • Answered by AI
  • Q2. Print diamond structure with stars
  • Ans. 

    Print diamond structure with stars

    • Start with a loop to print spaces before stars

    • Then print stars in a loop

    • Adjust the number of spaces and stars based on the row number to form a diamond shape

  • Answered by AI
  • Q3. Basic Binay search and complexity
  • Q4. This are enough to get into VEST . Same questions are asked to everyone

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do the above questions and u will get selected for sure.. because when I joined all the developers told that this are the same questions asked to us as well ..so prepare the above questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mainly from the skills I mentioned in resume
  • Q2. From project and implementing

Aot Technologies Interview FAQs

How to prepare for Aot Technologies 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 Aot Technologies. The most common topics and skills that interviewers at Aot Technologies expect are Open Source, Analytics, Javascript, Project Management and Python.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 783 Interviews
View all

Aot Technologies Reviews and Ratings

based on 5 reviews

3.6/5

Rating in categories

4.3

Skill development

4.3

Work-Life balance

3.4

Salary & Benefits

3.8

Job Security

4.3

Company culture

3.4

Promotions/Appraisal

3.9

Work Satisfaction

Explore 5 Reviews and Ratings
Full Stack Java Developer

Thiruvananthapuram

5-8 Yrs

Not Disclosed

HR Manager

Thiruvananthapuram

5-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
5 salaries
unlock blur

₹3.6 L/yr - ₹7.6 L/yr

Digital Marketing Specialist
4 salaries
unlock blur

₹5 L/yr - ₹5.2 L/yr

Business Development Specialist
3 salaries
unlock blur

₹7 L/yr - ₹8 L/yr

Software Engineer Level 1
3 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Explore more salaries
Compare Aot Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview