i
Rapyder Cloud Solutions
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.
Basic group discussion topics.
I applied via Walk-in and was interviewed in Jul 2023. There were 2 interview rounds.
They had given the topic on does ai replacing human jobs..
and they are reviewing on the performance like the candidate is taking initiative or not and also they are checking the persons behaviors.
EC2 instance is a virtual server in Amazon Web Services (AWS) cloud computing platform.
EC2 stands for Elastic Compute Cloud
Allows users to rent virtual servers on which to run their own applications
Users can choose instance type, operating system, storage, and networking configuration
Can be easily scaled up or down based on demand
Example: t2.micro, m5.large, c5.xlarge
Route 53 is a scalable and highly available Domain Name System (DNS) web service provided by AWS.
Route 53 is used to route internet traffic to resources like EC2 instances, S3 buckets, and load balancers.
It can be used to register domain names and manage their DNS records.
Route 53 offers health checks to monitor the health of resources and failover routing for high availability.
It supports various routing policies like...
Load balancing is the process of distributing network traffic across multiple servers to ensure optimal resource utilization, reliability, and performance.
Improves scalability by distributing incoming network traffic across multiple servers
Enhances reliability by ensuring no single server is overwhelmed with traffic
Optimizes performance by directing requests to the server with the most available resources
Commonly used ...
Auto scaling is a cloud computing feature that automatically adjusts the number of compute resources based on current demand.
Automatically adjusts the number of servers or instances based on traffic or workload
Helps maintain performance and optimize costs by scaling up or down as needed
Commonly used in cloud environments like AWS Auto Scaling or Google Cloud Autoscaler
S3 bucket is a storage container in Amazon Web Services (AWS) where data can be stored and retrieved.
Used for storing objects such as photos, videos, documents, etc.
Can be accessed via API, SDK, or AWS Management Console.
Can be configured for versioning, encryption, and access control.
Data is stored redundantly across multiple devices and facilities within a region.
I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.
I am a passionate AI ML Engineer with a strong background in machine learning algorithms and data analysis.
Completed a Master's degree in Computer Science with a focus on artificial intelligence
Proficient in programming languages such as Python, R, and Java
Experience working on projects involving natural language processing and computer vision
Strong problem-solving skills and ability to work in a team environment
I have a Master's degree in Artificial Intelligence and Machine Learning, along with 3 years of industry experience working on various AI projects.
Master's degree in Artificial Intelligence and Machine Learning
3 years of industry experience in AI projects
I have 3 years of experience working as a machine learning engineer in a tech company.
Worked on developing and implementing machine learning models for various projects
Experience with data preprocessing, feature engineering, and model evaluation
Collaborated with cross-functional teams to deploy machine learning solutions
Proficient in programming languages like Python and frameworks like TensorFlow and scikit-learn
Yes, I have prior knowledge of cloud computing.
I have experience working with cloud platforms such as AWS, Azure, and Google Cloud
I have deployed machine learning models on cloud servers for scalability and flexibility
I am familiar with cloud services like EC2, S3, and Lambda functions
Yes, I am open to relocating for the position.
I am willing to relocate for the right opportunity
I have relocated for previous positions and am comfortable with the process
I am excited about the possibility of experiencing a new location
My salary expectations are based on my experience, skills, and the market rate for the position.
Consider my experience and skills when determining salary
Research the market rate for Ai Ml Engineers in the area
Open to negotiation based on benefits and opportunities offered
There was an assignment focused on data manipulation and building a machine learning model. The assignment also required the creation of an architecture diagram, also known as a high-level diagram, for the given problem statement.
Python basics include list comprehensions, decorators, and object-oriented programming principles.
List comprehensions provide a concise way to create lists in Python. Example: squares = [x**2 for x in range(10)]
Decorators are functions that modify the behavior of other functions. Example: @my_decorator def my_function():
Object-oriented programming principles in Python involve classes, objects, inheritance, and polymorp
NumPy and Pandas are used to manipulate data in Python, with NumPy focusing on numerical operations and Pandas on data manipulation and analysis.
NumPy is used for numerical operations like array manipulation, mathematical functions, and linear algebra.
Pandas is used for data manipulation tasks like data cleaning, merging, reshaping, and analysis.
NumPy arrays can be easily converted to Pandas DataFrames for more advance...
Machine learning is a subset of artificial intelligence that involves the development of algorithms and models that enable computers to learn from and make predictions or decisions based on data.
Machine learning is a subset of artificial intelligence that focuses on the development of algorithms and models that allow computers to learn from and make predictions or decisions based on data.
There are three main types of m...
Developed a sentiment analysis model using natural language processing techniques.
Used Python and libraries like NLTK and Scikit-learn for data preprocessing and model building
Collected and cleaned a dataset of customer reviews from an e-commerce website
Implemented a bag-of-words model and trained a logistic regression classifier
Evaluated the model's performance using metrics like accuracy, precision, and recall
Yes, I have experience with cloud computing and would approach building the architecture by leveraging scalable cloud services like AWS or Azure.
Utilize cloud services like AWS or Azure for scalability and flexibility
Implement containerization using Docker for easy deployment and management
Use serverless computing for cost efficiency and automatic scaling
Leverage managed AI services like AWS SageMaker or Azure Machine
Deep learning is a subset of machine learning that uses neural networks to learn from data. Neural networks are a set of algorithms modeled after the human brain.
Deep learning is a subset of machine learning that uses neural networks to learn from data
Neural networks are a set of algorithms modeled after the human brain
Types of neural networks include feedforward neural networks, convolutional neural networks, recurren...
Generative AI refers to AI models that can generate new content, such as images, text, or music. LLM stands for Large Language Models, which are AI models trained on vast amounts of text data.
Generative AI can be used to create realistic images, generate human-like text, or compose music.
LLMs like GPT-3 are trained on large datasets to understand and generate human language.
Generative AI has applications in creative fi
Rapyder Cloud Solutions interview questions for popular designations
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
A launch template is a pre-configured set of Amazon Machine Images (AMIs), instance types, and other settings used to launch EC2 instances.
Launch templates simplify the process of launching EC2 instances by providing a pre-configured set of settings.
They can be used to launch instances in an Auto Scaling group or individually.
Launch templates can be versioned and updated to reflect changes in the desired configuration.
...
Autoscaling in AWS automatically adjusts the number of EC2 instances in a group based on demand.
Autoscaling groups are created and configured with minimum and maximum number of instances.
Scaling policies can be defined to adjust the number of instances based on metrics like CPU utilization or network traffic.
Autoscaling can be triggered manually or automatically based on CloudWatch alarms or scheduled events.
Autoscalin...
Autoscaling was implemented based on CPU utilization and network traffic.
Autoscaling was implemented to ensure that the application can handle sudden spikes in traffic.
CPU utilization and network traffic were used as metrics to trigger autoscaling.
The minimum and maximum number of instances were set based on the expected traffic.
Load testing was done to determine the optimal scaling thresholds.
Autoscaling policies were...
A NAT gateway is a managed network address translation service provided by AWS.
It allows instances in a private subnet to connect to the internet or other AWS services.
It provides better availability and bandwidth than a NAT instance.
It automatically scales to meet traffic demands.
It can be used to reduce the attack surface of instances in a private subnet.
It can be used to access resources in a VPC from a remote netwo
NAT gateway is used to provide internet access to private subnets while internet gateway is used to provide internet access to public subnets.
NAT gateway is used for outbound traffic while internet gateway is used for inbound and outbound traffic.
NAT gateway is associated with a private subnet while internet gateway is associated with a public subnet.
NAT gateway performs network address translation while internet gatew...
To build and push a docker image to ECR, we need to create a Dockerfile, build the image, tag it, login to ECR, push the image to ECR.
Create a Dockerfile with necessary configurations
Build the image using docker build command
Tag the image using docker tag command
Login to ECR using AWS CLI command aws ecr get-login-password
Push the image to ECR using docker push command
To troubleshoot a dying docker container, we can use logs, inspect the container, and check resource usage.
Check container logs using 'docker logs
Inspect the container using 'docker inspect
Check resource usage using 'docker stats
Restart the container using 'docker restart
Command to find disk utilization in Linux?
Use 'df' command to display disk space utilization
Use '-h' option to display sizes in human-readable format
Use '-T' option to display file system type
Use '-x' option to exclude certain file system types
Example: 'df -hT -x tmpfs -x devtmpfs'
Use AWS CLI to sync Linux logs to S3 bucket
Install AWS CLI on the Linux machine
Create an S3 bucket and configure IAM role with S3 permissions
Use AWS CLI command 'aws s3 sync' to sync logs to S3 bucket
Schedule a cron job to run the backup regularly
CI/CD is the process of continuous integration and continuous delivery/deployment.
In our project, we use Jenkins as our CI/CD tool.
Every time a developer pushes code to the repository, Jenkins automatically builds and tests the code.
If the build and tests pass, Jenkins deploys the code to a staging environment for further testing.
Once the code is approved in staging, Jenkins deploys it to production.
This process ensure...
AWS Config is a service that provides a detailed inventory of AWS resources and their configuration history.
AWS Config continuously monitors and records changes to resources and their configurations.
It provides a detailed view of resource inventory, configuration history, and configuration change notifications.
It helps in compliance auditing, security analysis, and resource change tracking.
AWS Config rules can be used ...
To give executable permissions of a file only to the user, use the chmod command with the u+x option.
Open the terminal and navigate to the directory where the file is located.
Use the command 'chmod u+x filename' to give executable permissions to the user only.
Verify the permissions using the 'ls -l' command.
Jenkins and Docker can be integrated using Jenkins Docker plugin.
Install Docker plugin in Jenkins
Configure Docker Cloud in Jenkins
Create a Jenkins pipeline job and specify Docker image to be used
Use Docker commands in Jenkinsfile to build and push Docker images
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed before Oct 2022. There were 2 interview rounds.
A combination of digital marketing avenues including social media, content marketing, and email campaigns will work best for Rapyder.
Utilize social media platforms like LinkedIn, Twitter, and Facebook to reach target audience
Implement content marketing strategies such as blogging, whitepapers, and case studies to showcase expertise
Run targeted email campaigns to nurture leads and drive conversions
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.
I have 5 years of experience working as a mechanical engineer in the automotive industry.
5 years of experience in mechanical engineering
Specialized in automotive industry
Worked on designing and testing vehicle components
Experience with CAD software for modeling and simulations
Seeking new challenges and growth opportunities in a different environment.
Looking for new challenges to enhance skills and knowledge
Seeking better career growth opportunities
Interested in exploring different work environments
Want to broaden professional network
I have covered testing in areas such as software development, quality assurance, and system integration.
Software testing methodologies such as unit testing, integration testing, and regression testing
Quality assurance processes to ensure software meets requirements and standards
System integration testing to verify that different components work together seamlessly
I have experience with various types of testing including unit testing, integration testing, system testing, and regression testing.
Unit testing: Testing individual components or functions of the software in isolation.
Integration testing: Testing how different components work together.
System testing: Testing the entire system as a whole.
Regression testing: Testing to ensure that new code changes do not adversely affect
Functional testing ensures that the software functions as intended, while non-functional testing focuses on performance, usability, and security.
Functional testing checks if the software meets the specified requirements.
Non-functional testing evaluates aspects like performance, scalability, reliability, and security.
Examples of functional testing include unit testing, integration testing, and system testing.
Examples of...
Positive & Negative testing scenario examples
Positive example: Testing a login form with valid credentials should allow the user to access the system
Negative example: Testing a login form with invalid credentials should display an error message
I will approach the challenge methodically, seek help if needed, and work towards finding a solution.
Assess the challenge and break it down into smaller tasks
Research and gather information to understand the problem better
Consult with colleagues or supervisors for advice or guidance
Experiment with different solutions and adapt as needed
Stay persistent and focused on finding a resolution
I will follow a systematic approach to identify, analyze, prioritize, and resolve the critical issue.
Identify the critical issue and gather all relevant information
Analyze the root cause of the issue and its impact on the system
Prioritize the critical issue based on severity and potential impact
Develop a plan of action to resolve the issue efficiently
Implement the solution and monitor its effectiveness
Document the enti
posted on 15 Nov 2024
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Interview experience
based on 39 reviews
Rating in categories
Cloud Engineer
50
salaries
| â‚ą2 L/yr - â‚ą8.5 L/yr |
Senior Cloud Engineer
21
salaries
| â‚ą5.1 L/yr - â‚ą15 L/yr |
Devops Engineer
20
salaries
| â‚ą4.5 L/yr - â‚ą10 L/yr |
AWS Cloud Engineer
19
salaries
| â‚ą3 L/yr - â‚ą9.8 L/yr |
Associate Cloud Engineer
18
salaries
| â‚ą3 L/yr - â‚ą4 L/yr |
Cloudway Consulting
CloudMoyo
CloudCodes
Cloud Assert Technologies