Upload Button Icon Add office photos

Filter interviews by

Aadit Technologies Interview Questions and Answers

Updated 11 Feb 2024

7 Interview questions

A Cloud Engineer was asked
Q. If you lost the PEM file, how will you connect to EC2?
Ans. 

To connect to EC2 without the pem file, create a new key pair, associate it with the instance, and then connect using the new key pair.

  • Create a new key pair in the EC2 console or using the AWS CLI.

  • Stop the EC2 instance for which the pem file is lost.

  • Detach the root volume from the instance.

  • Launch a new EC2 instance and associate the detached root volume with it.

  • Create a new key pair and associate it with the new i...

View all Cloud Engineer interview questions
A Cloud Engineer was asked
Q. Can you increase the size of the root volume without shutting down the instance?
Ans. 

Yes, you can increase the size of the root volume without shutting down the instance.

  • To increase the size of the root volume, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

  • For example, using the AWS CLI, you can use the 'modify-instance-attribute' command to modify the 'BlockDeviceMappings' attribute of the instance.

  • You can specify the new size for the root volume and apply the changes without requi...

View all Cloud Engineer interview questions
A Cloud Engineer was asked
Q. What is the difference between EBS, S3, and EFS?
Ans. 

EBS, S3, and EFS are storage services in AWS. EBS is block-level storage, S3 is object storage, and EFS is file storage.

  • EBS is attached to EC2 instances and provides persistent block storage.

  • S3 is a scalable object storage service for storing and retrieving data.

  • EFS is a fully managed file storage service that can be accessed by multiple EC2 instances simultaneously.

View all Cloud Engineer interview questions
A Cloud Engineer was asked
Q. Why use events in CloudWatch in AWS?
Ans. 

Events in CloudWatch are used to monitor and respond to changes in AWS resources and applications.

  • Events help in detecting and responding to operational changes in real-time.

  • They can trigger automated actions or notifications based on predefined rules.

  • Events can be used to monitor resource state changes, API calls, and system events.

  • They enable proactive troubleshooting and help in maintaining system health.

  • CloudW...

View all Cloud Engineer interview questions
A Cloud Engineer was asked
Q. What is the difference between VPC-level security and system-level security?
Ans. 

VPC-level security focuses on securing the network infrastructure, while system-level security focuses on securing individual systems.

  • VPC-level security involves configuring network access control lists (ACLs), security groups, and network traffic routing.

  • System-level security involves securing individual instances or virtual machines by implementing firewalls, antivirus software, and access controls.

  • VPC-level sec...

View all Cloud Engineer interview questions
A Cloud Engineer was asked
Q. What is a lambda, what is the use of it?
Ans. 

A lambda is a function that can be executed without being explicitly declared or defined.

  • A lambda is an anonymous function in programming.

  • It is used to write concise and efficient code.

  • Lambdas are often used in functional programming languages.

  • They can be used as arguments to higher-order functions.

  • Lambdas are commonly used in cloud computing platforms like AWS Lambda.

View all Cloud Engineer interview questions
A Cloud Engineer was asked
Q. What is ELB? How many types are there?
Ans. 

ELB stands for Elastic Load Balancer. There are three types of ELB: Classic Load Balancer, Application Load Balancer, and Network Load Balancer.

  • ELB is a service provided by AWS to distribute incoming traffic across multiple EC2 instances.

  • Classic Load Balancer operates at both the request and connection level.

  • Application Load Balancer operates at the application layer and supports advanced routing features.

  • Network ...

View all Cloud Engineer interview questions
Are these interview questions helpful?

Aadit Technologies Interview Experiences

1 interview found

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

I appeared for an interview in Jan 2024.

Round 1 - One-on-one 

(7 Questions)

  • Q1. What is a lambda, what is the use of it?
  • Ans. 

    A lambda is a function that can be executed without being explicitly declared or defined.

    • A lambda is an anonymous function in programming.

    • It is used to write concise and efficient code.

    • Lambdas are often used in functional programming languages.

    • They can be used as arguments to higher-order functions.

    • Lambdas are commonly used in cloud computing platforms like AWS Lambda.

  • Answered by AI
  • Q2. Can you increase the size of the root volume without shutting down the instance?
  • Ans. 

    Yes, you can increase the size of the root volume without shutting down the instance.

    • To increase the size of the root volume, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

    • For example, using the AWS CLI, you can use the 'modify-instance-attribute' command to modify the 'BlockDeviceMappings' attribute of the instance.

    • You can specify the new size for the root volume and apply the changes without requiring ...

  • Answered by AI
  • Q3. What is the difference between EBS, S3, and EFS?
  • Ans. 

    EBS, S3, and EFS are storage services in AWS. EBS is block-level storage, S3 is object storage, and EFS is file storage.

    • EBS is attached to EC2 instances and provides persistent block storage.

    • S3 is a scalable object storage service for storing and retrieving data.

    • EFS is a fully managed file storage service that can be accessed by multiple EC2 instances simultaneously.

  • Answered by AI
  • Q4. Why use events in Cloudwatch in AWS?
  • Ans. 

    Events in CloudWatch are used to monitor and respond to changes in AWS resources and applications.

    • Events help in detecting and responding to operational changes in real-time.

    • They can trigger automated actions or notifications based on predefined rules.

    • Events can be used to monitor resource state changes, API calls, and system events.

    • They enable proactive troubleshooting and help in maintaining system health.

    • CloudWatch ...

  • Answered by AI
  • Q5. What is the difference between VPC-level security and system-level security?
  • Ans. 

    VPC-level security focuses on securing the network infrastructure, while system-level security focuses on securing individual systems.

    • VPC-level security involves configuring network access control lists (ACLs), security groups, and network traffic routing.

    • System-level security involves securing individual instances or virtual machines by implementing firewalls, antivirus software, and access controls.

    • VPC-level security...

  • Answered by AI
  • Q6. If you lost the pem file then how will you connect to EC2?
  • Ans. 

    To connect to EC2 without the pem file, create a new key pair, associate it with the instance, and then connect using the new key pair.

    • Create a new key pair in the EC2 console or using the AWS CLI.

    • Stop the EC2 instance for which the pem file is lost.

    • Detach the root volume from the instance.

    • Launch a new EC2 instance and associate the detached root volume with it.

    • Create a new key pair and associate it with the new instan...

  • Answered by AI
  • Q7. What is ELB? How many types are there?
  • Ans. 

    ELB stands for Elastic Load Balancer. There are three types of ELB: Classic Load Balancer, Application Load Balancer, and Network Load Balancer.

    • ELB is a service provided by AWS to distribute incoming traffic across multiple EC2 instances.

    • Classic Load Balancer operates at both the request and connection level.

    • Application Load Balancer operates at the application layer and supports advanced routing features.

    • Network Load ...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Aadit Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

I applied via Campus Placement and was interviewed before Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. General HR questions and some current related topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak till recruiter stops you

Interview Questionnaire 

1 Question

  • Q1. Java c c++

Interview Questionnaire 

1 Question

  • Q1. Your past exp?

Interview Questionnaire 

2 Questions

  • Q1. Questions were mostly situations based.
  • Q2. Technical explanation is required

I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, and just be confident with what ever knowledge you have, nobody expects you to know everything. Every company from freshers expect basic knowledge and an attitude for to learn new things.
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. Self introduction
  • Q2. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its robustness, security, and scalability.

    • Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framewor...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is collections
  • Ans. 

    Collections are data structures that store and manipulate groups of objects.

    • Collections provide a way to organize and manage large amounts of data

    • They can be used to perform operations on groups of objects, such as sorting or searching

    • Examples of collections include arrays, lists, sets, and maps

  • Answered by AI
  • Q2. What are the new features in java 8
  • Ans. 

    Java 8 introduces lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow functional programming in Java

    • Functional interfaces enable the use of lambda expressions

    • Streams provide a concise way to perform operations on collections

    • Default methods allow interfaces to have implementation

    • Date and Time API improvements

    • Nashorn JavaScript engine

  • Answered by AI
  • Q3. What is the use of spring boot
  • Ans. 

    Spring Boot is a framework for building standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating and deploying Spring-based applications.

    • It provides a pre-configured environment with a set of opinionated defaults.

    • It includes embedded servers like Tomcat, Jetty, and Undertow.

    • It supports a wide range of data sources and data access technologies.

    • It enables easy integration with...

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

    JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.

    • JPA is used to map Java objects to relational database tables.

    • It provides a set of annotations to define the mapping between Java classes and database tables.

    • JPA also supports querying data using the Java Persistence Query Language (JPQL).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy interview

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Tell us about your self ?
  • Q2. What you know about TCS?
  • Q3. What is your biggest achievement till now?
  • Q4. Do you have any weakness?
  • Q5. Any break between your study ?
  • Q6. How long you will serve for our company?
  • Q7. What you have decided for you further studies?
  • Q8. How you will be benefit for our company? Why we hire you?
  • Q9. Why you want to join TCS only?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Present your self formally. Answer every question in your words don't speak line you have read from somewhere.

Aadit Technologies Interview FAQs

How many rounds are there in Aadit Technologies interview?
Aadit Technologies interview process usually has 1 rounds. The most common rounds in the Aadit Technologies interview process are One-on-one Round.
How to prepare for Aadit 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 Aadit Technologies. The most common topics and skills that interviewers at Aadit Technologies expect are Azure, AWS, NAGIOS, Communication Skills and Configuration.
What are the top questions asked in Aadit Technologies interview?

Some of the top questions asked at the Aadit Technologies interview -

  1. Can you increase the size of the root volume without shutting down the instan...read more
  2. If you lost the pem file then how will you connect to E...read more
  3. What is the difference between VPC-level security and system-level securi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

Aadit Technologies Reviews and Ratings

based on 9 reviews

3.9/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

2.8

Salary

3.6

Job security

3.1

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 9 Reviews and Ratings
Cloud Engineer
7 salaries
unlock blur

₹2.3 L/yr - ₹5 L/yr

Senior Cloud Engineer
5 salaries
unlock blur

₹4 L/yr - ₹4.1 L/yr

Cloud Operations Engineer
5 salaries
unlock blur

₹1.9 L/yr - ₹4.8 L/yr

Security Associate
3 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Aadit Technologies with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview