Upload Button Icon Add office photos

Dynamisch IT

Compare button icon Compare button icon Compare

Filter interviews by

Dynamisch IT Interview Questions and Answers

Updated 8 Mar 2024
Popular Designations

6 Interview questions

A Python Developer was asked
Q. Explain base authentication.
Ans. 

Base authentication is a method of verifying the identity of a user before granting access to a system or application.

  • Base authentication involves sending a username and password in the HTTP header of a request.

  • The credentials are encoded using Base64 encoding, but not encrypted, making it insecure.

  • It is commonly used for simple authentication in web applications, but not recommended for sensitive data.

  • Example: Au...

View all Python Developer interview questions
A Python Developer was asked
Q. Explain the random function in NumPy.
Ans. 

The random function in numpy generates random numbers from a specified distribution.

  • Use np.random.rand() to generate random numbers from a uniform distribution between 0 and 1.

  • Use np.random.randint() to generate random integers within a specified range.

  • Use np.random.choice() to randomly select elements from an array.

View all Python Developer interview questions
A Devops Engineer was asked
Q. Explain the CI/CD pipeline.
Ans. 

CI/CD pipeline is a set of automated processes that allow developers to deliver code changes more frequently and reliably.

  • CI/CD stands for Continuous Integration/Continuous Delivery.

  • It involves automating the building, testing, and deployment of code changes.

  • CI/CD pipelines help in detecting and fixing errors early in the development process.

  • Popular tools for CI/CD pipelines include Jenkins, GitLab CI, and CircleC...

View all Devops Engineer interview questions
A Devops Engineer was asked
Q. What would you do if a 521 error occurred?
Ans. 

I would investigate the root cause of the 521 error and take appropriate actions to resolve it.

  • Check server logs for any relevant error messages

  • Verify network connectivity between client and server

  • Ensure server resources are not overloaded

  • Restart the server if necessary

  • Contact the service provider for further assistance

View all Devops Engineer interview questions
A Devops Engineer was asked
Q. How do you check the last 50 logs of a Docker container?
Ans. 

To check recent last 50 logs of docker, you can use the 'docker logs' command with the '--tail' option.

  • Use the command 'docker logs --tail 50 ' to display the last 50 logs of a specific Docker container.

  • If you want to follow the logs in real-time, you can use the '-f' flag along with the '--tail' option.

  • To view the logs of all containers, you can use the command 'docker ps -a' to get the list of container IDs and ...

View all Devops Engineer interview questions
A Devops Engineer was asked
Q. What's is docker multistage? Explain What is terraform state file ? What happened if 2 user apply terraform at same time ? What will be best practices? Diff btwn stateless and state full What measures will ...
Ans. 

Docker multistage is a feature that allows you to build multiple Docker images in a single Dockerfile.

  • Docker multistage helps in reducing the size of the final image by using intermediate images for different stages of the build process.

  • It allows you to separate the build environment from the runtime environment, improving security and efficiency.

  • Each stage in a multistage build can be named and used to copy artif...

View all Devops Engineer interview questions

Dynamisch IT Interview Experiences

2 interviews found

Python Developer Interview Questions & Answers

user image MAHESH ANANT PATIL

posted on 8 Mar 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. The worst experience there. The interviewer was just taking an interview for timepass. It was a total waste of my day. There was no coding interview.
  • Q2. Explain the project, migrations in django, numpy question on dataframe
  • Q3. Random function in numpy
  • Ans. 

    The random function in numpy generates random numbers from a specified distribution.

    • Use np.random.rand() to generate random numbers from a uniform distribution between 0 and 1.

    • Use np.random.randint() to generate random integers within a specified range.

    • Use np.random.choice() to randomly select elements from an array.

  • Answered by AI
  • Q4. Base authentication explain
  • Ans. 

    Base authentication is a method of verifying the identity of a user before granting access to a system or application.

    • Base authentication involves sending a username and password in the HTTP header of a request.

    • The credentials are encoded using Base64 encoding, but not encrypted, making it insecure.

    • It is commonly used for simple authentication in web applications, but not recommended for sensitive data.

    • Example: Authori...

  • Answered by AI
  • Q5. Session authentication

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask them proper interview schedule

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

user image shreyas patil

posted on 4 Oct 2023

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

I applied via Hirist and was interviewed in Sep 2023. 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 

(4 Questions)

  • Q1. What's is docker multistage? Explain What is terraform state file ? What happened if 2 user apply terraform at same time ? What will be best practices? Diff btwn stateless and state full What measures will...
  • Ans. 

    Docker multistage is a feature that allows you to build multiple Docker images in a single Dockerfile.

    • Docker multistage helps in reducing the size of the final image by using intermediate images for different stages of the build process.

    • It allows you to separate the build environment from the runtime environment, improving security and efficiency.

    • Each stage in a multistage build can be named and used to copy artifacts ...

  • Answered by AI
  • Q2. What will you do if 521 error occured?
  • Ans. 

    I would investigate the root cause of the 521 error and take appropriate actions to resolve it.

    • Check server logs for any relevant error messages

    • Verify network connectivity between client and server

    • Ensure server resources are not overloaded

    • Restart the server if necessary

    • Contact the service provider for further assistance

  • Answered by AI
  • Q3. Explain cicd pipeline ?
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to deliver code changes more frequently and reliably.

    • CI/CD stands for Continuous Integration/Continuous Delivery.

    • It involves automating the building, testing, and deployment of code changes.

    • CI/CD pipelines help in detecting and fixing errors early in the development process.

    • Popular tools for CI/CD pipelines include Jenkins, GitLab CI, and CircleCI.

  • Answered by AI
  • Q4. How to check recent last 50 logs of docker ?
  • Ans. 

    To check recent last 50 logs of docker, you can use the 'docker logs' command with the '--tail' option.

    • Use the command 'docker logs --tail 50 ' to display the last 50 logs of a specific Docker container.

    • If you want to follow the logs in real-time, you can use the '-f' flag along with the '--tail' option.

    • To view the logs of all containers, you can use the command 'docker ps -a' to get the list of container IDs and then ...

  • Answered by AI

Skills evaluated in this interview

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 Dynamisch IT?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is Company payroll Process
  • Ans. 

    Company payroll process is the system used to manage employee compensation and benefits.

    • Payroll process includes calculating employee salaries, taxes, and deductions

    • It also involves managing employee benefits such as health insurance and retirement plans

    • Payroll process can be done in-house or outsourced to a third-party provider

    • It is important to ensure compliance with labor laws and regulations

    • Payroll process can be a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Team members is very good

I appeared for an interview before Jun 2021.

Round 1 - Coding Test 

Had DSA and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. DSA a questions, Database Questions
Round 3 - HR 

(1 Question)

  • Q1. 5 min question and answers about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and database management

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java 8, J2EE, Spring, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - There were four rounds. Technical written, two technical f2f rounds, coding test.

All the best

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

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Javascript fundamentals
  • Q2. ES6 Functions
  • Q3. React hooks basics
  • Q4. State Management in React- states and props
  • Ans. 

    State management in React involves managing the state and props of components.

    • State is used to manage data that changes within a component

    • Props are used to pass data from a parent component to a child component

    • State can be updated using setState() method

    • Props are read-only and cannot be modified within a component

    • State and props are used together to create dynamic and interactive UIs

  • Answered by AI
  • Q5. Redux Architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended for react developer role. Asusual it started with self introduction and project role description. Then I was tested on the javascript core concepts with ES6 features and react basics. In the middle, we discussed about the best practices we follow in our project for error handling.

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Aptitude, coding

I applied via Campus Placement and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1) Introduce yourself
  • Ans. 

    I am a passionate Software Engineer with a strong background in full-stack development and a love for solving complex problems.

    • Education: I hold a degree in Computer Science, where I developed a solid foundation in algorithms and data structures.

    • Experience: I have over 3 years of experience working with technologies like Java, Spring Boot, and React, building scalable web applications.

    • Projects: I led a team project to ...

  • Answered by AI
  • Q2. 2) OOPS concepts
  • Q3. 3) About Project
  • Q4. 4) Why cognizant
  • Ans. 

    Cognizant offers innovative solutions, a collaborative culture, and opportunities for growth in a dynamic tech environment.

    • Cognizant's commitment to innovation aligns with my passion for cutting-edge technology, as seen in their AI and cloud solutions.

    • The company's diverse projects across various industries provide a unique opportunity to broaden my skill set and experience.

    • Cognizant's emphasis on employee development ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is completely based on basic concepts of c++

I applied via Campus Placement and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

I was selected through campus drive at my college. The test was easy. I would suggest freshers to practice some mock tests online, grammer, intelligence, quant., etc.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS related all fundamental questions. I was questioned on only this.
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join cognizant?
  • Q2. What is your ultimate goal, IT career or higher education?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest all freshers to prepare for Technical interview by starting with OOPS fundamentals, etc.
Practice mock tests for aptitude especially if you are from not CS/IT branch person.
Work on verbal communication a bit. Stay relaxed and enjoy the interview experience.

Dynamisch IT Interview FAQs

How many rounds are there in Dynamisch IT interview?
Dynamisch IT interview process usually has 1-2 rounds. The most common rounds in the Dynamisch IT interview process are Technical and Resume Shortlist.
How to prepare for Dynamisch IT 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 Dynamisch IT. The most common topics and skills that interviewers at Dynamisch IT expect are MySQL, HTML, PHP, Javascript and Laravel.
What are the top questions asked in Dynamisch IT interview?

Some of the top questions asked at the Dynamisch IT interview -

  1. What's is docker multistage? Explain What is terraform state file ? What happen...read more
  2. How to check recent last 50 logs of docke...read more
  3. What will you do if 521 error occur...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.2/5

based on 6 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.9k Interviews
EXL Service Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
GlobalLogic Interview Questions
3.6
 • 629 Interviews
UST Interview Questions
3.8
 • 544 Interviews
View all

Dynamisch IT Reviews and Ratings

based on 32 reviews

4.2/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

3.7

Salary

4.1

Job security

4.1

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer
53 salaries
unlock blur

₹2.4 L/yr - ₹10.1 L/yr

Senior Quality Analyst
43 salaries
unlock blur

₹16.4 L/yr - ₹30.4 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹9.8 L/yr - ₹16.6 L/yr

Junior Software Engineer
16 salaries
unlock blur

₹1.7 L/yr - ₹5.9 L/yr

Salesforce Developer
14 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Explore more salaries
Compare Dynamisch IT with

Cognizant

3.7
Compare

EXL Service

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview