Upload Button Icon Add office photos

Filter interviews by

Singsys Pte System Engineer Interview Questions and Answers for Experienced

Updated 24 Jun 2022

Singsys Pte System Engineer Interview Experiences for Experienced

1 interview found

System Engineer Interview Questions & Answers

user image Rajnish Raj

posted on 24 Jun 2022

I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are the ranges and class of ip address
  • Ans. 

    IP addresses are divided into classes A, B, C, D, and E. Each class has a range of IP addresses.

    • Class A: 1.0.0.0 to 126.0.0.0

    • Class B: 128.0.0.0 to 191.255.0.0

    • Class C: 192.0.0.0 to 223.255.255.0

    • Class D: 224.0.0.0 to 239.255.255.255

    • Class E: 240.0.0.0 to 255.255.255.255

  • Answered by AI
  • Q2. Define DHCP and how it works
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that assigns IP addresses to devices on a network.

    • DHCP is used to automate the process of assigning IP addresses to devices on a network

    • DHCP server is responsible for assigning IP addresses to devices

    • DHCP client is the device that requests an IP address from the DHCP server

    • DHCP lease is the amount of time that a device is allowed to use an as...

  • Answered by AI
  • Q3. What is DORA process
  • Ans. 

    DORA (DevOps Research and Assessment) is a research-based process for measuring and improving software delivery performance.

    • DORA is used to assess and improve software delivery performance.

    • It was developed by the DevOps Research and Assessment (DORA) group.

    • DORA measures performance in four key areas: delivery lead time, deployment frequency, change failure rate, and time to restore service.

    • The process involves collecti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sound knowledge about every topic you learn

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

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 

This is the round in which basic quant questions were asked

Round 3 - Coding Test 

In this round basic 2 java questions were asked

Round 4 - Group Discussion 

In this round one topic was given and we need to discuss about that topic

Round 5 - Technical 

(2 Questions)

  • Q1. What is java explain in detail
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent, meaning it can run on any platform with a Java Virtual Machine (JVM)

    • It is known for its security features, such as the ability to run code in a sandbox environment

    • Java is used for developing a wide range of applications, from web applications to mobile apps and games

    • It is also used...

  • Answered by AI
  • Q2. What is searching and sorting
  • Ans. 

    Searching is finding a specific item in a collection of items. Sorting is arranging items in a specific order.

    • Searching involves looking for a specific item in a collection of items.

    • Sorting involves arranging items in a specific order, such as alphabetical or numerical.

    • Searching and sorting are commonly used in computer science and data analysis.

    • Examples of searching algorithms include linear search and binary search.

    • E...

  • Answered by AI
Round 6 - Technical 

(1 Question)

  • Q1. What is binary tree explain
  • Ans. 

    A binary tree is a data structure consisting of nodes, where each node has at most two children.

    • Nodes in a binary tree have a left and/or right child node.

    • The topmost node is called the root node.

    • Binary trees are used in search algorithms and data compression.

    • Examples of binary trees include binary search trees and heap trees.

  • Answered by AI
Round 7 - HR 

(2 Questions)

  • Q1. What is your current location
  • Q2. What is your salary expectations

Interview Preparation Tips

Topics to prepare for Webdew System Engineer interview:
  • Java
  • API
Interview preparation tips for other job seekers - this interview round was very good , nothing was hectic everything was very quick

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic flutter coding questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Ans. 

    Vite is a build tool that focuses on fast development, while Webpack is a more versatile and powerful build tool.

    • Vite is designed for fast development with instant server start and hot module replacement.

    • Webpack is a more versatile tool that can handle complex configurations and optimizations.

    • Vite uses ES modules natively for faster bundling, while Webpack requires additional plugins for the same functionality.

    • Vite is ...

  • Answered by AI
  • Q2. What is currying in js
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions and partial application.

    • In JavaScript, currying can be achieved using closures and nested functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions and partial application.

    • In JavaScript, currying can be achieved using closures and nested functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
  • Q2. Diff btw webpack and vite
  • Ans. 

    Webpack is a mature and feature-rich bundler, while Vite is a newer and faster build tool focused on development experience.

    • Webpack is a mature and feature-rich bundler that is highly configurable and widely used in the industry.

    • Vite is a newer build tool that focuses on providing a faster development experience by leveraging ES modules and server-side rendering.

    • Webpack requires a configuration file (webpack.config.js)...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Assignment 

Had to brief about myself, my technical skills and projects. Few Technical questions regarding the tech stack and casual discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have strong foundational knowledge.

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

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

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC

Singsys Pte Interview FAQs

How many rounds are there in Singsys Pte System Engineer interview for experienced candidates?
Singsys Pte interview process for experienced candidates usually has 1 rounds. The most common rounds in the Singsys Pte interview process for experienced candidates are One-on-one Round.
What are the top questions asked in Singsys Pte System Engineer interview for experienced candidates?

Some of the top questions asked at the Singsys Pte System Engineer interview for experienced candidates -

  1. What are the ranges and class of ip addr...read more
  2. Define DHCP and how it wo...read more
  3. What is DORA proc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
NexTurn Interview Questions
4.1
 • 28 Interviews
View all
Singsys Pte System Engineer Salary
based on 4 salaries
₹2.2 L/yr - ₹3.5 L/yr
57% less than the average System Engineer Salary in India
View more details

Singsys Pte System Engineer Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

4.7

Salary

3.8

Job security

4.6

Company culture

4.7

Promotions

3.9

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
64 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Software Developer
21 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Digital Marketing Executive
8 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

React Native Developer
5 salaries
unlock blur

₹1.8 L/yr - ₹3.7 L/yr

Quaity Control Engineer
5 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Explore more salaries
Compare Singsys Pte with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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