Upload Button Icon Add office photos
Engaged Employer

i

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

Sigmasoft Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sigmasoft Infotech Interview Questions and Answers

Updated 5 Apr 2024

Sigmasoft Infotech Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows a class to inherit proper...

  • Answered by AI
  • Q2. Design Pattern, Solid principle

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at Sigmasoft Infotech

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 4 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 - Aptitude Test 

While taking aptitude test their is only c# and SQL related questions.

Round 3 - Coding Test 

In my organisation, interviewee only ask about oops, collection and working of code.

Round 4 - HR 

(2 Questions)

  • Q1. In this round HR discuss about company's policy..
  • Q2. She discuss about CTC break-up

Interview Preparation Tips

Topics to prepare for Paras Cadd Software Developer interview:
  • SQL Server
  • C#.Net
  • Collections
  • OOPS
  • Working of array
Interview preparation tips for other job seekers - Before conduct interview view interviewer you show know basic of SQL and C#
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 - Coding Test 

Any word of character count how many times have reach character

Round 3 - HR 

(2 Questions)

  • Q1. Please tell me something about your self?
  • Q2. How many years of experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good knowledge in technical then you are selected with c#,vb,MVC,SQL,asp.net core, API
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to my tech stack
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioral round with manager
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to my tech stack
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Roles and responsibilities
  • Q2. Problem based questions
  • Q3. Code test & discussions over best practices, best solutions, time and space complexities

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Prime number function using C
  • Ans. 

    A function in C to check if a number is prime or not

    • Create a function that takes an integer as input

    • Check if the input number is divisible by any number from 2 to its square root

    • If it is not divisible by any number, return true (prime), else return false (not prime)

  • Answered by AI
  • Q2. Write some basic codes for Manipulation in array
  • Ans. 

    Basic codes for array manipulation including sorting, searching, and filtering.

    • Use built-in functions like sort() for sorting arrays.

    • Implement algorithms like binary search for searching in arrays.

    • Utilize filter() method for filtering arrays based on specific criteria.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Keep calm and make sure you mentally prepared.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1) What is volatile? 2) What is constant? 3) Can we use volatile and const at a time?4) What is ISR how it works?
  • Ans. 

    Answers to questions related to software engineering concepts.

    • Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.

    • Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.

    • Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.

    • ISR stands for Interrupt Service Routi...

  • Answered by AI
  • Q2. What is pointer? Explain dangling pointer, null pointer, void pointer.
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.

    • Dangling pointer: a pointer that points to a memory location that has been deallocated or freed

    • Null pointer: a pointer that does not point to any memory location

    • Void pointer: a pointer that has no specific data type and can point to any data type

  • Answered by AI
  • Q3. Storage classes explain all the storage classes in c.
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • auto: default storage class for local variables

    • register: stores variables in CPU registers for faster access

    • static: retains value between function calls

    • extern: used to access global variables across multiple files

  • Answered by AI
  • Q4. Compilation stages.
  • Q5. Projects done at previous company with clear explanation.
  • Q6. CAN, SPI, I2C, UART differences.
  • Q7. Explain CAN data frame.
  • Ans. 

    CAN data frame is a message format used in Controller Area Network (CAN) protocol.

    • CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).

    • The Arbitration ID field is used to identify the message priority and the source of the message.

    • The Data Field can contain up to 8 bytes of data.

    • The CRC field is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through whatever things you have kept on your resume. Go through the project. Practice C as much as possible most of the questions will be asked on C programming.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical mcq from basic of dsa

Round 2 - Coding Test 

Question from DSA and time will given to solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical HR and the next is general HR

Sigmasoft Infotech Interview FAQs

How many rounds are there in Sigmasoft Infotech interview?
Sigmasoft Infotech interview process usually has 1 rounds. The most common rounds in the Sigmasoft Infotech interview process are One-on-one Round.
How to prepare for Sigmasoft Infotech 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 Sigmasoft Infotech. The most common topics and skills that interviewers at Sigmasoft Infotech expect are Salesforce, Python, Java, Apex and AWS.
What are the top questions asked in Sigmasoft Infotech interview?

Some of the top questions asked at the Sigmasoft Infotech interview -

  1. Tell me about OOPS conc...read more
  2. Design Pattern, Solid princi...read more

Tell us how to improve this page.

Sigmasoft Infotech Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Upland Software Interview Questions
4.6
 • 15 Interviews
Paras Cadd Interview Questions
2.3
 • 15 Interviews
Toast Interview Questions
3.7
 • 14 Interviews
HALODOC Interview Questions
2.7
 • 12 Interviews
View all

Sigmasoft Infotech Reviews and Ratings

based on 40 reviews

2.8/5

Rating in categories

2.8

Skill development

2.8

Work-life balance

2.8

Salary

2.8

Job security

2.6

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 40 Reviews and Ratings
Software Developer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sigmasoft Infotech with

Yalamanchili Software Exports

3.3
Compare

Global Edge Software

3.5
Compare

Virtual Galaxy Infotech

3.6
Compare

SurePrep

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