Upload Button Icon Add office photos
Engaged Employer

i

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

Sigmoid Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sigmoid Sde1 Interview Questions and Answers

Updated 18 Dec 2024

Sigmoid Sde1 Interview Experiences

4 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 18 Dec 2024

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

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Some python qustions on list, dict, array, string. SQL questions on window function.

Interview Preparation Tips

Interview preparation tips for other job seekers - can clear it for data engineering.

Sde1 Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2024

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 2 java coding questions
Round 2 - Technical 

(1 Question)

  • Q1. 2 linked list questions
Round 3 - Behavioral 

(1 Question)

  • Q1. General questions
Round 4 - HR 

(1 Question)

  • Q1. Project and salary

Sde1 Interview Questions Asked at Other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and Arra ... read more
asked in Park Plus
Q2. 1. What is a doubly-linked list? And real-world applications.
asked in Amazon
Q3. Given process IDs (pid) and parent process IDs (ppid), and a proc ... read more
Q4. Given a point and a circle, how would you determine if the point ... read more
asked in Amazon
Q5. Given an array, determine if there exists a subarray with a given ... read more

Sde1 Interview Questions & Answers

user image Mahalakshmi B S

posted on 27 Feb 2024

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

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Segregate 0's and 1's in an array
Anagrams of two string using Hashmap

Round 2 - Technical 

(4 Questions)

  • Q1. NextGreater element in array using Stack(can find on leetcode)
  • Ans. 

    Using a stack to find the next greater element in an array of strings.

    • Iterate through the array from right to left.

    • Push elements onto the stack and compare with the top element to find the next greater element.

    • Pop elements from the stack until a greater element is found or stack is empty.

  • Answered by AI
  • Q2. Reverse LinkedList
  • Ans. 

    Reverse a linked list by changing the direction of its pointers.

    • Iterate through the list while reversing pointers.

    • Use three pointers: previous, current, and next.

    • Example: For list 1 -> 2 -> 3, after reversal: 3 -> 2 -> 1.

    • Handle edge cases: empty list or single node.

  • Answered by AI
  • Q3. Few basics of Java
  • Q4. Previous project

Interview Preparation Tips

Topics to prepare for Sigmoid Sde1 interview:
  • DSA
Interview preparation tips for other job seekers - DSA is most important

Skills evaluated in this interview

Sde1 Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

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

(1 Question)

  • Q1. Medium-level DSA question

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Sigmoid?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Mar 2017.

Interview Questionnaire 

1 Question

  • Q1. Views on their recruiting process
  • Ans. 

    I believe the recruiting process is thorough and well-organized.

    • The company uses a combination of resume screening, interviews, and assessments to evaluate candidates.

    • They have a clear timeline for the hiring process and keep candidates informed of their progress.

    • Feedback is provided to candidates after interviews to help them improve for future opportunities.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience:

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. SQL Joins
  • Q2. Swap 2 numbers without 3rd variable
  • Ans. 

    Swapping two numbers without using a third variable

    • Use arithmetic operations to swap the values

    • Add the two numbers and store the result in the first variable

    • Subtract the second number from the result and store it in the second variable

    • Subtract the second variable from the first variable to get the original value of the second variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st Round : Long set of Aptitude questions
2nd Round : Technical Interview
3rd Round : Technical Interview and HR questions

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. This is swap case
  • Q2. Str.swapcase()
  • Ans. 

    str.swapcase() returns a new string with all uppercase letters converted to lowercase and vice versa.

    • Usage: 'Hello World'.swapcase() returns 'hELLO wORLD'.

    • It affects only alphabetic characters; numbers and symbols remain unchanged.

    • This method does not modify the original string; it returns a new one.

    • Example: 'Python 3.8'.swapcase() results in 'pYTHON 3.8'.

  • Answered by AI
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. What do you know about our company?
  • Q2. Are you interested in higher Education?
  • Ans. 

    I value higher education for its role in personal growth and professional development in the tech industry.

    • Higher education provides in-depth knowledge in specialized areas, such as machine learning or cybersecurity.

    • It offers networking opportunities with peers and industry professionals, which can lead to collaborations and job opportunities.

    • Pursuing advanced degrees, like a Master's in Computer Science, can enhance c...

  • Answered by AI

I applied via Approached by Company and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How would you write a REST API from scratch? Explain your role in the project.
  • Ans. 

    To write a REST API from scratch, I would follow these steps:

    • Define the resources and endpoints

    • Choose a programming language and framework

    • Implement CRUD operations for each resource

    • Use HTTP methods and status codes correctly

    • Add authentication and authorization

    • Test the API using tools like Postman

    • Document the API using tools like Swagger

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are two rounds of technical and one hr.

Skills evaluated in this interview

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

Quant verbal LRDI ,normal question

Round 2 - Coding Test 

Dsa array and 2D array

Round 3 - Technical 

(1 Question)

  • Q1. About project and resume
Round 4 - HR 

(1 Question)

  • Q1. Behavioural question

Sigmoid Interview FAQs

How many rounds are there in Sigmoid Sde1 interview?
Sigmoid interview process usually has 2 rounds. The most common rounds in the Sigmoid interview process are Technical, Coding Test and Behavioral.
What are the top questions asked in Sigmoid Sde1 interview?

Some of the top questions asked at the Sigmoid Sde1 interview -

  1. NextGreater element in array using Stack(can find on leetco...read more
  2. Reverse LinkedL...read more
  3. 2 java coding questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

IKS Health Interview Questions
3.6
 • 241 Interviews
Mu Sigma Interview Questions
2.6
 • 240 Interviews
Crisil Interview Questions
3.6
 • 202 Interviews
Indegene Interview Questions
3.4
 • 158 Interviews
Nielsen Interview Questions
3.7
 • 133 Interviews
Kantar Interview Questions
3.5
 • 106 Interviews
Netscribes Interview Questions
2.7
 • 89 Interviews
View all
Sigmoid Sde1 Salary
based on 38 salaries
₹11 L/yr - ₹18 L/yr
39% less than the average Sde1 Salary in India
View more details

Sigmoid Sde1 Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

4.5

Skill development

4.6

Work-life balance

4.0

Salary

4.0

Job security

4.6

Company culture

4.0

Promotions

3.8

Work satisfaction

Explore 2 Reviews and Ratings
Software Development Engineer II
112 salaries
unlock blur

₹14 L/yr - ₹23 L/yr

Data Engineer
102 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Senior Data Scientist
68 salaries
unlock blur

₹17 L/yr - ₹28.5 L/yr

Data Scientist
63 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Senior Data Analyst
52 salaries
unlock blur

₹13.2 L/yr - ₹25 L/yr

Explore more salaries
Compare Sigmoid with

IKS Health

3.6
Compare

Crisil

3.6
Compare

CorroHealth infotech

3.1
Compare

Indegene

3.4
Compare
write
Share an Interview