Filter interviews by
API testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.
API testing involves testing the communication between different software systems through APIs
It focuses on verifying the functionality, reliability, performance, and security of APIs
API testing can be done at different levels such as unit testing, integrat...
Software testing lifecycle is the process of planning, designing, executing, and evaluating tests throughout the software development cycle.
Includes test planning, test design, test execution, and test evaluation
Ensures that software meets quality standards and requirements
Iterative process that may involve multiple cycles of testing
Involves identifying defects, reporting them, and retesting after fixes
Examples: Waterf...
Top trending discussions
I am a dedicated professional with a background in finance and a passion for problem-solving and teamwork.
Education: Graduated with a degree in Finance from XYZ University, where I was involved in the finance club.
Experience: Worked as an intern at ABC Corp, where I assisted in financial analysis and reporting.
Skills: Proficient in Excel and financial modeling, with a strong ability to analyze data and present findings...
I have a diverse career in project management, leading teams to successful outcomes and driving innovation in various sectors.
Led a team of 10 in a software development project that increased efficiency by 30%.
Implemented a new project management tool that improved communication and reduced project timelines by 15%.
Received 'Employee of the Year' award for outstanding performance and leadership in 2022.
Conducted traini...
I realized my passion for coding during my Chemical Engineering studies and pursued it further through self-learning and projects.
Discovered passion for coding during Chemical Engineering studies
Pursued coding through self-learning and projects
Believe software engineering offers more opportunities for growth and impact
I aim to enhance my skills, contribute to impactful projects, and eventually lead a team in innovative software development.
Pursue advanced certifications in cloud computing and machine learning to stay ahead in technology.
Contribute to open-source projects to gain experience and collaborate with other developers.
Aim for a leadership role within the next 5 years to mentor junior engineers and drive project success.
Stay...
While planning a project, I had to adjust the timeline due to unexpected delays in the delivery of hardware components.
Planned a project with a specific timeline
Ordered necessary hardware components
Delivery of hardware components was delayed
Adjusted the timeline to accommodate the delay
Ensured that the project was completed successfully despite the delay
During a team project, I adjusted my communication style to better collaborate with a team member.
I noticed that my team member preferred more frequent check-ins and updates than I was used to.
I adapted by scheduling regular meetings and sending progress updates more frequently.
This helped us work more effectively together and complete the project on time.
As a project lead, I had to coordinate with the development, testing, and design teams to ensure timely delivery of a product.
Coordinated with development team to ensure timely completion of coding tasks
Worked with testing team to ensure proper testing and bug fixing
Collaborated with design team to ensure product met client's expectations
I led a team to develop a new feature for our company's flagship product.
Identified the need for the feature through customer feedback
Convinced the team and management to prioritize the feature
Coordinated with designers, developers, and testers to deliver the feature on time
Received positive feedback from customers and increased revenue for the company
I initiated a project to automate the testing process for our team.
Identified the need for automation to save time and improve accuracy
Researched and evaluated different testing tools
Presented the proposal to the team and got their buy-in
Implemented the automation process and trained the team on its usage
Worked as part of a team in developing a mobile application.
Collaborated with team members to define project requirements
Assigned tasks and tracked progress using project management tools
Conducted code reviews and provided feedback to team members
Resolved conflicts and ensured timely delivery of project milestones
Prepared a speech for a group of high school students on the importance of computer science.
Researched the audience to understand their interests and level of knowledge
Created an engaging presentation with relatable examples
Practiced the speech multiple times to ensure smooth delivery
Encouraged questions and feedback from the audience
Provided additional resources for those interested in pursuing computer science
Developed a VBA application for STP to automate data processing and improve efficiency in financial reporting.
Designed a user-friendly interface for data entry, reducing input errors by 30%.
Implemented automated data validation checks to ensure accuracy before processing.
Created macros to generate reports, saving the team approximately 10 hours per week.
Collaborated with cross-functional teams to gather requirements an...
I have written articles analyzing football strategies, player performances, and the impact of technology on the game.
Analyzed the tactical evolution of football formations over the decades, highlighting the shift from 4-4-2 to more fluid systems like 4-3-3.
Wrote a piece on the impact of VAR (Video Assistant Referee) on match outcomes, discussing controversial decisions in major tournaments.
Explored the rise of data ana...
I have a strong background in software engineering with a focus on full-stack development and a passion for innovative solutions.
Bachelor's in Computer Science with a focus on software development.
Interned at XYZ Corp, where I developed a web application that improved user engagement by 30%.
Worked on a team project to create a mobile app that won the university hackathon.
Proficient in languages like JavaScript, Python,...
Factors affecting pricing of products on e-retail website
Cost of production
Competitor pricing
Demand and supply
Target audience
Marketing and advertising costs
Optimize product display on mobile by using concise layouts, interactive elements, and prioritizing essential information.
Use a card layout to display products, allowing users to swipe through items easily.
Implement collapsible sections for product descriptions, showing only key details initially.
Utilize images and icons to convey information quickly, reducing reliance on text.
Incorporate a search bar and filters to he...
Vertical scrolling is the best option for e-retail websites.
Vertical scrolling is more intuitive and easier to use for most users.
Horizontal scrolling can be confusing and frustrating for users.
Each product on a different page can lead to slower load times and more clicks for users.
Infinite scrolling can be a good option for some e-retail websites.
Consider the type of products being sold and the user experience when de...
My happiest moment was when I got accepted into my dream university.
Received the acceptance letter in the mail
Celebrated with family and friends
Felt a sense of accomplishment and excitement for the future
I completed internships at two different companies, one focused on web development and the other on software testing.
Interned at XYZ Company as a web developer, worked on front-end development using React and back-end development using Node.js
Interned at ABC Company as a software tester, tested various software applications and reported bugs to the development team
My strengths include problem-solving, adaptability, and teamwork. My weaknesses include public speaking and time management.
Strengths: Problem-solving - I enjoy finding solutions to complex problems. Adaptability - I am able to quickly adjust to new situations. Teamwork - I work well in a team environment and value collaboration.
Weaknesses: Public speaking - I get nervous when speaking in front of large groups. Time ma...
I enjoy playing sports, reading books, and volunteering in my community.
Playing basketball and soccer with friends
Reading books on technology and self-improvement
Volunteering at local food banks and animal shelters
I believe gaining practical experience is more valuable than pursuing further education at this point in my career.
I have gained valuable experience through internships and projects
I am constantly learning and improving my skills through online courses and workshops
I may consider pursuing further education in the future if it aligns with my career goals
I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.
Sort an array of 0s and 1s
Use two pointers, one at the beginning and one at the end
Swap 0s from the beginning with 1s from the end until pointers meet
Time complexity: O(n)
Level order traversal is a tree traversal algorithm that visits nodes level by level.
Start at the root node and add it to a queue.
While the queue is not empty, remove the first node from the queue and add its children to the queue.
Repeat until the queue is empty.
The order in which nodes are visited is the level order traversal.
I applied via LinkedIn and was interviewed in Dec 2020. There were 4 interview rounds.
An E-Commerce system can be designed by identifying user requirements, selecting appropriate technologies, and implementing secure payment and shipping methods.
Identify user requirements and create user stories
Select appropriate technologies for front-end, back-end, and database
Implement secure payment and shipping methods
Design a user-friendly interface with easy navigation
Ensure scalability and performance of the sys...
posted on 26 Apr 2025
I appeared for an interview in Mar 2025, where I was asked the following questions.
posted on 25 May 2025
I appeared for an interview in Apr 2025, where I was asked the following questions.
Calculating the distance from home to the store involves various factors like route, mode of transport, and traffic conditions.
Consider the mode of transport: walking, biking, driving.
Use mapping tools like Google Maps for accurate distance.
Account for traffic conditions that may affect travel time.
Evaluate shortcuts or alternate routes to reduce distance.
based on 1 interview experience
Accountant
116
salaries
| ₹3.7 L/yr - ₹9.5 L/yr |
Senior Software Engineer
92
salaries
| ₹8.5 L/yr - ₹24 L/yr |
Software Engineer
86
salaries
| ₹5.3 L/yr - ₹10.5 L/yr |
Senior Accountant
76
salaries
| ₹6 L/yr - ₹14 L/yr |
Technical Support Engineer
66
salaries
| ₹4 L/yr - ₹9.3 L/yr |
Landmark Group
Metro Cash & Carry
Tesco
Fabindia