Filter interviews by
Top trending discussions
posted on 4 Feb 2025
I was interviewed in Jan 2025.
Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.
Open for fixed term hire
Willing to work from client location at Gurgaon for 3 days a week
Implemented automated testing using Selenium WebDriver and JUnit in Agile environment
Implemented automated testing framework using Selenium WebDriver
Utilized JUnit for test case management
Worked in Agile environment to ensure continuous testing and integration
Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.
Pilot testing involves a small group of users testing the functionality in a controlled environment.
Beta testing involves a larger group of users testing the functionality in a real-world environment.
...
Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.
Primary key enforces uniqueness and not null constraint on a column
Unique key enforces uniqueness but allows null values
To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query
Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.
STLC includes requirements analysis, test planning, test design, test execution, and test closure.
Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.
STLC ensures that the so...
303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.
303 status code indicates that the resource can be found at a different URI and should be retrieved from there
PUT method is used to update an existing resource in the API
DELETE method is used to remove a resource from the API
3 point esti...
Links and labels that can be tagged to a bug in Jira
Links: related issues, documents, websites
Labels: priority, severity, type, status
Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.
Shell scripting automates tasks by writing scripts in a Unix/Linux environment
Grep command is used to search for specific patterns in text files
Example: grep 'search_pattern' file.txt
Href is not a standard Unix command, it may be a typo or a custom script
To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.
Listen to the team member's perspective and concerns
Communicate openly and calmly about the issue
Find common ground and areas of agreement
Work together to find a solution that benefits both parties
Seek input from other team members or a mediator if ne
Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.
Yes, open to relocating to Bangalore and working from client's office
Yes, open to working in night/rotational shifts
Yes, open to working in long extendable hours or 24X7 culture
Goal is to excel in automation testing
posted on 2 Feb 2025
I was interviewed in Jan 2025.
A case study in an Optum interview typically revolves around solving a real-world problem related to healthcare, data analysis, technology, or business strategy, given Optum’s focus on healthcare services and technology solutions. Here are some tips on how to approach a case study interview at Optum and a sample example:
Steps to Approach an Optum Case Study:
1. Understand the Problem Statement:
Take time to read the case study carefully and make sure you understand the key issue or question.
Identify the stakeholders involved (patients, healthcare providers, insurance companies, etc.) and the objective (cost reduction, improving patient outcomes, increasing efficiency, etc.).
2. Clarify Assumptions:
If there are any ambiguous elements, ask questions to clarify the problem.
You can also state your assumptions if you're making any, but be clear that these are assumptions.
3. Break Down the Problem:
Identify key data points you would need to analyze.
Break the problem into smaller pieces that can be addressed step-by-step.
4. Analyze:
Use frameworks like SWOT analysis, PESTLE analysis, or Porter’s Five Forces if applicable to the case.
In case of a data-related problem, try to identify key metrics (such as patient satisfaction, cost, quality of care, etc.) and how they can be improved or measured.
For technology-related cases, consider aspects like scalability, security, user experience, and integration with existing systems.
5. Propose a Solution:
Present your findings logically and suggest a solution based on your analysis.
Make sure to consider both short-term and long-term impacts on patient
Computer typing should be 40 wpm. And optional question answer multiple choice questions
I was interviewed in Jan 2025.
I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.
As a Business Analyst, I was responsible for gathering and analyzing business requirements, creating functional specifications, conducting stakeholder meetings, and facilitating communication between business and IT teams.
Gathered and documented business requirements from stakeholders
Analyzed data to identify trends and make recommendations for process improvements
Created functional specifications for new software deve...
Yes, I have experience working in both Waterfall and Scrum models.
I have experience working in Waterfall model, where requirements are gathered upfront and the project progresses in a linear fashion.
I have also worked in Scrum model, where the project is divided into sprints and iterative development is done.
In Waterfall model, I have worked on projects with well-defined scope and fixed timelines.
In Scrum model, I have...
I have experience handling teams ranging from 5 to 15 members as a Business Analyst.
Managed a team of 8 analysts in a previous project
Collaborated with a team of 12 developers and testers in another project
Led a team of 5 business analysts in a recent initiative
Yes, I had regular interactions with the onshore team to gather requirements and provide updates on project progress.
Regularly communicated with onshore team to gather requirements
Provided updates on project progress to onshore stakeholders
Collaborated with onshore team to ensure alignment on project goals
The Product Owner (PO) in my team was responsible for defining and prioritizing the product backlog. Business Analyst and PO coordinate through regular meetings, communication, and collaboration.
The PO defines and prioritizes the product backlog based on business value and stakeholder needs.
The Business Analyst works closely with the PO to understand requirements, gather feedback, and ensure alignment with business goa...
Requirements were gathered through collaboration between the Product Owner and Business Analyst in the team.
Requirements were gathered through stakeholder interviews, workshops, and document analysis.
The Product Owner and Business Analyst worked closely together to ensure all requirements were captured accurately.
The Business Analyst facilitated the requirements gathering process and documented the findings for review ...
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
Led a team in implementing a new CRM system for a large retail company
Managed project timeline and deliverables
Collaborated with stakeholders to gather requirements
Provided training and support to end users
Ensured successful implementation and user adoption
Improved customer data management and analytics
I have over 10 years of experience working with various companies in consulting roles.
Managed client relationships and delivered successful projects on time and within budget
Led cross-functional teams to drive business growth and improve operational efficiency
Developed and implemented strategic plans to address client needs and achieve objectives
Kafka is chosen for its scalability and fault tolerance compared to MQ.
Kafka offers higher throughput and lower latency compared to MQ.
Kafka is horizontally scalable, allowing for easy expansion as data volume grows.
Kafka provides fault tolerance through replication of data across multiple brokers.
Challenges faced during Kafka implementation may include setting up proper configurations, ensuring data consistency, and m...
Monolith to microservice migration involves breaking down a large application into smaller, independent services.
Evaluate the current monolith architecture and identify the components that can be decoupled into microservices.
Define the boundaries of each microservice to ensure they are cohesive and loosely coupled.
Choose the right technology stack for each microservice based on its requirements and scalability needs.
Im...
Swagger is a tool used for documenting and testing REST APIs.
Swagger is used for documenting REST APIs by providing a user-friendly interface to view and interact with API endpoints.
It allows developers to easily understand the functionality of an API, including available endpoints, request/response formats, and authentication methods.
Swagger documentation typically includes information such as API endpoints, request p...
I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.
Process planning refers to the methodical approach of determining the best possible way to manufacture a product or deliver a service by considering various aspects such as resources, timelines, and methodologies involved in production or execution.
Implemented a new chemical process to increase efficiency and reduce waste.
Researched and analyzed current process to identify areas for improvement
Designed and tested new process using simulation software
Collaborated with production team to implement changes and monitor results
Achieved 20% increase in production output and 15% reduction in waste
Continuously monitored and optimized process for further improvements
I utilize a combination of project management tools and communication strategies to effectively manage my team and projects.
I prioritize tasks based on deadlines and importance
I regularly communicate with team members to ensure everyone is on the same page
I use project management software such as Trello or Asana to track progress and assign tasks
I adapt my management style to fit the needs and preferences of individual
I was interviewed in Dec 2024.
Our team follows a CI/CD workflow that includes automated testing, code reviews, and continuous integration.
Automated testing is run on every code change to catch bugs early.
Code reviews are conducted before merging changes to ensure code quality.
Continuous integration is used to automatically build and test code changes in a shared repository.
Deployment pipelines are set up to automate the release process.
Version cont...
Yes, there have been security incidents and I have handled them effectively.
Implemented security protocols to prevent future incidents
Conducted thorough investigation to identify the root cause
Collaborated with IT team to strengthen security measures
Communicated with stakeholders to ensure transparency and trust
Provided training to employees on cybersecurity best practices
Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.
Authentication confirms the identity of a user through credentials like passwords or biometrics.
Authorization determines the level of access or permissions a user has once their identity is confirmed.
Authentication is the process of logging in, while authorization is the process of granting or denyin...
LLD for an authentication and authorization system
Separate modules for authentication and authorization
Use of secure hashing algorithms for storing passwords
Role-based access control implementation
Audit logging for tracking user actions
Integration with external identity providers
Design a document managed storage like Google Drive as an E2E solution.
Implement user authentication and authorization for secure access.
Create a user-friendly interface for uploading, organizing, and sharing documents.
Include features like version control, file syncing, and search functionality.
Utilize cloud storage for scalability and accessibility.
Implement encryption for data security.
Integrate with third-party app
I was interviewed in Jul 2024.
I chose to pursue a career in SAP because of its high demand in the business world and the opportunity for growth and specialization.
I have always been interested in technology and its applications in business processes.
SAP is a widely used enterprise resource planning software that offers a range of career opportunities in various industries.
I believe that a career in SAP will allow me to continuously learn and develo...
posted on 2 Nov 2024
I applied via Approached by Company and was interviewed in Oct 2024. There were 6 interview rounds.
Logical, react, SQL related questions
based on 4 reviews
Rating in categories
Sous Chef
4
salaries
| ₹4.7 L/yr - ₹5.1 L/yr |
Accountant
3
salaries
| ₹1.8 L/yr - ₹2.5 L/yr |
Teleperformance
iEnergizer
Deloitte
HSBC Group