Upload Button Icon Add office photos

Filter interviews by

SigTuple Interview Questions and Answers

Updated 11 Jan 2024

SigTuple Interview Experiences

Popular Designations

2 interviews found

Executive Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2024

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

I applied via Campus Placement and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your Background Profile ?
  • Q2. What were your previous employment / Projects
Round 2 - Technical 

(2 Questions)

  • Q1. How well you can adapt to changes ?
  • Ans. 

    I am highly adaptable to changes and thrive in dynamic environments.

    • I have a proven track record of successfully adapting to changes in my previous roles.

    • I am comfortable with ambiguity and can quickly adjust my plans and strategies as needed.

    • I actively seek out new challenges and opportunities for growth, which requires adaptability.

    • I am open to feedback and constructive criticism, and use it to improve and adapt my a...

  • Answered by AI
  • Q2. What do you look in this role ?

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)
Round 1 - Coding Test 

2 simple dsa coding and one binary tree question

Round 2 - Technical 

(1 Question)

  • Q1. Workflow and scenario based questions along with technical questions related to fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - As the company is in bio-medical field the load on code should be less but they seem to be doing a good job at it.

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Different types of joins in SQL, Delete drop truncate difference
  • Ans. 

    Different types of joins in SQL, Delete drop truncate difference

    • Types of joins: Inner join, Left join, Right join, Full outer join

    • Inner join returns only matching rows from both tables

    • Left join returns all rows from left table and matching rows from right table

    • Right join returns all rows from right table and matching rows from left table

    • Full outer join returns all rows from both tables

    • Delete is used to remove specific ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
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 - One-on-one 

(2 Questions)

  • Q1. Do you have any experience with target based sales?
  • Ans. 

    Yes, I have extensive experience with target based sales.

    • I have consistently met or exceeded sales targets in my previous roles.

    • I am skilled in creating and implementing sales strategies to achieve targets.

    • I am comfortable with tracking and analyzing sales data to identify areas for improvement.

    • For example, in my last job, I was responsible for achieving a monthly sales target of $100,000 and consistently exceeded it b

  • Answered by AI
  • Q2. Why do you think you can do well in sales?
  • Ans. 

    I have a natural ability to connect with people and understand their needs, combined with a strong work ethic and a passion for sales.

    • I have a proven track record of exceeding sales targets in my previous roles.

    • I am a good listener and can quickly identify the pain points of potential customers.

    • I am confident in my ability to communicate the value of a product or service and close deals.

    • I am always willing to go the ex...

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

I applied via LinkedIn and was interviewed in Jun 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Question about myself, what I do, my Education background, why am I looking for this position, my past experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction, Past work experience, questions on marketing, social media,

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills and listening skills, get idea of the job description you got selected for.
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. Reverse nodes in groups of K
  • Ans. 

    Reverse nodes in groups of K

    • Create a function that takes a linked list and an integer K as input

    • Reverse the nodes in groups of K

    • Return the modified linked list

  • Answered by AI
  • Q2. Design sliding window rate limiter
  • Ans. 

    A sliding window rate limiter limits the rate of incoming requests within a sliding time window.

    • Define a time window and a maximum number of requests allowed within that window

    • Track the number of requests received within the window using a data structure like a queue or circular buffer

    • Reject requests that exceed the maximum allowed within the window

    • Slide the window forward as time passes, removing requests that fall ou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time in with interviews.
They out source the interview process to some shit company called Interview vector and they expect you to solve a hard question as well as LLD in 60 mins. I mean common on man, that's totally unfair. I would have been much fair if it was a easy to medium question. Very poor interviewing skills and they just want a specific answer. Very narrow minded Intivewers from interviewr vector.
Wasted my time.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Analytics data based assignment on excel. They will ask questions based on the arw data provided

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about experience

Interview Questionnaire 

2 Questions

  • Q1. Find the type of data structure based on the operation performed. Given the order of insertion and deletion. Find whether this operation corresponds to stack/queue /priority queue
  • Ans. 

    Identify data structure based on insertion and deletion order

    • If insertion and deletion follow LIFO order, it is a stack

    • If insertion follows FIFO order and deletion follows LIFO order, it is a queue

    • If insertion and deletion follow priority order, it is a priority queue

  • Answered by AI
  • Q2. Find maximum element in an array in less dhan O(N)
  • Ans. 

    Find maximum element in an array in less than O(N)

    • Use divide and conquer approach

    • Compare maximum of left and right subarrays

    • Recursively find maximum element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in data structures

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. About sdlc
  • Q2. About web development

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. The questions were around technical documentation and tasks were given on documentation
  • Q2. E commerce related questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - The managerial round was also core technical. If u do well in all the technical rounds you have high chance of clearing the interview
Contribute & help others!
anonymous
You can choose to be anonymous

SigTuple Interview FAQs

How many rounds are there in SigTuple interview?
SigTuple interview process usually has 2 rounds. The most common rounds in the SigTuple interview process are Technical, Coding Test and One-on-one Round.
How to prepare for SigTuple 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 SigTuple. The most common topics and skills that interviewers at SigTuple expect are Sales, Lab, Python, Budgeting and Medical.
What are the top questions asked in SigTuple interview?

Some of the top questions asked at the SigTuple interview -

  1. How well you can adapt to change...read more
  2. workflow and scenario based questions along with technical questions related to...read more

Recently Viewed

SALARIES

SBI Cards & Payment Services

SALARIES

Franklin Templeton Investments

INTERVIEWS

H&M

No Interviews

INTERVIEWS

H&M

No Interviews

INTERVIEWS

RedSeer Consulting

No Interviews

REVIEWS

National Stock Exchange of India

No Reviews

INTERVIEWS

Innoplexus

No Interviews

INTERVIEWS

BeatO

No Interviews

INTERVIEWS

Innoplexus

No Interviews

Tell us how to improve this page.

SigTuple Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
HealthifyMe Interview Questions
3.0
 • 47 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Portea Medical Interview Questions
3.8
 • 28 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Lybrate Interview Questions
3.5
 • 5 Interviews
CURE India Interview Questions
4.7
 • 2 Interviews
View all

SigTuple Reviews and Ratings

based on 23 reviews

4.3/5

Rating in categories

4.3

Skill development

4.0

Work-life balance

3.8

Salary

4.1

Job security

4.4

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 23 Reviews and Ratings
Associate Product Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Technician
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SigTuple with

Niramai Health Analytix

3.1
Compare

Practo

3.2
Compare

Portea Medical

3.8
Compare

Lybrate

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