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
3.3

based on 105 Reviews

Filter interviews by

Sigmoid Java Developer Interview Questions, Process, and Tips

Updated 7 Jan 2025

Sigmoid Java Developer Interview Experiences

1 interview found

Java Developer Interview Questions & Answers

user image Manjunath Yadav S

posted on 7 Jan 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Coding Test 

1 question from DSA,
Find no of ways to climb the stairs.
Java collections, Java 8 features and few Spring based aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Find peak element in rotated sorted array
  • Q2. Print the pascal triangle pattern
Round 3 - Technical 

(2 Questions)

  • Q1. Design Custom Hashmap
  • Q2. Find sum elements which will appear from left view of Binary tree
Round 4 - One-on-one 

(1 Question)

  • Q1. Question based on current project and experience. Some technical questions about Gradient descent(because mentioned resume)
Round 5 - HR 

(1 Question)

  • Q1. Experience and Expected CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Never waste in giving interview with this company. Really HR service is very pathetic. Before technical interview, they discussed about my notice period. After clearing all technical interviews and spent entire my full day by spending 1300 for travelling and food, the HR said i doubt 90 days notice period will join our organisation. Unfortunately technical interviewers are very good.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coding to find the excel column name using given number
  • Ans. 

    Convert given number to Excel column name

    • Use ASCII values to map numbers to characters (A=65, B=66, ...)

    • Divide the number by 26 to get the column name

    • Handle edge cases like 'Z' and multiple characters

  • Answered by AI
  • Q2. Streams program to find the numbers divisible by2
  • Ans. 

    Using Java streams to find numbers divisible by 2

    • Use Java streams to filter numbers divisible by 2

    • Use the filter() method with a lambda expression to check for divisibility by 2

    • Collect the filtered numbers into a list or array

  • Answered by AI
  • Q3. Synchronized block and method, use of lock in method
  • Ans. 

    Synchronized block and method are used in Java to control access to shared resources using locks.

    • Synchronized block allows locking on a specific object instance or class

    • Synchronized method locks on the object instance

    • Locks prevent multiple threads from accessing the synchronized code simultaneously

  • Answered by AI
  • Q4. Rest api validation

Skills evaluated in this interview

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

Good and bad if social media

Round 2 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Some technical basics questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics on Java 8, MySql, Linux
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. @transactional
Round 2 - Technical 

(3 Questions)

  • Q1. Sql questions based on queries and scenarios
  • Q2. Microservices architecture
  • Q3. Design patterns
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
No response

I was interviewed in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Data structures
  • Q2. Solid Principles
  • Q3. Single responsibility principle
  • Ans. 

    Single responsibility principle states that a class should have only one reason to change.

    • Each class should have only one responsibility

    • Helps in making code more maintainable and easier to understand

    • Promotes separation of concerns

    • Example: A class that handles user authentication should not also handle file management

  • Answered by AI
  • Q4. Javascript question
  • Q5. Object oriented concepts

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good number of questions on permutations, english etc

Round 2 - HR 

(1 Question)

  • Q1. What do you know about this company?
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of experienced developers

    • Focuses on staying up-to-date with the latest technologies

  • Answered by AI
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 tips
Round 2 - Aptitude Test 

It was an easy test. It consisted of MCQs and two coding qns. Prepare SQL well. It also had 2 programming question. Both were medium difficukty

Round 3 - One-on-one 

(1 Question)

  • Q1. It was mainly focussed on my projects. Be thorough with you resume. But it also depends on the interviewer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in-depth Java and you should know what is on your resume. Medium level of DSA is enough.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Apt + coding questions, medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Basics qs on oops and known programming language
Round 3 - Technical 

(1 Question)

  • Q1. In-depth of oops and live coding questions
Round 4 - HR 

(1 Question)

  • Q1. Basics qs like y and what
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coding to find the excel column name using given number
  • Ans. 

    Convert given number to Excel column name

    • Use ASCII values to map numbers to characters (A=65, B=66, ...)

    • Divide the number by 26 to get the column name

    • Handle edge cases like 'Z' and multiple characters

  • Answered by AI
  • Q2. Streams program to find the numbers divisible by2
  • Ans. 

    Using Java streams to find numbers divisible by 2

    • Use Java streams to filter numbers divisible by 2

    • Use the filter() method with a lambda expression to check for divisibility by 2

    • Collect the filtered numbers into a list or array

  • Answered by AI
  • Q3. Synchronized block and method, use of lock in method
  • Ans. 

    Synchronized block and method are used in Java to control access to shared resources using locks.

    • Synchronized block allows locking on a specific object instance or class

    • Synchronized method locks on the object instance

    • Locks prevent multiple threads from accessing the synchronized code simultaneously

  • Answered by AI
  • Q4. Rest api validation

Skills evaluated in this interview

Sigmoid Interview FAQs

How many rounds are there in Sigmoid Java Developer interview?
Sigmoid interview process usually has 5 rounds. The most common rounds in the Sigmoid interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Sigmoid Java Developer interview?

Some of the top questions asked at the Sigmoid Java Developer interview -

  1. Find sum elements which will appear from left view of Binary t...read more
  2. Find peak element in rotated sorted ar...read more
  3. Print the pascal triangle patt...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 224 Interviews
Tiger Analytics Interview Questions
3.7
 • 216 Interviews
Fractal Analytics Interview Questions
4.0
 • 202 Interviews
Crisil Interview Questions
3.7
 • 182 Interviews
Indegene Interview Questions
3.4
 • 149 Interviews
Tredence Interview Questions
3.6
 • 122 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
Nielsen Interview Questions
3.7
 • 114 Interviews
Kantar Interview Questions
3.5
 • 104 Interviews
View all
Software Development Engineer II
80 salaries
unlock blur

₹14 L/yr - ₹23 L/yr

Data Scientist
45 salaries
unlock blur

₹10.5 L/yr - ₹22.5 L/yr

Data Engineer
45 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Senior Data Scientist
39 salaries
unlock blur

₹15 L/yr - ₹28 L/yr

Software Development Engineer
36 salaries
unlock blur

₹13.2 L/yr - ₹20.4 L/yr

Explore more salaries
Compare Sigmoid with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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