Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sriggle Team. If you also belong to the team, you can get access from here

Sriggle Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sriggle Interview Questions, Process, and Tips

Updated 19 Sep 2024

Top Sriggle Interview Questions and Answers

Sriggle Interview Experiences

Popular Designations

5 interviews found

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

I applied via LinkedIn and was interviewed in Oct 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 - Technical 

(2 Questions)

  • Q1. Project Related Information with technology used
  • Q2. Salary Negotiation related

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear your concept before any interview also think positive and be confident
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is functional and non functional testing?
  • Ans. 

    Functional testing checks if the software meets the requirements while non-functional testing checks the performance and usability.

    • Functional testing ensures that the software meets the functional requirements specified in the design phase.

    • Non-functional testing checks the performance, usability, reliability, and other non-functional aspects of the software.

    • Examples of functional testing include unit testing, integrati...

  • Answered by AI
  • Q2. What is SDLC cycle? What is its significance?
  • Ans. 

    SDLC cycle is a process followed by software development teams to design, develop, test, and deploy high-quality software.

    • SDLC stands for Software Development Life Cycle

    • It is a framework that outlines the various stages involved in software development

    • The stages include planning, design, development, testing, deployment, and maintenance

    • The significance of SDLC is that it helps ensure that software is developed efficien...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall the interview is fine. The process was smooth.

Skills evaluated in this interview

Senior QA Engineer -Software Testing Interview Questions asked at other Companies

Q1. 1. What is difference in DDL and DML? 2. Tell the total links present in the page via xpath
View answer (1)
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 before Sep 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. General Questions related to past experience.
  • Q2. They also took my Mock Test

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)

I applied via LinkedIn and was interviewed before Nov 2021. 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 

(2 Questions)

  • Q1. What is functional testing?
  • Ans. 

    Functional testing is a type of testing that verifies if the software application is working as per the functional requirements.

    • It is a black-box testing technique

    • It checks the functionality of the software application

    • It ensures that the software application meets the business requirements

    • It is performed by executing test cases

    • Examples include testing login functionality, search functionality, etc.

  • Answered by AI
  • Q2. What is salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Its an easy process ..just be positive
Good luck........

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Sriggle interview questions for popular designations

 Business Development Manager

 (1)

 Key Account Manager

 (1)

 Senior QA Engineer -Software Testing

 (1)

 Senior Database Engineer

 (1)

 Senior Test Engineer

 (1)

I applied via Company Website and was interviewed in Jan 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. It was about my work experience, a brief about it.
  • Q2. What were the challenges that you faced in your field
  • Q3. How will manage the same in coming situations
  • Ans. 

    I will manage the situation by analyzing the problem, identifying the root cause, and implementing a solution.

    • Analyze the problem thoroughly

    • Identify the root cause of the problem

    • Develop a solution that addresses the root cause

    • Implement the solution and monitor its effectiveness

    • Make adjustments as necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be the way you are.. your resume has to be your mirror image..

Key Account Manager Interview Questions asked at other Companies

Q1. What is the reason behind introduction of Loan secure products amongst lenders and Insurance companies.
View answer (5)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Leadership principles, Previous experience, Managerial and logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not really tough, easy to crack if prepared

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Pivot and excel questions
  • Q2. All about excel

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very simple self intro and excel questions and basic macro

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DS Algo Questions on Trees. Leadership Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on DS Algo and white paper coding and Leadership Principles

I was interviewed before Sep 2020.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Easy

Round 2 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

Round 3 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

At the beginning of this round, the interviewer asked me about the data structures I knew. Linked lists, trees, graphs, arrays etc. was my answer. He asked me how well I knew Dynamic Programming. I said I wasn’t strong in that and he said that he would ask me a question on dynamic programming for sure.

Round 4 - Face to Face 

Round duration - 40 minutes
Round difficulty - Easy

 

The interviewer asked me if I was comfortable with the interview process so far and how the previous interviews were. I said it was good and he gave me the first problem to solve.

Round 5 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer asked me some Com­puter Sci­ence‍ fundamentals in this round as well as some behavioural questions.

  • Q1. Implement a Trie data structure and write functions to insert and search for a few words in it.
  • Ans. 

    Implement a Trie data structure with insert and search functions.

    • Create a TrieNode class with children and isEndOfWord attributes.

    • Implement insert function to add words by iterating through characters.

    • Implement search function to check if a word exists by traversing the Trie.

    • Example: Insert 'apple', 'banana', 'orange' and search for 'apple' and 'grape'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating System, Database Management System, Object-Oriented Programming SystemTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Do lot of hard work and practice of  Data Structures and Algorithms based questions. I personally recommend you Coding Ninjas and Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Make your resume short and try to make it of one page only and do mention all your skills which you are confident of in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Q2. What do you expect from Amazon?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Sriggle Interview FAQs

How many rounds are there in Sriggle interview?
Sriggle interview process usually has 1-2 rounds. The most common rounds in the Sriggle interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Sriggle 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 Sriggle. The most common topics and skills that interviewers at Sriggle expect are Adobe Xd, Figma, Invision, Sketching and UI and UX.
What are the top questions asked in Sriggle interview?

Some of the top questions asked at the Sriggle interview -

  1. What is SDLC cycle? What is its significan...read more
  2. What is functional and non functional testi...read more
  3. How will manage the same in coming situati...read more

Tell us how to improve this page.

Sriggle Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 750 Interviews
Swiggy Interview Questions
3.8
 • 426 Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
Zomato Interview Questions
3.8
 • 311 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 180 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
View all

Sriggle Reviews and Ratings

based on 24 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.9

Salary

3.8

Job security

3.9

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 24 Reviews and Ratings
Applications Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SQL Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Designer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sriggle with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Paytm

3.3
Compare

Snapdeal

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