Upload Button Icon Add office photos

Filter interviews by

Skeps Interview Questions and Answers

Updated 9 Feb 2025

Skeps Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Coding Test 

Asked simple Questions like
Giving string and remove special characters

Round 2 - Technical 

(8 Questions)

  • Q1. Checked and unchecked exception
  • Ans. 

    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.

  • Answered by AI
  • Q2. Interface in java
  • Ans. 

    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.

  • Answered by AI
  • Q3. What are the functionalities of using multiple catch blocks along with a finally block in try-catch statements?
  • Ans. 

    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...

  • Answered by AI
  • Q4. Different types of exception
  • Ans. 

    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.

  • Answered by AI
  • Q5. Cucumber annotations Hooks
  • Q6. Write in notepad an example of a login scenario in Cucumber that includes parameters for passing the username and password?
  • Ans. 

    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

  • Answered by AI
  • Q7. What is the code to remove special characters from a string?
  • Ans. 

    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

  • Answered by AI
  • Q8. What do you know about Docker, API status codes, deployment processes, and Jenkins?
  • Ans. 

    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 ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for a candidate with strong coding skills, particularly in JavaScript, and experience with Playwright is considered a plus. Additionally, familiarity with Cucumber is highly beneficial. Candidates with knowledge in Java and Selenium, as well as experience in automation across various departments, will also be taken into consideration.

Top Skeps Sdet Automation Test Engineer Interview Questions and Answers

Q1. What are the functionalities of using multiple catch blocks along with a finally block in try-catch statements?
View answer (1)

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

String , array questions

Round 2 - Case Study 

Basic aptitude questions and given a scenario how many test cases you can make.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and humble, your attitude matters a lot.

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Advanced formulas of Excel
  • Ans. 

    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.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Core HTML, CSS and JS

Round 2 - Coding Test 

JS deep dive and react

Round 3 - Behavioral 

(1 Question)

  • Q1. Mimic Promise.all, Array.flat, OTP Component etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core JS concepts and be strong in react fundamentals

Intern Interview Questions & Answers

Vegrow user image Shaik Roshini

posted on 16 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Languages known
  • Ans. 

    I am fluent in English, Spanish, and French.

    • English

    • Spanish

    • French

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Case Study 

Problem solving approach check

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study and problem solving
  • Q2. Root cause Analysis
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How to calculate requirement of Banana is a city like Mumbai
  • Ans. 

    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

  • Answered by AI
  • Q2. How to know , difference between a good or bad retailer
  • Ans. 

    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...

  • Answered by AI
  • Q3. Simple SQL questions

Interview Preparation Tips

Topics to prepare for Vegrow Data Analyst interview:
  • Guess Estimate
  • SQL

Software Engineer Interview Questions & Answers

Meddo user image Nishant Srivastava

posted on 31 May 2021

Interview Questionnaire 

1 Question

  • Q1. JS questions are asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. How python dictionary is implemented internally ?
  • Ans. 

    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...

  • Answered by AI
  • Q2. What is heap sort
  • Ans. 

    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]

  • Answered by AI
  • Q3. Coding question to sort array based on a custom filter

Skills evaluated in this interview

Senior Associate Interview Questions & Answers

Elevate user image Shital Santosh Badgujar

posted on 13 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Contracts review and abstraction

Round 2 - One-on-one 

(1 Question)

  • Q1. Contracts and essential elements

Skeps Interview FAQs

How many rounds are there in Skeps interview?
Skeps interview process usually has 2 rounds. The most common rounds in the Skeps interview process are Coding Test, Case Study and Technical.
How to prepare for Skeps interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Skeps. The most common topics and skills that interviewers at Skeps expect are Python, Manual Testing, AWS, Automation Testing and Software Quality Assurance.
What are the top questions asked in Skeps interview?

Some of the top questions asked at the Skeps interview -

  1. What are the functionalities of using multiple catch blocks along with a finall...read more
  2. What is the code to remove special characters from a stri...read more
  3. What do you know about Docker, API status codes, deployment processes, and Jenk...read more

Tell us how to improve this page.

Skeps Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
Flipkart Interview Questions
3.9
 • 1.3k Interviews
Bharti Airtel Interview Questions
4.0
 • 851 Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Tata Group Interview Questions
4.2
 • 359 Interviews
View all

Skeps Reviews and Ratings

based on 10 reviews

2.6/5

Rating in categories

3.1

Skill development

2.5

Work-life balance

2.6

Salary

2.2

Job security

2.2

Company culture

2.1

Promotions

2.4

Work satisfaction

Explore 10 Reviews and Ratings
Software Developer
9 salaries
unlock blur

₹9 L/yr - ₹16.5 L/yr

Software Engineer
5 salaries
unlock blur

₹12.2 L/yr - ₹18 L/yr

Sdet
5 salaries
unlock blur

₹9 L/yr - ₹20.5 L/yr

Sdet Engineer
4 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Sdet Automation Test Engineer
4 salaries
unlock blur

₹8 L/yr - ₹12 L/yr

Explore more salaries
Compare Skeps with

InsanelyGood

4.1
Compare

Vegrow

4.0
Compare

Pepper Content

2.5
Compare

Elevate

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview