Upload Button Icon Add office photos
Engaged Employer

i

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

Applied AI Consulting Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Applied AI Consulting Interview Questions and Answers

Updated 6 Jun 2024

Applied AI Consulting Interview Experiences

Popular Designations

6 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2024

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

I applied via Indeed and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1) Explain react lifecycle 2) Given one code to solve related to reverse string 3) Puzzle - Given 5 litre and 3 litre jar, how we will get 4 litre water.
Round 2 - One-on-one 

(1 Question)

  • Q1. This round was CEO of Applied AI 1) Introduction, projects done, your contribution in that project. 2) Again gave same puzzle 5 litre and 3 litre jar, how we will get 4 litre water. 3) Coding question - gi...

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time by applying to this company, I got selected in all interview rounds and got call from HR regarding Salary. I accepted salary they had provided but didn't receive offer later. When i call then they said "the project which we are going to get is on hold so we can't hire UI developer".

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Coding Question: Reverse the string : I/p="Hello World!" o/p="World! Hello"
  • Ans. 

    Reverse a given string

    • Use built-in string reversal function or loop through the string and append characters in reverse order

    • Handle edge cases like empty string or single character string

  • Answered by AI
  • Q2. Puzzle : 4 and 5 liter jar to count 3 lt water
  • Q3. Python Basic questions like : Ceil and floor
  • Q4. Project based questions and explaination

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer. Prepare whatever you have mentioned in your resume

Junior Cloud Engineer Interview Questions asked at other Companies

Q1. What are three types of Load Balancers in GCP? What are helm and helm charts? What are volumes? What are namespaces? What are different types of services? How do you assign DNS in ingress? What is the difference between CMD and entrypoint c... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Assignment 

End to End Automted Deployment

Round 2 - Technical 

(6 Questions)

  • Q1. What is Cloud Computing ?
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including servers, storage, databases, networking, software, analytics, and intelligence.

    • On-demand access to a shared pool of configurable computing resources

    • Pay-as-you-go pricing model

    • Scalability and flexibility

    • Examples: AWS, Microsoft Azure, Google Cloud Platform

  • Answered by AI
  • Q2. How to create a CI/CD pipeline ?
  • Ans. 

    To create a CI/CD pipeline, you need to define the steps for continuous integration and continuous deployment.

    • Set up version control system (e.g. Git)

    • Choose a CI/CD tool (e.g. Jenkins, CircleCI)

    • Define build, test, and deployment stages

    • Automate the process with scripts or configuration files

    • Integrate with monitoring and alerting tools for feedback

  • Answered by AI
  • Q3. Steps to create the Kubernetes Cluster from scratch ?
  • Ans. 

    Creating a Kubernetes Cluster involves setting up master and worker nodes, configuring networking, and deploying applications.

    • Set up a master node by installing Kubernetes control plane components like kube-apiserver, kube-controller-manager, kube-scheduler, and etcd.

    • Set up worker nodes by installing kubelet and kube-proxy.

    • Configure networking using a CNI plugin like Calico or Flannel.

    • Deploy applications using kubectl ...

  • Answered by AI
  • Q4. How to integrate Jenkins with Github ?
  • Ans. 

    Integrating Jenkins with Github allows for automated build and deployment processes.

    • Install the Github plugin in Jenkins

    • Create a new Jenkins job and link it to the Github repository

    • Set up webhooks in Github to trigger Jenkins builds

    • Configure Jenkins to pull code from Github and run build scripts

    • Monitor build status and view logs in Jenkins dashboard

  • Answered by AI
  • Q5. Difference between rebase & merge ?
  • Ans. 

    Rebase rewrites the commit history while merge combines the commit history of two branches.

    • Rebase moves the entire feature branch to begin on the tip of the master branch, resulting in a linear project history.

    • Merge creates a new commit that ties together the histories of both branches, preserving the original branch history.

    • Rebase is useful for keeping a clean and linear project history, while merge is better for pres...

  • Answered by AI
  • Q6. Difference between CMD & ENTRY POINT keyword in Dockerfile ?
  • Ans. 

    CMD is used to provide default command to run when container starts, while ENTRYPOINT is used to provide the main command to run when container starts.

    • CMD can be overridden by passing arguments during container run, while ENTRYPOINT cannot be overridden.

    • CMD can be used multiple times in a Dockerfile, with only the last one taking effect, while ENTRYPOINT can only be used once.

    • CMD is often used for providing default par...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Applied AI Consulting AWS Cloud Engineer interview:
  • Any one Cloud
  • Jenkins
  • Kubernetes
  • Terraform
  • Git
  • Linux
  • Docker
Interview preparation tips for other job seekers - Always keep in mind about the steps to create the resources in Cloud.

Skills evaluated in this interview

Top Applied AI Consulting AWS Cloud Engineer Interview Questions and Answers

Q1. Difference between CMD & ENTRY POINT keyword in Dockerfile ?
View answer (1)

AWS Cloud Engineer Interview Questions asked at other Companies

Q1. What is DDOS Attack and what you will use to prevent it.
View answer (1)

I applied via Approached by Company and was interviewed in Jun 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 - Technical 

(1 Question)

  • Q1. 1. Difference between QA and QC. 2.write program palindrome.
  • Ans. 

    QA is process-oriented and focuses on preventing defects, while QC is product-oriented and focuses on identifying defects.

    • QA involves planning, designing, and implementing processes to ensure quality, while QC involves testing and evaluating the product to identify defects.

    • QA is proactive, while QC is reactive.

    • QA is a preventive measure, while QC is a corrective measure.

    • Examples of QA activities include process audits,...

  • Answered by AI
Round 3 - Assignment 

1. Write program on array.
2.aptitude Logical thinking question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for interview questions related to your profession.

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Applied AI Consulting interview questions for popular designations

 Softwaretest Engineer

 (1)

 UI Developer

 (1)

 PHP Developer

 (1)

 Software Engineer Intern

 (1)

 AWS Cloud Engineer

 (1)

 Junior Cloud Engineer

 (1)

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Which version php you worked on?
  • Ans. 

    I have worked on PHP 5 and PHP 7.

    • I have experience working with PHP 5 and PHP 7.

    • I have developed web applications using PHP 5 and PHP 7.

    • I am familiar with the differences between PHP 5 and PHP 7, such as improved performance and new features.

    • I have used PHP 7's type declarations and return type declarations in my code.

    • I have also worked with PHP frameworks such as Laravel and CodeIgniter.

  • Answered by AI
  • Q2. Project and Role
  • Q3. Best challenges you faces on doing project
  • Q4. Sample project which is on live
  • Q5. Questions on mvc framework
  • Q6. Database questions regarding joins

Interview Preparation Tips

Interview preparation tips for other job seekers - There is 2-rounds of interview which is on google meets. Good going and friendly conversations. Answer what you know perfectly and give your best. Don’t give any false promises open up and be frank about your skill set and be confident about your projects and role.
All The Best

Skills evaluated in this interview

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Self introduction,What is Test Cases,What is Bug,What is Regression Testing.
  • Ans. 

    Test cases are scenarios designed to test software functionality. Bugs are defects in software. Regression testing is retesting after changes.

    • Test cases are written to ensure that software meets requirements and functions as expected.

    • Bugs are defects or errors in software that cause it to behave unexpectedly or not as intended.

    • Regression testing is the process of retesting software after changes have been made to ensur...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Applied AI Consulting Software Engineer Intern interview:
  • Software Testing
  • Python
Interview preparation tips for other job seekers - AAIC is absolutely Excellent company it's grow up the carrier.

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

Jobs at Applied AI Consulting

View all

Interview questions from similar companies

I appeared for an interview in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: It was a simple aptitude test in which around 150 students cleared the test.
Duration: 1 hour
Total Questions: 40

Round: Test
Experience: Three programs were given and we had to write the code in either java ,c or c++ and get the required output.Around 90 students cleared this round.
Duration: 1 hour 30 minutes
Total Questions: 3

College Name: VIT Vellore

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The test was conducted through Cocubes. It was moderately difficult. Some of the questions are time taking. We need to be decisive in attempting such questions.
Tips: Need to manage time properly. Should assess and choose which questions to attempt and which ones to leave.
Duration: 1 hour
Total Questions: 30

Round: Test
Experience: The three questions are of three different levels.

1. You will be given two numbers. The first one is the starting point and the second one is the ending point of a range of integers. You have to count the number of integers in that range which are divisible by the first number.

Ex : INPUT : 3 18
OUTPUT : 6

2. You will be given a number. You have to find the sum of the digits. If the sum exceeds 9, you have to add the digits of the sum recursively until you a get a single digit sum.

EX : INPUT : 9999
OUTPUT : 9

Explanation: 9999 => 9 +9+9+9=36 => 3+6 =9

3. You will be given an array of characters which include ( L, R , or a number in the range '0' to '9'). A ball is kept on a line of integers initially kept at zero. The ball has to execute the instructions sequentially as follows:
(i) If an 'L' character is encountered, the ;position of the ball has to be decremented.
(ii) If an 'R' character is encountered, the position of the ball has to be incremented.
(iii) If an integer (in the range '0' to '9) is encountered , we have to go to that index in the array and execute the instruction present in that index.

Finally, after all the instructions are executed, you have to print the final position of the ball.

EX : INPUT :
Number of instruction : 5
Instructions: LR1R2

OUTPUT : 3

Explanation :
(i) Initially, the ball is at 0. Since the 0th index in the array is 'L' , the ball moves to 0-1= -1 position.
(ii) The 1st index is 'R' hence, the position of the ball is -1 +1 = 0 position.
(iii) The 2nd index is '1', hence we have to go to index 1 in the array which is 'R', hence the new position is 0+1 =1.
(iv) The 3rd index is 'R', hence the new position is 1 +1 =2.
(v) The 4th index is '2' , hence we have to go to 2nd index is '1' , hence we have to go again to 1st index , which is 'R' hence the final position is 2+1 =3.

Tips: We need to solve all the three the problems to have better chances of clearing this round.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: The interview was focussed majorly on coding. It went for about 45min with around 10 coding problems given to solve. Some basics of Computer networking are also tested in this round.
Tips: Be prepared with some basics of networking. As the company's main focus is on Telecom, good knowledge in telecom and networking would be a big advantage.

Round: Technical Interview
Experience: This round was focused on the aptitude and reasoning skills. Some puzzles were given in this round. These puzzles are of moderately complex and are more common ones in interviews. Like the (find the heavier ball among three balls using a balance in min no. of attempts).
Tips: Sometimes the interviewer tries to confuse. You need to be confident with your answers and explaination.

Round: HR Interview
Experience: The interview was more of a traditional HR round. Majorly concentrated on the final year project, personal strengths and weaknesses.

Skills: Coding Skills, Computer Networking, C Language Basics
College Name: G Pulla Reddy College of Engineering & Technology

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes, which is 2 fishes.

    • To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).

    • To find the number of fishes to be removed, divide the difference by 1% (2 fishes).

    • Therefore, 50 fishes have to be removed to make the red fishes 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skills, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobbies
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find the number of red fishes.

    • Subtract the number of red fishes from 200 to find the number of non-red fishes.

    • Calculate 2% of the total number of fishes to find the desired number of red fishes.

    • Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

Applied AI Consulting Interview FAQs

How many rounds are there in Applied AI Consulting interview?
Applied AI Consulting interview process usually has 2 rounds. The most common rounds in the Applied AI Consulting interview process are Technical, Resume Shortlist and Assignment.
How to prepare for Applied AI 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 Applied AI Consulting. The most common topics and skills that interviewers at Applied AI Consulting expect are AWS, Automation Testing, CCTV Monitoring, Performance Testing and Consulting.
What are the top questions asked in Applied AI Consulting interview?

Some of the top questions asked at the Applied AI Consulting interview -

  1. Self introduction,What is Test Cases,What is Bug,What is Regression Testi...read more
  2. Difference between CMD & ENTRY POINT keyword in Dockerfil...read more
  3. Steps to create the Kubernetes Cluster from scratc...read more

Tell us how to improve this page.

Applied AI Consulting Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Tredence Interview Questions
3.6
 • 124 Interviews
Axtria Interview Questions
3.1
 • 116 Interviews
Algonomy Interview Questions
4.1
 • 9 Interviews
Crayon Data Interview Questions
3.7
 • 4 Interviews
View all

Applied AI Consulting Reviews and Ratings

based on 53 reviews

4.2/5

Rating in categories

4.3

Skill development

4.2

Work-life balance

3.7

Salary

3.8

Job security

4.3

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 53 Reviews and Ratings
Cloud Engineer
12 salaries
unlock blur

₹4.9 L/yr - ₹9 L/yr

Junior Cloud Engineer
8 salaries
unlock blur

₹4.9 L/yr - ₹7.2 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹7.5 L/yr - ₹16.1 L/yr

Digital Marketing Executive
6 salaries
unlock blur

₹2.2 L/yr - ₹4.9 L/yr

Software Engineer
6 salaries
unlock blur

₹5 L/yr - ₹11.1 L/yr

Explore more salaries
Compare Applied AI Consulting with

Fractal Analytics

4.0
Compare

Tiger Analytics

3.7
Compare

Crayon Data

3.7
Compare

Algonomy

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