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
2.9

based on 37 Reviews

Filter interviews by

Sigmasoft Infotech Senior Software Engineer Interview Questions and Answers

Updated 5 Apr 2024

Sigmasoft Infotech Senior Software Engineer 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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. It was more into problem solving using python
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Assignment 

Need to complete coding assessment before moving next round

coding assessment related to company product

Round 2 - Technical 

(2 Questions)

  • Q1. About .net core
  • Q2. About SQL advanced questions
Round 3 - HR 

(2 Questions)

  • Q1. Wat is their expectations on this role
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong in core functions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design a paginated list of items, then improve efficiency
  • Ans. 

    Design a paginated list of items and improve efficiency

    • Implement lazy loading to fetch data only when needed

    • Use caching to store previously fetched data for faster retrieval

    • Optimize database queries to reduce load times

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basics on Javascript, ReactJS

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

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

Interview Questionnaire 

1 Question

  • Q1. SQL Performance Tunning

Interview Preparation Tips

Interview preparation tips for other job seekers - For my 13 Years of experience all I asked was related to performance tunning.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

FInd 3 numbers in an array whose sum = k.

Round 2 - Technical 

(2 Questions)

  • Q1. Past projects I have worked on
  • Q2. Design a Elevator system
  • Ans. 

    Design an Elevator system for efficient vertical transportation

    • Consider the number of floors in the building

    • Implement a scheduling algorithm to optimize elevator movement

    • Include safety features such as emergency stop button

    • Allow for both manual and automatic operation

    • Consider peak hours and traffic flow in the building

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Oct 2021. 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Just discussions about my past experience. It was a phone interview
Round 3 - Coding Test 

Some basic node js coding like reading from a file, crud operations

Round 4 - Technical 

(1 Question)

  • Q1. Database schema and system design
Round 5 - Aptitude Test 

It was mainly some behavioural questions and math aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on algorithms and database designs

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

Interview Questionnaire 

1 Question

  • Q1. All related to project worked on wlan testing and networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good.
They gave taken 3 technical and 1hr round

Sigmasoft Infotech Interview FAQs

How many rounds are there in Sigmasoft Infotech Senior Software Engineer 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 Senior Software Engineer 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 AWS, Azure, C#, .Net and Angularjs.
What are the top questions asked in Sigmasoft Infotech Senior Software Engineer interview?

Some of the top questions asked at the Sigmasoft Infotech Senior Software Engineer 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 Senior Software Engineer Salary
based on 6 salaries
₹15 L/yr - ₹30.4 L/yr
50% more than the average Senior Software Engineer Salary in India
View more details
Software Developer
14 salaries
unlock blur

₹3.6 L/yr - ₹5.6 L/yr

Data Engineer
9 salaries
unlock blur

₹3.6 L/yr - ₹9.5 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹15 L/yr - ₹30.4 L/yr

Salesforce Developer
5 salaries
unlock blur

₹3.4 L/yr - ₹4.2 L/yr

Business Analyst
4 salaries
unlock blur

₹23 L/yr - ₹23 L/yr

Explore more salaries
Compare Sigmasoft Infotech with

Yalamanchili Software Exports

3.4
Compare

Xtancia Technosoft

4.1
Compare

ScoreMe Solutions

4.4
Compare

Global Edge Software

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview