Upload Button Icon Add office photos
Engaged Employer

i

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

Aaban Solutions Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 7 Reviews

Filter interviews by

Aaban Solutions Interview Questions and Answers

Updated 29 Jan 2025

Aaban Solutions Interview Experiences

1 interview found

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

I was interviewed before Jan 2024.

Round 1 - Assignment 

Given tasks on Kubernetes and how we can transition to virtualization.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the key difference between Agile methodology and DevOps practices?
  • Q2. What are CI/CD pipelines, and how do they operate?
  • Q3. How Does Git help in DevOps
Round 3 - Coding Test 

Give your full effort in every interview and emphasize practical knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your full effort in every interview and focus on practical knowledge

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (1)

Jobs at Aaban Solutions

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Assignment 

Basic self evaluation test.

Round 2 - Technical 

(3 Questions)

  • Q1. What project I have completed and follow-up questions on that?
  • Q2. How to handle class imbalance.
  • Ans. 

    Handling class imbalance involves techniques like resampling, using different algorithms, and adjusting class weights.

    • Use resampling techniques like oversampling or undersampling to balance the classes.

    • Utilize algorithms that are robust to class imbalance, such as Random Forest, XGBoost, or SVM.

    • Adjust class weights in the model to give more importance to minority class.

    • Use evaluation metrics like F1 score, precision, r...

  • Answered by AI
  • Q3. Basic Python coding questions.
Round 3 - Technical 

(2 Questions)

  • Q1. Data-related questions.
  • Q2. ML Ops questions.

Interview Preparation Tips

Topics to prepare for Amdocs Data Scientist interview:
  • Python
  • MLOPS
Interview preparation tips for other job seekers - Prepare your projects well. And be ready for basic python coding questions. Prepare MlOps roles as well.

Staying at home 🏡 Interview Questions & Answers

Drydocks World Dubai user image Anonymous

posted on 23 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Welding related & safety rules regulation. Company rules regulation.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Welding related safety & rules
  • Q2. Company tarm and conditions

Interview Preparation Tips

Interview preparation tips for other job seekers - My needs job, before this company tack interview & related but not coming any information so now take interview. I am all time radi.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Core Java concepts
  • Q2. Code optimization
  • Q3. How to remove duplicates from an array without using a library
  • Q4. What is the software development life cycle (SDLC)?

Interview Preparation Tips

Interview preparation tips for other job seekers - Wonderful company for over all growth and development.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Modern Education Societys College of Engineering, Pune and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

5G technology, 2 mins to prepare, Calls out name and then we have to turn on camera and speak.

Round 2 - Group Discussion 

Impact of E-commerce on bricks and motors

Round 3 - One-on-one 

(6 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Graduated with a Bachelor's degree in Computer Science

    • Proficient in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Interested in machine learning and artificial intelligence

  • Answered by AI
  • Q2. Research Internship based questions on python which I mentioned in my Resume
  • Q3. Doctype Html - Why is it mentioned? HTML - Inline and block elements
  • Q4. What is OOP? Explain its five pillars.
  • Ans. 

    OOP stands for Object-Oriented Programming. Its five pillars are encapsulation, inheritance, polymorphism, abstraction, and composition.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes by inheriting attributes and methods from existing classes.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstrac...

  • Answered by AI
  • Q5. SQL - Select query syntax and types of join
  • Ans. 

    SQL select query syntax and types of join

    • SQL SELECT query syntax: SELECT column1, column2 FROM table_name WHERE condition

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN

    • Example: SELECT orders.order_id, customers.customer_name FROM orders INNER JOIN customers ON orders.customer_id = customers.customer_id

  • Answered by AI
  • Q6. JAVA - DSA Questions 1. For range 1 to 100, if number divisible by 3 print "Zig", if number divisible by 5 print "Zag" and if divisible by both print "Zig-Zag". 2. Find second largest element in a given ar...

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume thoroughly and actually know every detail of the tech stack you mention in it.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Java related basic questions
  • Q2. Android questions based on previous roles
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions were asked
  • Q2. In depth questions for knowledge check
Round 3 - Behavioral 

(2 Questions)

  • Q1. Previous roles & responsibilities
  • Q2. One basic stack & queue question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1 python question and 1 sql question for coding and rest were the mcqs based on sql and python.

Round 2 - Technical 

(2 Questions)

  • Q1. Python code was asked for checking the anagrams
  • Q2. Sql code asked to solve on screen share using various use cases like group by, having, count
Round 3 - Technical 

(2 Questions)

  • Q1. Python code was asked for swaping any number but without using python libraries
  • Q2. Sql code was asked using concepts of rank dense,rank, partition by
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Operation related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Operation related questions

Associate Data Engineer Interview Questions & Answers

Egen user image Sriramya Peddapally

posted on 13 Dec 2024

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

Asked questions based on arrays

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related sortings
  • Q2. Questions related to projects
Round 3 - HR 

(1 Question)

  • Q1. Managerial questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - One-on-one 

(2 Questions)

  • Q1. Nonsense question
  • Q2. They don't have knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this organisation if you want to spoil your career than you go for it worst company Prashant is so cheap the VP he behaves like salesman

Aaban Solutions Interview FAQs

How many rounds are there in Aaban Solutions interview?
Aaban Solutions interview process usually has 3 rounds. The most common rounds in the Aaban Solutions interview process are Assignment, Technical and Coding Test.
How to prepare for Aaban Solutions 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 Aaban Solutions. The most common topics and skills that interviewers at Aaban Solutions expect are Sales, Business Development, Inside Sales, B2B Sales and Sales Consulting.
What are the top questions asked in Aaban Solutions interview?

Some of the top questions asked at the Aaban Solutions interview -

  1. What is the key difference between Agile methodology and DevOps practic...read more
  2. What are CI/CD pipelines, and how do they opera...read more
  3. How Does Git help in Dev...read more

Tell us how to improve this page.

Aaban Solutions Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Aaban Solutions Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

4.3

Salary

4.5

Job security

4.3

Company culture

4.3

Promotions

4.5

Work satisfaction

Explore 7 Reviews and Ratings
Business Development Executive

Gurgaon / Gurugram

0-1 Yrs

Not Disclosed

Explore more jobs
Compare Aaban Solutions with

Amdocs

3.8
Compare

Credence Resource Management

3.5
Compare

Congruex Asia Pacific

3.4
Compare

Mobile Programming

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