Filter interviews by
I applied via Referral and was interviewed before Jun 2022. There were 6 interview rounds.
I was given 10 records to research within 15 minutes on excel.
Management was discussing about the organisation objectives and goals
Top trending discussions
posted on 20 Jan 2025
I applied via Company Website and was interviewed in Dec 2024. There were 8 interview rounds.
I am to good for any type of work doing
Question: Write a function to sort an array of integers in ascending order without using the built-in sort() function.
javascript
Copy code
function customSort(arr) {
// Your code here
}
console.log(customSort([5, 3, 8, 1])); // Output: [1, 3, 5, 8]
Operational Efficiency: Automating workflows in ServiceNow should reduce processing time for customer queries and loan applications by 50%.
Increased Visibility: SEO and SEM strategies should increase the bank’s website traffic by 30% within 3 months.
Improved Customer Experience: A modern portal with faster support options will increase customer satisfaction ratings.
A report/document explaining the solutions for the above tasks.
A code file for the HTML/CSS/JavaScript task.
Screenshots or diagrams (if applicable) for ServiceNow workflows.
Data Interpretation
Study the following data and answer the question:
Year Revenue (₹) Profit (₹)
2020 10,000 2,000
2021 12,000 3,000
2022 15,000 4,000Question:
What is the average profit percentage over the three years?
Options:
A) 20%
B) 25%
C) 22%
D) 27%
I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.
It was online test conducted by whee box. Questions were mix from Automation and Manual testing. Questions on OOPS concept like Encapsulation, polymorphism, abstraction. Questions on Database testing, (none from API). Few questions based on English , few logical reasoning
STLC stands for Software Testing Life Cycle, which is a systematic process for testing software applications.
STLC consists of various phases such as Requirement Analysis, Test Planning, Test Design, Test Execution, and Test Closure.
Each phase has specific objectives and deliverables to ensure the quality of the software.
STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them l...
Stored procedures are precompiled SQL statements stored in the database for reuse and improved performance.
Stored procedures are used to encapsulate business logic in the database.
They can improve performance by reducing network traffic and optimizing execution plans.
Stored procedures can be called from application code to perform complex operations on the database.
They can also help with security by controlling access...
I am a Senior QA Engineer with 5 years of experience. Currently, I am leading the testing efforts for a web application project.
Leading the testing efforts for a web application project
Creating test plans and test cases
Executing manual and automated tests
Identifying and reporting bugs
Collaborating with developers and stakeholders
Used Postman for API testing, 60% of work involved API testing in previous projects
Utilized Postman for API testing
60% of work in previous projects involved API testing
Worked extensively with RESTful APIs
QA plays a crucial role in identifying and communicating the discrepancies between built functionality and requirements.
QA should thoroughly review the requirements documentation to understand the expected functionality.
QA should conduct thorough testing to identify any discrepancies between the built functionality and the requirements.
QA should communicate any discrepancies found to the development team and stakeholde...
Contract testing in API involves verifying the interactions between different services based on predefined contracts.
Contract testing ensures that each service meets the expectations set by the contract.
It helps in detecting issues early in the development cycle.
Popular tools for contract testing in APIs include Pact and Spring Cloud Contract.
Various tools used for database, build deployment, bug tracking, and test case/plan tracking in QA engineering.
Database: SQL Server, MySQL, Oracle
Build Deployment: Jenkins, TeamCity, Bamboo
Bug Tracking: Jira, Bugzilla, Redmine
Test Case/Plan Tracking: TestRail, HP ALM, Zephyr
Implemented automated test scripts using Selenium for regression testing, introduced code review process for test scripts, and conducted training sessions on new testing tools.
Implemented automated test scripts using Selenium for regression testing
Introduced code review process for test scripts
Conducted training sessions on new testing tools
I currently hold 2 offer letters. My current CTC is $80,000 and my expected CTC is $90,000.
I hold 2 offer letters
Current CTC is $80,000
Expected CTC is $90,000
Yes, I am comfortable with coming to the office regularly in a hybrid model.
I value face-to-face interactions with team members for better collaboration and communication.
I am able to manage my time effectively to balance office and remote work.
I understand the importance of being present in the office for certain tasks or meetings.
I am adaptable and flexible in my work environment.
Yes, I have experience working with US based clients and I am ready for shift overlapping.
I have worked with US based clients in my previous role as a QA Engineer
I am familiar with the time zone differences and have adjusted my schedule accordingly
I am comfortable with shift overlapping and have done it before when needed
RCA and backtracking process involves identifying root causes of issues and revisiting previous steps to find solutions.
Root Cause Analysis (RCA) is used to identify the underlying cause of a problem or defect in the project.
Backtracking process involves revisiting previous steps or decisions to find a solution or correct an issue.
Examples of RCA in current project could include analyzing code changes that led to a bug...
I have extensive experience in automation testing and have also taken courses in AI and machine learning.
I have worked on creating automation frameworks using tools like Selenium and Appium.
I have taken online courses on AI and machine learning to enhance my skills in these areas.
I have implemented AI-based testing techniques like neural networks for test automation.
posted on 10 Dec 2024
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
I am a data analyst with a background in statistics and programming, passionate about turning data into actionable insights.
Background in statistics and programming
Experience in data analysis and visualization tools like Python, R, and Tableau
Strong problem-solving and critical thinking skills
Ability to communicate complex data findings to non-technical stakeholders
My career goal is to become a senior data analyst in a reputable company, where I can utilize my skills to drive data-driven decision-making and contribute to the organization's success.
Advance to a senior data analyst role
Contribute to data-driven decision-making
Work for a reputable company
Continuous learning and skill development
Strength: Strong analytical skills, Weakness: Overthinking
Strength: Ability to analyze complex data sets and derive meaningful insights
Strength: Proficiency in data visualization tools like Tableau and Power BI
Weakness: Tendency to overthink and spend too much time on minor details
Weakness: Struggle with delegating tasks and trusting others to complete them
I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.
4 easy level questions will be asked basically from arrays and strings.
Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.
posted on 28 Dec 2024
I applied via Campus Placement
Basic aptitude assessment along with some theoretical components.
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
SAML flow is a process for exchanging authentication and authorization data between identity providers and service providers.
SAML flow involves the exchange of XML-based security assertions.
It typically includes steps such as authentication request, response, and validation.
SAML flow can be initiated by a user trying to access a service that requires authentication.
It helps establish trust between different systems by
Pinfedarte is a security mechanism used in computer systems to prevent unauthorized access.
Pinfedarte is a form of access control that restricts users from accessing certain resources or performing specific actions.
It typically involves the use of passwords, encryption, biometrics, or other authentication methods.
Pinfedarte helps protect sensitive information and prevent security breaches.
Examples of pinfedarte include...
OAUTH flows are different ways in which a client application can obtain authorization to access resources on behalf of a user.
Authorization Code Flow: Client exchanges an authorization code for an access token.
Implicit Flow: Client receives access token directly.
Client Credentials Flow: Client uses its own credentials to authenticate and receive access token.
Resource Owner Password Credentials Flow: Client collects use...
Yes, I am familiar with Dynatrace and Sumo Logic tools.
I have experience using Dynatrace for application performance monitoring and management.
I have used Sumo Logic for log management and analytics.
I am proficient in setting up alerts, dashboards, and troubleshooting issues using these tools.
My name is John Smith.
Full name is John Smith
Common name in English-speaking countries
Easy to remember and pronounce
I have 2 years of experience working as a Junior Assistant in a busy office environment.
2 years of experience as a Junior Assistant
Proficient in office administration tasks
Skilled in using Microsoft Office suite
Excellent communication and organizational skills
I have worked on various types of projects including data analysis, event planning, and marketing campaigns.
Data analysis project for a retail company to identify customer trends
Event planning project for a charity fundraiser event
Marketing campaign project for a new product launch
I have experience operating various types of office equipment such as printers, scanners, and copiers.
Printers
Scanners
Copiers
To plan for production tomorrow, it is important to assess current inventory, review upcoming orders, allocate resources, and communicate with team members.
Assess current inventory levels to determine what needs to be produced
Review upcoming orders to prioritize production schedule
Allocate resources such as materials, equipment, and manpower accordingly
Communicate with team members to ensure everyone is aware of their
The least count of a micrometer is 0.01 mm and the least count of a caliper is 0.02 mm.
Micrometer least count: 0.01 mm
Caliper least count: 0.02 mm
Concentricity, total runout, flatness, rf, and rt are important measurements in engineering and manufacturing.
Concentricity refers to the tolerance of the center point of a feature relative to its axis.
Total runout measures the maximum amount a feature may vary from true circularity when rotated.
Flatness is the deviation of a surface from a perfect plane.
Rf (roughness factor) and Rt (roughness total) are measurements o...
I applied via Approached by Company and was interviewed in Oct 2024. There were 5 interview rounds.
Various assignments.
Task included marketing strategies and planning for the company
Again assignment given
posted on 10 Jan 2025
Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.
Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.
Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.
Cross-functional teams work together closely to deliver incremental value to the B2B...
I have extensive experience working with barcode scanners in various automation projects.
Implemented barcode scanning functionality in warehouse management system to track inventory
Integrated barcode scanners with automated testing tools for regression testing
Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy
based on 1 interview
Interview experience
based on 7 reviews
Rating in categories
Team Lead
4
salaries
| ₹3.6 L/yr - ₹4.5 L/yr |
Data Mining Specialist
4
salaries
| ₹2.4 L/yr - ₹5 L/yr |
Marketing and Operations Executive
4
salaries
| ₹3 L/yr - ₹3.8 L/yr |
Senior Marketing Manager
3
salaries
| ₹15 L/yr - ₹18 L/yr |
Event Manager
3
salaries
| ₹6 L/yr - ₹10 L/yr |
Cybermedia
Data Security Council of India
Network Intelligence India
K7 Computing