i
Chetu
Filter interviews by
I manage work pressure by prioritizing tasks, maintaining clear communication, and practicing self-care to ensure productivity and focus.
Prioritize tasks using a method like the Eisenhower Matrix to focus on what's urgent and important.
Break down larger projects into smaller, manageable tasks to avoid feeling overwhelmed.
Set realistic deadlines and communicate them clearly to stakeholders to manage expectations.
Us...
Terraform is an open-source infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently.
Declarative Configuration: Users define infrastructure in configuration files using HashiCorp Configuration Language (HCL).
Resource Management: Terraform manages resources across various providers like AWS, Azure, and Google Cloud.
State Management: It maintains a state file to keep t...
DevOps is a cultural and technical movement that enhances collaboration between development and operations teams for faster software delivery.
Improved collaboration: Breaks down silos between development and operations teams, fostering a culture of shared responsibility.
Faster time to market: Continuous integration and continuous deployment (CI/CD) practices enable quicker releases, like deploying updates to a web...
Ansible, Terraform, and Python serve different purposes in automation, infrastructure management, and scripting.
Ansible is a configuration management tool that automates software provisioning, configuration management, and application deployment.
Terraform is an infrastructure as code (IaC) tool that allows users to define and provision data center infrastructure using a declarative configuration language.
Python is...
MHA and SHA agents in Azure DevOps pipelines serve different purposes in managing build and deployment processes.
MHA (Multi-Stage Hybrid Agent) supports multiple stages in a single pipeline, allowing for efficient resource utilization.
SHA (Single-Stage Hybrid Agent) is designed for simpler, single-stage pipelines, focusing on straightforward execution.
MHA can handle complex workflows with dependencies across stage...
I address real-world Kubernetes issues through proactive monitoring, automation, and continuous learning.
Implement robust monitoring using tools like Prometheus and Grafana to track cluster health and performance.
Utilize Helm for managing Kubernetes applications, allowing for easier updates and rollbacks.
Conduct regular chaos engineering experiments to identify weaknesses in the system, such as using tools like Ch...
Application load management ensures optimal performance and availability through various techniques and tools.
Use Load Balancers: Distribute incoming traffic across multiple servers (e.g., AWS Elastic Load Balancing).
Auto-Scaling: Automatically adjust the number of active servers based on traffic (e.g., AWS Auto Scaling).
Caching: Implement caching mechanisms (e.g., Redis, Memcached) to reduce load on the applicati...
I practice resolving Kubernetes issues through hands-on labs, simulations, and real-world scenarios to enhance my troubleshooting skills.
Set up a local Kubernetes cluster using tools like Minikube or Kind to simulate production environments.
Participate in Kubernetes troubleshooting exercises or workshops to gain practical experience.
Use monitoring tools like Prometheus and Grafana to visualize and diagnose issues ...
Being prompt in pipeline concepts involves timely execution, monitoring, and automation to ensure efficient DevOps practices.
Implement Continuous Integration (CI) to automate code testing and integration, reducing manual intervention.
Use Continuous Deployment (CD) to automatically deploy code changes to production, ensuring faster delivery.
Monitor pipeline performance with tools like Jenkins or GitLab CI to quickl...
Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.
Encapsulation: OOP allows bundling of data and methods that operate on that data within a single unit, or class. For example, a 'Car' class can encapsulate properties like 'color' and methods like 'drive()'.
Inheritance: OOP enables a new class to inherit properties and methods from an existi...
To update PHP version, download the latest version from php.net, backup your files, update php.ini, and restart the server.
Download the latest PHP version from php.net
Backup your files before updating
Update php.ini configuration file
Restart the server to apply changes
To create a Python session, you can use the 'requests' library to make HTTP requests and maintain session state.
Import the 'requests' library
Create a session object using 'requests.Session()'
Use the session object to make HTTP requests, which will automatically handle cookies and other session data
Php, html , CSS in this relationship
I appeared for an interview in May 2025, where I was asked the following questions.
It was good. I cleared this
Use a hash set to find duplicate elements in an array of strings.
Create a hash set to store unique elements.
Iterate through the array and check if each element is already in the hash set.
If it is, then it is a duplicate element.
Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as a duplicate element.
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
It was well designed
I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.
CBT-based assessments in aptitude and pseudocode for the MCA program.
Redux is a popular library for managing global state in React applications.
Redux helps in managing the state of the entire application in a single store.
It provides a predictable state container that can be accessed and modified using actions and reducers.
Redux allows for a unidirectional data flow, making it easier to debug and trace changes in the application state.
It is commonly used in large-scale applications wher...
I appeared for an interview before Jul 2024, where I was asked the following questions.
Joins in SQL combine rows from two or more tables based on related columns.
INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;
LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;
RIGHT JOIN: Returns all records from the right table and matched records from the le...
Print and echo are both used to output data in PHP, but they have key differences in usage and behavior.
echo can take multiple parameters: echo 'Hello', 'World';
print can only take one argument: print 'Hello World';
echo is slightly faster than print because it doesn't return a value;
print returns 1, so it can be used in expressions: $result = print 'Hello';
echo does not require parentheses: echo 'Hello'; while print do...
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Maths ,english ,reasoning, puzzles
Jackeron was the platform
I appeared for an interview in May 2025, where I was asked the following questions.
Basic aptitude test with technical and non technical question
The event loop is a core concept in JavaScript that manages asynchronous operations and executes code in a non-blocking manner.
The event loop allows JavaScript to perform non-blocking I/O operations despite being single-threaded.
It works with a call stack, a callback queue, and a message queue to handle asynchronous tasks.
When an asynchronous operation completes, its callback is pushed to the callback queue.
The event l...
I appeared for an interview in May 2025, where I was asked the following questions.
DevOps is a cultural and technical movement that enhances collaboration between development and operations teams for faster software delivery.
Improved collaboration: Breaks down silos between development and operations teams, fostering a culture of shared responsibility.
Faster time to market: Continuous integration and continuous deployment (CI/CD) practices enable quicker releases, like deploying updates to a web appl...
Terraform is an open-source infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently.
Declarative Configuration: Users define infrastructure in configuration files using HashiCorp Configuration Language (HCL).
Resource Management: Terraform manages resources across various providers like AWS, Azure, and Google Cloud.
State Management: It maintains a state file to keep track ...
Top trending discussions
Some of the top questions asked at the Chetu interview -
The duration of Chetu interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 162 interview experiences
Difficulty level
Duration
based on 1.2k reviews
Rating in categories
Software Engineer
1.2k
salaries
| ₹3.6 L/yr - ₹9.2 L/yr |
Software Developer
1k
salaries
| ₹2.6 L/yr - ₹9 L/yr |
Senior Software Engineer
660
salaries
| ₹5 L/yr - ₹11.6 L/yr |
Team Lead
266
salaries
| ₹6 L/yr - ₹14 L/yr |
Senior Software Developer
248
salaries
| ₹5 L/yr - ₹10.3 L/yr |
Thomson Reuters
Oracle Cerner
R Systems International
EbixCash Limited