Upload Button Icon Add office photos

Filter interviews by

Octal Info Solution Interview Questions and Answers

Updated 23 Apr 2022

Octal Info Solution Interview Experiences

1 interview found

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is node.js and js
  • Ans. 

    Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. JS is a scripting language used to create interactive web pages.

    • Node.js is used for server-side programming and allows for non-blocking, event-driven I/O.

    • JS is used for client-side programming and allows for dynamic and interactive web pages.

    • Both Node.js and JS are open-source and have a large community of developers.

    • Node.js can be used with variou...

  • Answered by AI
  • Q2. Find second largest no. From mysql using query
  • Ans. 

    Query to find the second largest number from MySQL database.

    • Use ORDER BY clause to sort the numbers in descending order.

    • Use LIMIT clause to limit the result to 2.

    • Use OFFSET clause to skip the first largest number.

    • Example: SELECT column_name FROM table_name ORDER BY column_name DESC LIMIT 1 OFFSET 1;

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiate and co. Description

Interview Preparation Tips

Interview preparation tips for other job seekers - Please know about basics of your profile

Skills evaluated in this interview

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions and data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic data structures and algorithms .

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I applied for Salesforce Technologies and questions were asked around Profile, Sharing Settings, Sharing Rules, Workflow, Process Builder, Flows. From Development part a trigger was asked to be written an...

Interview Preparation Tips

Interview preparation tips for other job seekers - Majorly there will be 3 rounds. 2 Technical Round, 1 Managerial Round.

For the 2 Technical Round prepare well on whatever your resume says also the most basic questions are asked.

Managerial Round depends on your Experience if you applied for Senior position then what kind of work you have done and questions will be scenario based. Ex: If you had worked on financial domain project question will be on that.
And if you are not that much experienced then Aptitude questions will be asked to check your problem solving skills.

I applied via Campus Placement and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Pattern, Fibonacci series, apptitude, prime number
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How can you convert a lead?
  • Ans. 

    To convert a lead, you need to build rapport, understand their needs, showcase value, address objections, and close the deal.

    • Build rapport by establishing a connection and showing genuine interest in their needs.

    • Understand their needs by asking probing questions and actively listening to their responses.

    • Showcase value by highlighting the benefits of your product or service and how it can solve their problems.

    • Address ob...

  • Answered by AI
  • Q2. How you define the potential of the lead?
  • Ans. 

    The potential of a lead is defined by their level of interest, budget, authority, and need for the product or service.

    • Evaluate the lead's level of interest in the product or service

    • Assess the lead's budget and financial capacity to make a purchase

    • Determine if the lead has the authority to make buying decisions

    • Identify the lead's specific need for the product or service

    • Consider the lead's timeline for making a decision

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Diff b/w CTE and SubQuery
  • Ans. 

    CTE is a temporary result set that can be referenced within a query, while a subquery is a query nested within another query.

    • CTE stands for Common Table Expression and is defined using the WITH keyword.

    • CTEs can be referenced multiple times within a query.

    • Subqueries are enclosed in parentheses and can only be referenced once in a query.

    • Subqueries can be correlated or non-correlated.

    • CTEs are generally used for readabilit...

  • Answered by AI
  • Q2. What is middleware in mvc core
  • Ans. 

    Middleware in MVC Core is software components that are used to handle requests and responses in the application pipeline.

    • Middleware components are added to the application pipeline in the Startup class using the UseMiddleware method.

    • Each middleware component in the pipeline can inspect, modify, or short-circuit the request pipeline.

    • Middleware components can perform tasks such as authentication, logging, error handling,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - IT's good company to work for long time, All employees are good. And Salary always on time and flexible time

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before May 2022. 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. Oops concept and technology related
Round 3 - HR 

(1 Question)

  • Q1. Discuss about salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the major steps you will take if the client is changing the requirement frequently?
  • Ans. 

    I will prioritize clear communication, document changes, assess impact, and adjust project plan accordingly.

    • Prioritize clear communication with the client to understand the reasons behind the frequent changes

    • Document all changes in requirements to maintain a clear record of the evolving project scope

    • Assess the impact of each change on project timeline, budget, and resources

    • Adjust the project plan accordingly to accommo...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in developing scalable and efficient software solutions.

    • Experienced in full stack development using technologies like Java, Spring Boot, Angular, and SQL

    • Strong background in designing and implementing RESTful APIs

    • Skilled in optimizing code performance and troubleshooting complex technical issues

  • Answered by AI
  • Q2. Puzzle question
Round 2 - One-on-one 

(1 Question)

  • Q1. Coding round asked some problem to solve
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Core java concepts
  • Q2. Spring boot annotations and security
  • Q3. Multi threading

Octal Info Solution Interview FAQs

How many rounds are there in Octal Info Solution interview?
Octal Info Solution interview process usually has 2 rounds. The most common rounds in the Octal Info Solution interview process are Technical and HR.
How to prepare for Octal Info Solution 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 Octal Info Solution. The most common topics and skills that interviewers at Octal Info Solution expect are Objective C, Swift, XCode, IPhone Development and Javascript.
What are the top questions asked in Octal Info Solution interview?

Some of the top questions asked at the Octal Info Solution interview -

  1. find second largest no. From mysql using qu...read more
  2. What is node.js and...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
Tatvasoft Interview Questions
3.8
 • 56 Interviews
Mindinventory Interview Questions
3.5
 • 3 Interviews
ChromeInfotech Interview Questions
2.9
 • 2 Interviews
View all

Octal Info Solution Reviews and Ratings

based on 16 reviews

3.8/5

Rating in categories

2.9

Skill development

3.9

Work-life balance

3.5

Salary

3.2

Job security

3.6

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 16 Reviews and Ratings
Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI/UX Designer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

PHP Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IOS Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Octal Info Solution with

SPARX IT Solutions

3.6
Compare

Hidden Brains InfoTech

3.8
Compare

Tatvasoft

3.9
Compare

TechJini

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