Upload Button Icon Add office photos

Filter interviews by

Startup Chief Technology Officer Interview Questions and Answers

Updated 25 Jun 2024

1 interview found

Sort by: Popular
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 4-6 weeks
Result
Selected  Selected

I applied via LinkedIn and was interviewed in Jun 2022.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

Live coding assessing programming skills.

3

Technical Round (1 Question)

  • Q1. Assessing Data structures and algorithms knowledge, along with design skills.
4

HR Round (1 Question)

  • Q1. Cultural fitment, salary expectations and career aspirations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Some tips:
- Be honest
- Be clear and precise in your answers
- Communication skills - body language, articulation, fluency.

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Coding Test Round

There were 3 coding questions having LC easy-medium problems.

2

Technical Round (2 Questions)

  • Q1. DSA Coding questions from LC
  • Q2. Asked about CS fundamentals - OS, OOPs etc.
3

Technical Round (2 Questions)

  • Q1. OOPs Design - Low Level Design Round
  • Q2. Follow up questions on the solution
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (3 Questions)

  • Q1. Equals and hashcode implementation
  • Q2. Config server configuration steps
  • Q3. Patch mapping in spring rest

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Group Discussion Round

Discussion about ho manage existing role and responsibilities.

I was interviewed in May 2022.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

The round was conducted early in the morning.There were 3 sections:
1.Aptitude based on Maths and Logic
2.Questions based of core subjects and basic Data Structures
3.Coding Round -2 questions

  • Q1. Minimum Number Of Vertices To Reach All Nodes Given a directed acyclic graph having ‘N’ nodes. A matrix ‘edges’ of size M x 2 is given which represents the ‘M’ ...read more
  • Q2. Box Stacking You are given a set of ‘n’ types of rectangular 3-D boxes. The height, width, and length of each type of box are given by arrays, ‘height’, ‘width’...read more
2

Face to Face Round (4 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

A face to face interview was scheduled with the interviewer.I was asked to solve a few coding questions and then asked questions based on OS and OOPS and some questions related to the working of my projects.

  • Q1. Sort 0 1 You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a sol...read more
  • Q2. Flatten A Linked List You are given a linked list containing N nodes, where every node in the linked list contains two pointers, first one is ‘NEXT’ which point...read more
  • Q3. OS Questions Basic Questions on Scheduling Algorithms Difference between Processes and Thread Disk Scheduling Algorithms-I was asked to explain the difference b...read more
  • Q4. DS Questions I was asked to explain the basic oops concepts. I did that using real-life examples. Difference between abstraction and interface. Virtual Function...read more
3

HR Round (1 Question)

Round duration - 40 Minutes
Round difficulty - Easy

I was asked basic HR questions and some questions based on my resume.
 

  • Q1. Basic HR Questions Introduce yourself Where do you see yourself in 2-3 yrs What are your hobbies How do you feel you have done something productive If you were ...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Technology Analyst in BangaloreEligibility criteriaNo crieriaMorgan Stanley interview preparation:Topics to prepare for the interview - Operating System, Object-Oriented Programming (OOPS), Algorithms, Dynamic Programming, Data StructuresTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Don't focus on the number of questions but on the concepts and quality.
Tip 2 : Do at least 2 projects.
Tip 3 : Go through the previously asked questions of the company you are applying for.

Application resume tips for other job seekers

Tip 1 : The projects you do should be explained in a concise manner. Keep the resume short and crisp while delivering all the important details.
Tip 2 : Highlight the unique points.

Final outcome of the interviewSelected

Skills evaluated in this interview

5 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Apptitude test (16 shortlisted out of 65) 10 quant + logic 10 data structure , operating systems 30 programming questions (you have option to select c/c++/java)Passing individually in all sections compulsorygood quality of questionskeep concepts well in place

Round: Technical Interview
Experience: 1. Given an array of size n this contains all integers from 1 to n+1 except one. Array is notsorted. You have to find the missing element by traversing the array only once and no extraspace allowed.(the solution I proposed was to xor all elements of array and all numbers from1 to n+1 the final value of xor is the answer . He asked me to code this).2. Given a string of characters like “34235” convert it to integer format. (I answered like simplesolution. Was told to code it).3. Given a large file. Each line has some string you have to find palindrome in the string andappend the middle element of palindrome to end of string. It was v important to considercase like when you append characters to end of string it may go to next line and create newpalindromes in next line.(I read 1 line from input file found middle letters of all palindromesappended to string and outputted it in new file say output.txt. Now if it has over flown inoutput file handle it in next iteration …).4. Given a program find output c++ program quite tricky. It was using pointers as member ofclass to test allocation and deallocation of memory.

Round: Technical Interview
Experience: Final Technical Interview 2 Interviewers

1. Tell me something about yourself

2. Explain me your project (was in my resume).

3. Write all dbms tables used in ur project4. How will you represent matrix of any arbitrary size say m*n in a database.(I answered 

5. Given 2 matrix in your database write a sql query to add them.

6. Now write a sql query to multiply 2 matrix

7. Program to find height of a binary tree.(I gave recursive solution)

8. Without recursion

9. Find loop in a binary tree and also find whether loop is sibling loop or ancestor loop or 

10. Can a constructor be virtual?(in c++)

11. Can a destructor be virtual?

12. Can a constructor b private?13. Can a destructor b private?

14. Can a destructor b pure virtual function?......

15. Given a file having 10000 lines I want to read all lines v fast(multi threading)

16. Last do you want to ask some thing ?

(id row col data))

arbitrary loop

Round: Group Activity
Experience: Group Activity-(now no further eliminations) we were divided in group of 3 and 4, 8 or 9 panelists were watching us We were given a list of servers databases and client systems having pros and cons. We were asked to choose the best possible combination that suits all client requirements.

Round: HR Interview
Experience:  Tell something about yourself Greatest achievement in your life
 Achievements of others that u like
 Gave me scenario like you are team leader and you have to instruct your team to deliver blood from blood bank to hospital v v fast as someones life is in danger.. 
 1 more similar case
 Then he asked me r u a team player
 He was like what you do to motivate your team as a leader and how would you make your team perform best.
 Do you want to ask some thing to me???(this is v important ask abt company ur role in it….).

General Tips: Be honest.Do not write anything on resume,people are v v smart they will catch youThey touch all domains so b strong in all areas, dbms os datastructure programmingIf you don’t know something ,tell them, they will help youInterviewers are v cooperative, help you a lot and if you get stuck they will drop hintsBe CALM confident and positiveFinally I would say, interviews with Morgan Stanley , it is a great experience!!ALL THE BEST !!!! 
College Name: VJTI

5 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Aptitude Part : There were 30 questions to be completed in 45 minutes. There were 10 aptitude questions which were quite time-taking. Questions were

from Data Interpretation as well. Then we had to choose a section out of C/C++/JAVA and the rest 20 questions were from your chosen section. The chosen section was also time-consuming.Coding Test : There were 3 questions to be completed in 1 hour. Program 1 was to find the required element of Pascal’s triangle. Program 2 was to count all the palindromic substrings in a string. I am sorry but I do not remember Program 3.
Duration: 105 minutes
Total Questions: 33

Round: Technical Interview
Experience: It lasted for around 30-35 minutes. Questions were on array, hash map, file handling and string theory. All questions were generally algorithmic in nature.

Round: HR Interview
Experience: It lasted for around 50-55 minutes. We were basically grilled in this interview.

Round: Technical Interview
Experience: It lasted for around 1 hour. In this round, there were questions based on real-life scenario like designing a shopping cart for an e-commerce website etc. Then there were algorithmic questions on queue, graph and trees. A problem was given and I was asked to reason out the best data structure to solve that problem. There were simple problems on linked list.

Round: Group Discussion
Experience: It was an entertaining round but was quite pressurising. We were divided into groups and asked to make something with LEGO Blocks that they had provided. There is a time-constraint in this round. We had to explain all the design aspects of our construction like name, choice of colour, significance of buildings, structure strength etc.Finally after 5 rounds of interviews, I got selected. I thank my parents, friends and my seniors.

College Name: NA

6 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Aptitude Questions and Questions based on Data Structures, Algorithms, Operating System were asked. Two coding questions were also asked.
Tips: Practice Competitive Programming and some basic aptitude questions as well as basics of CS subjects.
Duration: 1 hour 30 minutes
Total Questions: 17

Round: Technical Interview
Experience: Most question were based on Data Structures and Algorithms. Some questions on Object Oriented Programming were also asked.
Tips: Practice Competitive Programming and Object Oriented Programming Concepts.

Round: Group Activity
Experience: We were given Lego Blocks and told to come convince investors to invest in our product. The Lego blocks were used to make the prototype of our product.

Round: HR Interview
Experience: Normal HR questions were asked

Round: Technical Interview
Experience: Questions on Operating Systems, Databases and Object Oriented Programming were asked

College Name: Fr. Conceicao Rodrigues College Of Engineering

Skills evaluated in this interview

6 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: 2 Programming Questions and questions based on CS subjects were asked
Tips: Prepare basic CS subjects and practice competitive programming
Duration: 1 hour 30 minutes
Total Questions: 17

Round: Technical Interview
Experience: Questions based on Data Structures and Algorithms were asked. Also some Object Oriented Programming Questions were asked.
Tips: Practice Competitive Programming and basics of Object Oriented Programming

Round: Group Activity
Experience: Build a prototype for a product and convince investors to invest. The prototype need to be built using Lego blocks.

Round: HR Interview
Experience: Basic HR questions

Round: Technical Interview
Experience: Questions on Databases, Operating Systems and Object Oriented Programming were asked.

College Name: Fr. Conceicao Rodrigues College Of Engineering

Skills evaluated in this interview

I was interviewed before Mar 2021.

4 Interview Rounds

1

Face to Face Round (7 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions on DSA and OOPS.

  • Q1. Technical Question

    What is AVL Tree?

  • Q2. Technical Question

    Why is the time complexity of Binary Search O(Logn)?

  • Q3. Implement a priority queue Ninja is given a task to implement a priority queue using Heap data structure. The Ninja is busying preparing for the tournament., So...read more
  • Q4. Sum of Digits Ninja is given an integer ‘N’. One day Ninja decides to do the sum of all digits and replace the ‘N’ with the sum of digits until it becomes less ...read more
  • Q5. OOPS Question

    Difference between Hashmap and Hashset

  • Q6. OOPS Question

    Difference between Abstract Class and Interface

  • Q7. OOPS Question

    Why are virtual destructors needed?

2

Face to Face Round (4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical round with questions on OS and OOPS. A design question was also discussed.

  • Q1. OS Question

    What is Round Robin Algorithm?

  • Q2. System Design Question Build a system where people subscribe to a particular topic . And if any message is posted regarding the particular topic then the people...read more
  • Q3. Technical Question

    How is memory allocation done in recursion?

  • Q4. OS Question

    Why are threads needed ?

3

Group Discussion Round (1 Question)

Round duration - 45 minutes
Round difficulty - Easy

This was a group activity round.

  • Q1. Group Activity Here, they gave us some wooden blocks and crayons and asked us to make a logo for Morgan Stanley and prepare a slogan individually which shows th...read more
4

HR Round (1 Question)

Round duration - 30 minutes
Round difficulty - Easy

HR round with typical behavioral problems.

  • Q1. Basic HR Questions Q1. Projects which I did in the academic years . Q2. Then he asked me that your idea was not brought into the group activity but still you sa...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMorgan Stanley interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPS, Operating Systems, DBMSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Startup Interview FAQs

How many rounds are there in Startup Chief Technology Officer interview?
Startup interview process usually has 4 rounds. The most common rounds in the Startup interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Startup interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 734 Interviews
HSBC Group Interview Questions
4.0
 • 519 Interviews
Swiggy Interview Questions
3.8
 • 407 Interviews
American Express Interview Questions
4.2
 • 350 Interviews
BigBasket Interview Questions
3.9
 • 340 Interviews
BNY Interview Questions
4.0
 • 323 Interviews
Zomato Interview Questions
3.8
 • 308 Interviews
Morgan Stanley Interview Questions
3.7
 • 293 Interviews
View all
Software Developer
40 salaries
unlock blur

₹1.9 L/yr - ₹12 L/yr

Software Engineer
31 salaries
unlock blur

₹2 L/yr - ₹10.2 L/yr

Consultant
22 salaries
unlock blur

₹7.2 L/yr - ₹20.1 L/yr

Product Manager
13 salaries
unlock blur

₹7.2 L/yr - ₹28.2 L/yr

Founder
12 salaries
unlock blur

₹10 L/yr - ₹35.3 L/yr

Explore more salaries
Compare Startup with

Flipkart

4.0
Compare

Ola Cabs

3.4
Compare

Paytm

3.3
Compare

Swiggy

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview