Filter interviews by
I applied via Indeed and was interviewed before Nov 2020. There were 3 interview rounds.
SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.
SDLC is a structured approach to software development.
It involves several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables.
The goal of SDLC is to produce high-quality software that meets customer requirements.
Examples ...
V Model is a software development model that emphasizes testing at every stage of the development process.
It is a variation of the Waterfall model
Testing is done at every stage of development
Each stage has a corresponding testing stage
The model is shaped like a V, with development on one side and testing on the other
It helps to catch defects early in the development process
Bug life cycle is the process of identifying, reporting, fixing, and verifying a software defect.
Bug is identified by tester
Bug is reported to development team
Development team fixes the bug
Bug fix is verified by tester
Bug is closed if verified or reopened if not
Bug data is analyzed for future prevention
I applied via Job Portal and was interviewed before Aug 2020. There were 4 interview rounds.
Method of testing refers to the approach used to verify the functionality of software.
Different methods include manual testing, automated testing, exploratory testing, and regression testing.
The choice of method depends on factors such as the type of software, the project timeline, and the available resources.
Each method has its own advantages and disadvantages, and a combination of methods may be used for comprehensiv...
Level of testing refers to the extent of testing performed on a software application.
Levels of testing include unit testing, integration testing, system testing, and acceptance testing.
Each level of testing has a specific focus and objective.
Unit testing involves testing individual components or modules of the software.
Integration testing involves testing the interaction between different components or modules.
System t...
I applied via Indeed and was interviewed before Dec 2019. There was 1 interview round.
Software testing is the process of evaluating a software application or system to detect any defects or errors.
Software testing ensures that the software meets the requirements and specifications
It helps to identify defects and errors before the software is released to the end-users
Testing can be done manually or through automated tools
Types of testing include functional, performance, security, and usability testing
V-Model is a software development model that emphasizes testing at every stage of the development process.
It is a sequential development process
Each phase must be completed before moving to the next
Testing is done at every stage
It is a highly disciplined model
It is also known as Verification and Validation model
Types of testing include functional, non-functional, manual, automated, regression, performance, and security testing.
Functional testing ensures that the software meets the specified requirements.
Non-functional testing checks the software's performance, usability, and reliability.
Manual testing involves human testers executing test cases.
Automated testing uses tools to execute test cases.
Regression testing ensures that...
Method of testing refers to the approach or strategy used to verify the functionality of software.
Common methods include black box testing, white box testing, and grey box testing.
Other methods include regression testing, acceptance testing, and exploratory testing.
The choice of method depends on the project requirements, budget, and timeline.
Testing can be manual or automated, and may involve various tools and techniq...
Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.
Bug is identified by testers during testing
Bug is reported to developers
Developers fix the bug and mark it as resolved
Testers verify the fix and mark it as closed or reopen if the bug still exists
Bug tracking tools are used to manage the bug life cycle
Alpha and Beta testing are two types of acceptance testing performed on software before its release.
Alpha testing is performed by the developers in-house to identify and fix any issues before releasing the software to external testers.
Beta testing is performed by external testers who use the software in a real-world environment and provide feedback to the developers.
Alpha testing is usually done in a controlled environ...
Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.
It is performed after making changes to the software
It ensures that existing functionality is not affected by the changes
It helps to identify any new defects introduced by the changes
It can be automated to save time and effort
Examples include retesting after bug fixes, testing after new ...
Smoke testing is a quick and shallow test to ensure the basic functionality of the software. Sanity testing is a subset of regression testing that checks if the bugs have been fixed and no new issues have been introduced.
Smoke testing is performed to check if the software is stable enough for further testing.
Sanity testing is performed after a new build is received to ensure that the critical functionalities are workin...
Top trending discussions
I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.
Two coding questions related to matrices and heaps.
AML and KYC requirements are regulations that financial institutions must follow to prevent money laundering and verify the identity of their customers.
AML (Anti-Money Laundering) requirements involve monitoring transactions, reporting suspicious activities, and conducting customer due diligence.
KYC (Know Your Customer) requirements involve verifying the identity of customers, assessing their risk level, and maintainin...
I have a strong attention to detail and analytical skills that set me apart from my colleagues.
I have a proven track record of accurately identifying and resolving discrepancies in KYC documentation.
I excel at conducting thorough research and analysis to ensure compliance with regulations.
My ability to effectively communicate complex information to stakeholders sets me apart in team collaborations.
Strength: attention to detail, Weakness: perfectionism
Strength: Ability to meticulously review documents and identify discrepancies
Strength: Strong analytical skills to detect potential risks or fraudulent activities
Weakness: Striving for perfection may lead to spending too much time on a task
Weakness: Difficulty in delegating tasks due to desire for everything to be done perfectly
Implemented a new KYC process resulting in 30% reduction in onboarding time and 20% decrease in errors.
Led a team to revamp KYC procedures and systems
Introduced automation tools to streamline verification process
Trained staff on updated KYC regulations and best practices
Yes, I am a team player. I believe in open communication and collaboration. When conflicts arise, I address them directly and seek resolution.
I believe in open communication and collaboration within the team.
I address conflicts directly and seek resolution through constructive conversations.
I focus on finding common ground and working towards a solution that benefits the team as a whole.
I failed to meet a deadline due to poor time management.
Underestimated the time needed for a project
Did not prioritize tasks effectively
Learned to create a detailed schedule and set realistic deadlines
General English grammar knowledge and some calculations
I applied via Approached by Company and was interviewed in Dec 2024. There were 4 interview rounds.
I have given 4 rounds of WNS and was selected. They congratulated me for being selected and then asked me the documents. But later HR and Interviewer both stopped picking my call and then told me after 15-20 days we are putting you on hold and not proceeding with your application
I applied via Walk-in and was interviewed in Nov 2024. There were 4 interview rounds.
I was responsible for analyzing and improving processes to increase efficiency and productivity.
Led process improvement initiatives to streamline operations
Identified bottlenecks and implemented solutions to optimize workflows
Collaborated with cross-functional teams to gather data and feedback
Utilized data analysis tools to track performance metrics
Developed and implemented process documentation and training materials
Yet to complete the test
Gallagher is a global insurance brokerage, risk management, and consulting firm.
Founded in 1927 by Arthur J. Gallagher
Headquartered in Rolling Meadows, Illinois
Provides insurance, risk management, and consulting services globally
Offers services in areas such as commercial insurance, employee benefits, and personal insurance
Has a strong focus on client relationships and personalized service
Building trust with stakeholders involves open communication, transparency, and delivering on commitments.
Establish open lines of communication with stakeholders to address concerns and provide updates
Be transparent about project progress, challenges, and decisions
Deliver on commitments and follow through on promises to build credibility
Seek feedback from stakeholders and incorporate their input into decision-making pr...
RFP Preparation bid submission financial
I applied via Campus Placement
1 good coding question and 33 mcqs
Create a database to store information about colleges, students, and professors.
Create tables for colleges, students, and professors
Include columns for relevant information such as name, ID, courses, etc.
Establish relationships between the tables using foreign keys
Use SQL queries to insert, update, and retrieve data
Consider normalization to avoid data redundancy
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
Create a full stack application in 3 days.
based on 2 reviews
Rating in categories
Software Developer
4
salaries
| â‚ą3 L/yr - â‚ą4.5 L/yr |
Design Engineer
3
salaries
| â‚ą3 L/yr - â‚ą4.6 L/yr |
AWS Cloud Engineer
3
salaries
| â‚ą4.5 L/yr - â‚ą5 L/yr |
WNS
Goldman Sachs
Capita
Gallagher