Upload Button Icon Add office photos
Engaged Employer

i

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

Speqto Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Speqto Technologies Interview Questions and Answers

Updated 21 Feb 2025

Speqto Technologies Interview Experiences

Popular Designations

6 interviews found

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

I was interviewed in Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. Resume screening
Round 2 - Technical 

(1 Question)

  • Q1. Basic to advanced python with django

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. What is python , what is oops concept , difference between list and tuple ,
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability. OOPs is a programming paradigm. List and tuple are both sequence data types in Python.

    • Python is a versatile and powerful language used for web development, data analysis, artificial intelligence, and more.

    • OOPs (Object-Oriented Programming) is a programming paradigm that organizes data and behavior into reusable structures called objec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepared

Skills evaluated in this interview

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)
Speqto Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Apr 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. There is only a technical round and ask some basic question like Q what is react ? Q what is JSX Q what is useState and useEffect ? Q what is different between useState and props ? Q What is Api , RestApi...
  • Q2. Q what is useState and useEffect ?
  • Ans. 

    useState and useEffect are hooks in React for managing state and side effects respectively.

    • useState is a hook that allows functional components to have state.

    • It takes an initial value and returns an array with the current state value and a function to update it.

    • useEffect is a hook that allows functional components to perform side effects.

    • It takes a function that will be executed after every render, and an optional arra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be Confident don't be hesitate if you don't know the answer.

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Coding Test 

Not easy test it was

Round 3 - Technical 

(2 Questions)

  • Q1. Not that difficult
  • Q2. What is oops and it’s properties
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP is based on the concept of classes and objects

    • Encapsulation, inheritance, and polymorphism are key properties of OOP

    • Encapsulation allows objects to hide their internal state and require all interaction to be performed through an object's methods

    • ...

  • Answered by AI

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

Speqto Technologies interview questions for popular designations

 Python and Django Developer

 (1)

 Assistant Software Developer

 (1)

 Team Manager

 (1)

 Python Software Developer

 (1)

 Reactjs Developer

 (1)

 Team Lead

 (1)

Team Lead Interview Questions & Answers

user image vikas siwach

posted on 30 Jan 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Case Study 

Great learning for the examples of real life in software

Round 2 - One-on-one 

(1 Question)

  • Q1. F2F Discussion and hard observations from there side
Round 3 - Technical 

(1 Question)

  • Q1. Totally technical for learning and challenging questions

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

I applied via Company Website and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Ask questions from your cv

Interview Preparation Tips

Interview preparation tips for other job seekers - It's only good for internship..not for job it's good for learning...

Assistant Software Developer Interview Questions asked at other Companies

Q1. How to add style using javascript
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold
Contribute & help others!
anonymous
You can choose to be anonymous

Speqto Technologies Interview FAQs

How many rounds are there in Speqto Technologies interview?
Speqto Technologies interview process usually has 2-3 rounds. The most common rounds in the Speqto Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Speqto 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 Speqto Technologies. The most common topics and skills that interviewers at Speqto Technologies expect are Javascript, HTML, Front End, Python and Backend.
What are the top questions asked in Speqto Technologies interview?

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

  1. What is python , what is oops concept , difference between list and tupl...read more
  2. Q what is useState and useEffec...read more
  3. what is oops and it’s propert...read more

Recently Viewed

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Apollo Hospitals

JOBS

Apollo Hospitals

No Jobs

SALARIES

Apollo Hospitals

SALARIES

Apollo Hospitals

PHOTOS

360Logica Software Testing Services

No Photos

SALARIES

Apollo Hospitals

JOBS

360Logica Software Testing Services

No Jobs

SALARIES

Apollo Hospitals

No Salaries

REVIEWS

AHOM Technologies

No Reviews

Tell us how to improve this page.

Speqto Technologies Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

HCLTech

An opportunity to work for Fortune 500 companies

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.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 795 Interviews
View all

Speqto Technologies Reviews and Ratings

based on 47 reviews

4.2/5

Rating in categories

4.2

Skill development

3.9

Work-life balance

3.8

Salary

3.8

Job security

4.2

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 47 Reviews and Ratings
Assistant Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Speqto Technologies 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