Upload Button Icon Add office photos
Engaged Employer

i

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

OnGraph Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

OnGraph Technologies Interview Questions and Answers

Updated 16 Jan 2025

OnGraph Technologies Interview Experiences

Popular Designations

7 interviews found

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

I applied via Upgrad and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Test in done on the reverse string in java.

Round 3 - Technical 

(2 Questions)

  • Q1. What is the singleton class in java?
  • Ans. 

    Singleton class in Java is a class that allows only one instance of itself to be created.

    • Singleton class is implemented using a private constructor to restrict object creation.

    • It provides a global point of access to the instance.

    • Commonly used in scenarios where only one instance of a class is required, like database connections or thread pools.

    • Example: java.lang.Runtime class is a singleton class.

  • Answered by AI
  • Q2. Asked about factorial coding question by using recursion method.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare yourself once before you attending to the interview.

Skills evaluated in this interview

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Around 1 hr coding test.
Q1. count every character in the string and show the char-count table in sorted form.

Round 2 - Coding Test 

Pattern questions like butterfly pattern

Round 3 - HR 

(1 Question)

  • Q1. Salary Expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher, stick to basics. They ask very lightweight questions. Interviewers are supportive and friendly.

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

Senior Software Engineer Interview Questions & Answers

user image Abhishek Khandelwal

posted on 19 Dec 2024

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

(2 Questions)

  • Q1. Array Questions
  • Q2. Pattern Questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me out yourself.
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI

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

OnGraph Technologies interview questions for popular designations

 UX Designer

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Senior SEO Executive

 (1)

 IOS Developer

 (1)

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

I applied via Indeed and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Discuss technical seo such 404 page error, indexing pages errors, sitemap, and robots.txt file etc.

Senior SEO Executive Interview Questions asked at other Companies

Q1. Can you discuss the role of machine learning and AI in SEO, and how can SEO professionals leverage these technologies?
View answer (1)

UX Designer Interview Questions & Answers

user image Anonymous

posted on 31 May 2022

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

Round 1 - Technical 

(1 Question)

  • Q1. What is UX? What is the difference between UI and UX? What is your design process? Elaborate one of your projects from your portfolio.
  • Ans. 

    UX is the process of designing a product or service that is user-centered and meets their needs and expectations.

    • UX focuses on the overall user experience, including usability, accessibility, and emotional connection

    • UI is a subset of UX and refers to the visual and interactive elements of a product or service

    • My design process includes research, ideation, prototyping, testing, and iteration

    • In my project for XYZ company,...

  • Answered by AI
Round 2 - Assignment 

They got my screen access via Team Viewer and told me to design a UI and a Logo (really?)

Interview Preparation Tips

Interview preparation tips for other job seekers - I think they are getting their job done for free by the mane of assignment. Because any assignment should be unrelated to their business but the task they gave me was an app of their own company.
And the worst part, they told me to design a logo.. how silly is this! You are asking a UX Designer to design a logo..

Skills evaluated in this interview

UX Designer Interview Questions asked at other Companies

Q1. Which software will you use to design a logo and why?
View answer (3)

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2022

I applied via Recruitment Consulltant and was interviewed before Oct 2021. 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 - Technical 

(2 Questions)

  • Q1. Basics of Swift, like optinal chaining, optinal binding
  • Q2. Struct vs classes, Singletons. Mvc vs mvvm
  • Ans. 

    Structs are value types, classes are reference types. Singletons ensure only one instance of a class. MVC separates concerns, MVVM adds a ViewModel layer.

    • Structs are lightweight and copied by value, while classes are more powerful and passed by reference.

    • Singletons are useful for global state and ensuring only one instance of a class exists.

    • MVC separates concerns by dividing code into Model, View, and Controller compon...

  • Answered by AI
Round 3 - Coding Test 

Show data on tableview with imageview and self sizing label after fetching from webservice api

Round 4 - HR 

(1 Question)

  • Q1. Salary discuss happened.

Interview Preparation Tips

Interview preparation tips for other job seekers - Impress manager in last technical round. And you will get good salary.

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Class components, functional components, Redux

Interview Preparation Tips

Interview preparation tips for other job seekers - Give interview confidently

I applied via Company Website and was interviewed in Sep 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 

(2 Questions)

  • Q1. Class four pillars of oops
  • Ans. 

    The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling of data and methods into a single unit (class) to hide implementation details.

    • Inheritance: Ability of a class to inherit properties and behaviors from another class.

    • Polymorphism: Ability of objects of different classes to respond to the same message in different ways.

    • Abstraction: Simplifying complex systems by ...

  • Answered by AI
  • Q2. Css basic questions tag in html
Round 3 - HR 

(2 Questions)

  • Q1. Introduction discuss about bond
  • Q2. Basic questions family background only check communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time because less salary I guess 10k in-hand salary.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basics questions in javascript questions like what is closures, what projects do you have created. How many threads run in React Native.
Round 3 - One-on-one 

(3 Questions)

  • Q1. What projects you have developed
  • Ans. 

    I have developed various projects including a mobile app for tracking fitness goals and a web application for managing inventory.

    • Developed a mobile app for tracking fitness goals using React Native

    • Created a web application for managing inventory using Angular and Node.js

    • Implemented a data analytics platform for analyzing user behavior using Python and SQL

  • Answered by AI
  • Q2. Have you implemented any Android sdk in the projects
  • Ans. 

    Yes, I have implemented Android SDK in multiple projects.

    • I have used Android SDK to develop various features like push notifications, location services, and in-app purchases.

    • I have also integrated third-party SDKs like Facebook and Google Maps SDKs in my projects.

    • I am familiar with Android Studio and have used it extensively for Android app development.

    • I have experience with different versions of Android SDK and have d

  • Answered by AI
  • Q3. What is the flow of push notifications
  • Ans. 

    Push notifications are sent from a server to a client device to notify the user of new content or updates.

    • The server sends a notification to the push notification service (e.g. Firebase Cloud Messaging)

    • The push notification service sends the notification to the client device

    • The client device receives the notification and displays it to the user

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is the reason for change. How many people are their in your family.
  • Ans. 

    The reason for change can vary based on individual circumstances. The number of people in my family is...

    • Reasons for change can include personal growth, career advancement, or seeking new challenges.

    • The number of people in my family is [insert number].

    • Example: The reason for change in my previous job was the lack of growth opportunities.

    • Example: There are 4 people in my family.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and confident. Staff and interviewers are good.

Skills evaluated in this interview

OnGraph Technologies Interview FAQs

How many rounds are there in OnGraph Technologies interview?
OnGraph Technologies interview process usually has 2-3 rounds. The most common rounds in the OnGraph Technologies interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for OnGraph Technologies 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 OnGraph Technologies. The most common topics and skills that interviewers at OnGraph Technologies expect are Javascript, MySQL, JQuery, NoSQL and Node.Js.
What are the top questions asked in OnGraph Technologies interview?

Some of the top questions asked at the OnGraph Technologies interview -

  1. What is UX? What is the difference between UI and UX? What is your design proce...read more
  2. What is the singleton class in ja...read more
  3. Struct vs classes, Singletons. Mvc vs m...read more

Tell us how to improve this page.

OnGraph Technologies Interview Process

based on 5 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TO THE NEW Interview Questions
3.7
 • 131 Interviews
Tatvasoft Interview Questions
3.9
 • 56 Interviews
SPEC INDIA Interview Questions
4.4
 • 4 Interviews
TechJini Interview Questions
3.6
 • 2 Interviews
View all

OnGraph Technologies Reviews and Ratings

based on 59 reviews

4.2/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.6

Salary

3.7

Job security

4.1

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 59 Reviews and Ratings
Software Engineer
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Analyst
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare OnGraph Technologies with

TO THE NEW

3.7
Compare

Srijan Technologies

3.5
Compare

Tatvasoft

3.9
Compare

SPARX IT Solutions

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