Filter interviews by
I was interviewed before Jun 2023.
Top trending discussions
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 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 Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
I am a dedicated and experienced professional with a background in marketing and project management.
I have over 5 years of experience in marketing roles, where I successfully implemented various campaigns to increase brand awareness.
I also have a strong background in project management, where I led cross-functional teams to deliver projects on time and within budget.
I am highly organized, detail-oriented, and thrive in...
Profitability case on bank
I was interviewed in Nov 2024.
HR is a department within an organization responsible for managing employees, recruiting, training, and handling employee relations.
HR oversees recruitment and hiring processes
HR manages employee benefits and payroll
HR handles employee relations and conflict resolution
HR is responsible for training and development programs
I am a highly motivated and detail-oriented individual with a strong background in finance and a passion for problem-solving.
Experienced in financial analysis and reporting
Skilled in data analysis and modeling
Strong communication and interpersonal skills
Proven track record of meeting deadlines and exceeding goals
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
SQL vulnerability is a security flaw in a database system that allows attackers to manipulate or access data unauthorized.
SQL injection is a common type of SQL vulnerability where attackers can insert malicious code into SQL statements.
Attackers can use SQL vulnerabilities to steal sensitive data, modify data, or even delete data from a database.
Preventing SQL vulnerabilities involves using parameterized queries, input...
My process involves thorough research, planning, execution, and evaluation to ensure successful outcomes.
Research: I start by gathering all relevant information and data.
Planning: I create a detailed plan outlining the steps to be taken.
Execution: I implement the plan efficiently and effectively.
Evaluation: I assess the results and make any necessary adjustments for improvement.
I applied via Campus Placement
Aptitude ,reasoning and soft skills .
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Good questions Everything Went Well
Creating and working with DataFrames in PySpark
To create a DataFrame in PySpark, you can use the createDataFrame() method from the SparkSession object.
DataFrames are structured and immutable collections of data, while Datasets are distributed collections of data with additional features like type-safety.
To perform joins in PySpark DataFrames, you can use the join() method with the appropriate join type (inner, outer, l...
I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.
Aptitude reasoning grammatical
Social media women empowerment
I am looking for a competitive salary based on my experience and qualifications.
Research industry standards for the position
Consider my experience and qualifications
Open to negotiation based on benefits package
Security in Microservices involves implementing authentication, authorization, encryption, and monitoring to protect against threats.
Implement authentication and authorization mechanisms to control access to microservices.
Use encryption to secure communication between microservices.
Implement monitoring and logging to detect and respond to security incidents.
Consider using API gateways for centralized security control.
R...
Officer
9
salaries
| ₹7.5 L/yr - ₹15 L/yr |
Associate
5
salaries
| ₹5 L/yr - ₹13 L/yr |
Senior Analyst
5
salaries
| ₹15.3 L/yr - ₹23.5 L/yr |
Senior Software Engineer
5
salaries
| ₹11.2 L/yr - ₹20.2 L/yr |
Analyst
4
salaries
| ₹1.7 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech