Filter interviews by
Debugging a bug process involves identifying, isolating, and fixing issues in software code.
Identify the bug by reproducing the issue and analyzing error messages.
Isolate the bug by narrowing down the code where the issue occurs.
Fix the bug by making necessary code changes and testing the solution.
Verify the fix by retesting the software to ensure the bug is resolved.
The best pen in the market should have a comfortable grip, smooth writing experience, long-lasting ink, and a stylish design.
Comfortable grip for extended use
Smooth writing experience for effortless writing
Long-lasting ink to avoid frequent refills
Stylish design to appeal to customers
Automated a login functionality test case for a web application to ensure user authentication works correctly.
Test Case: Verify successful login with valid credentials.
Steps: Navigate to the login page, enter username and password, click 'Login'.
Expected Result: User is redirected to the dashboard page.
Tools Used: Selenium WebDriver for automation.
Validation: Check for the presence of a logout button on the dashbo...
An automation framework streamlines testing processes, enhancing efficiency and consistency in software development.
Types of frameworks: Linear, Modular, Data-driven, Keyword-driven, and Hybrid frameworks.
Example: A Data-driven framework allows testing with multiple data sets, improving test coverage.
Integration with CI/CD tools like Jenkins for automated testing during deployment.
Use of libraries like Selenium fo...
Comprehensive test cases for validating file attachments in software applications.
Test attachment upload with valid file types (e.g., .jpg, .pdf).
Test attachment upload with invalid file types (e.g., .exe, .bat).
Test maximum file size limit (e.g., 10MB).
Test minimum file size limit (e.g., 1KB).
Test attachment upload with empty file.
Test attachment upload with special characters in file name.
Test attachment upload ...
Find the maximum 3-digit number from an array of both negative and positive numbers.
Iterate through the array and keep track of the 3 largest positive numbers.
Iterate through the array and keep track of the 3 smallest negative numbers.
Compare the largest positive numbers with the smallest negative numbers to find the maximum 3-digit number.
Test cases for ATM functionality including withdrawal, deposit, balance inquiry, and card insertion.
Test withdrawal functionality with valid and invalid amounts
Test deposit functionality with valid and invalid amounts
Test balance inquiry functionality to ensure correct balance is displayed
Test card insertion and removal functionality
Test for handling of incorrect PIN entry
Iterative tree traversal using a stack instead of recursion
Use a stack to keep track of nodes to visit
Start with the root node and push it onto the stack
While the stack is not empty, pop a node, visit it, and push its children onto the stack
Test cases for Amazon Prime include functionality, usability, and performance checks to ensure a seamless user experience.
Verify user registration and login process with valid and invalid credentials.
Check the search functionality for movies and shows, ensuring accurate results.
Test the streaming quality under different network conditions (e.g., 4G, Wi-Fi).
Validate the subscription management features, including u...
Reversing a linked list involves changing the direction of the pointers between nodes.
Iterative approach: Use three pointers (prev, current, next) to reverse links.
Example: For list 1 -> 2 -> 3, after reversal it becomes 3 -> 2 -> 1.
Recursive approach: Reverse the rest of the list and adjust pointers.
Example: Base case is when the list is empty or has one node.
I applied via Naukri.com and was interviewed before Oct 2023. There were 5 interview rounds.
An automation framework streamlines testing processes, enhancing efficiency and consistency in software development.
Types of frameworks: Linear, Modular, Data-driven, Keyword-driven, and Hybrid frameworks.
Example: A Data-driven framework allows testing with multiple data sets, improving test coverage.
Integration with CI/CD tools like Jenkins for automated testing during deployment.
Use of libraries like Selenium for web...
Comprehensive test cases for validating file attachments in software applications.
Test attachment upload with valid file types (e.g., .jpg, .pdf).
Test attachment upload with invalid file types (e.g., .exe, .bat).
Test maximum file size limit (e.g., 10MB).
Test minimum file size limit (e.g., 1KB).
Test attachment upload with empty file.
Test attachment upload with special characters in file name.
Test attachment upload with ...
Debugging a bug process involves identifying, isolating, and fixing issues in software code.
Identify the bug by reproducing the issue and analyzing error messages.
Isolate the bug by narrowing down the code where the issue occurs.
Fix the bug by making necessary code changes and testing the solution.
Verify the fix by retesting the software to ensure the bug is resolved.
A recursive program is a function that calls itself within its own code.
Recursion is a technique where a function calls itself to solve smaller instances of the same problem.
It involves breaking down a problem into smaller subproblems until a base case is reached.
Examples of recursive programs include factorial calculation, Fibonacci sequence generation, and tree traversal algorithms.
AVL and BST trees are types of binary search trees, with AVL trees being self-balancing.
BST (Binary Search Tree) is a type of binary tree where each node has at most two children, with left child < parent < right child.
AVL (Adelson-Velsky and Landis) tree is a self-balancing binary search tree where the heights of the two child subtrees of any node differ by at most one.
AVL trees maintain O(log n) time complexity for i...
The best pen in the market should have a comfortable grip, smooth writing experience, long-lasting ink, and a stylish design.
Comfortable grip for extended use
Smooth writing experience for effortless writing
Long-lasting ink to avoid frequent refills
Stylish design to appeal to customers
I would choose a classic, comfortable cotton shirt for my father, reflecting his style and ensuring he feels good wearing it.
Material: A breathable cotton shirt for comfort, especially in warmer weather.
Style: A classic button-down design that can be dressed up or down.
Color: A neutral color like navy or light blue that complements his wardrobe.
Fit: A tailored fit to ensure it looks sharp and feels comfortable.
Occasion...
Seeking new challenges and opportunities for growth in a dynamic environment.
Looking for new challenges to continue learning and growing professionally.
Interested in working on cutting-edge technologies and projects.
Seeking a more collaborative and innovative work culture.
Want to explore different industry domains and expand my skill set.
Hoping to take on a leadership role and make a bigger impact.
Automated a login functionality test case for a web application to ensure user authentication works correctly.
Test Case: Verify successful login with valid credentials.
Steps: Navigate to the login page, enter username and password, click 'Login'.
Expected Result: User is redirected to the dashboard page.
Tools Used: Selenium WebDriver for automation.
Validation: Check for the presence of a logout button on the dashboard.
I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.
Reversing a linked list involves changing the direction of the pointers between nodes.
Iterative approach: Use three pointers (prev, current, next) to reverse links.
Example: For list 1 -> 2 -> 3, after reversal it becomes 3 -> 2 -> 1.
Recursive approach: Reverse the rest of the list and adjust pointers.
Example: Base case is when the list is empty or has one node.
Iterative tree traversal using a stack instead of recursion
Use a stack to keep track of nodes to visit
Start with the root node and push it onto the stack
While the stack is not empty, pop a node, visit it, and push its children onto the stack
Test cases for Amazon Prime include functionality, usability, and performance checks to ensure a seamless user experience.
Verify user registration and login process with valid and invalid credentials.
Check the search functionality for movies and shows, ensuring accurate results.
Test the streaming quality under different network conditions (e.g., 4G, Wi-Fi).
Validate the subscription management features, including upgrad...
Find the maximum 3-digit number from an array of both negative and positive numbers.
Iterate through the array and keep track of the 3 largest positive numbers.
Iterate through the array and keep track of the 3 smallest negative numbers.
Compare the largest positive numbers with the smallest negative numbers to find the maximum 3-digit number.
Test cases for ATM functionality including withdrawal, deposit, balance inquiry, and card insertion.
Test withdrawal functionality with valid and invalid amounts
Test deposit functionality with valid and invalid amounts
Test balance inquiry functionality to ensure correct balance is displayed
Test card insertion and removal functionality
Test for handling of incorrect PIN entry
Designing product delivery involves creating a seamless process for getting the product to the customer efficiently.
Identify key stakeholders involved in the delivery process (e.g. suppliers, logistics partners, customers)
Map out the delivery journey from order placement to final delivery
Implement tracking and monitoring systems to ensure transparency and efficiency
Optimize delivery routes and schedules to minimize cos...
Top trending discussions
I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.
Web service flow is the sequence of steps involved in the communication between a client and a server over the internet.
Web service flow involves a client sending a request to a server
The server processes the request and sends a response back to the client
The response can be in various formats such as XML, JSON, or plain text
Web service flow can be synchronous or asynchronous
Examples of web services include RESTful API...
To check ports in Solaris or Linux machine, use the netstat command.
Open the terminal and type 'netstat -an' to display all open ports.
Use 'netstat -an | grep
To check listening ports, use 'netstat -an | grep LISTEN'.
For Solaris, use 'netstat -an | grep .
posted on 16 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 50 minutes
Round difficulty - Easy
This was a Data Structural round.
Given a two-dimensional array/list consisting of integers 0s and 1s, where 1 represents land and 0 represents water, determine the number of distinct islands. A group of...
Count the number of distinct islands in a 2D array of 0s and 1s.
Identify islands by performing depth-first search (DFS) on the grid
Use a set to store the shape of each island and check for duplicates
Consider translations to determine distinct islands
Round duration - 50 minutes
Round difficulty - Easy
This was a Data Structural round.
You are tasked with arranging 'N' words of varying lengths such that each line contains at most 'M' characters, with each word separated by a space. The challenge is to minimiz...
The goal is to minimize the total cost of arranging 'N' words on each line with a maximum character limit 'M'.
Calculate the cost of each line as the cube of extra space characters needed to reach 'M'.
Minimize the total cost by arranging words to fit within the character limit on each line.
Ensure each word appears fully on one line without breaking across lines.
Round duration - 60 minutes
Round difficulty - Easy
This was a System Design round.
Design a system similar to Red Bus for handling bookings and onboarding vendors and customers.
Implement a user-friendly interface for customers to search and book tickets
Create a vendor portal for vendors to manage their offerings and availability
Include payment gateway integration for secure transactions
Develop a robust backend system for managing bookings, cancellations, and refunds
Utilize a database to store user in...
Round duration - 50 minutes
Round difficulty - Easy
This was a System Design round
Round duration - 50 minutes
Round difficulty - Easy
This was an HR round.
Tip 1 : Practice as much as you can.
Tip 2 : Prepare for company, not in general.
Tip 3 : Your past work should be objective and your contribution should be very clear
Tip 1 : Keep only relevant things for the job you are applying.
Tip 2 : Minimal data with measurable contribution and effect.
posted on 8 Apr 2021
C++ program to reverse a string
Use a loop to iterate through the string
Swap the characters at the beginning and end of the string
Continue swapping until the middle of the string is reached
I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.
I applied via Monster and was interviewed before Apr 2020. There was 1 interview round.
posted on 9 Jun 2017
I appeared for an interview in May 2017.
AngularJS is a JavaScript framework for building dynamic web applications.
AngularJS is a client-side MVC framework.
It allows developers to build single-page applications.
It extends HTML with new attributes and tags.
AngularJS uses two-way data binding to automatically synchronize data between the model and the view.
It provides dependency injection and modularization features.
Some popular examples of websites built with ...
A directive is a programming construct that provides instructions to a compiler or interpreter.
Directives are used to control the behavior of a program or to provide additional information to the compiler or interpreter.
They are typically written as special comments or statements in the code.
Examples of directives include #include in C/C++ to include header files, #pragma to control compiler-specific behavior, and #def...
A factory is a design pattern that provides an interface for creating objects of a certain class.
A factory encapsulates the object creation logic and hides it from the client.
It allows the client to create objects without knowing the specific class or implementation details.
Factories can be used to create different types of objects based on certain conditions or parameters.
They promote loose coupling and flexibility in...
Services are software components that perform specific tasks or provide functionality to other software applications.
Services are self-contained and independent modules that can be accessed by other software components.
They can be used to handle business logic, data processing, communication with external systems, etc.
Examples of services include web services, microservices, RESTful APIs, and cloud services.
Services ca...
A factory is responsible for creating and managing objects, while a service is responsible for providing specific functionality or performing tasks.
A factory is used to create and initialize objects, often based on certain parameters or configurations.
A service is a component that provides specific functionality or performs tasks for other components or systems.
Factories are commonly used in object-oriented programming...
A program to sort an array of strings.
Use a sorting algorithm like bubble sort, insertion sort, or quicksort.
Compare strings using a comparison function.
Implement the sorting algorithm in a function that takes the array as input and modifies it in place.
This program displays words separated by spaces.
Use an array of strings to store the words.
Iterate through the array and print each word followed by a space.
Exclude the space after the last word.
A provider is a software component or service that supplies data, functionality, or resources to other software applications.
A provider is responsible for delivering data, services, or resources to other software components or applications.
Providers can be APIs, libraries, frameworks, or any other software component that offers functionality to other software.
Examples of providers include database management systems, c...
The $watch and $digest are two important concepts in AngularJS for data binding and updating the view.
$watch is a function in AngularJS that allows you to watch for changes in a specific variable or expression.
$digest is a function in AngularJS that triggers a process called the digest cycle, which updates the bindings and synchronizes the model and view.
The $watch function takes two parameters: the variable or express...
ng-repeat is a directive in AngularJS used to repeat HTML elements for each item in an array.
ng-repeat is used to create a loop in AngularJS
It is commonly used to display a list of items from an array
The directive is placed on an HTML element and uses the 'item in array' syntax
It can also be used with filters and sorting
Example:
ng-getValue is not a standard attribute in Angular. It may be a custom directive or a typo.
Check if ng-getValue is a custom directive or attribute in your Angular application
Verify if it is being used correctly in the HTML template
If it is a typo, correct it to the appropriate attribute or directive
Developing CSS without using bootstrap involves writing custom CSS code to style web pages.
Write CSS code to define styles for HTML elements
Use CSS selectors to target specific elements
Apply CSS properties to modify the appearance of elements
Create media queries for responsive design
Implement CSS animations and transitions
Optimize CSS code for performance
CDN stands for Content Delivery Network. It is a distributed network of servers that deliver web content to users based on their geographic location.
CDN improves website performance by reducing latency and increasing page load speed.
CDN caches content in multiple locations, allowing users to access it from a server closest to them.
CDN can handle high traffic loads and distribute it across multiple servers.
Popular CDN p...
To display different colors in a table using CSS for odd and even rows, you can use the :nth-child() selector.
Use the :nth-child(odd) selector to target odd rows and apply a specific color using the background-color property.
Use the :nth-child(even) selector to target even rows and apply a different color using the background-color property.
For example, you can use CSS code like this: tr:nth-child(odd) { background-c...
To develop CSS for different devices, use media queries, responsive design principles, and testing on various devices.
Use media queries to apply different CSS styles based on the device's screen size
Follow responsive design principles to ensure the layout adapts to different devices
Test the CSS on various devices to ensure compatibility and responsiveness
The $rootscope is a service in AngularJS that provides a global scope for sharing data between controllers.
It is a part of the AngularJS framework.
It is used to share data between controllers.
It is a singleton object accessible throughout the application.
It can be used to broadcast and listen to events.
jQuery is a fast, small, and feature-rich JavaScript library that simplifies HTML document traversal and manipulation, event handling, and animation.
jQuery is a JavaScript library.
It simplifies HTML document traversal and manipulation.
It provides easy event handling and animation.
jQuery is fast, small, and feature-rich.
Some of the top questions asked at the Adobe Lead Software Engineer interview -
based on 2 interview experiences
Difficulty level
Duration
based on 17 reviews
Rating in categories
Computer Scientist
490
salaries
| ₹22.7 L/yr - ₹70 L/yr |
Technical Consultant
311
salaries
| ₹7.5 L/yr - ₹28.5 L/yr |
Computer Scientist 2
293
salaries
| ₹28 L/yr - ₹102 L/yr |
Software Engineer
277
salaries
| ₹8.1 L/yr - ₹30 L/yr |
Senior Software Engineer
248
salaries
| ₹12 L/yr - ₹44.1 L/yr |
Salesforce
Oracle
Microsoft Corporation
Amazon