Upload Button Icon Add office photos

Filter interviews by

Clear (1)

SaaS Labs Senior Accounts Executive Interview Questions and Answers

Updated 28 Apr 2024

SaaS Labs Senior Accounts Executive Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions like total previous experience, salary expectations etc
Round 2 - One-on-one 

(1 Question)

  • Q1. Sales process questions, Walk me through your resume, Why saaslabs, Tell me about saaslabs products etc
Round 3 - Assignment 

Prepare a small video pitch for the product of saaslabs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, show customer centicity

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Experience, Location, Salary Details, Qualification and Notice Period
Round 2 - One-on-one 

(4 Questions)

  • Q1. Experience, Targets, Reporting Manager, Industries, Successes and Failures.
  • Q2. Family Background
  • Q3. Experience in team management
  • Q4. Year by Year Target Achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the conversation candid and be true to yourself during the conversation. Keep the conversation open-ended and do feel free to ask all the relevant questions to clarify your doubts prior to joining
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions were on Power BI, SQL, Python
  • Q2. Explain the use cases of different charts in Power BI?
  • Ans. 

    Different charts in Power BI have various use cases such as visualizing trends, comparing data, and highlighting outliers.

    • Bar charts are useful for comparing data across categories.

    • Line charts are great for showing trends over time.

    • Pie charts can be used to show the proportion of each category in a dataset.

    • Scatter plots are helpful for identifying relationships between two variables.

    • Gantt charts are ideal for visualizi

  • Answered by AI
  • Q3. Write a query to find nth highest salary in SQL?
  • Ans. 

    Query to find nth highest salary in SQL

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the DISTINCT keyword to eliminate duplicates

    • Use LIMIT and OFFSET to get the nth highest salary

  • Answered by AI
Round 2 - Case Study 

Price Implementation Case Study. Determine the new price of a product based on a few conditions applied to other columns or parameters.

Round 3 - One-on-one 

(1 Question)

  • Q1. Generic resume review and questions about past work experience. There were a few questions about drawing actionable insights based on data analysis.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Reconciliation between GstR 2B and books of accounts
  • Ans. 

    Reconciliation between GSTR 2B and books of accounts

    • Compare the data in GSTR 2B with the data in the books of accounts

    • Identify and rectify any discrepancies

    • Ensure that all invoices and transactions are accounted for in both GSTR 2B and books of accounts

    • Reconcile on a regular basis to avoid any errors or penalties

    • Use software tools to simplify the process

  • Answered by AI
  • Q2. How to file returns without software utility
  • Ans. 

    It is possible to file returns without software utility.

    • Use the offline Excel or Java utility provided by the tax department.

    • Fill in the details manually on the tax department's website.

    • Seek assistance from a tax professional or a tax return preparer.

    • Submit the returns physically by visiting the tax department's office.

    • Ensure all necessary documents and forms are in order before filing.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic and interviewers never want the right answer .they want the right approach

Sdet Interview Questions & Answers

Druva user image Anonymous

posted on 30 Sep 2022

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 Resume tips
Round 2 - Coding Test 

2 easy 1 medium coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. About operating system, python modules , libraries.etc
  • Q2. A code to write for some tasks using linked list
  • Ans. 

    Linked list code for tasks

    • Create a linked list class

    • Implement add, remove, and search methods

    • Use the linked list to perform the tasks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well and be confident,
Have good grasp over second year subjects

Skills evaluated in this interview

Sdet Interview Questions & Answers

Druva user image Rohan Shirude

posted on 8 Nov 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 5 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial Round: Why do you want to switch? what is your main motive? what drives you do be an SDET? How is learning aligned with SDET role? what are the new skills you acquired? Where do you want to be a...
  • Ans. 

    I want to switch to SDET role to challenge myself, learn new skills, and contribute to the development of high-quality software.

    • I am motivated to switch to an SDET role because I enjoy problem-solving and have a passion for ensuring software quality.

    • Being an SDET allows me to work closely with developers, testers, and other stakeholders to create efficient and reliable software.

    • Learning is a key aspect of the SDET role...

  • Answered by AI
  • Q2. What is your notice period?
Round 3 - Technical 

(4 Questions)

  • Q1. Some networking related questions?
  • Q2. How would you test Google Search bar? NAS Storage? SAN storage? e-commerce webisite etc..
  • Q3. Two Python Questions; "aabbccrrra" => "a3b2c2r3"
  • Ans. 

    Count consecutive characters in a string and return the count next to the character.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Use a dictionary to store the characters and their counts.

    • Return the characters and their counts in the desired format.

  • Answered by AI
  • Q4. Second Max in the list of repeated integers.
  • Ans. 

    Find the second highest repeated integer in a list.

    • Iterate through the list and count the frequency of each integer.

    • Sort the frequencies in descending order and return the second highest frequency.

    • Handle edge cases like when there is no second highest frequency.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Similar questions and Similar Answers. But all from Senior Member.
Round 5 - HR 

(2 Questions)

  • Q1. Salary Discussion..
  • Q2. Joining Date, Salary Negotiation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on NAS Storage, AWS, Python, Pytest, SQL.

Skills evaluated in this interview

Sdet Interview Questions & Answers

InMobi user image Anonymous

posted on 3 Apr 2015

Interview Questionnaire 

3 Questions

  • Q1. In a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program takes a string as input and capitalizes the first letter of each reversed word while keeping the rest of the letters in lowercase.

    • Split the input string into an array of words using the space as a delimiter

    • Iterate through each word in the array

    • Reverse the word and capitalize the first letter

    • Join the modified words back into a single string with spaces in between

  • Answered by AI
  • Q2. The second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: CODING SECTION 60 MINS.  IT WAS HOSTED BY HACKERANK. the above questions wer asked.After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

Skill Tips: Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
College Name: IIT DELHI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

Online or offline classes which is better

Round 2 - Technical 

(1 Question)

  • Q1. Sql and excel and the company is good
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design Least recently used cache.
  • Ans. 

    Design a Least Recently Used cache system.

    • Implement a doubly linked list to keep track of the order of usage of cache items.

    • Use a hashmap to store key-value pairs for quick access to cache items.

    • When a new item is accessed, move it to the front of the linked list. If the cache is full, remove the least recently used item from the end of the list.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capillary Technologies Senior Software Engineer interview:
  • LLD
Interview preparation tips for other job seekers - Interviewer was not experience. I had to ask him what exactly he was looking for.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

A general topic was provided.

Round 2 - Aptitude Test 

Basic aptitude questions.

Round 3 - HR 

(1 Question)

  • Q1. Sql and dbms questions
Contribute & help others!
anonymous
You can choose to be anonymous

SaaS Labs Interview FAQs

How many rounds are there in SaaS Labs Senior Accounts Executive interview?
SaaS Labs interview process usually has 3 rounds. The most common rounds in the SaaS Labs interview process are HR, One-on-one Round and Assignment.

Recently Viewed

INTERVIEWS

SquadStack

No Interviews

INTERVIEWS

Motilal Oswal Investment Advisors

No Interviews

INTERVIEWS

SaaS Labs

No Interviews

SALARIES

Phronesis Partners

INTERVIEWS

SquadStack

No Interviews

INTERVIEWS

BYJU'S

No Interviews

INTERVIEWS

TCS

No Interviews

JOBS

intellimation.ai

No Jobs

INTERVIEWS

SquadStack

No Interviews

SALARIES

Zycus Infotech

Tell us how to improve this page.

SaaS Labs Senior Accounts Executive Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
Chargebee Interview Questions
3.9
 • 16 Interviews
CleverTap Interview Questions
3.6
 • 15 Interviews
WebEngage Interview Questions
4.0
 • 15 Interviews
Postman Interview Questions
3.6
 • 11 Interviews
Acviss Interview Questions
4.3
 • 8 Interviews
View all
Product Support Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineering Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sde1
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SaaS Labs with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Chargebee

3.9
Compare

CleverTap

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