Upload Button Icon Add office photos

Filter interviews by

CRED Sdet Interview Questions and Answers

Updated 25 Nov 2024

CRED Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Test cases on search option
  • Ans. 

    Test cases for search option functionality

    • Verify search results are displayed correctly

    • Test search with different input types (text, numbers, special characters)

    • Check search functionality with empty input

    • Test search with long input strings

    • Verify search results are sorted correctly

  • Answered by AI
  • Q2. Coding on string and patterns and Appium framework

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. 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 - Technical 

(3 Questions)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Iterate through both arrays simultaneously, comparing elements and adding the smaller one to the result array

    • Handle cases where one array is longer than the other by appending the remaining elements

  • Answered by AI
  • Q2. Put patch and post in api testing
  • Ans. 

    Patch and post are HTTP methods used in API testing to update and create resources, respectively.

    • PATCH method is used to update an existing resource in the API

    • POST method is used to create a new resource in the API

    • Both methods are commonly used in RESTful APIs for CRUD operations

    • Example: PATCH /api/users/123 to update user with ID 123

    • Example: POST /api/users to create a new user

  • Answered by AI
  • Q3. Explain your automation framework
  • Ans. 

    My automation framework is a data-driven framework using Selenium WebDriver and TestNG for test execution and reporting.

    • Uses Selenium WebDriver for interacting with web elements

    • Utilizes TestNG for test execution and reporting

    • Follows a data-driven approach for test data management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic dsa, leetcode problems are asked in interview

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Class and object . explain hierarchial inheritence.
  • Q2. Difference bertween deep copy and shallow copy.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Iterate through both arrays simultaneously, comparing elements and adding the smaller one to the result array

    • Handle cases where one array is longer than the other by appending the remaining elements

  • Answered by AI
  • Q2. Put patch and post in api testing
  • Ans. 

    Patch and post are HTTP methods used in API testing to update and create resources, respectively.

    • PATCH method is used to update an existing resource in the API

    • POST method is used to create a new resource in the API

    • Both methods are commonly used in RESTful APIs for CRUD operations

    • Example: PATCH /api/users/123 to update user with ID 123

    • Example: POST /api/users to create a new user

  • Answered by AI
  • Q3. Explain your automation framework
  • Ans. 

    My automation framework is a data-driven framework using Selenium WebDriver and TestNG for test execution and reporting.

    • Uses Selenium WebDriver for interacting with web elements

    • Utilizes TestNG for test execution and reporting

    • Follows a data-driven approach for test data management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic dsa, leetcode problems are asked in interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself? basic testing questions like functional testing?
  • Q2. Verify the login functionality
  • Ans. 

    To verify login functionality, we need to test the login process with valid and invalid credentials.

    • Test login with valid credentials and ensure user is logged in successfully

    • Test login with invalid credentials and ensure appropriate error message is displayed

    • Test login with blank username or password and ensure appropriate error message is displayed

    • Test login with special characters in username or password and ensure

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well easy to crack the interview, learn new technologies

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic indroction questions checking communication
  • Q2. Few basic questions on manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication shoyld be good basic knowledge should be clear

I applied via LinkedIn and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Testing question
  • Q2. Api testing questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Architecture of 3 tier app
  • Ans. 

    A 3 tier app has a presentation layer, application layer, and database layer.

    • Presentation layer handles user interface and input/output

    • Application layer processes logic and business rules

    • Database layer stores and retrieves data

    • Each layer communicates with the layer above and below it

    • Example: Web app with front-end (presentation), server-side code (application), and database (data)

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Frame work question related to test automation

Interview Preparation Tips

Interview preparation tips for other job seekers - Know ur basics strong and we ready for real time scenarios
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Manual questions
  • Q2. Basic automation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Interview Questionnaire 

1 Question

  • Q1. Basic questions about software testing and some scenarios to work with. Also prepare if you can for payment domain

CRED Interview FAQs

How many rounds are there in CRED Sdet interview?
CRED interview process usually has 1 rounds. The most common rounds in the CRED interview process are Technical.
How to prepare for CRED Sdet 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 CRED . The most common topics and skills that interviewers at CRED expect are Functional Testing, AWS, Android, Automation Framework and SQL Queries.
What are the top questions asked in CRED Sdet interview?

Some of the top questions asked at the CRED Sdet interview -

  1. Test cases on search opt...read more
  2. Coding on string and patterns and Appium framew...read more

Tell us how to improve this page.

CRED Sdet Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 762 Interviews
PhonePe Interview Questions
4.0
 • 301 Interviews
PayPal Interview Questions
3.9
 • 208 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Freecharge Interview Questions
4.0
 • 53 Interviews
Mobikwik Interview Questions
4.0
 • 45 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
Google Pay Interview Questions
4.2
 • 35 Interviews
Money View Interview Questions
4.3
 • 30 Interviews
View all
CRED Sdet Salary
based on 6 salaries
₹22 L/yr - ₹38 L/yr
120% more than the average Sdet Salary in India
View more details

CRED Sdet Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

5.0

Work-life balance

5.0

Salary

3.0

Job security

2.0

Company culture

4.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
43 salaries
unlock blur

₹12.3 L/yr - ₹45.4 L/yr

Product Manager
34 salaries
unlock blur

₹14.7 L/yr - ₹47 L/yr

Software Developer
27 salaries
unlock blur

₹12.7 L/yr - ₹45 L/yr

Product Designer
24 salaries
unlock blur

₹5.4 L/yr - ₹17.8 L/yr

Backend Developer
22 salaries
unlock blur

₹18 L/yr - ₹52.6 L/yr

Explore more salaries
Compare CRED with

Paytm

3.3
Compare

BharatPe

3.5
Compare

PhonePe

4.0
Compare

Freecharge

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