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
4.4

based on 88 Reviews

Filter interviews by

Contus Software Development Engineer 1 Interview Questions and Answers

Updated 23 Aug 2024

Contus Software Development Engineer 1 Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Tell me about NodeJS Event Loop
  • Ans. 

    NodeJS Event Loop is a mechanism that allows NodeJS to perform non-blocking I/O operations by offloading tasks 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.

    • NodeJS uses l...

  • Answered by AI
  • Q2. Previous organization work
  • Ans. 

    I worked at a software development company where I developed web applications for clients.

    • Developed web applications using HTML, CSS, and JavaScript

    • Collaborated with clients to gather requirements and provide updates on project progress

    • Utilized version control systems like Git for code management

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How would you utilize AWS or Azure services to create scalable web applications
  • Ans. 

    Utilize AWS or Azure services for scalable web applications

    • Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling

    • Leverage AWS Lambda or Azure Functions for serverless computing

    • Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic

    • Store data in AWS RDS or Azure SQL Database for scalable database solutions

    • Use AWS CloudFront or Azure CDN for content delivery

  • Answered by AI
  • Q2. How would you tackle memory leaks if the system your working on was experiencing this issue?
  • Ans. 

    I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.

    • Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks

    • Review the code to ensure proper memory allocation and deallocation practices are being followed

    • Implement smart pointers or garbage collection to automatically manage memory

    • Use static co...

  • Answered by AI
  • Q3. Have you worked on legacy systems?
  • Ans. 

    Yes, I have experience working on legacy systems.

    • I have successfully maintained and upgraded legacy systems to meet current business needs.

    • I have refactored legacy code to improve performance and scalability.

    • I have integrated new technologies with legacy systems to enhance functionality.

    • I have experience troubleshooting and debugging issues in legacy systems.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Are you capable to work with cross functional teams and handle disputes effectively
  • Ans. 

    Yes, I have experience working with cross functional teams and resolving disputes effectively.

    • I have successfully collaborated with team members from different departments to achieve project goals.

    • I am skilled at mediating conflicts and finding mutually beneficial solutions.

    • I prioritize open communication and actively listen to all team members' perspectives.

    • I have experience using conflict resolution techniques such a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and on to point without deviations, they respect straight forwardness
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Telephonic Call 

(2 Questions)

  • Q1. Asking about the whereabouts
  • Q2. Checking com skills and availability
Round 2 - Technical 

(3 Questions)

  • Q1. Basic questions based on resume
  • Q2. Basic .net questions
  • Q3. Logical questions related to problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and communicate effectively. Include only those things in your resume which you are fully confident.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
  • Q2. Pointers, struct, Data Structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Q2. Hexa Decimal to Binary convertion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Ant triangle problem and dynamic programming knapsack
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Basic css,js,reactjs questions
  • Q2. Reactjs coding questions related to array, mapping
  • Q3. Difference between ecma6 and ecma5
  • Ans. 

    ECMA6 introduced new features like arrow functions, classes, and let/const declarations compared to ECMA5.

    • ECMA6 introduced arrow functions for more concise syntax: const add = (a, b) => a + b;

    • ECMA6 added classes for object-oriented programming: class Person { constructor(name) { this.name = name; } }

    • ECMA6 introduced let/const declarations for block-scoped variables: let x = 5; const y = 10;

  • Answered by AI
  • Q4. Form in reactjs
  • Ans. 

    Form handling in ReactJS involves creating controlled components to manage form data and handle user input.

    • Use state to manage form data and update it with user input

    • Handle form submission with onSubmit event handler

    • Use controlled components to ensure form data is synced with state

  • Answered by AI
  • Q5. Box-modal, arrow function, DOM

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DevOps tools related questions
  • Q2. And python programming questions

Contus Interview FAQs

How many rounds are there in Contus Software Development Engineer 1 interview?
Contus interview process usually has 1 rounds. The most common rounds in the Contus interview process are Technical.

Tell us how to improve this page.

Contus Software Development Engineer 1 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all
Contus Software Development Engineer 1 Salary
based on 4 salaries
₹5 L/yr - ₹10.3 L/yr
52% less than the average Software Development Engineer 1 Salary in India
View more details
Application Developer
65 salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Software Development Engineer
38 salaries
unlock blur

₹4.1 L/yr - ₹10.3 L/yr

Senior Application Developer
36 salaries
unlock blur

₹3.8 L/yr - ₹11 L/yr

IOS Application Developer
21 salaries
unlock blur

₹3.2 L/yr - ₹8.8 L/yr

Android App Developer
20 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare Contus with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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