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

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

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:
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 - 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 (9)

Embeeded software Intern 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

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:
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 - 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)

Sequoia Applied Technologies interview questions for popular designations

 Java Engineer

 (1)

 Python Developer

 (1)

 Software Engineer

 (1)

 Test 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 (185)

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Synchronization
  • Q2. Design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Actions to perform to improve application performance
  • Q2. Hibernate questions, spring boot annotations

Interview Preparation Tips

Interview preparation tips for other job seekers - round 1 was easy - intermediate however round 2 was quite tough , they asked counter questions so be ready, need in depth knowledge in java , Spring Boot , Hibernate
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. JavaScript OOP concept questions on constructors and classes
  • Q2. Output based questions based on Event Loop and constructors.
  • Q3. Difference between public, private, protected access modifiers.
  • Ans. 

    Public, private, and protected are access modifiers used in object-oriented programming to control the visibility of class members.

    • Public: accessible from outside the class

    • Private: only accessible within the class

    • Protected: accessible within the class and its subclasses

  • Answered by AI

Interview Preparation Tips

Topics to prepare for SalesHandy Node JS Developer interview:
  • Javascript
  • OOPS

Skills evaluated in this interview

SDE Interview Questions & Answers

Vajro user image rahul pal

posted on 19 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic dsa question on array and strings

Round 2 - Technical 

(1 Question)

  • Q1. Discussion on node internals

QA Engineer Interview Questions & Answers

LOCUS user image Sandeep Sugumaran

posted on 14 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions around testing and automations
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at IIMT Engineering College, Meerut and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Maths test and coding mcq quesions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Java oops questions
  • Q2. Diff between method overloading and overriding , integation class obj
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Method overloading is resolved at compile time based on the method signature, while method overriding is resolved at runtime based on the object type.

    • In method overloading, the return type can be di...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare java

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, C#, Javascript and Spring Boot.
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

TCS Interview Questions
3.7
 • 10.4k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
View all

Sequoia Applied Technologies Reviews and Ratings

based on 17 reviews

4.7/5

Rating in categories

4.5

Skill development

4.6

Work-life balance

4.4

Salary

4.6

Job security

4.8

Company culture

4.3

Promotions

4.5

Work satisfaction

Explore 17 Reviews and Ratings
Solution Architect - Python & AWS Cloud

Kochi,

Chennai

+1

5-8 Yrs

₹ 6.5-12 LPA

React JS Developer

Kochi,

Chennai

+1

3-7 Yrs

₹ 4.5-9.5 LPA

Java Developer(Junior/Senior)

Chennai

4-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
36 salaries
unlock blur

₹4.1 L/yr - ₹8.5 L/yr

Senior Software Engineer
19 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

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