i
TCS
Filter interviews by
I applied via LinkedIn and was interviewed before Jul 2021. There was 1 interview round.
Automation framework is a set of guidelines and standards for creating and maintaining automated tests.
It provides a structure for organizing test code and data
It includes tools and libraries for test automation
It allows for easy maintenance and scalability of automated tests
Examples include Selenium WebDriver, Appium, and Robot Framework
I was interviewed in Jan 2025.
Quantitative Aptitude, Logical Reasoning, English Comprehension, Computer Science, Versant
I am a dedicated and experienced professional with a background in finance and a passion for problem-solving.
Experienced in financial analysis and reporting
Strong problem-solving skills
Excellent communication and teamwork abilities
I developed a mobile app for tracking daily water intake and setting hydration goals.
Designed user-friendly interface for easy input of water consumption
Implemented reminder notifications to encourage regular hydration
Included visual graphs to track daily, weekly, and monthly water intake
Integrated with wearable devices to sync water intake data
I utilized technologies such as Python, SQL, and Tableau in my project.
Python
SQL
Tableau
The process for creating and submitting code on GeeksforGeeks involves writing code, testing it, and then submitting it on the platform.
Create an account on GeeksforGeeks website.
Write the code for the problem statement provided.
Test the code locally to ensure it works correctly.
Submit the code on the GeeksforGeeks platform for evaluation.
Receive feedback and improve the code if necessary.
Cloud computing is the delivery of computing services over the internet, including storage, servers, databases, networking, software, and more.
Cloud computing allows users to access resources on-demand without the need for physical hardware.
It offers scalability, flexibility, and cost-efficiency for businesses.
Examples of cloud computing services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Plat
Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.
Kubernetes allows for automatic scaling of applications based on resource usage.
It provides self-healing capabilities by automatically restarting containers that fail.
Kubernetes enables easy deployment and management of microservices architecture.
It supports various cloud pr...
Orchestration is the automated arrangement, coordination, and management of complex computer systems, services, and workflows.
Orchestration involves automating tasks and workflows to streamline processes.
It helps in coordinating multiple systems and services to work together seamlessly.
Examples include orchestrating the deployment of applications across different servers or managing the workflow of a data pipeline.
Programs in Java can be created by writing code in a text editor or an IDE, compiling the code, and running it using a Java Virtual Machine (JVM).
Write Java code using classes, methods, variables, and control structures.
Compile the code using a Java compiler like javac.
Run the compiled code using a Java Virtual Machine (JVM) like java.
Use an Integrated Development Environment (IDE) like Eclipse or IntelliJ IDEA for eas...
Setting the path in Java involves adding directories to the classpath to locate external libraries or resources.
Use the 'java -cp' command to set the classpath for a specific Java program.
You can also set the classpath using the CLASSPATH environment variable.
To add a JAR file to the classpath, use the '-cp' or '-classpath' option followed by the path to the JAR file.
For example, to set the classpath to include a JAR f...
Experienced Associate with a background in finance and strong analytical skills.
Background in finance with X years of experience
Strong analytical skills demonstrated through successful projects
Proven ability to work well in a team environment
I enjoy hiking, photography, and cooking in my free time.
Hiking: I love exploring new trails and being in nature.
Photography: I enjoy capturing moments and landscapes through my camera lens.
Cooking: I like experimenting with new recipes and cooking for friends and family.
Yes, I am open to relocating for the right opportunity.
I am open to exploring new locations for career growth
I am willing to relocate for the right job offer
I have experience moving for previous job opportunities
I was interviewed in Dec 2024.
Capacity planning involves forecasting future resource needs and ensuring that the necessary resources are available.
Identify current resource usage and performance levels
Forecast future resource needs based on growth projections
Determine any potential bottlenecks or constraints
Allocate resources accordingly to meet future demands
Regularly review and adjust the capacity plan as needed
Creating a Standard Operating Procedure involves identifying the process, documenting steps, obtaining feedback, and finalizing the SOP.
Identify the process or task that needs an SOP
Document each step involved in the process
Obtain feedback from relevant stakeholders for improvements
Finalize the SOP with clear instructions and guidelines
Regularly review and update the SOP as needed
I handle transitions by communicating effectively, setting clear expectations, and providing support to team members.
Communicate openly and transparently with team members about upcoming changes
Set clear expectations and goals for the transition period
Provide support and resources to help team members adjust to the changes
Lead by example and remain positive and adaptable during transitions
I provide feedback by being specific, timely, and constructive.
Be specific about what was done well and what needs improvement
Provide feedback in a timely manner to address issues promptly
Offer constructive criticism and suggestions for improvement
Encourage open communication and dialogue for feedback to be effective
Handled an escalation call by actively listening, empathizing, and offering a solution.
Remain calm and composed while listening to the customer's concerns.
Empathize with the customer and acknowledge their frustration.
Offer a solution or escalate the issue to a higher authority if necessary.
Follow up with the customer to ensure their issue has been resolved satisfactorily.
Managed conflict between team members by facilitating open communication and finding common ground.
Addressed the issue privately to understand each team member's perspective
Encouraged open communication and active listening to resolve misunderstandings
Facilitated a team meeting to discuss the conflict and find common ground
Established clear expectations and guidelines for future interactions
I have worked with KPIs such as sales targets, customer satisfaction scores, employee productivity metrics, and project completion rates.
Sales targets
Customer satisfaction scores
Employee productivity metrics
Project completion rates
I established end-to-end operations by defining clear processes, assigning roles, providing training, and monitoring performance.
Defined clear processes from start to finish
Assigned roles and responsibilities to team members
Provided training and resources to ensure understanding and proficiency
Monitored performance and made adjustments as needed
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow you to treat functionality as a method argument.
Functional interfaces have a single abstract method and can be used with lambda expressions.
Streams provide a way to work with sequences of elements and perform operations on them.
Default methods allow interfaces to have method ...
We faced challenges with communication and conflicting priorities, resolved through regular team meetings and clear task delegation.
Lack of clear communication among team members
Conflicting priorities leading to delays in project timeline
Resolved by scheduling regular team meetings to discuss progress and issues
Clear task delegation to ensure everyone knows their responsibilities
OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.
OOPS focuses on creating objects that contain data and methods to manipulate that data.
Encapsulation, inheritance, and polymorphism are key principles of OOPS.
Examples of OOPS languages include Java, C++, and Python.
Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data.
Focuses on pure functions that do not have side effects
Emphasizes immutability and avoids changing state
Uses higher-order functions and function composition
Commonly used languages include Haskell, Scala, and Clojure
OOPS focuses on objects and classes, while functional programming focuses on functions and immutability.
OOPS is based on the concept of objects and classes, allowing for encapsulation, inheritance, and polymorphism.
Functional programming emphasizes on functions as first-class citizens, immutability, and avoiding side effects.
OOPS is more suitable for complex, real-world applications with changing state, while functiona...
I have worked with the Spring framework in Java.
Utilized Spring MVC for web development
Implemented dependency injection with Spring IoC container
Integrated Spring Security for authentication and authorization
Some common annotations used in Spring Boot are @RestController, @Autowired, @RequestMapping, @Service, @Component, @Repository.
@RestController - Used to define a controller class in Spring MVC.
@Autowired - Used for automatic dependency injection.
@RequestMapping - Used to map web requests to specific handler methods.
@Service - Indicates that a class is a service.
@Component - Indicates that a class is a Spring component...
I am a dedicated professional with a strong educational background and diverse work experience.
I have a Bachelor's degree in Business Administration from XYZ University.
I have worked in various roles in marketing, sales, and customer service.
I am proficient in Microsoft Office Suite and have excellent communication skills.
I am a quick learner and thrive in fast-paced environments.
I am passionate about continuous learni
I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.
About the marketing tge job details in summary
About the topic of the associate with the topic
Operations can be operated by following established processes and procedures.
Understand the goals and objectives of the operations
Follow standard operating procedures
Utilize technology and tools to streamline operations
Monitor performance and make adjustments as needed
Handling Excel involves organizing data, performing calculations, and creating visualizations.
Use formulas and functions to perform calculations.
Organize data into tables for easier manipulation.
Create charts and graphs to visualize data.
Use filters and sorting to analyze data efficiently.
I applied via Indeed and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Insurance is a financial arrangement that provides protection against potential losses by pooling the risks of many individuals or entities.
Insurance involves a contract between the insurer and the insured party.
The insured pays a premium in exchange for coverage against specified risks.
Insurance helps individuals and businesses manage risks and protect themselves financially.
Types of insurance include health, life, au...
There are various types of insurance available, including health, life, auto, home, and travel insurance.
Health insurance covers medical expenses and treatments.
Life insurance provides financial protection to beneficiaries in case of the insured's death.
Auto insurance covers damages and liabilities related to vehicles.
Home insurance protects against damages to the home and belongings.
Travel insurance covers trip cancel
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
Autopilot enrollment procedure involves registering for the service and setting up preferences.
Register for Autopilot service online or through a Tesla account
Provide necessary information such as contact details and payment method
Select preferences for Autopilot features like lane-keeping assist and adaptive cruise control
Complete any required training or verification process
Start using Autopilot once enrollment is co
Different types of detection logic in SCCM include file system detection, registry detection, and WMI detection.
File system detection: Checks for the existence of a file or folder on the target system.
Registry detection: Checks for a specific registry key or value on the target system.
WMI detection: Uses Windows Management Instrumentation to query information from the target system.
Custom script detection: Allows for t...
Queries in SCCM are used to retrieve information from the database based on specified criteria.
Queries in SCCM can be used to gather information about hardware inventory, software inventory, compliance status, etc.
Queries can be created using SQL-like syntax in the SCCM console.
Queries can be saved and reused for reporting or targeting specific groups of devices.
Examples of queries include finding all devices with a sp...
Creating an application in Intune involves uploading the app package, configuring deployment settings, and assigning the app to users or devices.
Upload the app package to Intune
Configure deployment settings such as installation behavior and app availability
Assign the app to users or devices for installation
based on 14 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.9k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51.4k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.2 L/yr - ₹5.7 L/yr |
Associate Consultant
29.3k
salaries
| ₹9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture