Upload Button Icon Add office photos
Engaged Employer

i

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

Contus Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Contus Software Developer Interview Questions, Process, and Tips

Updated 11 Aug 2024

Contus Software Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Give 10 questions from node js backend

Round 2 - One-on-one 

(6 Questions)

  • Q1. Ask about angular and node js
  • Q2. What is package.json
  • Ans. 

    package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.

    • It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.

    • It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.

    • It allows developers to define scripts for tasks like building, testing, and running the project.

    • Example: {...

  • Answered by AI
  • Q3. What is components in angular,how share data to component
  • Ans. 

    Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.

    • Components in Angular are reusable, self-contained units of code that define a part of the user interface.

    • Data can be shared to a component using input properties, where data is passed from the parent component to the child component.

    • Data can also be shared from a child component t...

  • Answered by AI
  • Q4. What is === and == ,and wher use === is real time projects
  • Ans. 

    === is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.

    • === is a strict equality operator that checks both value and type of operands

    • == is a loose equality operator that only checks the value of operands

    • === is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues

  • Answered by AI
  • Q5. Write arrow function syntax
  • Ans. 

    Arrow function syntax in JavaScript

    • Arrow functions are concise syntax for writing function expressions in JavaScript

    • They have a shorter syntax compared to traditional function expressions

    • They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords

  • Answered by AI
  • Q6. What is difference between arrow function and anonymous function
  • Ans. 

    Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.

    • Arrow functions have a shorter syntax compared to anonymous functions.

    • Arrow functions do not have their own 'this' keyword, while anonymous functions do.

    • Arrow functions do not have 'arguments' object, while anonymous functions do.

    • Arrow functions are not hoisted, while anonymous functions are hoisted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare about ur role

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about event loop in javascript and asynchronous programming?
  • Ans. 

    Event loop in JS manages the execution of code and handles asynchronous tasks.

    • JS is single-threaded, so event loop helps manage tasks without blocking the main thread.

    • Asynchronous programming allows non-blocking execution of code.

    • Callbacks, Promises, and Async/Await are common ways to handle asynchronous tasks.

    • Example: setTimeout() function uses event loop to execute code after a specified delay.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - strong javascript knowledge

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the plsql..like functions.cursors.pakages and like that

Interview Preparation Tips

Interview preparation tips for other job seekers - from my experience its some meaning ful interested one..but after got selected...they will not respond on any support..like joining or about the assets setup and not even the situvations...as per my experience i really have a bad experience with rmg and also hr team..ultimatix login and all are not that quick responsive...as per mine ..not prefer tcs..
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Jan 2022. There were 3 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

Aptitude test duration 90 min 100 question

Round 3 - Coding Test 

Coding test 50 code 100 marks 60 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. code in c , c++ , java is very important
Contribute & help others!
anonymous
You can choose to be anonymous

Contus Interview FAQs

How many rounds are there in Contus Software Developer interview?
Contus interview process usually has 2 rounds. The most common rounds in the Contus interview process are Assignment and One-on-one Round.
What are the top questions asked in Contus Software Developer interview?

Some of the top questions asked at the Contus Software Developer interview -

  1. what is === and == ,and wher use === is real time proje...read more
  2. what is components in angular,how share data to compon...read more
  3. what is difference between arrow function and anonymous funct...read more

Recently Viewed

PHOTOS

Nuclear Power Corporation of India

No Photos

REVIEWS

Blue Yonder

No Reviews

INTERVIEWS

Nalco

No Interviews

INTERVIEWS

Shell

No Interviews

SALARIES

Caterpillar Inc

INTERVIEWS

Intel

No Interviews

INTERVIEWS

Intellect

No Interviews

INTERVIEWS

Molex

No Interviews

INTERVIEWS

Škoda Auto Volkswagen

No Interviews

INTERVIEWS

Schindler Group

No Interviews

Tell us how to improve this page.

Contus Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Contus Software Developer Salary
based on 9 salaries
₹4.5 L/yr - ₹9.4 L/yr
7% less than the average Software Developer Salary in India
View more details

Contus Software Developer Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.2

Salary

3.2

Job security

2.8

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 3 Reviews and Ratings
Application Developer
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Application Developer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IOS Application Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android App Developer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Contus with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent