Premium Employer

i

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

Ncsi Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ncsi Technologies Interview Questions, Process, and Tips

Updated 25 Mar 2025

Top Ncsi Technologies Interview Questions and Answers

View all 7 questions

Ncsi Technologies Interview Experiences

Popular Designations

18 interviews found

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

I appeared for an interview before Oct 2022.

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 - Technical 

(1 Question)

  • Q1. Java spring microservices
Round 3 - Behavioral 

(1 Question)

  • Q1. Architectural, past projects, etc
Round 4 - HR 

(1 Question)

  • Q1. Salary, joining date

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Devops Engineer Interview Questions & Answers

user image chandrakant gayke

posted on 12 Dec 2024

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

(1 Question)

  • Q1. How to configure jenkins from scratch
  • Ans. 

    Configuring Jenkins involves setting up plugins, creating jobs, configuring build triggers, and setting up notifications.

    • Install Jenkins on a server

    • Set up plugins for source code management, build triggers, notifications, etc.

    • Create Jenkins jobs for different projects

    • Configure build triggers like polling SCM or webhook triggers

    • Set up notifications for build status updates

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to the linux machine
View answer (2)

Interview Questions & Answers

user image Sameer Mulla

posted on 25 Feb 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. VMware Infrastructure
  • Q2. What is patch management, and why is it important in software maintenance?

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Coding round selenium and c#

Test Analyst Interview Questions asked at other Companies

Q1. Explain framework and practical uses of oops concepts in framework . explain priority and severity. defect lifecycle
View answer (2)

Ncsi Technologies interview questions for popular designations

 Software Engineer

 (2)

 Senior Software Engineer

 (2)

 Associate Software Engineer

 (2)

 Test Lead

 (1)

 Technical Lead

 (1)

 Business System Analyst

 (1)

 Software Developer

 (1)

 Business Analyst

 (1)

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. Java, SpringBoot
  • Q2. How to secure RESTful API
  • Ans. 

    Securing a RESTful API involves authentication, authorization, encryption, and input validation to protect data and resources.

    • Use HTTPS to encrypt data in transit, preventing eavesdropping.

    • Implement OAuth 2.0 for secure token-based authentication.

    • Validate and sanitize all inputs to prevent SQL injection and XSS attacks.

    • Use API keys to control access to the API endpoints.

    • Implement rate limiting to prevent abuse and deni...

  • Answered by AI

Senior Architect Interview Questions asked at other Companies

Q1. What is a typical cladding material. What are the types and how are they applicable for specific buildings.
View answer (2)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Fair

Round 1 - Aptitude Test 

Aptitude was take by telepath .

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Jobs at Ncsi Technologies

View all

Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Few programs were asked

Round 3 - Technical 

(1 Question)

  • Q1. What technogies worked on.
Round 4 - HR 

(1 Question)

  • Q1. Work experience details

Test Lead Interview Questions & Answers

user image Anonymous

posted on 5 Jan 2023

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 - One-on-one 

(2 Questions)

  • Q1. Mostly from the experience you mention in resume
  • Q2. Scenario based question like how the deal with clients in difficult situation
Round 3 - One-on-one 

(1 Question)

  • Q1. From resume only

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Some basic questions on quant, logical, fundamentals and networking

Round 3 - Coding Test 

Easy 2 coding ques consisting of basic problem solving and dsa

Round 4 - Technical 

(2 Questions)

  • Q1. What is your preferred programming language? Problems faced during projects?
  • Ans. 

    My preferred programming language is Java.

    • I have experience in Java and find it easy to read and write.

    • Java has a vast community and a lot of resources available online.

    • Java is platform-independent and can run on any operating system.

    • During projects, I have faced issues with debugging and optimizing code.

    • I have also faced challenges with integrating different technologies and APIs.

  • Answered by AI
  • Q2. What is top down compilation? Would u ever lie for company?
  • Ans. 

    Top-down compilation is a software development approach where the higher-level modules are compiled first before the lower-level ones.

    • Top-down compilation starts with the main module and proceeds to compile its dependencies.

    • It allows for early detection of errors and easier integration of modules.

    • Example: In a Java program, the main class is compiled first, followed by its dependent classes.

    • Example: In C programming, t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep fundamentals clear and u r good to go. Have some knowledge of Qualcomm industry

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Oracle SQL PLSQL queries and some plsq blocks.

Round 3 - HR 

(2 Questions)

  • Q1. About previous work experience and salary expectation.
  • Q2. Are you able to travel onsite as per requirement.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your skill set.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Medium to difficult .

Round 2 - Technical 

(2 Questions)

  • Q1. Closure , hoisting
  • Q2. Explain life cycles hook in angular
  • Ans. 

    Lifecycle hooks in Angular are methods that allow you to tap into the lifecycle of a component or directive.

    • Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.

    • ngOnInit is used for initialization logic, ngOnChanges for reacting to input changes, ngDoCheck for custom change detection, ngOnDestroy for cleanup tasks, etc.

    • These hooks allow you to perform actions at specific points in the component's

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Ncsi Technologies Interview FAQs

How many rounds are there in Ncsi Technologies interview?
Ncsi Technologies interview process usually has 2-3 rounds. The most common rounds in the Ncsi Technologies interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Ncsi Technologies 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 Ncsi Technologies. The most common topics and skills that interviewers at Ncsi Technologies expect are Java, Python, Microservices, DevOps and Javascript.
What are the top questions asked in Ncsi Technologies interview?

Some of the top questions asked at the Ncsi Technologies interview -

  1. What is your preferred programming language? Problems faced during projec...read more
  2. Program in c language prime and collection in Java , sql joins , garbage collec...read more
  3. how to configure jenkins from scra...read more

Tell us how to improve this page.

Ncsi Technologies Interview Process

based on 20 interviews

Interview experience

3.4
  
Average
View more
Join Ncsi Technologies #1 in IT services in Singapore and Southeast Asia*

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
NTT Data Interview Questions
3.8
 • 629 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 594 Interviews
UST Interview Questions
3.8
 • 520 Interviews
View all

Ncsi Technologies Reviews and Ratings

based on 208 reviews

2.9/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

3.2

Salary

2.7

Job security

2.9

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 208 Reviews and Ratings
Sailpoint Developer

Pune

3-5 Yrs

₹ 5.5-10 LPA

Frontend Team Lead

Pune

8-12 Yrs

₹ 18-30 LPA

Frontend Engineer (8-12 yrs)

8-12 Yrs

Not Disclosed

Explore more jobs
Software Engineer
134 salaries
unlock blur

₹4.8 L/yr - ₹17.5 L/yr

Associate Engineer
96 salaries
unlock blur

₹5 L/yr - ₹7.8 L/yr

Business System Analyst
80 salaries
unlock blur

₹7 L/yr - ₹17.5 L/yr

Senior Software Engineer
74 salaries
unlock blur

₹16.2 L/yr - ₹35.1 L/yr

Technical Lead
56 salaries
unlock blur

₹11 L/yr - ₹28 L/yr

Explore more salaries
Compare Ncsi Technologies with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Virtusa Consulting Services

3.7
Compare

CGI Group

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