Upload Button Icon Add office photos

Filter interviews by

Aethereus Consulting Interview Questions and Answers

Updated 21 Oct 2024

Aethereus Consulting Interview Experiences

Popular Designations

4 interviews found

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude , Reasoning

Round 2 - Coding Test 

Aptitude , Dsa , oops , c

Interview Preparation Tips

Interview preparation tips for other job seekers - oops , salesforce basics for interview , dsa , projects

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The level of apti is easy

Round 2 - Technical 

(4 Questions)

  • Q1. 2 tech questions were given to solve , oops , projects explain
  • Q2. Find duplicate elements from an array
  • Ans. 

    Find duplicate elements in an array of strings

    • Iterate through the array and use a HashMap to store each element and its count

    • Check if the element already exists in the HashMap, if yes, it is a duplicate

    • Return the list of duplicate elements found

  • Answered by AI
  • Q3. Find palindrome number
  • Ans. 

    A palindrome number is a number that remains the same when its digits are reversed.

    • Check if the number is equal to its reverse

    • Convert the number to a string and compare it with its reverse string

    • Use a loop to reverse the number and compare it with the original number

  • Answered by AI
  • Q4. Basic dsa questions

Skills evaluated in this interview

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy test based on aptitude

Round 2 - Coding Test 

On Regular expression

Round 3 - Technical 

(1 Question)

  • Q1. SQL Java oops question asked

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(5 Questions)

  • Q1. Custom settings & custom metadata
  • Q2. Validation rules
  • Q3. Process automation
  • Q4. Scenario base questions
  • Q5. Apex triggers. On cross object

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

Aethereus Consulting interview questions for popular designations

 Software Engineer

 (2)

 Salesforce Developer

 (2)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of Python and pytest framework
  • Q2. Questions will be based on the resume in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with your resume. Understand the project, that you handle. Be aware of the software market and be bold to open up with your views. It is not always true, that when new technologies come up, the old goes down. It is the less adaptability of the technology, that pulls it back.

I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.

Round 1 - Assignment 

Mcq and 2 coding(basic)

Round 2 - Technical 

(1 Question)

  • Q1. Explain about oops concept
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other to solve a problem.

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

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inherita...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About myself, my family and goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite if you have basic knowledge you will select here

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

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

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Superset and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude consists of general thinking, pseudo code, and game aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Resume mentioned technologies are going to ask you in the interview.
  • Q2. Any knowledge about web technologies and questions on Angular, JavaScript and java.
  • Q3. How would you manage your team. If you are on leave and you don't find any network to connect with them.
  • Ans. 

    Delegate responsibilities and establish clear communication channels for team members to handle situations in my absence.

    • Assign clear roles and responsibilities to each team member

    • Establish communication channels and protocols for emergencies

    • Ensure team members have access to necessary resources and information

    • Provide training and support to team members to handle unexpected situations

    • Regularly check in with team membe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you perform well. Try mock interviews before your main interview. Try to fill out the resume with the technologies that you know well.

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Aethereus Consulting Interview FAQs

How many rounds are there in Aethereus Consulting interview?
Aethereus Consulting interview process usually has 2-3 rounds. The most common rounds in the Aethereus Consulting interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Aethereus Consulting 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 Aethereus Consulting. The most common topics and skills that interviewers at Aethereus Consulting expect are Salesforce, Apex, Lightning, Data Analytics and Analytical Chemistry.
What are the top questions asked in Aethereus Consulting interview?

Some of the top questions asked at the Aethereus Consulting interview -

  1. Find duplicate elements from an ar...read more
  2. Find palindrome num...read more
  3. 2 tech questions were given to solve , oops , projects expl...read more

Tell us how to improve this page.

Aethereus Consulting Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Aethereus Consulting Reviews and Ratings

based on 20 reviews

3.0/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

3.3

Salary

3.0

Job security

2.8

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 20 Reviews and Ratings
Salesforce Developer
49 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Senior Salesforce Developer
14 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Salesforce Technical Lead
8 salaries
unlock blur

₹20.7 L/yr - ₹21 L/yr

Senior Salesforce Business Analyst
6 salaries
unlock blur

₹10 L/yr - ₹25.2 L/yr

Software Engineer
5 salaries
unlock blur

₹4.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Aethereus Consulting with

TCS

3.7
Compare

Accenture

3.8
Compare

Infosys

3.6
Compare

Wipro

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