Upload Button Icon Add office photos
Engaged Employer

i

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

Cynoteck Technology Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cynoteck Technology Solutions Interview Questions and Answers

Updated 12 Jul 2024

Cynoteck Technology Solutions Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Android Lifecycle
  • Q2. Android jetpack libraries
Round 2 - Coding Test 

An App, Network calling then show the data in List Vertically and Horizontally

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a base modle before giving machine round (becuause it's more imporatant) , rest technical interview has light Android question

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum Pairs Problem Statement Given a positive integer N, find the number of ways to express N as a sum of cubes of two integers, A and B, such that: N = A^3 + B^3 Ensure you adhere to the following conditions: A must be greater than or... read more
Add answer

Interview questions from similar companies

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

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. How you design cicd pipeline
  • Ans. 

    Designing a CI/CD pipeline involves defining stages, tools, triggers, and integrations for automated software delivery.

    • Define stages for build, test, deploy, and release

    • Select appropriate tools for each stage (e.g. Jenkins, GitLab CI, Travis CI)

    • Set up triggers for automatic pipeline execution (e.g. code commit, pull request)

    • Integrate with version control, testing frameworks, and deployment platforms

    • Implement security m...

  • Answered by AI
  • Q2. How you deploy to k8s cluster
  • Ans. 

    I deploy to k8s cluster using CI/CD pipelines and kubectl commands.

    • Use CI/CD pipelines to automate the deployment process

    • Leverage kubectl commands to interact with the Kubernetes cluster

    • Ensure proper configuration and version control for smooth deployments

  • Answered by AI
  • Q3. How do you use secrets in k8s
  • Ans. 

    Secrets in k8s are used to store sensitive information like passwords, API keys, and tokens securely.

    • Create secrets using kubectl create secret command

    • Mount secrets as volumes in pods

    • Access secrets in pods using environment variables or files

    • Rotate secrets regularly for security purposes

  • Answered by AI
  • Q4. What is pod affinity
  • Ans. 

    Pod affinity is a Kubernetes feature that allows you to influence the scheduling of pods based on the presence of other pods.

    • Pod affinity can be used to ensure that pods are scheduled on the same node or in close proximity to other pods.

    • Pod affinity can be defined at the pod level or at the node level.

    • Examples of pod affinity include spreading pods across different availability zones or ensuring that pods with specific

  • Answered by AI
  • Q5. What is anti affinity
  • Ans. 

    Anti affinity is a concept in cloud computing where related resources are intentionally placed on separate physical hardware to increase fault tolerance.

    • Anti affinity ensures that related resources, such as virtual machines or containers, are not placed on the same physical hardware to reduce the impact of hardware failures.

    • It is commonly used in distributed systems to improve availability and resilience.

    • For example, i...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Coding based questions

Round 2 - Technical 

(1 Question)

  • Q1. Java oops sql based questions
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company to work and learn new tecchnologies
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.

QA Lead Interview Questions & Answers

Tech Vedika user image automation engineer selenium

posted on 16 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Reverse the words in string. 1st word will be coming last and last to the first.with out using builtin functions
  • Ans. 

    Reverse the words in a string without using built-in functions.

    • Split the string into an array of words using a space as the delimiter.

    • Create a new array and iterate over the words array in reverse order, adding each word to the new array.

    • Join the new array of words back into a single string with spaces between each word.

  • Answered by AI
  • Q2. Given some url asked what i have understood from that url in api testing.
  • Q3. Difference between path and querry params
  • Ans. 

    Path params are part of the URL path, while query params are appended to the URL after a '?'

    • Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the results

    • Path params are defined in the URL path itself, like /users/{id}, while query params are added after a '?' like /users?role=admin

    • Path params are typically used for required parameters, while query params...

  • Answered by AI
  • Q4. Types of parameters in the api testing
  • Ans. 

    Parameters in API testing include path parameters, query parameters, header parameters, and body parameters.

    • Path parameters are used to identify a specific resource in the URL path, e.g. /users/{id}

    • Query parameters are used for filtering or sorting data, e.g. /users?status=active

    • Header parameters contain additional information for the request, e.g. Content-Type: application/json

    • Body parameters are used to send data in ...

  • Answered by AI
  • Q5. How do you write post querry in restassured
  • Ans. 

    To write a post query in RestAssured, use the given() method to set request parameters and body, then use the post() method to send the request.

    • Use given() method to set request parameters and body

    • Use post() method to send the request

    • Example: given().param("key", "value").body("{\"name\": \"John\"}").post("/endpoint")

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Array and string manipulation related questions all are basics
  • Q2. Task related to your framework
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the projects you have worked on, and can you describe their architecture?
  • Ans. 

    I have worked on projects involving e-commerce, social networking, and productivity apps with client-server architecture.

    • Developed an e-commerce app with a client-side interface for users to browse products and a server-side database for inventory management.

    • Built a social networking app with a client-server architecture for users to create profiles, connect with friends, and share updates.

    • Designed a productivity app w...

  • Answered by AI
  • Q2. What are some basic questions regarding the tools you use to build projects?
Round 3 - One-on-one 

(1 Question)

  • Q1. What deep questions related to your field were asked during the interview conducted by the tech lead?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Assignment 

API Design using Node and Mongo

Round 2 - Coding Test 

NodeJs , JavaScript, System Design

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude + logical reasoning + technical mcq(Javascript related mcq)

Round 2 - Group Discussion 

Got rejected in Group discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Javascript related mcq + aptitude
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Output based Q on javascript.
  • Q2. Project related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects and and have a good grip at javascript, c#, .net, angular.

Cynoteck Technology Solutions Interview FAQs

How many rounds are there in Cynoteck Technology Solutions interview?
Cynoteck Technology Solutions interview process usually has 2 rounds. The most common rounds in the Cynoteck Technology Solutions interview process are One-on-one Round and Coding Test.
How to prepare for Cynoteck Technology Solutions 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 Cynoteck Technology Solutions. The most common topics and skills that interviewers at Cynoteck Technology Solutions expect are Javascript, ASP.Net MVC, C#, HTML and Android SDK.
What are the top questions asked in Cynoteck Technology Solutions interview?

Some of the top questions asked at the Cynoteck Technology Solutions interview -

  1. Android jetpack librar...read more
  2. Android Lifecy...read more

Tell us how to improve this page.

Cynoteck Technology Solutions Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
ClaySys Interview Questions
3.0
 • 24 Interviews
Dev Technosys Interview Questions
4.0
 • 5 Interviews
Techugo Interview Questions
4.1
 • 4 Interviews
View all

Cynoteck Technology Solutions Reviews and Ratings

based on 84 reviews

4.5/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

4.0

Salary

4.2

Job security

4.5

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 84 Reviews and Ratings
Software Consultant
38 salaries
unlock blur

₹2 L/yr - ₹8.3 L/yr

Software Developer
10 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Salesforce Developer
7 salaries
unlock blur

₹2.6 L/yr - ₹3.6 L/yr

QA Consultant
4 salaries
unlock blur

₹2.6 L/yr - ₹6.5 L/yr

Digital Marketing Executive
4 salaries
unlock blur

₹2.6 L/yr - ₹5 L/yr

Explore more salaries
Compare Cynoteck Technology Solutions with

Aalpha Information Systems

4.7
Compare

Sphinx Solution

2.6
Compare

SPARX IT Solutions

3.7
Compare

Hidden Brains InfoTech

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