Filter interviews by
React is a JavaScript library for building user interfaces, while Angular is a full-fledged framework for building web applications.
React is a library, while Angular is a framework.
React uses a virtual DOM for better performance, while Angular uses a regular DOM.
React is more lightweight and flexible, while Angular has more built-in features and conventions.
React is mainly focused on the view layer, while Angular provi
I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.
UI design focuses on the visual aspects of a product, while UX design focuses on the overall user experience.
UI design deals with the look and feel of a product, including layout, typography, and color scheme.
UX design focuses on the user's journey through the product, including ease of use, accessibility, and functionality.
UI design is more concerned with aesthetics, while UX design is more concerned with usability.
UI...
I would prioritize tasks based on urgency and complexity.
Assess the urgency and importance of each task
Consider the complexity and time required for each task
Prioritize tasks that have tight deadlines or high impact
Break down complex tasks into smaller, manageable subtasks
Consider dependencies between tasks
Communicate with stakeholders to understand their priorities
Use project management tools to track and manage tasks
I will be able to start joining in 2 weeks.
I need to give notice to my current employer.
I will need to wrap up any ongoing projects.
I may need to relocate or make necessary arrangements.
I will need to complete any required paperwork or background checks.
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.
Connection in Java refers to establishing a link between a Java application and a database.
It is used to connect to a database and perform operations on it.
It involves creating a connection object, specifying the database URL, username, and password.
The connection can be closed once the operations are completed.
Example: DriverManager.getConnection(url, username, password);
Java is a high-level, object-oriented programming language used to develop applications for various platforms.
Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)
Java has a rich set of operators including arithmetic, relational, logical, bitwise, and assignment operators
Examples of operators in Java include + (addition), < (less than), && (logical AND), | (bitwise OR), and = (assignm
Java is object oriented because it allows for encapsulation, inheritance, and polymorphism.
Encapsulation allows for data hiding and abstraction, making code more secure and easier to maintain.
Inheritance allows for code reuse and the creation of hierarchies of related classes.
Polymorphism allows for the creation of flexible and extensible code that can handle different types of objects.
Java's object-oriented design als...
A thread is a lightweight sub-process that can run concurrently with other threads.
Threads allow for parallel execution of code
Threads share the same memory space as the parent process
Threads can communicate with each other through shared variables
Examples of thread usage include GUI responsiveness and network communication
I was interviewed in Oct 2022.
PRD on any product topic and then it analysis.
KloudOne interview questions for popular designations
I was interviewed in Mar 2022.
I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.
QA methodology involves planning, designing, executing, and reporting to ensure quality of the project.
Understand project requirements and define test objectives
Create test plans and test cases
Execute tests and report defects
Retest and verify fixes
Perform regression testing
Ensure compliance with standards and regulations
Deliver the project after successful testing
HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.
HTTP stands for Hypertext Transfer Protocol while HTTPS stands for Hypertext Transfer Protocol Secure.
HTTP operates on port 80 while HTTPS operates on port 443.
HTTP is vulnerable to attacks while HTTPS is secure due to SSL/TLS encryption.
HTTP does not require any certificates while HTTPS requires SSL/TLS certificates.
HTTP is used for regular websites whil...
Software testing life cycle is a process of testing software from planning to deployment.
STLC includes planning, designing, executing, and reporting.
It starts with requirement analysis and ends with deployment.
It ensures that the software meets the quality standards and customer requirements.
STLC models include Waterfall, Agile, and DevOps.
STLC helps in identifying defects early in the development cycle, reducing costs...
I applied via Indeed and was interviewed before Apr 2020. There were 3 interview rounds.
Top trending discussions
I was interviewed in Jan 2025.
A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8
The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.
Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.
Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.
Subclasses of a sealed class must be either final or sealed themselves.
Errors may occur when trying to extend a sealed class with a non-permitted subclass.
Implementation of 'notify me if item is back in stock' feature in an ecommerce application
Create a database table to store user notifications for out-of-stock items
Implement a service to check item availability and send notifications to subscribed users
Provide a user interface for users to subscribe to notifications for specific items
posted on 4 Feb 2025
I was interviewed in Jan 2025.
Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.
Open for fixed term hire
Willing to work from client location at Gurgaon for 3 days a week
Implemented automated testing using Selenium WebDriver and JUnit in Agile environment
Implemented automated testing framework using Selenium WebDriver
Utilized JUnit for test case management
Worked in Agile environment to ensure continuous testing and integration
Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.
Pilot testing involves a small group of users testing the functionality in a controlled environment.
Beta testing involves a larger group of users testing the functionality in a real-world environment.
...
Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.
Primary key enforces uniqueness and not null constraint on a column
Unique key enforces uniqueness but allows null values
To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query
Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.
STLC includes requirements analysis, test planning, test design, test execution, and test closure.
Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.
STLC ensures that the so...
303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.
303 status code indicates that the resource can be found at a different URI and should be retrieved from there
PUT method is used to update an existing resource in the API
DELETE method is used to remove a resource from the API
3 point esti...
Links and labels that can be tagged to a bug in Jira
Links: related issues, documents, websites
Labels: priority, severity, type, status
Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.
Shell scripting automates tasks by writing scripts in a Unix/Linux environment
Grep command is used to search for specific patterns in text files
Example: grep 'search_pattern' file.txt
Href is not a standard Unix command, it may be a typo or a custom script
To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.
Listen to the team member's perspective and concerns
Communicate openly and calmly about the issue
Find common ground and areas of agreement
Work together to find a solution that benefits both parties
Seek input from other team members or a mediator if ne
Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.
Yes, open to relocating to Bangalore and working from client's office
Yes, open to working in night/rotational shifts
Yes, open to working in long extendable hours or 24X7 culture
Goal is to excel in automation testing
based on 2 interviews
Interview experience
based on 32 reviews
Rating in categories
Software Engineer
51
salaries
| ₹2 L/yr - ₹6 L/yr |
Salesforce Developer
14
salaries
| ₹1.8 L/yr - ₹4.8 L/yr |
Devops Engineer
11
salaries
| ₹2 L/yr - ₹5 L/yr |
Associate Salesforce Developer
7
salaries
| ₹3 L/yr - ₹3.9 L/yr |
Software Developer
7
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
TCS
Wipro
Infosys
HCLTech