Upload Button Icon Add office photos

Filter interviews by

Dynamisch IT Interview Questions, Process, and Tips

Updated 8 Mar 2024

Top Dynamisch IT Interview Questions and Answers

View all 6 questions

Dynamisch IT Interview Experiences

Popular Designations

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

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)

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

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

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

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

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

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

English is the main focussed part

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic introduction and project based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on English. Interview will be cake walk.

System Engineer Interview Questions & Answers

TCS user image Arham Khokhar

posted on 24 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's totally based on Basic understanding of concepts such as Linear arrangement, circular arrangement، blood relation, direction sense, ratio proportion, time, speed, distance

Round 2 - Technical 

(3 Questions)

  • Q1. It's based on OOPS Concepts,
  • Q2. Strength and weaknesses
  • Q3. About yourself, about educational background, why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your confidence ✨️ you will be selected with ease

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 HTML, MySQL, Javascript, PHP and JQuery.
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.

Dynamisch IT Interview Process

based on 6 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

Dynamisch IT Reviews and Ratings

based on 28 reviews

4.1/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

3.7

Salary

4.1

Job security

4.1

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 28 Reviews and Ratings
Software Engineer
44 salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Salesforce Developer
14 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Software Developer
12 salaries
unlock blur

₹4.4 L/yr - ₹13.6 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹7.5 L/yr - ₹16.5 L/yr

Business Development Executive
8 salaries
unlock blur

₹2.6 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Dynamisch IT 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