Filter interviews by
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Manual, API, Aptitude MCQ
I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.
I chose to work in QA because I enjoy ensuring quality and improving processes.
I have a keen eye for detail and enjoy finding and fixing bugs in software.
I like the challenge of testing different scenarios and ensuring the product meets requirements.
I find satisfaction in improving processes and helping to deliver a high-quality product to customers.
I have worked with technologies such as Selenium, JUnit, TestNG, Jenkins, and Git.
Selenium for automated testing of web applications
JUnit and TestNG for writing and executing test cases
Jenkins for continuous integration and continuous deployment
Git for version control and collaboration
I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
Success is achieving one's goals and feeling fulfilled in the process.
Success is subjective and varies from person to person.
It can be achieving a personal or professional goal.
Success can also be measured by the impact one has on others.
Feeling fulfilled and content is a key component of success.
Success is not always about material possessions or wealth.
I appeared for an interview in Jan 2021.
Round duration - 120 minutes
Round difficulty - Easy
The test had it's webcam on, we were not allowed to go out of the frame.
Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2)
, with initial conditions F(1) = F(2) = 1
.
The program calculates the Nth Fibonacci number using a recursive formula.
The Fibonacci series starts with 1, 1, and each subsequent number is the sum of the two preceding numbers.
The program uses a recursive function to calculate the Nth Fibonacci number.
The time complexity of the program is O(2^N), which can be optimized using memoization or dynamic programming.
You are provided with an unsorted array/list ARR
of N
integers. Your task is to determine the length of the longest consecutive sequence present in the array...
The task is to find the length of the longest consecutive sequence in an unsorted array of integers.
Sort the array to bring consecutive numbers together
Iterate through the sorted array and keep track of the current consecutive sequence length
Update the maximum length if a longer sequence is found
Round duration - 30 minutes
Round difficulty - Medium
The interview was online from home.
You are given a string STR
which contains alphabets, numbers, and special characters. Your task is to reverse the string.
STR = "abcde"
"e...
The task is to reverse a given string containing lowercase letters, uppercase letters, digits, and special characters.
Iterate through the string from the last character to the first character and append each character to a new string.
Alternatively, you can use built-in string reversal functions or methods available in your programming language.
To solve the follow-up question with O(1) space complexity, you can use a tw...
Round duration - 20 minutes
Round difficulty - Easy
This was last round. In this round interviewer ask about me and what i know about company. Also he ask about my projects as well as my future goals .
The interviewer was very understanding and supportive.
Tip 1 : Find a good course, and first clear all your fundamentals and implementation of every data structure. You should be thorough with their time as well as space complexities.
Tip 2 : Upon clearing the fundamentals, select a platform where you have a large no of questions, also whose test cases are good. eg. LeetCode, InterviewBit or Codezen. Go and complete 300-400 questions.
Tip 3 : Also whenever you're not able to solve the problem, check out the editorial and then re-attempt it again. Also, check the discussion if there is some good solution to the same problem.
Tip 4 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 5 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.
Tip 1 : Resume should contain facts, numbers, and data comparison.
Tip 2 : Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 3 : Technical achievements in the field you're applying to, would be good.
Tip 4 : DO NOT FAKE THINGS, the interviewer is smart enough.
I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.
Abstract classes are classes that cannot be instantiated and can have both abstract and non-abstract methods. Interfaces are contracts that define methods that must be implemented by a class.
Abstract classes can have constructors while interfaces cannot
A class can implement multiple interfaces but can only inherit from one abstract class
Abstract classes can have instance variables while interfaces cannot
Interfaces are ...
To use two models in a single view with MVC Routing and Attribute, we can create a ViewModel.
Create a ViewModel that contains the properties of both models
Populate the ViewModel with data from both models in the controller
Pass the ViewModel to the view
Access the properties of both models in the view using the ViewModel
Abstraction, inheritance and polymorphism are three fundamental concepts in object-oriented programming.
Abstraction is the process of hiding complex implementation details and providing a simplified interface for the user.
Inheritance is the mechanism by which one class acquires the properties and behavior of another class.
Polymorphism is the ability of an object to take on many forms. It allows objects of different cla...
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
based on 1 interview
Interview experience
Software Analyst
405
salaries
| ₹6 L/yr - ₹15.8 L/yr |
Senior Software Analyst
194
salaries
| ₹9.3 L/yr - ₹25.5 L/yr |
Quality Analyst
179
salaries
| ₹6 L/yr - ₹13 L/yr |
Associate Software Analyst
160
salaries
| ₹6 L/yr - ₹11.6 L/yr |
Associate Quality Analyst
74
salaries
| ₹5 L/yr - ₹9 L/yr |
Thomson Reuters
Duck Creek Technologies
FinThrive
CodeClouds