Upload Button Icon Add office photos
Engaged Employer

i

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

Big Oh Notation Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Big Oh Notation Full Stack Developer Interview Questions and Answers

Updated 7 Jan 2022

Big Oh Notation Full Stack Developer Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. They will ask basic question of javascript, css, react js.
  • Q2. Redux, Api call, data fetch from api call

Interview Preparation Tips

Interview preparation tips for other job seekers - You can give interview in hindi if not comfortable

Interview questions from similar companies

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    Experienced Full Stack Developer with expertise in front-end and back-end technologies.

    • Experienced in HTML, CSS, JavaScript for front-end development

    • Proficient in Node.js, Express, MongoDB for back-end development

    • Familiar with React, Angular for building interactive web applications

  • Answered by AI
  • Q2. What is graphQL?, What is REST API? and which is better graphQL or REST API?
  • Ans. 

    GraphQL is a query language for APIs and a runtime for executing those queries. REST API is a set of rules for building web services. Both have their own advantages.

    • GraphQL allows clients to request only the data they need, reducing over-fetching and under-fetching.

    • REST API follows a more rigid structure and is easier to understand for beginners.

    • GraphQL is more efficient for complex queries involving multiple resources...

  • Answered by AI
Round 2 - Case Study 

I was asked to discuss the system design of Google Meet, with a primary focus on video processing and WebRTC.

Round 3 - Coding Test 

A graph question regarding LC 1334.

Round 4 - HR 

(1 Question)

  • Q1. Can you provide an introduction and a summary of your past experiences, as well as your motivations for wanting to join this company?
  • Ans. 

    Experienced Full Stack Developer with a passion for creating innovative solutions and a strong desire to contribute to a dynamic team.

    • Over 5 years of experience in full stack development, working on various projects from concept to deployment.

    • Proficient in front-end technologies such as HTML, CSS, JavaScript, and React.

    • Skilled in back-end technologies including Node.js, Express, and MongoDB.

    • Motivated by the opportunity...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hummingbird Web Solutions Full Stack Developer interview:
  • System Design
  • DSA
Interview preparation tips for other job seekers - The first round was focused on system design, so please be prepared, as it is uncommon for freshers to excel in that area.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was good and to the point

Round 2 - HR 

(2 Questions)

  • Q1. Just about the previous job
  • Q2. Projects and stuff about the previous job

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

Interview Questionnaire 

1 Question

  • Q1. Normal question regarding web development

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given almost all answer with brief still he want something else strange
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
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
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How do you handle debugging in your code?
  • Ans. 

    I use print statements, logging, and debugging tools to identify and fix issues in my code.

    • I start by reviewing the code and understanding the logic behind it.

    • I use print statements to check the values of variables at different points in the code.

    • I utilize logging to track the flow of the program and identify any errors.

    • I use debugging tools like breakpoints and step-through debugging to pinpoint the exact location of ...

  • Answered by AI
  • Q2. What is your approach to optimizing a slow-running application?
  • Ans. 

    Identify bottlenecks, analyze code, optimize algorithms, utilize caching, and consider hardware upgrades.

    • Identify bottlenecks in the application by profiling and monitoring performance.

    • Analyze the code to find inefficient algorithms or database queries.

    • Optimize algorithms and data structures to improve efficiency.

    • Utilize caching mechanisms to reduce redundant computations.

    • Consider hardware upgrades such as increasing m

  • Answered by AI
  • Q3. What is the difference between functional and object-oriented programming?
  • Ans. 

    Functional programming focuses on functions and immutability, while object-oriented programming focuses on objects and encapsulation.

    • Functional programming uses pure functions that do not have side effects.

    • Object-oriented programming uses objects that encapsulate data and behavior.

    • In functional programming, data is immutable and functions are first-class citizens.

    • In object-oriented programming, objects can have state a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, research zazz's services, showcase your technical skills, communicate clearly, and prepare to discuss real-world problem-solving scenarios
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

It is easy to solve the Aptitude question and some identifying outputs of program.

Round 2 - HR 

(2 Questions)

  • Q1. What is class?and write a logic for object in a class.
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • A class defines the properties and behaviors of objects.

    • An object is an instance of a class.

    • Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.

  • Answered by AI
  • Q2. 1.swap two numbers without using temp variable 2.Reverse the string.
  • Ans. 

    Swap two numbers without using temp variable and reverse a string without using built-in functions.

    • To swap two numbers without using temp variable, use bitwise XOR operation.

    • To reverse a string without using built-in functions, use two pointers approach.

    • Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;

    • Example for reversing a string: use two pointers to swap characters from start and end of the string.

  • Answered by AI
Round 3 - Coding Test 

Now, I am preparing for the third round.
So, I don't know the Coding Question.

Interview Preparation Tips

Topics to prepare for ClaySys Software Developer interview:
  • Java, SQL
Interview preparation tips for other job seekers - What you have given in your Resume that will be your Question.
Must Strong in Basics of Java and SQL commands.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Discussed on my last salary
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Oct 2023.

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 

Easy to medium
profit and loss questions
Permutation and combination

Round 3 - Aptitude Test 

Easy to medium
45 mins

Round 4 - Technical 

(4 Questions)

  • Q1. Basic concept of Oops Java basic
  • Q2. Constructor Overloading
  • Q3. Operator overloading in Java?
  • Ans. 

    Operator overloading allows operators to be redefined for user-defined types in Java.

    • Operator overloading is not supported in Java as it can lead to ambiguity and confusion.

    • Java does not allow custom operators to be defined or existing operators to be overloaded.

    • Instead of operator overloading, Java provides method overloading where methods with the same name but different parameters can be defined.

  • Answered by AI
  • Q4. Define java and it's features
  • Ans. 

    Java is a high-level, object-oriented programming language known for its platform independence and robust features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is known for its robust standard library, which includes tools for networking, I/O, and more

    • It supports multithreading, allowing for concurrent e...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Introduction Present events

Skills evaluated in this interview

Big Oh Notation Interview FAQs

What are the top questions asked in Big Oh Notation Full Stack Developer interview?

Some of the top questions asked at the Big Oh Notation Full Stack Developer interview -

  1. They will ask basic question of javascript, css, react j...read more
  2. Redux, Api call, data fetch from api c...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
NexTurn Interview Questions
4.2
 • 26 Interviews
View all
Big Oh Notation Full Stack Developer Salary
based on 4 salaries
₹7.3 L/yr - ₹30 L/yr
100% more than the average Full Stack Developer Salary in India
View more details

Big Oh Notation Full Stack Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

5.0

Company culture

1.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
52 salaries
unlock blur

₹4.8 L/yr - ₹14 L/yr

Associate Software Engineer
21 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹9 L/yr - ₹17.6 L/yr

Associate Software Developer
11 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Devops Engineer
9 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Explore more salaries
Compare Big Oh Notation with

Accel Frontline

3.9
Compare

Northcorp Software

4.4
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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