Upload Button Icon Add office photos

Filter interviews by

BigSun Technologies Software Engineer Interview Questions and Answers

Updated 10 Feb 2024

BigSun Technologies Software Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It is a machine test

Round 2 - Technical 

(1 Question)

  • Q1. Writing test cases

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is ponters and it's types
  • Q2. Difference between structures and union
Round 2 - HR 

(1 Question)

  • Q1. Here they discussed salary
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude, electronics

Round 2 - Technical 

(2 Questions)

  • Q1. Transformer and power supply
  • Q2. What is a pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory locations directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What all thinks happen on powering on a device.
  • Ans. 

    When a device is powered on, several processes occur including booting up the operating system, initializing hardware components, loading necessary drivers, and launching user interface.

    • Booting up the operating system

    • Initializing hardware components

    • Loading necessary drivers

    • Launching user interface

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study btech project.

Skills evaluated in this interview

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

OS questions, locking and threads etc

Round 2 - Coding Test 

Basic questions on Linked list

Round 3 - Technical 

(2 Questions)

  • Q1. IPC mechanisms in OS, process management
  • Ans. 

    IPC mechanisms in OS facilitate communication between processes, while process management involves creating, scheduling, and terminating processes.

    • IPC mechanisms include shared memory, message passing, and sockets.

    • Shared memory allows processes to share a portion of memory for communication.

    • Message passing involves sending and receiving messages between processes.

    • Sockets enable communication between processes over a ne...

  • Answered by AI
  • Q2. Fibonacci series code
Round 4 - Behavioral 

(1 Question)

  • Q1. What challenging work you did in previous company
  • Ans. 

    Implemented a real-time data processing system to handle large volumes of data efficiently.

    • Designed and implemented a distributed system using Apache Kafka for real-time data processing.

    • Optimized data processing algorithms to handle large volumes of data without impacting performance.

    • Collaborated with cross-functional teams to ensure seamless integration of the system with existing infrastructure.

  • Answered by AI

Skills evaluated in this interview

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

Question based on fundmentals of CS

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa related problem ,SQL and your project.
  • Q2. Majorly focouses on Dsa and SQL
Round 3 - HR 

(1 Question)

  • Q1. Ask question about your shifts and timings and will you able to relocate or not
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. LAMP stack related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The test consisted of 3 sections - English, Logical and Coding questions. The questions were not to difficult to answer, if you have good knowledge you are likely to crack it.

Round 2 - Group Discussion 

GD will be conducted between 10-12 people in batches, You will get you topic and 2 mins to prepare something on it and then round is open to speak. If you keep your calm and speak the right things at the right time, you are good to go.

Round 3 - Technical 

(2 Questions)

  • Q1. I was asked which language was my go to and then I was asked further questions on that.
  • Q2. Questions were asked on core Java concepts. A block of code was given and I was asked what would be the output.
Round 4 - HR 

(1 Question)

  • Q1. A basic HR round discussing the CTC and your job location.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic OOPS concepts
  • Q2. Angular Interview quiestions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Event Loop In NodeJS?
  • Ans. 

    Event Loop in NodeJS is a mechanism that allows NodeJS to perform non-blocking I/O operations by offloading operations to the system kernel.

    • Event Loop is responsible for handling asynchronous operations in NodeJS.

    • It allows NodeJS to perform multiple operations concurrently without blocking the execution.

    • Event Loop continuously checks the event queue for any pending tasks and executes them in a non-blocking manner.

    • Examp...

  • Answered by AI
  • Q2. What is Cluster ?
  • Ans. 

    A cluster is a group of interconnected computers that work together to perform a task or provide a service.

    • Clusters are used to improve performance, scalability, and availability of applications.

    • They can be categorized into different types such as high availability clusters, load balancing clusters, and parallel processing clusters.

    • Examples of clusters include Hadoop clusters for big data processing and Kubernetes clus

  • Answered by AI
Round 2 - Coding Test 

Implement TODO List with ReactJS

Interview Preparation Tips

Topics to prepare for ValueLabs Software Engineer interview:
  • Node.Js
  • Reactjs
Interview preparation tips for other job seekers - Please prepare more on Nodejs if you are going for full stack engineer role and Brush up concepts on SOLID Priciples

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2-3 coding questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to data structures,OOPs,SQL,DBMS etc.
  • Q2. Reverse a given string Graph question
  • Ans. 

    Reverse a given string

    • Create a new string and iterate through the original string in reverse order, appending each character to the new string

    • Use built-in functions like reverse() in some programming languages to reverse the string

    • Implement a stack data structure to push each character of the original string and then pop them to get the reversed string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction Why you want to join this company
  • Q2. Where do you see yourself in next 5 years

Interview Preparation Tips

Topics to prepare for NEC Software Engineer interview:
  • OOPS
  • Data Structures
  • DBMS
  • Javascript

Skills evaluated in this interview

BigSun Technologies Interview FAQs

How many rounds are there in BigSun Technologies Software Engineer interview?
BigSun Technologies interview process usually has 2 rounds. The most common rounds in the BigSun Technologies interview process are Coding Test and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 BigSun Technologies interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Developer
5 salaries
unlock blur

₹2.2 L/yr - ₹4.1 L/yr

Junior Software Developer
5 salaries
unlock blur

₹0.7 L/yr - ₹1.8 L/yr

Software Tester
4 salaries
unlock blur

₹1.8 L/yr - ₹2.4 L/yr

QA Test Engineer
4 salaries
unlock blur

₹1.9 L/yr - ₹3.9 L/yr

Quality Analyst
3 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Explore more salaries
Compare BigSun Technologies with

SunTec Business Solutions

2.9
Compare

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Wipro

3.7
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