Filter interviews by
I appeared for an interview in Aug 2024.
Asked simple Questions like
Giving string and remove special characters
Checked exceptions are checked at compile time, while unchecked exceptions are not.
Checked exceptions must be handled by the code or declared in the method signature using 'throws' keyword.
Unchecked exceptions do not need to be caught or declared in the method signature.
Examples of checked exceptions: IOException, SQLException.
Examples of unchecked exceptions: NullPointerException, ArrayIndexOutOfBoundsException.
Interface in Java is a blueprint of a class that defines a set of methods without implementation.
Interfaces can have abstract methods and constants, but no instance variables.
Classes can implement multiple interfaces but can only extend one class.
Interfaces are used to achieve abstraction and multiple inheritance in Java.
Using multiple catch blocks allows handling different types of exceptions separately, while finally block ensures cleanup code is executed regardless of exception.
Multiple catch blocks can handle different types of exceptions separately
Finally block ensures cleanup code is executed regardless of exception
Example: try { // code that may throw exceptions } catch (ExceptionType1 e) { // handle ExceptionType1 } catch (Exce...
Different types of exceptions include checked, unchecked, and errors.
Checked exceptions are checked at compile time and must be handled or declared.
Unchecked exceptions are not checked at compile time and can be handled or not.
Errors are exceptional conditions that are not meant to be caught or handled.
Example of a login scenario in Cucumber with parameters for username and password
Create a feature file with the login scenario
Define the scenario outline with placeholders for username and password
Implement step definitions to pass the parameters in the login steps
Use regular expressions to remove special characters from a string.
Create a regular expression pattern to match special characters
Use the replace() method with the regular expression pattern to remove special characters
Example: str.replace(/[!@#$%^&*()_+]/g, '') will remove !@#$%^&*()_+ from the string
Docker is a containerization platform, API status codes indicate the success or failure of a request, deployment processes involve releasing software updates, and Jenkins is a continuous integration tool.
Docker is a platform for developing, shipping, and running applications in containers.
API status codes are used to indicate the success or failure of a request, such as 200 for success and 404 for not found.
Deployment ...
I applied via Instahyre and was interviewed in May 2024. There were 2 interview rounds.
String , array questions
Basic aptitude questions and given a scenario how many test cases you can make.
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Advanced Excel formulas are complex functions used for data analysis and manipulation.
Advanced formulas in Excel include VLOOKUP, INDEX-MATCH, SUMIFS, COUNTIFS, and IFERROR.
These formulas are used for tasks like data lookup, conditional calculations, and summarizing data.
For example, VLOOKUP is used to search for a value in a table and return a corresponding value from another column.
I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.
Core HTML, CSS and JS
JS deep dive and react
I am fluent in English, Spanish, and French.
English
Spanish
French
I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.
Problem solving approach check
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
The requirement of bananas in a city like Mumbai can be calculated based on population, consumption habits, and availability.
Calculate the population of Mumbai
Estimate the average consumption of bananas per person
Consider factors like tourism and events that may increase demand
Take into account the availability of bananas from local markets and imports
A good retailer focuses on customer satisfaction, product quality, and efficient operations.
Good retailers prioritize customer satisfaction by providing excellent customer service and addressing customer needs.
Good retailers offer high-quality products that meet customer expectations.
Good retailers have efficient operations, including inventory management, supply chain logistics, and streamlined processes.
Bad retailers...
I applied via LinkedIn and was interviewed before May 2022. There were 2 interview rounds.
Python dictionary is implemented using hash tables.
Python dictionary is a collection of key-value pairs.
The keys in a dictionary must be unique and immutable.
The values in a dictionary can be of any data type.
Python dictionary is implemented using hash tables.
Hash tables provide constant time complexity for insertion, deletion and retrieval of elements.
The hash function used in Python dictionary is based on the key's h...
Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.
It divides the input into a sorted and an unsorted region.
It repeatedly extracts the maximum element from the unsorted region and inserts it into the sorted region.
It has a time complexity of O(n log n) and is not stable.
Example: [8, 5, 3, 1, 9, 6, 0, 7, 4, 2] -> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
posted on 13 May 2024
I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.
Contracts review and abstraction
Some of the top questions asked at the Skeps interview -
based on 3 interviews
Interview experience
4-6 Yrs
Not Disclosed
2-4 Yrs
Not Disclosed
3-5 Yrs
Not Disclosed
Software Developer
9
salaries
| ₹9 L/yr - ₹16.5 L/yr |
Software Engineer
5
salaries
| ₹12.2 L/yr - ₹18 L/yr |
Sdet
5
salaries
| ₹9 L/yr - ₹20.5 L/yr |
Sdet Engineer
4
salaries
| ₹7 L/yr - ₹13 L/yr |
Sdet Automation Test Engineer
4
salaries
| ₹8 L/yr - ₹12 L/yr |
InsanelyGood
Vegrow
Pepper Content
Elevate