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

Sierra ODC Interview Questions and Answers

Updated 6 Nov 2024

Sierra ODC Interview Experiences

Popular Designations

5 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 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)

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

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 (38)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical questions and basic coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions on Sql sever, and .net

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 (169)
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 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)

Sierra ODC interview questions for popular designations

 Software Developer

 (3)

 Software Engineer

 (1)

 Software Engineer Trainee

 (1)

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

I applied via campus placement at Dr Mahalingam College of Engineering & Technology, Coimbatore and was interviewed before Mar 2022. There were 4 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 tips
Round 2 - Aptitude Test 

Aptitude test was in intermediate level when compared to Top MNC companies.The topics are Number system,Averages,Problems on Numbers,problem on ages,Percentage,Profit and loss,Ratio and proportion,partnership, Time and work,Time and distance,Problems on trains,Alligation or mixture,simple interest,compound interest,permutation and combination,probability.

Round 3 - Technical 

(1 Question)

  • Q1. Interviewer : What languages do you know? Me : C++ ,Html,css. Interviewer : What is class,object, Inheritance,encapsulation,abstraction,types of inheritance and explain it,oops concept,polymorphism, types...
Round 4 - HR 

(1 Question)

  • Q1. Interviewer :What was your father and mother Me : I answered their occupation. Interviewer : Do you have any arrears. Me : No arrears. Interviewer : Could you join immediately. Me : Yes. Interviewer : In...

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher I was asked only basic technical questions and explanation of my final year project in technicalinterview. As a fresher and if you are appointed as a software developer trainee, you can learn a lot as a full stack developer in following technologies: sql server or oracle(depends on which team you are appointed ), c# or vb.net(depends on which team you are appointed) ,asp.net web,asp.net mvc,html,css,Javascript. Regular working hours is 9 hours per day. If you work less hours then you need to put permission and you need to compensate by working on extra hours on other day or else your salary will be deducted.There is one paid leave and one sick leave for one month.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
Add answer

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Had 7 aptitude and 7 reasoning questions each for a period of 10 minutes.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Was asked questions related to Abaqus
  • Q2. Was asked basic SOM and FEA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA Array, String and Hashmap questions
  • Q2. Functional programming java questions
Round 2 - Technical 

(5 Questions)

  • Q1. Spring and spring boot related
  • Q2. HLD scenario level questions
  • Q3. SQL queries nested and joins
  • Q4. DB related questions and experience level questions and previous project situations related questions
  • Q5. Security level questions like XSS vulnerability and SQL injection
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About profession
  • Q2. About qualification
Round 2 - HR 

(2 Questions)

  • Q1. About yourself
  • Q2. Salary dissection
Round 3 - Technical 

(1 Question)

  • Q1. About digital marketing

Interview Preparation Tips

Topics to prepare for Rajlaxmi Solutions Private Limited Digital Marketing Intern interview:
  • Digital Marketing
Interview preparation tips for other job seekers - make good cv for interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sri Indu College of Engineering & Technology, Hyderabad and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Arithmetic, verbal, and verbal skills.

Round 2 - Coding Test 

Please write a code for generating the Fibonacci sequence.

Round 3 - Technical 

(2 Questions)

  • Q1. What are the key features and concepts of the C programming language?
  • Q2. What is an array
Round 4 - HR 

(1 Question)

  • Q1. When would you be able to join?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly when you are searching.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Simple GET, POST Flask Application?
  • Q2. Assign Values to a Cookie - Flask Application
Round 2 - Coding Test 

- Convert a given input of keys-values to value-keys using Python

Interview Preparation Tips

Interview preparation tips for other job seekers - Know Python well, Solve some DSA problems

Sierra ODC Interview FAQs

How many rounds are there in Sierra ODC 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 Resume Shortlist.
How to prepare for Sierra ODC 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 Web Services, Oracle, MVC, C# and VB.NET.
What are the top questions asked in Sierra ODC interview?

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

  1. what is list in pyt...read more
  2. Super keyword in j...read more
  3. Interviewer : What languages do you know? Me : C++ ,Html,css. Interviewer : Wh...read more

Tell us how to improve this page.

Sierra ODC Interview Process

based on 9 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

Sierra ODC Reviews and Ratings

based on 63 reviews

3.8/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.7

Salary

3.9

Job security

3.8

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 63 Reviews and Ratings
Manager/Asst. Manager - Digital Marketing

Coimbatore

5-10 Yrs

Not Disclosed

Lead Generation & Nurturing

Coimbatore

5-10 Yrs

Not Disclosed

HR Executive

Coimbatore

2-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
55 salaries
unlock blur

₹1.4 L/yr - ₹8.5 L/yr

Softwaretest Engineer
45 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Software Developer
21 salaries
unlock blur

₹2.6 L/yr - ₹5.2 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

Mobile Application Developer
8 salaries
unlock blur

₹1.8 L/yr - ₹4.8 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