Filter interviews by
I appeared for an interview in Feb 2025, where I was asked the following questions.
Selenium testing is an automated testing framework for web applications, enabling cross-browser testing and functional validation.
Selenium supports multiple programming languages like Java, C#, and Python for writing test scripts.
It allows testing across different browsers such as Chrome, Firefox, and Safari.
Selenium WebDriver is a key component that interacts with web elements directly.
Example: Automating login functi...
Black box testing evaluates software functionality without knowledge of internal code structure.
Focuses on input and output rather than internal workings.
Tests user interfaces, APIs, and overall system behavior.
Example: Testing a login feature by entering valid and invalid credentials.
Useful for validating requirements and ensuring user expectations are met.
Can be performed manually or through automated testing tools.
I appeared for an interview before Feb 2024.
JIT compiler compiles code at runtime while standard compiler compiles code before execution.
JIT compiler translates code into machine language as it is needed, improving performance by avoiding unnecessary compilation.
Standard compiler translates code into machine language before execution, resulting in longer initial compilation times.
JIT compiler can optimize code based on runtime conditions, while standard compiler...
Packages in Java help organize code, prevent naming conflicts, and provide access control.
Organize code into logical groups for easier maintenance and readability
Prevent naming conflicts by using unique package names
Provide access control by using access modifiers like public, private, protected
Facilitate reusability by allowing classes within the same package to access each other's members
Example: 'java.util' package ...
I appeared for an interview before Mar 2024, where I was asked the following questions.
Top trending discussions
I appeared for an interview in Dec 2020.
Round duration - 40 minutes
Round difficulty - Easy
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack
Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly
I applied via Campus Placement and was interviewed in Oct 2021. There was 1 interview round.
Software configuration management is the process of tracking and controlling changes made to software throughout its lifecycle.
It involves version control, build management, and release management.
It ensures that changes are made in a controlled and systematic manner.
Examples include Git, SVN, and Jenkins.
It helps to maintain the integrity and quality of the software.
It is essential for collaboration among team members...
Software requirements are the functional and non-functional specifications that a software system must meet.
Software requirements define what the software should do and how it should behave
They include functional requirements (what the software should do) and non-functional requirements (how well it should do it)
Requirements are typically documented in a requirements specification document
They are used to guide the dev...
I appeared for an interview in Nov 2020.
Round duration - 2 hours
Round difficulty - Medium
In the 1st round
Aptitude
Reasoning
English
Automata fix( code debug)
Timing in morning
Environment is good
Interviewer was very cool and interactive
Given a text message, your task is to return the Run-length Encoding of the given message.
Run-length encoding is a fast and simple method of encoding strings, repres...
Implement a function to encode a text message using run-length encoding.
Iterate through the message and count consecutive characters
Append the character and its count to the encoded message
Handle edge cases like single characters or empty message
Round duration - 30 minutes
Round difficulty - Medium
This is interview round
Ques from basic electronics
C language
Create a class named Person
with a string variable 'name'
and an integer variable 'age'
, such that these variables are not accessible outside the class. Implement a me...
Create a class Person with private variables name and age, and methods to set and get their values.
Create a class Person with private variables 'name' and 'age'.
Implement a method setValue to set the variables' values.
Implement a method getValue to print the variables' values.
Ensure the name is a non-empty string and the age is a non-negative integer.
Encapsulate the data and provide a clear interface for setting and ge...
Tip 1 : Do aptitude from indiabix. Go through your basics. At least one language u know. Learn about your branch basics. Know concept of data structure and oops.
Tip 2 : prepare your final project well.
Tip 1 : the skills you know very well mention in resume
Tip 2 : mention project in resume
based on 3 interview experiences
Difficulty level
Duration
based on 8 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant