i
GlobalLogic
Filter interviews by
Merge two lists in Python using the extend() method.
Create two lists, list1 and list2.
Use the extend() method to merge list2 into list1.
Example: list1 = ['a', 'b', 'c'], list2 = ['d', 'e', 'f']
After merging, list1 will be ['a', 'b', 'c', 'd', 'e', 'f']
Merge conflicts can be resolved by pulling the latest changes, resolving conflicts locally, and then pushing the changes.
Pull the latest changes from the remote repository
Resolve conflicts locally by editing the conflicting files
Add the resolved files to the staging area
Commit the changes with a message explaining the resolution
Push the changes to the remote repository
I applied via LinkedIn and was interviewed in Aug 2022. There were 5 interview rounds.
45 min of technical coding test touching on basics to advanced.
Mostly asked advanced algorithm solving and programming
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Aptitude test and Testing questions related to Test estimations
Test estimation techniques involve various methods to estimate the effort, time, and resources required for testing.
Expert judgment: Relying on the expertise and experience of the QA team to estimate the effort.
Analogous estimation: Using historical data from similar projects to estimate the testing effort.
Parametric estimation: Using mathematical models and formulas to estimate based on project parameters.
Three-point ...
I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.
Sanity tests are focused on specific functionalities to ensure basic requirements are met, while smoke tests are broader tests to check if the build is stable enough for further testing.
Sanity tests are narrow in scope and focus on specific functionalities or areas of the application.
Smoke tests are broader in scope and are used to quickly determine if the build is stable enough for further testing.
Sanity tests are usu...
Oops concepts are fundamental principles of object-oriented programming such as inheritance, polymorphism, encapsulation, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Allows objects to be treated as instances of their parent class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding the complex impleme...
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
My framework is a data-driven automation framework using Selenium and TestNG.
Utilizes Selenium for web automation
Uses TestNG for test case management and execution
Data-driven approach for test data separation
Supports parallel execution for faster testing
Includes reporting tools like ExtentReports for detailed test results
OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPs stands for Object-Oriented Programming
Key concepts include classes, objects, inheritance, polymorphism, and encapsulation
Classes are blueprints for objects, defining their properties and behaviors
Objects are instances of classes, representing real-world entities
Inh...
posted on 24 Sep 2024
Packet flow in routers involves data transmission through different layers of the OSI model.
Packet flow starts at the network layer where packets are routed based on IP addresses.
Packets then move to the data link layer where MAC addresses are used for communication.
Finally, packets are transmitted physically through the network interface.
OSI model consists of 7 layers: Physical, Data Link, Network, Transport, Session,
based on 6 reviews
Rating in categories
Associate Analyst
3.8k
salaries
| ₹1 L/yr - ₹4 L/yr |
Senior Software Engineer
3.3k
salaries
| ₹5.2 L/yr - ₹22 L/yr |
Analyst
3.1k
salaries
| ₹1 L/yr - ₹5.5 L/yr |
Software Engineer
2.9k
salaries
| ₹3 L/yr - ₹13 L/yr |
Associate Consultant
2.7k
salaries
| ₹9 L/yr - ₹32 L/yr |
TCS
Wipro
Infosys
HCLTech