Upload Button Icon Add office photos

Filter interviews by

Norstella Consultant Interview Questions and Answers

Updated 23 Aug 2024

Norstella Consultant Interview Experiences

1 interview found

Consultant Interview Questions & Answers

user image ali xan

posted on 23 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via AngelList

Round 1 - Group Discussion 

It had excel sheet test followed by an group interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Sharpen your excel experience

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Norstella?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Have you worked on RFP
  • Ans. 

    Yes, I have worked on RFPs in my previous roles.

    • I have experience in responding to RFPs from clients.

    • I have worked on creating proposals and presentations for RFPs.

    • I have collaborated with cross-functional teams to gather information and create RFP responses.

    • I have also reviewed and evaluated RFPs from potential vendors.

    • For example, in my previous role at XYZ Company, I was responsible for leading the RFP response proc...

  • Answered by AI
  • Q2. Have you managed team

I applied via Company Website and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What is CI/CD pipeline, and why it is needed?
  • Ans. 

    CI/CD pipeline is a process of continuous integration and continuous delivery/deployment of software.

    • CI/CD pipeline automates the software delivery process

    • It helps in detecting and fixing bugs early in the development cycle

    • It ensures that the software is always in a releasable state

    • It reduces the time between writing code and deploying it to production

    • Examples of CI/CD tools include Jenkins, Travis CI, and CircleCI

  • Answered by AI
  • Q2. How did you implement Automation in your last organization?
  • Q3. What is jenkinsfile?
  • Ans. 

    Jenkinsfile is a text file that defines the entire build process for a Jenkins pipeline.

    • Jenkinsfile is written in Groovy syntax

    • It can be stored in a version control system like Git

    • It allows for defining stages, steps, and conditions for a pipeline

    • Jenkinsfile can be executed on any Jenkins instance

    • Example: pipeline { agent { docker 'maven:3-alpine' } stages { stage('Build') { steps { sh 'mvn -B -DskipTests clean package...

  • Answered by AI
  • Q4. How would you connect the machine in private subnet?
  • Ans. 

    To connect a machine in a private subnet, use a bastion host or VPN.

    • Set up a bastion host in the public subnet to act as a gateway.

    • Use SSH tunneling or RDP to connect to the bastion host.

    • From the bastion host, connect to the machine in the private subnet.

    • Alternatively, set up a VPN to securely connect to the private subnet.

    • Configure the security group and network ACLs to allow the necessary traffic.

  • Answered by AI
  • Q5. How can you verfiy/check/validate your Ansible playbooks?
  • Ans. 

    Ansible playbooks can be verified/validated using various tools and techniques.

    • Use Ansible's built-in syntax checker 'ansible-playbook --syntax-check'

    • Use Ansible's 'ansible-lint' tool to check for best practices and potential issues

    • Use 'ansible-playbook --check' to simulate playbook execution without making changes

    • Use 'ansible-playbook --diff' to show the differences between the current and desired state

    • Use 'ansible-pl...

  • Answered by AI
  • Q6. What is inventory,roles,variable in ansible?
  • Ans. 

    Inventory is a list of hosts where Ansible runs tasks. Roles are reusable collections of tasks, files, and templates. Variables are used to store data.

    • Inventory is a file or directory containing a list of hosts or groups of hosts

    • Roles are used to organize tasks, files, and templates into reusable collections

    • Variables are used to store data that can be used across multiple tasks and roles

    • Example: inventory file can cont...

  • Answered by AI
  • Q7. How to add user in Jenkins?
  • Ans. 

    Adding a user in Jenkins

    • Go to Jenkins dashboard and click on 'Manage Jenkins'

    • Click on 'Manage Users' and then 'Create User'

    • Fill in the user details and click 'Create User'

    • Assign the necessary permissions to the user

  • Answered by AI
  • Q8. What is Maven? Diff B/W Install and Deploy
  • Ans. 

    Maven is a build automation tool used for Java projects. Install is for local repository, deploy is for remote repository.

    • Maven is used to manage dependencies and build Java projects

    • Install command installs the project's artifact (jar, war, etc.) to the local repository

    • Deploy command uploads the artifact to a remote repository

    • Install is used during development, deploy is used for distribution

    • Example: 'mvn install' inst...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on what your actual troubleshooting(its your achivements), something ordinary thing which you did to find out a solution. No need to fake be original.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions about previous company and the work I did there and then building on from there?
Round 2 - One-on-one 

(1 Question)

  • Q1. Details about my experience?
Round 3 - HR 

(3 Questions)

  • Q1. Total Experience I have overall?
  • Q2. Current Salary inclusive of fixed?
  • Q3. Salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. If you donot have experience on particular field or you don't know the answer, say no.

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical question
  • Q2. Give brief
  • Ans. 

    I have over 5 years of experience in consulting for various industries, specializing in strategy development and implementation.

    • Experience in consulting for multiple industries

    • Specialization in strategy development and implementation

    • Over 5 years of experience

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview Questionnaire 

1 Question

  • Q1. What's the work experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep yourself simple and clear in thought process.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Opps concepts in c sharp
  • Ans. 

    OOPs concepts in C# include encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling data and methods that operate on that data within a single unit

    • Inheritance: creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism: ability of objects to take on multiple forms or behaviors

    • Example: A car class can inherit properties and methods from a vehicle class, and encapsulate its ...

  • Answered by AI
  • Q2. Dot net core fundamental questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just basic is enough to crack entry level dotney job

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DOT Net related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - whatever skills mentioned in our resumes should be prepared all main concepts and improved communication skills.

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is bias variance trade offs?
  • Ans. 

    Bias-variance tradeoff is the balance between overfitting and underfitting in machine learning models.

    • Bias is the error due to assumptions made in the learning algorithm, while variance is the error due to sensitivity to small fluctuations in the training set.

    • High bias leads to underfitting, while high variance leads to overfitting.

    • The goal is to find the sweet spot between bias and variance that minimizes the overall ...

  • Answered by AI
  • Q2. How to overcome underfitting and overfitting?
  • Ans. 

    To overcome underfitting and overfitting, one can use techniques like cross-validation, regularization, and increasing data size.

    • Use cross-validation to evaluate the model's performance on unseen data

    • Regularize the model by adding penalties to the loss function to prevent overfitting

    • Increase the size of the training data to reduce underfitting

    • Use ensemble methods like bagging and boosting to reduce overfitting

    • Reduce th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was smooth and great.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Oct 2021. 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 - Case Study 

If you were to consult an automobile firm to upgrade their in-vehicle, what changes would you suggest? Note that the firm primarily manufactures lowe end cars

Round 3 - Case Study 

Ice cream cart owner wants to increase profitability with an increase in the price of milk. How would you suggest that the owner maintain/ increase his profitability

Round 4 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Why cognizant consulting

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers are looking for practical solutions
Be confident in the solutions you propose and back them with numbers and facts where ever possible

Norstella Interview FAQs

How many rounds are there in Norstella Consultant interview?
Norstella interview process usually has 1 rounds. The most common rounds in the Norstella interview process are Group Discussion.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Consultant Interview Questions from Similar Companies

PwC Consultant Interview Questions
3.3
 • 76 Interviews
TCS Consultant Interview Questions
3.6
 • 61 Interviews
View all
Business Analyst and Product Owner
18 salaries
unlock blur

₹44.4 L/yr - ₹47.2 L/yr

Data Engineer
11 salaries
unlock blur

₹10 L/yr - ₹44 L/yr

Analyst
7 salaries
unlock blur

₹3.8 L/yr - ₹7.5 L/yr

Data Analyst
7 salaries
unlock blur

₹3.5 L/yr - ₹7.6 L/yr

Talent Acquisition Partner
6 salaries
unlock blur

₹5.1 L/yr - ₹9 L/yr

Explore more salaries
Compare Norstella with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview