Upload Button Icon Add office photos

Filter interviews by

Sequoia Applied Technologies Interview Questions and Answers

Updated 22 Aug 2024

Sequoia Applied Technologies Interview Experiences

Popular Designations

5 interviews found

Java Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Basic questions from full stack development was asked.
Round 3 - HR 

(1 Question)

  • Q1. I have not completed it yet

Java Engineer Interview Questions asked at other Companies

Q1. System Design to create architecture of Whatsapp, dig deeper as it proceed
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2024

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

(2 Questions)

  • Q1. Software Testing Life cycle
  • Ans. 

    Software Testing Life cycle involves planning, designing, executing, and evaluating tests to ensure quality software.

    • Includes phases like requirement analysis, test planning, test design, test execution, and test closure

    • Involves creating test cases, executing them, and reporting defects

    • Iterative process to ensure software meets quality standards

    • Examples: Unit testing, integration testing, system testing, acceptance tes

  • Answered by AI
  • Q2. About Bug life cycle

Skills evaluated in this interview

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 4 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 tips
Round 2 - Coding Test 

They use some tool to doo first round of screening

Round 3 - Technical 

(1 Question)

  • Q1. It was technical questions and in person coding on my laptop
Round 4 - HR 

(1 Question)

  • Q1. It was basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared to answer only question you know. the interviewer was knowledgable and very hands on. the asked me to open up a projects i had done on my computer and show and explain the code.

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (10)

Interview Questions & Answers

user image Vishwa Vichoo1617

posted on 25 May 2023

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

I applied via LinkedIn and was interviewed in Apr 2023. 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 - Aptitude Test 

Both aptitude and Program output answer based mcq’s

Round 3 - Technical 

(1 Question)

  • Q1. It was based on both technical core and programs based on your skillsets

Sequoia Applied Technologies interview questions for popular designations

 Python Developer

 (1)

 Software Engineer

 (1)

 Test Engineer

 (1)

 Java Engineer

 (1)

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

I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Aptitude test and coding test

Round 3 - Technical 

(1 Question)

  • Q1. Python basics and about academic project
Round 4 - Technical 

(1 Question)

  • Q1. Python questions and hands on coding

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

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
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

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Largest island (graph question)
  • Q2. SQL question related to joins
Round 3 - One-on-one 

(1 Question)

  • Q1. About the databases and questions from system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions based on concurrency , suitable databases HLD,LLD,book my show design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Sequoia Applied Technologies Interview FAQs

How many rounds are there in Sequoia Applied Technologies interview?
Sequoia Applied Technologies interview process usually has 3 rounds. The most common rounds in the Sequoia Applied Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Sequoia Applied 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 Sequoia Applied Technologies. The most common topics and skills that interviewers at Sequoia Applied Technologies expect are Java, Python, Javascript, C# and HTML.
What are the top questions asked in Sequoia Applied Technologies interview?

Some of the top questions asked at the Sequoia Applied Technologies interview -

  1. Software Testing Life cy...read more
  2. it was technical questions and in person coding on my lap...read more
  3. It was based on both technical core and programs based on your skills...read more

Tell us how to improve this page.

Sequoia Applied Technologies Interview Process

based on 6 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
Pagarbook Interview Questions
3.6
 • 10 Interviews
ITILITE Interview Questions
2.8
 • 9 Interviews
Xoxoday Interview Questions
3.7
 • 7 Interviews
SalesHandy Interview Questions
3.4
 • 6 Interviews
View all

Sequoia Applied Technologies Reviews and Ratings

based on 19 reviews

4.7/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.4

Salary

4.5

Job security

4.8

Company culture

4.2

Promotions

4.5

Work satisfaction

Explore 19 Reviews and Ratings
Embedded Engineer

Chennai

3-5 Yrs

Not Disclosed

Java Software Developer

Chennai

3-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
37 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹3.5 L/yr - ₹4.7 L/yr

Software Developer
4 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Software Tester
4 salaries
unlock blur

₹4.2 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Sequoia Applied Technologies with

Pagarbook

3.6
Compare

Signzy Technologies

2.9
Compare

Xoxoday

3.7
Compare

ITILITE

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