Upload Button Icon Add office photos

Filter interviews by

NCompass TechStudio Interview Questions and Answers

Updated 9 Nov 2024

NCompass TechStudio Interview Experiences

Popular Designations

7 interviews found

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

(3 Questions)

  • Q1. They asked 1 DSA Question
  • Q2. They asked 1 SQL Question
  • Q3. Explain about projects

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Software Developer Interview Questions & Answers

user image Vishnupriya G

posted on 3 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

They given one topic and then discussed

Round 2 - Coding Test 

They given some basic questions

Round 3 - Technical 

(1 Question)

  • Q1. Encapsulation in detail they want

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

- The test was conducted in EvalGround Platform.
- At Stage 1, there was 10 simple English MCQ questions.
- At stage 2, two basic level questions were there from Array.
- At stage 3, three easy to medium level questions were there on Array and Strings.
- At stage 4, three SQL based questions were there where they gave class level diagram and the questions were basically based on Joins.

Round 2 - Technical 

(6 Questions)

  • Q1. The interview round was about 10 minutes.
  • Q2. The interviewer mainly asked questions based on my resume and my projects.
  • Q3. Most of the questions were asked on web development, more precisely backend development.
  • Q4. Python data structures and time complexities of Array and HashMap.
  • Ans. 

    Python data structures and time complexities of Array and HashMap.

    • Arrays have O(1) time complexity for accessing elements by index and O(n) for searching and insertion

    • HashMaps have O(1) time complexity for accessing, searching, and insertion on average

    • Arrays use contiguous memory while HashMaps use a hash function to map keys to indices

    • Arrays are best for simple data structures while HashMaps are best for key-value pai

  • Answered by AI
  • Q5. Difference between Python, Java and JavaScript.
  • Ans. 

    Python is a high-level, interpreted language. Java is a compiled language. JavaScript is a scripting language.

    • Python is dynamically typed, while Java is statically typed.

    • Java is platform-independent, while Python is not.

    • JavaScript is mainly used for front-end web development.

    • Python is popular for data analysis and machine learning.

    • Java is commonly used for enterprise applications and Android app development.

  • Answered by AI
  • Q6. Lifecycle of an Android Activity.
  • Ans. 

    The lifecycle of an Android Activity includes several stages from creation to destruction.

    • An Activity is created with onCreate() method

    • It becomes visible with onStart() method

    • It becomes interactive with onResume() method

    • It goes to background with onPause() method

    • It becomes invisible with onStop() method

    • It is destroyed with onDestroy() method

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. The HR round was about 10 minutes.
  • Q2. Tell me about yourself.
  • Ans. 

    I am a software developer intern with a passion for coding and problem-solving.

    • Currently pursuing a degree in Computer Science

    • Proficient in programming languages such as Java, C++, and Python

    • Experience with web development frameworks like React and Angular

    • Strong problem-solving and analytical skills

    • Completed several coding projects, including a mobile app for tracking expenses

  • Answered by AI
  • Q3. Asked me about my family members.

Interview Preparation Tips

Topics to prepare for NCompass TechStudio Software Developer Intern interview:
  • Array
  • String
  • SQL
  • Web Development
  • Backend Development
Interview preparation tips for other job seekers - - Practice questions on HackerRank and Leetcode on Array, Strings and SQL.
- Prepare web development questions well for the interview.

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mcqs, aptitude and basic coding questions, mysql queries, english mcqs et

Round 2 - Technical 

(2 Questions)

  • Q1. Question on mysql joins
  • Q2. Questions on list datastucture

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

NCompass TechStudio interview questions for popular designations

 Software Developer

 (3)

 Intern

 (1)

 Software Developer 1

 (1)

 Software Developer Intern

 (1)

 Software Engineer

 (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The first round was both aptitude and coding test

Round 2 - One-on-one 

(2 Questions)

  • Q1. SQL queries for a given problem statement
  • Q2. Questions related to projects that I have worked

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 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 - Coding Test 

Logical questions without DSA were asked. If you have good grasp with programming you will be able to solve them.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions were based on the coding questions asked in the previous rounds.
  • Ans. Next in the HR round, some basic HR questions were asked. If you qualify the technical round, qualifying this shouldn't be difficult.
  • Answered Anonymously
  • Q2. Hr will ask about your interests and hobbies too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Think logically and explain your approach clearly.
Also, just skim over APIs concepts before your technical interview.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2022. There were 3 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 - Coding Test 

Basic data structure and algorithm asked in an interview

Round 3 - Aptitude Test 

Asked some simple question and hr discussion why you want to join company

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest with resume and have some knowledge of development

Software Developer 1 Interview Questions asked at other Companies

Q1. Do you have prior experience in Java and Spring Boot?
View answer (1)

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: In quantitative aptitude i dont remember the questing exactly but alsomost all questings are similer to the questions in RS Agarwaal.. In reasoning and analytical section they will ask puzzles and if u read shakuntala devi and jimmers puzzle book it is more than sufficient.. In verbal section they have given around 2 passages and 5 questions for each passage dont waste more time in this section because it is time consuming.. they have given some fill in the blanks questions where we have to search for synonyms and antonyms No technical section was there
Total Questions: 75

Round: Technical Interview
Experience: Basically i am from Mechanical back ground they dint asked any questions related to software.... They asked questions like how do you update your self regarding your technical knowledge... have you thought of any innovative ideas recent past..

Round: HR Interview
Experience: In HR they asked 2 situation reaction tests. 1)she asked my hobbies and replied playing cricket... she posed a question to me that if i was appointed as cricket team captain for M-Tech mech team how i select my team.... i answered purely by performance no partiality like that.. but she asked to think more then she answered for the questions as... I alone cannot select the team because in M-Tech there may be more that 500 students so i have to take help from some of my friends and this shows attitude towards team work.... 2) She asked one more question like if i am a boss and there are 5 peoples working under me.. my boss given me one work that has to be completed in with in a month... now it is the last day of month and still 25% of work is remaining how i handle that situation... I answered that I will answer to the boss that from next time i will finish 1 months work in 20 days itself so that we will not be facing this kind of problems next time.. then she told ok....

General Tips: Infosys recruitment wont concentrate too much on technical side... they concentrate on logical and analytical thinking and situation reactions etc... so go through puzzles from shankuntala devi and jimmers... and some analytical and logical sections from RS agarwaal
Dont concentrate on technical questions because they wont ask any technical questions... you must prepare well for the written test and Interview will depend on your logical and analytical thinking and situation reactions.. all the best.. hope i will see you in Infosys next year....
College Name: NIT WARANGAL

Assistant Trainee Interview Questions & Answers

TCS user image YATISH KUMAR KESHWANI

posted on 9 Feb 2015

Interview Questionnaire 

22 Questions

  • Q1. What are the subjects you have command in?
  • Q2. Tell me about your final year project?
  • Q3. Tell me about the industrial training you had?
  • Q4. How does an induction motor works?
  • Q5. Why motor is rated in KW whereas Transformer and generator in KVA?
  • Ans. 

    Motors are rated in KW because they consume power, while transformers and generators are rated in KVA because they produce power.

    • Motors convert electrical energy into mechanical energy, so they consume power and are rated in KW.

    • Transformers and generators produce electrical energy, so they are rated in KVA based on their apparent power.

    • KVA takes into account both the real power (KW) and the reactive power (KVAR) produc...

  • Answered by AI
  • Q6. What is the type of motor used in ceiling fans?
  • Ans. 

    The type of motor used in ceiling fans is an induction motor.

    • Ceiling fans typically use single-phase induction motors.

    • These motors are designed to provide a constant speed and are efficient in converting electrical energy into mechanical energy.

    • The motor consists of a stator and a rotor, with the stator being the stationary part and the rotor being the rotating part.

    • The stator contains windings that create a rotating m...

  • Answered by AI
  • Q7. Hoe does a thermal power plant works?
  • Ans. 

    A thermal power plant generates electricity by converting heat energy into mechanical energy.

    • Thermal power plants use fossil fuels or nuclear energy to heat water and produce steam.

    • The steam drives a turbine, which is connected to a generator that produces electricity.

    • The heat source can be coal, natural gas, oil, or nuclear reactions.

    • The steam is condensed back into water and recycled in a closed-loop system.

    • Thermal p...

  • Answered by AI
  • Q8. Write a program to make a GP
  • Ans. 

    A program to generate a geometric progression (GP).

    • Take the first term, common ratio and number of terms as input.

    • Use a loop to calculate each term of the GP.

    • Print the generated GP as output.

  • Answered by AI
  • Q9. Write a program to print factorial using recursion
  • Ans. 

    A program to print factorial using recursion

    • Define a function to calculate factorial recursively

    • Base case: if the number is 0 or 1, return 1

    • Recursive case: multiply the number with factorial of (number - 1)

    • Print the factorial of a given number

  • Answered by AI
  • Q10. Write the logic to reverse a string without using string fnctions
  • Ans. 

    Logic to reverse a string without using string functions

    • Iterate through the string from the last character to the first

    • Create a new string and append each character to it in reverse order

  • Answered by AI
  • Q11. Tell me about yourself?
  • Q12. What are your hobbies?
  • Q13. Apart from your technical pat and studies what have you done in college?
  • Q14. What do you prefer, ethics or values?
  • Q15. Suppose you are working in office and somebody came and slapped you, what will you do?
  • Q16. Tell me about yourself for 5 minutes
  • Q17. What are your views about Mr. Narendra Modi as PM of India
  • Q18. Any extra curricular activities you have participated in school or college
  • Q19. What are your strengths?
  • Q20. What are your weaknesses?
  • Q21. Being an Electrical engineer why do you want to join an IT company
  • Q22. What do you know about TCS?

Interview Preparation Tips

Round: Test
Experience: In email writing one question was given describing the situation and maximum word limit. It has the keywords given to be used. 1 question, 10 minutes.This section is generally used to check your verbal ability. Make sure to use all the keywords given and complete it within time, with no spelling mistakes of course. Missing a keyword or a spelling mistake could be your goodbye to qualified list.The second section had 30 questions of quantitative aptitude. Duration 70 mins. There are questions from various sections, such as Time and speed, Time and distance, Data interpretation,etc.There are 2-3 star marked questions which have more weight-age. There my also be a dummy question who doesn't have any matching answer. Make sure uh don't attempt these questions.26-27 questions is the cut-off for qualified list.But you have to do the email writing part correctly.
Tips: Practice email writing online from various websites such as technicalbaba.com, indiageeks.comPractice quantitative aptitude as it is a must in any interview you will face. you can use R.S.Agarwal or CAT material.
Duration: 90 minutes
Total Questions: 30 + 1

Round: Interview
Experience: Greeting the interviewer is a must. Be confident and enthusiastic. Have your resume properly ready. Technical questions from your subject will be asked. Not a must that you should know any programming language like C, C++, JAVA.
Tips: Prepare 3-4 subjects of your core branch. Never try to flatter the interviewer. Be confident and answer the questions appropriately. Dont say directly " I DON'T KNOW". Atleast try even if you dont know the answer.

Round: Interview
Experience: There are certain questions which doesnt have direct answers. You have to be diplomatic about them. You should be able to see all the possible situation when a question like that is asked.

Round: Interview
Experience: The HR head may manipulate you, try to stress you, etc. Be calm and confident.Think before you speak. Prepare your answers before hand for general questions. Write your introduction on a paper and prepare it well so that you speak it confidently...
Tips: Be yourself. Be confident. Never argue with the interviewer.All the best

General Tips: Be presentable in the interview. Wear a watch. Show respect to the interviewer. Prepare 3-4 technical subjects well. Read last 15 days newspaper. Be confident when you speak. Improve your English if you are weak in it.
Skill Tips: ""
Skills: Verbal ability, Attitude, Technical knowledge, General knowledge
College Name: IMS ENGINEERING COLLEGE, GHAZIABAD
Motivation: TCS is a semi government company with a decent package and high job security.

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

NCompass TechStudio Interview FAQs

How many rounds are there in NCompass TechStudio interview?
NCompass TechStudio interview process usually has 2-3 rounds. The most common rounds in the NCompass TechStudio interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for NCompass TechStudio 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 NCompass TechStudio. The most common topics and skills that interviewers at NCompass TechStudio expect are Marketing Communication and Presentation Skills.
What are the top questions asked in NCompass TechStudio interview?

Some of the top questions asked at the NCompass TechStudio interview -

  1. Python data structures and time complexities of Array and HashM...read more
  2. Difference between Python, Java and JavaScri...read more
  3. Lifecycle of an Android Activi...read more
How long is the NCompass TechStudio interview process?

The duration of NCompass TechStudio interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

NCompass TechStudio Interview Process

based on 4 interviews in last 1 year

Interview experience

4.5
  
Good

People are getting interviews through

based on 5 NCompass TechStudio interviews
Campus Placement
WalkIn
Job Portal
60%
20%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
View all

NCompass TechStudio Reviews and Ratings

based on 8 reviews

3.0/5

Rating in categories

3.3

Skill development

3.4

Work-Life balance

2.5

Salary & Benefits

2.8

Job Security

2.4

Company culture

2.3

Promotions/Appraisal

2.8

Work Satisfaction

Explore 8 Reviews and Ratings
Software Developer
21 salaries
unlock blur

₹4.5 L/yr - ₹7.3 L/yr

Quality Analyst
5 salaries
unlock blur

₹4.5 L/yr - ₹6.9 L/yr

IOS Developer
5 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Android App Developer
3 salaries
unlock blur

₹6 L/yr - ₹6.7 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹5 L/yr - ₹8.6 L/yr

Explore more salaries
Compare NCompass TechStudio with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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