AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Straive

Compare button icon Compare button icon Compare
3.4

based on 2k Reviews

Play video Play video Video summary
  • About
  • Reviews
    2k
  • Salaries
    9.1k
  • Interviews
    201
  • Jobs
    44
  • Benefits
    136
  • Photos
    15

Filter interviews by

Straive Interview Questions and Answers

Updated 13 Jun 2025
Popular Designations

59 Interview questions

A Data Science Consultant was asked 2mo ago
Q. How do you handle model overfitting?
Ans. 

Overfitting occurs when a model learns noise instead of the signal; various techniques can mitigate this issue.

  • Use cross-validation to ensure the model generalizes well to unseen data.

  • Implement regularization techniques like L1 (Lasso) or L2 (Ridge) to penalize complex models.

  • Prune decision trees to remove branches that have little importance.

  • Reduce the number of features through techniques like PCA (Principal Com...

View all Data Science Consultant interview questions
A Data Science Consultant was asked 2mo ago
Q. What is the difference between bagging and boosting?
Ans. 

Bagging reduces variance by averaging predictions, while boosting reduces bias by sequentially improving weak learners.

  • Bagging (Bootstrap Aggregating) involves training multiple models independently and averaging their predictions.

  • Boosting combines weak learners sequentially, where each new model focuses on the errors of the previous ones.

  • Example of Bagging: Random Forest, which builds multiple decision trees and ...

View all Data Science Consultant interview questions
A Technical Subject Matter Expert was asked 2mo ago
Q. What is Elasticity in engineering?
Ans. 

Elasticity in engineering refers to a material's ability to return to its original shape after deformation.

  • Elasticity is defined by Hooke's Law, which states that stress is proportional to strain within the elastic limit.

  • Common examples include rubber bands and springs, which can stretch and return to their original shape.

  • Materials like steel exhibit elasticity, allowing them to withstand forces without permanent ...

View all Technical Subject Matter Expert interview questions
A Technical Subject Matter Expert was asked 2mo ago
Q. What are stress and strain in mechanical engineering?
Ans. 

Stress is the internal force per unit area in materials, while strain is the deformation resulting from that stress.

  • Stress (σ) is defined as force (F) applied per unit area (A): σ = F/A.

  • Strain (ε) is the measure of deformation representing the displacement between particles in a material: ε = ΔL/L₀.

  • Types of stress include tensile stress (pulling), compressive stress (pushing), and shear stress (sliding).

  • Example: A...

View all Technical Subject Matter Expert interview questions

What people are saying about Straive

View All
glitterygulabjamun
Verified Icon
1w
works at
Straive
Stuck with a career I hate, too scared to switch
I've a Masters in Biotechnology (2024 graduate) but I feel like this degree won't lead me anywhere. However, I've always been intrigued with cloud computing and want to pursue it further but I'm too skeptical about landing a job or having a career at it because I've a non-tech background. Can anyone help me with this?
Got a question about Straive?
Ask anonymously on communities.
A Data Analyst was asked 2mo ago
Q. What is your understanding of Environmental, Social, and Governance (ESG) criteria?
Ans. 

ESG criteria evaluate a company's ethical impact and sustainability practices across environmental, social, and governance dimensions.

  • Environmental: Assesses a company's impact on the planet, e.g., carbon emissions reduction initiatives.

  • Social: Evaluates relationships with stakeholders, e.g., diversity and inclusion programs in the workplace.

  • Governance: Focuses on corporate governance practices, e.g., board divers...

View all Data Analyst interview questions
A Graphic Designer was asked 2mo ago
Q. Why did you choose graphic design as a career?
Ans. 

I chose graphic design for its blend of creativity and technology, allowing me to express ideas visually and solve problems innovatively.

  • Passion for art: I've always enjoyed drawing and creating visuals since childhood, which naturally led me to graphic design.

  • Problem-solving: Graphic design allows me to tackle challenges, like creating user-friendly interfaces that enhance user experience.

  • Diverse opportunities: T...

View all Graphic Designer interview questions
A Graphic Designer was asked 2mo ago
Q. Can you tell us about yourself and your background in graphic design?
Ans. 

Creative graphic designer with 5 years of experience in branding, digital design, and print media, passionate about visual storytelling.

  • Bachelor's degree in Graphic Design from XYZ University.

  • Worked at ABC Agency, where I led a rebranding project for a major client, increasing their market visibility by 30%.

  • Proficient in Adobe Creative Suite, with a strong focus on Illustrator and Photoshop.

  • Freelanced for various ...

View all Graphic Designer interview questions
Are these interview questions helpful?
A Lead Data Engineer was asked 3mo ago
Q. What implementation challenges have you faced in OOPs?
Ans. 

OOP implementation challenges include design complexity, inheritance issues, and performance trade-offs.

  • Complexity: OOP can lead to complicated class hierarchies, making code harder to understand. Example: Deep inheritance trees can confuse developers.

  • Inheritance Issues: Overusing inheritance can lead to fragile base class problems. Example: Changing a base class can unintentionally affect derived classes.

  • Performa...

View all Lead Data Engineer interview questions
A Data Scienti was asked 3mo ago
Q. What is a Recurrent Neural Network (RNN), and how does it function?
Ans. 

RNN is a type of neural network designed to handle sequential data by retaining memory of previous inputs.

  • RNNs are ideal for tasks like speech recognition, language translation, and time series prediction.

  • They have loops within their architecture that allow information to persist.

  • RNNs process inputs one at a time while maintaining a hidden state that captures information about what has been seen so far.

  • They can su...

A Data Scienti was asked 3mo ago
Q. How does a Convolutional Neural Network (CNN) detect lines in an image?
Ans. 

CNN detects lines in an image by using filters to convolve over the image, capturing patterns of pixel values.

  • CNN uses filters/kernels to convolve over the image, capturing patterns of pixel values.

  • Filters detect edges by highlighting changes in pixel values along lines.

  • Multiple convolutional layers learn to detect more complex patterns like curves or shapes.

  • Pooling layers help reduce spatial dimensions while reta...

1 2 3 4 5 6

Straive Interview Experiences

201 interviews found

Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(8 Questions)

  • Q1. When should classical machine learning models, deep learning, and large language models be utilized?
  • Ans. 

    Classical ML for small datasets, deep learning for complex patterns, large language models for NLP tasks.

    • Classical machine learning models like SVM, Random Forest are suitable for small datasets with clear patterns.

    • Deep learning models like CNN, RNN are ideal for tasks with complex patterns and large amounts of data.

    • Large language models like GPT-3 are best suited for natural language processing tasks requiring underst...

  • Answered by AI
    Add your answer
  • Q2. What is a Convolutional Neural Network (CNN), and what is its architecture?
  • Ans. 

    CNN is a type of deep neural network commonly used for image recognition tasks.

    • CNNs use convolutional layers to extract features from input images.

    • They also include pooling layers to reduce spatial dimensions and prevent overfitting.

    • CNN architecture typically consists of convolutional layers, activation functions, pooling layers, and fully connected layers.

    • Examples of CNN architectures include LeNet, AlexNet, VGG, and ...

  • Answered by AI
    Add your answer
  • Q3. What is a Recurrent Neural Network (RNN), and how does it function?
  • Ans. 

    RNN is a type of neural network designed to handle sequential data by retaining memory of previous inputs.

    • RNNs are ideal for tasks like speech recognition, language translation, and time series prediction.

    • They have loops within their architecture that allow information to persist.

    • RNNs process inputs one at a time while maintaining a hidden state that captures information about what has been seen so far.

    • They can suffer ...

  • Answered by AI
    Add your answer
  • Q4. How does Long Short-Term Memory (LSTM) work, and how is it different from Recurrent Neural Networks (RNN)?
  • Ans. 

    LSTM is a type of recurrent neural network designed to overcome the vanishing gradient problem and better capture long-term dependencies.

    • LSTM has a more complex architecture with multiple gates (input, output, forget) that control the flow of information.

    • LSTM can retain information over long sequences, making it suitable for tasks requiring memory of past inputs.

    • RNNs suffer from the vanishing gradient problem, where gr...

  • Answered by AI
    Add your answer
  • Q5. What are filters in Convolutional Neural Networks (CNNs), and how do they function?
  • Ans. 

    Filters in CNNs are small matrices used to extract features from input data through convolution operations.

    • Filters are small matrices applied to input data to extract specific features.

    • During convolution, filters slide over the input data to perform element-wise multiplication and summing.

    • Filters help CNNs learn patterns such as edges, textures, and shapes in images.

    • Example: A 3x3 filter applied to a grayscale image to...

  • Answered by AI
    Add your answer
  • Q6. How does a Convolutional Neural Network (CNN) detect lines in an image?
  • Ans. 

    CNN detects lines in an image by using filters to convolve over the image, capturing patterns of pixel values.

    • CNN uses filters/kernels to convolve over the image, capturing patterns of pixel values.

    • Filters detect edges by highlighting changes in pixel values along lines.

    • Multiple convolutional layers learn to detect more complex patterns like curves or shapes.

    • Pooling layers help reduce spatial dimensions while retaining...

  • Answered by AI
    Add your answer
  • Q7. What is the vanishing gradient problem, and what steps can be taken to prevent it?
  • Ans. 

    Vanishing gradient problem occurs when gradients become too small during backpropagation, leading to slow learning or stuck in local minima.

    • Vanishing gradient problem is common in deep neural networks with many layers.

    • It occurs when gradients become very small during backpropagation, making it difficult for the model to learn effectively.

    • One way to prevent vanishing gradients is by using activation functions like ReLU ...

  • Answered by AI
    Add your answer
  • Q8. Given a dataset and an integer k, which represents the desired number of clusters, write a Python function that performs hierarchical clustering on the dataset and returns the points associated with k clus...
  • Ans. 

    Python function for hierarchical clustering on dataset to return k clusters

    • Use scipy library for hierarchical clustering

    • Use fcluster function to get cluster assignments

    • Specify the linkage method and distance metric

    • Example: scipy.cluster.hierarchy.linkage(data, method='average', metric='euclidean')

    • Example: scipy.cluster.hierarchy.fcluster(Z, k, criterion='maxclust')

  • Answered by AI
    Add your answer
Anonymous

Team Manager Interview Questions & Answers

user image Anonymous

posted on 2 Jan 2025

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

I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Ask symbols of proof reading, front and back content aspects, book content matter like running head table and figure placement, quote and general style aspects like T1, T2, T3, T4 and sample books. Ask how to handle math code title for latec and 3b2 titles. How to read zero error pages and TOC blind folio pages etc.

Round 2 - Assignment 

I will give one simple and sample pages for reading and styling aspects and get the result

Round 3 - Coding Test 

Coding test only conduct for candidate who have coming for paginators not for readers.

Round 4 - Group Discussion 

For experienced candidates go to meet the GD for concered department experts not for freshers

Round 5 - HR 

(8 Questions)

  • Q1. What about you? What is your native place? Why you select this field? What's your previous experience? Are you do extra OT work for job pressure times. And ready to work all shifts. What is your expected...
  • Ans. 

    I am from XYZ city, passionate about this field, have X years of experience, willing to work extra hours and all shifts, expecting competitive salary.

    • Native place is XYZ city

    • Passionate about field, selected for interest and skills

    • X years of experience in similar roles

    • Willing to work extra hours and all shifts

    • Expecting competitive salary

    • Company rules and regulations include dress code, attendance policy, etc.

    • Company pro...

  • Answered by AI
    Add your answer
  • Q2. What is your father and native place?
  • Ans. 

    My father is a retired engineer and my native place is a small town in the countryside.

    • Father is a retired engineer

    • Native place is a small town in the countryside

  • Answered by AI
    Add your answer
  • Q3. Why should you select this field?
  • Ans. 

    I have a passion for leading and motivating teams to achieve success.

    • Enjoy working with and leading teams

    • Strong communication and interpersonal skills

    • Experience in team management or leadership roles

    • Passionate about driving team success

    • Ability to handle challenges and conflicts within a team

  • Answered by AI
    Add your answer
  • Q4. What is your educational qualification and experience
  • Ans. 

    I have a Bachelor's degree in Business Administration and 5 years of experience in team management.

    • Bachelor's degree in Business Administration

    • 5 years of experience in team management

  • Answered by AI
    Add your answer
  • Q5. Ready to work OT for job pressure times
  • Ans. 

    Yes, I am willing to work overtime during high-pressure times to ensure the success of the team.

    • I understand the importance of meeting deadlines and delivering results, even if it means working extra hours.

    • I have experience managing teams during crunch times and have successfully led them to achieve their goals.

    • I am committed to supporting my team and ensuring that we meet our objectives, even if it requires working ov...

  • Answered by AI
    Add your answer
  • Q6. Ready to work all shifts
  • Ans. 

    Yes, I am ready to work all shifts including nights, weekends, and holidays.

    • I am flexible and willing to work any shift required by the team

    • I understand the importance of being available during peak times

    • I have previous experience working various shifts in a fast-paced environment

  • Answered by AI
    Add your answer
  • Q7. What is your expected salary
  • Ans. 

    My expected salary is negotiable and dependent on the responsibilities and opportunities offered by the position.

    • My expected salary is flexible and open to discussion based on the job requirements and benefits package.

    • I am looking for a competitive salary that reflects my experience and skills in team management.

    • I am open to discussing salary options during the interview process.

  • Answered by AI
    Add your answer
  • Q8. Finnally tell company rules and regulations and company providing benefits for employees.
  • Add your answer

Team Manager Interview Questions asked at other Companies

Q1. To maintain a SIEM solution, what daily activities would you perform?
View answer (4)
Anonymous

Interview Questions & Answers

user image Bala Murugan S

posted on 20 Feb 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the basic concepts of chemistry?
  • Ans. 

    Basic concepts of chemistry include atoms, elements, compounds, and chemical reactions.

    • Atoms are the basic building blocks of matter, composed of protons, neutrons, and electrons.

    • Elements are pure substances made up of only one type of atom, such as oxygen or gold.

    • Compounds are substances made up of two or more different elements chemically bonded together, like water (H2O) or salt (NaCl).

    • Chemical reactions involve the...

  • Answered by AI
    Add your answer
  • Q2. Glucose and fructose difference
  • Ans. 

    Glucose and fructose are both simple sugars, but they have different chemical structures and metabolic pathways.

    • Glucose is a monosaccharide with a six-carbon structure, while fructose is also a monosaccharide but with a five-carbon structure.

    • Glucose is the primary source of energy for the body and is found in foods like bread, pasta, and fruits, while fructose is sweeter than glucose and is found in fruits, honey, and ...

  • Answered by AI
    Add your answer
Anonymous

Quality Controller Interview Questions & Answers

user image Anonymous

posted on 31 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

A job or type of work that you are given to do

Round 2 - Group Discussion 

A group discussion, or GD, is a structured conversation where a group of people share ideas, perspectives, and solutions to a topic. It can be a useful tool for brainstorming, problem-solving, and decision-making.
Group discussions are often used in schools and organizations as a way to assess a candidate's suitability for admission or employment. During a GD, a panel of observers evaluates the candidate's communication, social, leadership, and intellectual skills.
Here are some tips for participating in a group discussion:
Be respectful: Listen attentively to others and wait your turn to speak.
Be active: Initiate and contribute relevant points.
Be clear: Speak clearly and confidently.
Be organized: Structure your thoughts and use evidence and examples.
Be aware: Avoid jargon and overuse of filler words.
Some types of group discussions include brainstorming and interview panel discussions. The primary types of group discussions are factual, opinion-based, case study, and abstract.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn new skills
Be prepared
Be kind
Be mindful of your online presence
Ask for referrals
Get clear on your value
Define your job search process
Test your technology
Send follow-up emails
Keep track of your job applications
Learn job keywords
Ask for informational interviews
Some common challenges job seekers face include: Finding relevant opportunities, Standing out from the crowd, Adapting to changing demands, Coping with stress and uncertainty, and Developing problem solving skills.
Some ways to get helpful information for a job search include:
Searching websites that feature job listings
Becoming involved with professional organizations in your field
Talking to experts at a university career center

Quality Controller Interview Questions asked at other Companies

Q1. What is chemistry? What is difference between organic and inorganic chemistry
View answer (3)
Anonymous

Managing Editor Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What are your reasons for seeking a change in your current position?
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and passion for impactful storytelling.

    • Desire for professional growth: I'm looking for a role that offers more leadership opportunities, such as overseeing larger projects.

    • Passion for impactful storytelling: I want to work in an environment that prioritizes quality content and engages audiences effectively.

    • Seeking a collaborative cu...

  • Answered by AI
    Add your answer
  • Q2. How well do you understand this role, and what tasks do you envision performing on a daily basis?
  • Ans. 

    The Managing Editor oversees content quality, team coordination, and strategic planning to ensure publication success.

    • Coordinate with writers and editors to ensure deadlines are met, such as scheduling weekly editorial meetings.

    • Review and edit articles for clarity, accuracy, and adherence to style guidelines, like ensuring all medical articles are peer-reviewed.

    • Develop content strategies based on audience analytics, fo...

  • Answered by AI
    Add your answer
  • Q3. What are your long-term plans regarding your stay with the company?
  • Ans. 

    I envision a long-term commitment to the company, focusing on growth, innovation, and fostering a collaborative environment.

    • I aim to develop and implement new editorial strategies that enhance content quality and audience engagement.

    • I plan to mentor junior editors, sharing my knowledge and experience to build a strong editorial team.

    • I aspire to lead initiatives that explore emerging media trends, ensuring our publicati...

  • Answered by AI
    Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Tell me your Self Introduction.
  • Ans. 

    I am a dedicated editorial support professional with a passion for enhancing content quality and clarity.

    • Background in English Literature, which has honed my writing and editing skills.

    • Experience working with diverse teams to produce high-quality publications.

    • Proficient in using editing software like Adobe InDesign and Microsoft Word.

    • Strong attention to detail, ensuring accuracy in grammar, punctuation, and style.

    • Worke...

  • Answered by AI
    Add your answer
  • Q2. Describe Project Related Questions.
  • Ans. 

    Project related questions focus on the specifics of a project, including goals, timelines, and challenges faced.

    • What are the main objectives of the project? For example, increasing user engagement by 20%.

    • What is the timeline for project completion? For instance, a six-month deadline.

    • What challenges did the team encounter during the project? Such as budget constraints or resource limitations.

    • How did the team measure the...

  • Answered by AI
    Add your answer
  • Q3. How long Period survey the company for the limited year pursue the Questions.
  • Ans. 

    May upon myself declare the question could be explaination is heartly work bother than the company and could be at the specific year pursue it.that may could it way of my explain.

  • Answered Anonymously
    Add your answer
  • Q4. Capability to the right area path distance.
  • Ans. 

    Could it to be explain the area path distance around per Km base.

  • Answered Anonymously
    Add your answer
  • Q5. Discuss about Company's Regular Shifting times.
  • Ans. 

    Company's regular shifting times ensure operational efficiency and employee satisfaction through structured schedules.

    • Regular shifts typically start at 9 AM and end at 5 PM, allowing for a standard workday.

    • Some companies offer flexible shifts, such as staggered start times, to accommodate employee needs.

    • For example, a company might have early shifts from 7 AM to 3 PM and late shifts from 3 PM to 11 PM.

    • Shift rotations c...

  • Answered by AI
    View 1 more answer
  • Q6. How did you know this Company.
  • Ans. 

    I learned about this company through industry research and positive reviews from colleagues in the editorial field.

    • I discovered the company while researching top editorial support firms for a project.

    • Colleagues recommended this company due to their reputation for quality and reliability.

    • I came across the company's website while looking for resources on editorial best practices.

    • I attended a conference where representati...

  • Answered by AI
    Add your answer
  • Q7. Environmental related questions.
  • Add your answer
  • Q8. Structured Questions.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Bother than the might be the Resume structured related questions and also build the profile for yourself to achieve to rather than the certificate are also related to the skills and ability and also communication skills.
Anonymous

Interview Questions & Answers

user image Arul Guru

posted on 13 Nov 2024

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

(2 Questions)

  • Q1. What are the ESG Division
  • Ans. 

    ESG Division focuses on environmental, social, and governance factors to promote sustainable business practices.

    • Environmental: Assessing a company's impact on nature, e.g., carbon emissions reduction initiatives.

    • Social: Evaluating labor practices and community engagement, e.g., diversity and inclusion programs.

    • Governance: Analyzing corporate governance structures, e.g., board diversity and executive compensation polici...

  • Answered by AI
    Add your answer
  • Q2. Self intro for yourself
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Great to join for fresher not an expereinecd
Anonymous

Lead Project Manager Interview Questions & Answers

user image Anonymous

posted on 29 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Tell about yourself
  • Add your answer
  • Q2. How do you handle a strict author who never respond
  • Ans. 

    I address communication issues with strict authors by establishing clear expectations and using various engagement strategies.

    • Schedule regular check-ins: For example, set up bi-weekly meetings to discuss project progress and gather feedback.

    • Use multiple communication channels: If emails go unanswered, try reaching out via instant messaging or phone calls.

    • Clarify expectations: Clearly outline deadlines and responsibilit...

  • Answered by AI
    Add your answer

Lead Project Manager Interview Questions asked at other Companies

Q1. Which project management methodologies should be applied based on the situation?
View answer (1)
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 19 May 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Tell me about yourself?
  • Add your answer
  • Q2. How do you handle stress?
  • Add your answer
  • Q3. What are your salary expectations?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Identity career goals, meet new people
Anonymous

Project Manager Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. They have started asking business analytics related questions for PM role
  • Add your answer
  • Q2. Similarly they asked about product owner and their responsibility for PM interview
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Get the clear requirements from the HR before the interview.

Project Manager Interview Questions asked at other Companies

Q1. How did you manage the software release and deployment?
View answer (2)
Anonymous
More about working at Straive
  • HQ - Singapore, Singapore
  • Analytics & KPO
  • 10k-50k Employees (India)

Straive Interview FAQs

How many rounds are there in Straive interview?
Straive interview process usually has 2-3 rounds. The most common rounds in the Straive interview process are HR, Resume Shortlist and Technical.
How to prepare for Straive 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 Straive. The most common topics and skills that interviewers at Straive expect are Communication Skills, Project Management, Copy Editing, Python and Language Editing.
What are the top questions asked in Straive interview?

Some of the top questions asked at the Straive interview -

  1. Do you have a desktop or laptop to work from home, or so you require one from t...read more
  2. Given a dataset and an integer k, which represents the desired number of cluste...read more
  3. Are you comfortable with all the intricacies of both the US and UK varieties is...read more
What are the most common questions asked in Straive HR round?

The most common HR questions asked in Straive interview are -

  1. What are your salary expectatio...read more
  2. Why are you looking for a chan...read more
  3. What are your strengths and weakness...read more
How long is the Straive interview process?

The duration of Straive interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Straive Interviews By Designations

  • Straive Data Analyst Interview Questions
  • Straive Project Manager Interview Questions
  • Straive Junior Executive Interview Questions
  • Straive Research Analyst Interview Questions
  • Straive Executive Interview Questions
  • Straive Copy Editor Interview Questions
  • Straive Assistant Manager Interview Questions
  • Straive Production Editor Interview Questions
  • Show more
  • Straive Senior Executive Interview Questions
  • Straive Indexing Associate Interview Questions

Interview Questions for Popular Designations

  • Data Analyst Interview Questions
  • Junior Executive Interview Questions
  • Project Manager Interview Questions
  • Executive Interview Questions
  • Research Analyst Interview Questions
  • Production Editor Interview Questions
  • Senior Executive Interview Questions
  • Copy Editor Interview Questions
  • Show more
  • Indexing Associate Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

4/5

based on 155 interview experiences

Difficulty level

Easy 40%
Moderate 56%
Hard 3%

Duration

Less than 2 weeks 74%
2-4 weeks 19%
4-6 weeks 2%
6-8 weeks 1%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

S&P Global
S&P Global Interview Questions
4.0
 • 295 Interviews
Mu Sigma
Mu Sigma Interview Questions
2.5
 • 240 Interviews
IKS Health
IKS Health Interview Questions
3.6
 • 239 Interviews
Access Healthcare
Access Healthcare Interview Questions
3.9
 • 229 Interviews
AGS Health
AGS Health Interview Questions
4.0
 • 173 Interviews
CorroHealth infotech
CorroHealth infotech Interview Questions
3.2
 • 161 Interviews
Acuity Knowledge Partners
Acuity Knowledge Partners Interview Questions
3.3
 • 159 Interviews
Nielsen
Nielsen Interview Questions
3.7
 • 131 Interviews
Kantar
Kantar Interview Questions
3.5
 • 106 Interviews
Netscribes
Netscribes Interview Questions
2.7
 • 89 Interviews
View all

Straive Reviews and Ratings

based on 2k reviews

3.4/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

2.8

Salary

3.4

Job security

3.3

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 2k Reviews and Ratings
Jobs at Straive
Straive
Talent Acquisition Specialist

Chennai

2-6 Yrs

₹ 3.5-5.5 LPA

Straive
Quality Controller (QC) - Noida

Noida

3-8 Yrs

₹ 2.75-4 LPA

Straive
Copyright Claims Review

Chennai

Not Disclosed

Explore more jobs
Straive Salaries in India
Junior Executive
511 salaries
unlock blur

₹1 L/yr - ₹5.4 L/yr

Senior Executive
503 salaries
unlock blur

₹1.8 L/yr - ₹7.1 L/yr

Executive
411 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Project Manager
327 salaries
unlock blur

₹0.6 L/yr - ₹8 L/yr

Data Analyst
317 salaries
unlock blur

₹1.1 L/yr - ₹5 L/yr

Explore more salaries
Compare Straive with
Access Healthcare

Access Healthcare

3.9
Compare
S&P Global

S&P Global

4.0
Compare
IKS Health

IKS Health

3.6
Compare
AGS Health

AGS Health

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Straive Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter