Premium Employer

i

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

Onward Technologies Inc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Onward Technologies Inc Software Engineer Interview Questions and Answers

Updated 6 Feb 2023

Onward Technologies Inc Software Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Data storage classes in C++
  • Ans. 

    Data storage classes in C++

    • C++ provides several data storage classes, including 'auto', 'register', 'static', 'extern', and 'mutable'.

    • The 'auto' storage class is the default and is used for local variables.

    • The 'register' storage class is used to define local variables that should be stored in CPU registers for faster access.

    • The 'static' storage class is used for variables that retain their values across function calls.

    • ...

  • Answered by AI
  • Q2. Explain Basic OOP's Concepts
  • Ans. 

    OOP's concepts include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Example: A class 'Car' encapsulates data like 'color' and methods like 'startEngine'.

    • Example: Class 'SUV'...

  • Answered by AI
  • Q3. What's static and runtime polymorphism
  • Ans. 

    Static polymorphism is resolved at compile-time, while runtime polymorphism is resolved at runtime.

    • Static polymorphism is achieved through function overloading and operator overloading.

    • Runtime polymorphism is achieved through virtual functions and function overriding.

    • Static polymorphism is faster as it is resolved at compile-time, while runtime polymorphism incurs overhead at runtime.

    • Static polymorphism is also known a...

  • Answered by AI
  • Q4. What are smart pointers
  • Ans. 

    Smart pointers are objects that manage the lifetime of dynamically allocated memory in C++.

    • Smart pointers automatically deallocate memory when it is no longer needed.

    • They prevent memory leaks and dangling pointers.

    • Examples of smart pointers in C++ are unique_ptr, shared_ptr, and weak_ptr.

  • Answered by AI
  • Q5. What's new and delete operator
  • Ans. 

    New and delete operators are used for dynamic memory allocation in C++.

    • New operator is used to allocate memory dynamically for an object or an array.

    • Delete operator is used to deallocate the memory allocated by new operator.

    • New operator returns a pointer to the allocated memory.

    • Delete operator takes a pointer to the memory to be deallocated.

    • If delete is called on a null pointer, no action is taken.

  • Answered by AI
  • Q6. Write few simple programs related to class and oop
  • Ans. 

    Programs related to class and OOP

    • Create a class with attributes and methods

    • Implement inheritance and polymorphism

    • Use encapsulation to hide data

    • Demonstrate the concept of abstraction

    • Create objects and call their methods

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Onward Technologies Inc Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Basic knowledge of oop and c++ should be enough. Check for which profile your interview is

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. CoreJava,AWT,Swing, Spring Boot
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Below 2 years experience dev , this organization will be a good choice. More than 2 years exp with advanced technology , please look for better opportunity. Because career and package growth is worst in this organization.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Naukri.com and was interviewed before Nov 2021. There were 3 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 - Technical 

(1 Question)

  • Q1. Technical question to related to field
Round 3 - HR 

(1 Question)

  • Q1. Simple questions related to hr and company policy

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for learning , salary on time. Goos client base fir company

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Anything can be asked from oops to design pattern level question. Simple to hard. It's kind of rapid fire.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ready handle a pressure while interview process, be stable, don't confuse

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is SDLC, STLC, Agile, Different types of testing, Testing life cycle, adb commands, Project works, Bug life cycle, types of bug, difficulties in your project, RTM.
  • Ans. 

    The question covers various topics related to software development and testing.

    • SDLC stands for Software Development Life Cycle and is a process followed for software development.

    • STLC stands for Software Testing Life Cycle and is a process followed for software testing.

    • Agile is a software development methodology that emphasizes on iterative and incremental development.

    • Different types of testing include unit testing, int...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on adb commands and above questions.

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Quantitative ability and logical ability

Round 2 - Technical 

(2 Questions)

  • Q1. In which programming language you are good at?
  • Ans. 

    I am proficient in Java and Python.

    • Strong understanding of object-oriented programming concepts

    • Experience with Java frameworks such as Spring and Hibernate

    • Proficient in Python libraries such as NumPy and Pandas

  • Answered by AI
  • Q2. Write a program to print HCF of numbers as output
  • Ans. 

    Program to print HCF of numbers as output

    • Take input of two numbers from user

    • Find the smaller number between the two

    • Run a loop from 1 to the smaller number

    • Check if both numbers are divisible by the current loop variable

    • If yes, update the HCF variable

    • Print the HCF as output

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended interview for this company and they saw my capability and adaptability only.

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, solid principles, filters in MVC, basics of Angular,life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds- both are technical.

I applied via Approached by Company and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Multiple choice questions

Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Show the projects that you may have worked on and explain.

Interview Preparation Tips

Topics to prepare for Incedo Software Engineer interview:
  • React.Js
Interview preparation tips for other job seekers - You got to be clear and concise when explaining things. You gotta be confident!

I appeared for an interview before Oct 2021.

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 - Technical 

(2 Questions)

  • Q1. What is Nested List with example
  • Ans. 

    A nested list is a list that contains other lists as its elements.

    • Nested lists can be created using square brackets and separating the elements with commas.

    • Elements of a nested list can be accessed using indexing and slicing.

    • Example: my_list = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

    • Accessing element 5: my_list[1][1]

  • Answered by AI
  • Q2. What is queue , explain with example
  • Ans. 

    A queue is a data structure that follows the First In First Out (FIFO) principle.

    • Elements are added to the back of the queue and removed from the front.

    • Example: A line of people waiting for a movie ticket.

    • Operations: Enqueue (add element to back), Dequeue (remove element from front), Peek (view front element)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Data Structure should be stong
Basic python
Coding skills

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Multithreading, Executor Framework, Hashmap in detail, Terrify Threshold, Hashing, Sharding, Diff between Interface & Abstract class

Onward Technologies Inc Interview FAQs

How many rounds are there in Onward Technologies Inc Software Engineer interview?
Onward Technologies Inc interview process usually has 2-3 rounds. The most common rounds in the Onward Technologies Inc interview process are Technical, HR and Resume Shortlist.
How to prepare for Onward Technologies Inc Software Engineer 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 Onward Technologies Inc. The most common topics and skills that interviewers at Onward Technologies Inc expect are Embedded C, MATLAB, C#, C++ and Github.
What are the top questions asked in Onward Technologies Inc Software Engineer interview?

Some of the top questions asked at the Onward Technologies Inc Software Engineer interview -

  1. write few simple programs related to class and ...read more
  2. What's static and runtime polymorph...read more
  3. what's new and delete opera...read more

Tell us how to improve this page.

Onward Technologies Inc Software Engineer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
Join Onward Technologies Inc Your Trusted Outsourcing Partner for Digital and ER&D Services
Onward Technologies Inc Software Engineer Salary
based on 225 salaries
₹1.9 L/yr - ₹11.5 L/yr
19% less than the average Software Engineer Salary in India
View more details

Onward Technologies Inc Software Engineer Reviews and Ratings

based on 29 reviews

3.2/5

Rating in categories

2.5

Skill development

3.0

Work-life balance

2.8

Salary

2.8

Job security

2.7

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 29 Reviews and Ratings
Design Engineer
662 salaries
unlock blur

₹2.2 L/yr - ₹9.2 L/yr

Senior Design Engineer
333 salaries
unlock blur

₹4 L/yr - ₹10.3 L/yr

Software Engineer
225 salaries
unlock blur

₹1.9 L/yr - ₹11.5 L/yr

Senior Software Engineer
167 salaries
unlock blur

₹5.3 L/yr - ₹22 L/yr

Project Lead
163 salaries
unlock blur

₹5.5 L/yr - ₹16.3 L/yr

Explore more salaries
Compare Onward Technologies Inc with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.4
Compare

Iris Software

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