Upload Button Icon Add office photos
Engaged Employer

i

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

Sierra ODC Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Sierra ODC Software Developer Interview Questions and Answers

Updated 6 Nov 2024

Sierra ODC Software Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Time and work
Percentage
speed

Round 2 - Technical 

(2 Questions)

  • Q1. Super keyword in java
  • Ans. 

    Super keyword in Java is used to refer to the immediate parent class instance.

    • Used to access parent class members

    • Used when child class has overridden parent class methods

    • Can be used to call parent class constructor

  • Answered by AI
  • Q2. What is list in python
  • Ans. 

    A list in Python is a collection of items that are ordered and mutable.

    • Lists are created using square brackets []

    • Elements in a list can be of different data types

    • Lists can be indexed and sliced to access specific elements

    • Example: my_list = [1, 'apple', True]

  • Answered by AI
Round 3 - Coding Test 

Array,strings,OOPs,Looping,basics of python and java

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Karthick Sudhakar

posted on 2 Oct 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - Aptitude Test 

Ratio and propotions, Percentage

Round 2 - Technical 

(2 Questions)

  • Q1. Prepare from your resume what you know.
  • Q2. All the questions from your resume

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Round 1 - Aptitude Test 

If your analytical skill is good, you can get through this test

Round 2 - Technical 

(1 Question)

  • Q1. 2 rounds of interview in technical round.
Round 3 - Technical 

(1 Question)

  • Q1. Machine test - you need to write code and show the result within given time.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are strong in basic concepts then can easily crack thechnical round

Software Developer Jobs at Sierra ODC

View all

Interview questions from similar companies

I applied via Other and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sorting arrays without using inbuilt function
  • Ans. 

    Sorting array of strings without using inbuilt function.

    • Implement bubble sort algorithm

    • Compare adjacent elements and swap if necessary

    • Repeat until no swaps are needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on OOPS, Core Concepts of C#, SQL
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on System Design and tricky questions on OOPS
Round 3 - HR 

(1 Question)

  • Q1. Previous organization work culture and expectations
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to OOP's , SQL, .Net core.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2022. There were 2 interview rounds.

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

(3 Questions)

  • Q1. There were two interviewers. I was interviewed in python. Two coding questions on python and one SQL question and few questions on projects and previous working experience and knowledge on linux.
  • Q2. What is your work experience
  • Q3. What are the projects you worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. Your hardwork will definitely pays off.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 2 interview rounds.

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

(2 Questions)

  • Q1. Some question were related to APIs
  • Q2. What is rest API
  • Ans. 

    REST API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Stateless communication between client and server

    • Example: GET request to retrieve data from a server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good company with remote work

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .
Contribute & help others!
anonymous
You can choose to be anonymous

Sierra ODC Interview FAQs

How many rounds are there in Sierra ODC Software Developer interview?
Sierra ODC interview process usually has 2-3 rounds. The most common rounds in the Sierra ODC interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Sierra ODC Software Developer 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 Sierra ODC. The most common topics and skills that interviewers at Sierra ODC expect are ASP.Net, C#, MS SQL Server, MVC and VB.NET.
What are the top questions asked in Sierra ODC Software Developer interview?

Some of the top questions asked at the Sierra ODC Software Developer interview -

  1. what is list in pyt...read more
  2. Super keyword in j...read more
  3. Machine test - you need to write code and show the result within given ti...read more

Recently Viewed

INTERVIEWS

Sierra ODC

No Interviews

INTERVIEWS

Hero Electric

No Interviews

INTERVIEWS

GAMMON INDIA

No Interviews

INTERVIEWS

GAMMON INDIA

No Interviews

SALARIES

Jiffy Software

INTERVIEWS

GAMMON INDIA

No Interviews

INTERVIEWS

Detroit Engineered Products

No Interviews

INTERVIEWS

Hero Electric

No Interviews

INTERVIEWS

Hero Electric

5.6k top interview questions

INTERVIEWS

GAMMON INDIA

30 top interview questions

Tell us how to improve this page.

Sierra ODC Software Developer Interview Process

based on 2 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more
Sierra ODC Software Developer Salary
based on 21 salaries
₹2.6 L/yr - ₹5.2 L/yr
56% less than the average Software Developer Salary in India
View more details

Sierra ODC Software Developer Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

3.2

Skill development

3.7

Work-life balance

3.1

Salary

2.9

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 5 Reviews and Ratings
Software Developer

Coimbatore

3-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mobile Application Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sierra ODC 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