Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Pragmatyc Team. If you also belong to the team, you can get access from here

Pragmatyc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Pragmatyc Interview Questions and Answers

Updated 3 Sep 2021

Pragmatyc Interview Experiences

Popular Designations

3 interviews found

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to SDLC, STLC, types of testing, methods of testing, levels of testing, verification and validation, Automation coding etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is moderate, they also asked me logical questions.

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)

Interview Questionnaire 

3 Questions

  • Q1. What you think about tha gradle ?
  • Q2. What is material designing?
  • Ans. 

    Material Design is a design language developed by Google that emphasizes on the use of grid-based layouts, responsive animations and transitions, padding, and depth effects such as lighting and shadows.

    • Material Design is a design language developed by Google

    • It emphasizes on the use of grid-based layouts

    • Responsive animations and transitions are important

    • Padding and depth effects such as lighting and shadows are used

    • It p...

  • Answered by AI
  • Q3. Tell me about the lifecycle of the Activity and fragments.
  • Ans. 

    The lifecycle of Activity and Fragments involves several stages from creation to destruction.

    • Activity lifecycle includes onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy() methods.

    • Fragment lifecycle includes onAttach(), onCreate(), onCreateView(), onActivityCreated(), onStart(), onResume(), onPause(), onStop(), onDestroyView(), and onDetach() methods.

    • Both Activity and Fragment can be in different s...

  • Answered by AI

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

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

Interview Questionnaire 

1 Question

  • Q1. Logical Reasoning and scenario based questions were asked to check whether the candidate has potential to derive creative solutions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm. Take a deep breathe and stay focused. The interviewers are always helpful if you feel stuck somewhere. Tell what you know, don't overthink. Stay positive!

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr

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

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

Interview Questionnaire 

1 Question

  • Q1. SDLC Model

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

Pragmatyc Interview FAQs

How to prepare for Pragmatyc 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 Pragmatyc. The most common topics and skills that interviewers at Pragmatyc expect are SDK, Bootstrap, Javascript, IOS and Android.
What are the top questions asked in Pragmatyc interview?

Some of the top questions asked at the Pragmatyc interview -

  1. Tell me about the lifecycle of the Activity and fragmen...read more
  2. What is material designin...read more
  3. Questions related to SDLC, STLC, types of testing, methods of testing, levels o...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 29 Interviews
View all

Pragmatyc Reviews and Ratings

based on 25 reviews

4.5/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.0

Salary

3.9

Job security

4.7

Company culture

3.9

Promotions

4.7

Work satisfaction

Explore 25 Reviews and Ratings
Associate Software Engineer
16 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

Consultant
14 salaries
unlock blur

₹3.2 L/yr - ₹9.4 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹4.7 L/yr - ₹7.7 L/yr

Software Engineer
9 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Senior Consultant
8 salaries
unlock blur

₹7.8 L/yr - ₹13.8 L/yr

Explore more salaries
Compare Pragmatyc with

HCL Infosystems

3.9
Compare

Northcorp Software

4.3
Compare

Accel Frontline

4.0
Compare

Puropale Creations & IT Solutions

4.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview